Changed1
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get Global Default Segment Profile Templates
DescriptionRetrieve the global default segment profile templates. These segment profile templates apply to all NSX-T backed networks created by Cloud Director unless overridden explicitly during create/update or by an Org vDC defined default.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/default
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
SegmentProfileTemplateDefaultDefinition
of type(s) application/json;version=37.0
{
"vappNetworkSegmentProfileTemplateRef": {
"id": "string",
"name": "string"
},
"vdcNetworkSegmentProfileTemplateRef": {
"id": "string",
"name": "string"
}
}
vappNetworkSegmentProfileTemplateRef
Optional
Reference to the default SegmentProfileTemplate to use when deploying vApp networks.
vdcNetworkSegmentProfileTemplateRef
Optional
Reference to the default SegmentProfileTemplate to use when creating Org vDC networks.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/default
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
What's changed in v37.0?
INTRODUCED
Availability
Added in 36.2
On This Page
Segment Profile Templates Operations
post
Create Segment Profile Template
Introduced
delete
Delete Segment Profile Template
Introduced
get
Get Global Default Segment Profile Templates
Introduced
get
Get Segment Profile Template
Introduced
get
Get Segment Profile Templates
Introduced
post
Sync Segment Profile Template
Introduced
put
put
Update Segment Profile Template
Introduced