Create Ip Space Association

Create Ip Space Association

Create a new IP Space Association in the system.

Request
URI
POST
https://{api_host}/cloudapi/vcf/ipSpaceAssociations
COPY
Request Body
IpAddressSpaceAssociation of type(s) application/json
Required
This request body class requires all of the following: InlineIpAddressSpaceAssociation0 , InlineIpAddressSpaceAssociation1
{
    "status": "string",
    "id": "urn:vcloud:ipSpaceAssociation:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "providerGatewayRef": {
        "name": "string",
        "id": "string"
    },
    "ipSpaceRef": {
        "name": "string",
        "id": "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 '{"ipSpaceRef:"object","providerGatewayRef:"object"}' https://{api_host}/cloudapi/vcf/ipSpaceAssociations