Update Ip Range Of Network
modify network details, add/remove ip range
Request
URI
PATCH
https://{api_host}//192.168.111.151:8443/v1/networks/{networkName}/ipranges
COPY
Path Parameters
string
networkName
Required
networkName
Query Parameters
string
action
Required
Operation on the specified network, for exampe: add - add ip range to the network.
Possible values are : add, remove,
Request Body
ipblocks
Array of IpBlockInfo of type(s) application/json
Optional
[
{
"begin_ip": "string",
"end_ip": "string"
}
]
Responses
200
OK
Operation doesn't return any data structure
204
No Content
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
On This Page
Network Management Operations
GET
Get Network By Name
GET
Get Networks
PATCH
Update Ip Range Of Network