Create Internal Network IP Range
Creates an internal network IP range.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Network IP Range Specification instance
{
"ipVersion": "string",
"fabricNetworkId": "string",
"name": "string",
"description": "string",
"startIPAddress": "string",
"endIPAddress": "string",
"tags": [
{
"value": "string",
"key": "string"
}
]
}
IP address version: IPv4 or IPv6. Default: IPv4.
The Id of the parent fabric network.
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Start IP address of the range.
End IP address of the range.
A set of tag keys and optional values that were set on this resource instance.
successful operation
{
"name": "Power-off",
"progress": 90,
"resources": [
"string"
],
"id": "we655aew4e8e",
"message": "In Progress",
"status": "FINISHED",
"selfLink": "/.../request-tracker/we655aew4e8e"
}
Name of the operation.
Progress of the request as percentage.
Collection of resources.
ID of this request.
Status message of the request.
Status of the request.
Self link of this request.
Invalid Request - bad data
Forbidden