Update Vdc Network Profile

Update Vdc Network Profile

Updates the vDC Network Profile.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/vdcs/{orgVdcId}/networkProfile
COPY
Path Parameters
string
orgVdcId
Required

orgVdcId

string
orgVdcId
Required

orgVdcId


Request Body
VdcNetworkProfile of type(s) application/json
Required
{
    "primaryEdgeCluster": {
        "name": "string",
        "id": "string"
    },
    "secondaryEdgeCluster": {
        "name": "string",
        "id": "string"
    },
    "servicesEdgeCluster": {
        "edgeClusterRef": {
            "name": "string",
            "id": "string"
        },
        "backingId": "string"
    },
    "vdcNetworkSegmentProfileTemplateRef": {
        "name": "string",
        "id": "string"
    },
    "vappNetworkSegmentProfileTemplateRef": {
        "name": "string",
        "id": "string"
    }
}
primaryEdgeCluster
Optional

primaryEdgeCluster

secondaryEdgeCluster
Optional

secondaryEdgeCluster

servicesEdgeCluster
Optional

servicesEdgeCluster

vdcNetworkSegmentProfileTemplateRef
Optional

vdcNetworkSegmentProfileTemplateRef

vappNetworkSegmentProfileTemplateRef
Optional

vappNetworkSegmentProfileTemplateRef

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

400

Invalid configuration.

Returns Error of type(s) */*;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace