Update CIDR
PUT/allow_list/network/:networkUuid/cidr/:cidrUuid
Updates an existing CIDR block.
Note that the value for the request body parameter description will update the description for the CIDR block, even if the description value is blank. Providing a blank description will remove an existing CIDR block description.
Request
Path Parameters
networkUuid stringrequired
Network ID
cidrUuid stringrequired
CIDR ID
- application/json; charset=UTF-8
Body
required
Model for Public Network CIDR Block
cidr stringrequired
Valid CIDR. CIDR must be of the form [0-255].[0-255].[0-255].[0-255]/[1-32], must not have non-zero bits right of the netmask, and must not overlap any of the RFC 1918 defined private networks.
description string
Description
Responses
- 200
- 400
- 404
successful operation
invalid_parameter_value
no_results
Loading...