Update Ip Space Uplink

Update Ip Space Uplink

Updates the specified IP Space Uplink.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/ipSpaceUplinks/{ipSpaceUplinkId}
COPY
Path Parameters
string
ipSpaceUplinkId
Required

ipSpaceUplinkId

string
ipSpaceUplinkId
Required

ipSpaceUplinkId


Request Body
IpSpaceUplink of type(s) application/json
Optional
This request body class requires all of the following: NetworkingObjectStatus , InlineIpSpaceUplink1
{
    "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"
}
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