Create Ip Space Uplink

Create Ip Space Uplink

Create a new IP Space Uplink in the system.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/ipSpaceUplinks
COPY
Request Body
IpSpaceUplink of type(s) application/json
Optional
{
    "status": {},
    "id": "urn:vcloud:ipSpaceUplink:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "externalNetworkRef": {
        "name": "string",
        "id": "string"
    },
    "ipSpaceRef": {
        "name": "string",
        "id": "string"
    },
    "ipSpaceType": "string",
    "interfaces": [
        {
            "id": "string",
            "name": "string",
            "interfaceType": "string"
        }
    ]
}
Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"externalNetworkRef:"object","ipSpaceRef:"object","name:"string"}' https://{api_host}/cloudapi/1.0.0/ipSpaceUplinks