Get Ip Space

Get Ip Space

Retrieves the specified IP Space.

Request
URI
GET
https://{api_host}/cloudapi/vcf/ipSpaces/{ipSpaceId}
COPY
Path Parameters
string
ipSpaceId
Required

ipSpaceId


Authentication
This operation uses the following authentication methods.
Responses
200
Returns IpAddressSpace of type(s) application/json;version=40.0
This response body class contains all of the following: InlineIpAddressSpace0 , InlineIpAddressSpace1
{
    "status": "string",
    "id": "urn:vcloud:ipSpace:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "internalScopeCidrBlocks": [
        {
            "id": "string",
            "name": "string",
            "cidr": "10.0.0.0/8"
        }
    ],
    "externalScopeCidr": "10.0.0.0/8",
    "regionRef": {
        "name": "string",
        "id": "string"
    },
    "defaultQuota": {
        "maxIpCount": 0,
        "maxCidrCount": 0,
        "maxSubnetSize": 24
    }
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/ipSpaces/{ipSpaceId}