Add Ip Pool To Network Of Network Pool
Add an IP Pool to a Network of a Network Pool
Id of the networkpoolk
Id of the network
{
"start": "string",
"end": "string"
}
Start IP address of the IP pool
End IP address of the IP pool
Add the IP Pool associated with a Network of a Network Pool
"Network Object"
The ID of the network
Network Type of the network
VLAN ID associated with the network
MTU of the network
Subnet associated with the network
Subnet mask for the subnet of the network
Gateway for the network
List of IP pool ranges to use
List of free IPs to use
List of used IPs
IP range validation failed error
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Either Network Pool ID or Network ID not found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Unexpected error
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"end:"string","start:"string"}' https://{api_host}/v1/network-pools/{id}/networks/{networkId}/ip-pools