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

Update Global Default Segment Profile Templates

Description

Updates 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

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/default
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

The request have been accepted and the task to monitor the request is in the Location header.

No error details were provided in the OpenAPI specification.

Code Samples

Code 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.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 v36.3?
INTRODUCED
Feedback

Was this page helpful?