[{"label":"Latest (v37.1)","version":"latest"},{"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
Update Global Default Segment Profile Templates
DescriptionUpdates 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
URLURL
https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/default
Request Body
Request Body
SegmentProfileTemplateDefaultDefinition
of type(s) application/json
Required
{
"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.
Authentication
This operation uses the following authentication methods.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"vappNetworkSegmentProfileTemplateRef":{"id":"string","name":"string"},"vdcNetworkSegmentProfileTemplateRef":{"id":"string","name":"string"}}' https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/default
[{"label":"Latest (v37.1)","version":"latest"},{"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
Availability
Added in 36.2