Create Segment Profile Template
Creates a new Segment Profile Template. If needed, the segment profiles referenced in the template will be synced from the source NSX-T Manager to all known NSX-T Managers in Cloud Director.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates
COPY
Request Body
SegmentProfileTemplate of type(s) application/json
Optional
{
"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.
string As date-time As date-time
lastModified
Optional
The last time the segment profile template was modified.
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
Availability
Added in 36.2
Segment Profile Templates Operations
POST
Create Segment Profile Template
DELETE
Delete Segment Profile Template
GET
Get Global Default Segment Profile Templates
GET
Get Segment Profile Template
GET
Get Segment Profile Templates
POST
Sync Segment Profile Template
PUT
Update Global Default Segment Profile Templates
PUT
Update Segment Profile Template