Update Network Segment Profiles

Update Network Segment Profiles

Updates the segment profiles configuration for an Org vDC Network.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/orgVdcNetworks/{vdcNetworkId}/segmentProfiles
COPY
Path Parameters
string
vdcNetworkId
Required

vdcNetworkId


Request Body
VdcNetworkSegmentProfileConfig of type(s) application/json
Required
{
    "segmentProfileTemplate": {
        "templateRef": {
            "name": "string",
            "id": "string"
        },
        "source": "string"
    },
    "qosProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    },
    "macDiscoveryProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    },
    "ipDiscoveryProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    },
    "segmentSecurityProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    },
    "spoofGuardProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    }
}
object
segmentProfileTemplate
Optional

Represents a reference to a segment profile template for an NSX-T Org vDC Network.

object
qosProfile
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

object
macDiscoveryProfile
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

object
ipDiscoveryProfile
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

object
segmentSecurityProfile
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

object
spoofGuardProfile
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

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 PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/1.0.0/orgVdcNetworks/{vdcNetworkId}/segmentProfiles