Get Network Segment Profiles

Get Network Segment Profiles

Retrieves the segment profiles configured for an Org vDC Network.

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

vdcNetworkId

string
vdcNetworkId
Required

vdcNetworkId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VdcNetworkSegmentProfileConfig of type(s) application/json;version=36.3
{
    "segmentProfileTemplate": {
        "templateRef": {
            "name": "string",
            "id": "string"
        },
        "source": "string"
    },
    "qosProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    },
    "macDiscoveryProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    },
    "ipDiscoveryProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    },
    "segmentSecurityProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    },
    "spoofGuardProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    }
}
segmentProfileTemplate
Optional

segmentProfileTemplate

qosProfile
Optional

qosProfile

macDiscoveryProfile
Optional

macDiscoveryProfile

ipDiscoveryProfile
Optional

ipDiscoveryProfile

segmentSecurityProfile
Optional

segmentSecurityProfile

spoofGuardProfile
Optional

spoofGuardProfile