Get Segment Profile Template

Get Segment Profile Template

Retrieves a singular Segment Profile Template with the given ID.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/{segmentProfileTemplateId}
COPY
Path Parameters
string
segmentProfileTemplateId
Required

segmentProfileTemplateId

string
segmentProfileTemplateId
Required

segmentProfileTemplateId


Authentication
This operation uses the following authentication methods.
Responses
200
Returns SegmentProfileTemplate of type(s) application/json;version=39.0
{
    "id": "string",
    "name": "string",
    "description": "string",
    "sourceNsxTManagerRef": {
        "name": "string",
        "id": "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"
    },
    "lastModified": "string"
}
string
id
Optional

The URN of the Segment Profile Template Object.

string
name
Required

The name of the Segment Profile Template.

string
description
Optional

The description of the Segment Profile Template.

sourceNsxTManagerRef
Required

Entity reference used to describe VCD entities

qosProfile
Optional

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

macDiscoveryProfile
Optional

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

ipDiscoveryProfile
Optional

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

segmentSecurityProfile
Optional

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

spoofGuardProfile
Optional

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

string As date-time As date-time
lastModified
Optional

The last time the segment profile template was modified.