Allocate Network Ips By User
allocate network IPs by user
The ID of the network IP range.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Allocate IP Address Specification
{
"description": "string",
"ipAddresses": [
"[\"10.10.10.1\",\"10.10.10.2\"] or \n[\"fc00:10:118:136:fcd8:d68d:9701:8975\",\"fc00:10:118:136:fcd8:d68d:9701:8985\"]"
],
"numberOfIps": 0
}
Description
A set of ip addresses IPv4 or IPv6.
Number of ip addresses to allocate from the network ip range.
Accepted
"RequestTracker Object"
Progress of the request as percentage.
Status message of the request.
Status of the request.
Collection of resources.
Name of the operation.
ID of this request.
Self link of this request.
ID of the deployment, this request is connected to.
Invalid request - bad data
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not implemented
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/iaas/api/network-ip-ranges/{id}/ip-addresses/allocate