Update Global Default Segment Profile Templates

Update Global Default Segment Profile Templates

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
URI
PUT
https://{api_host}/cloudapi/1.0.0/segmentProfileTemplates/default
COPY
Request Body
SegmentProfileTemplateDefaultDefinition of type(s) application/json
Required
{
    "vdcNetworkSegmentProfileTemplateRef": {
        "name": "string",
        "id": "string"
    },
    "vappNetworkSegmentProfileTemplateRef": {
        "name": "string",
        "id": "string"
    }
}
vdcNetworkSegmentProfileTemplateRef
Optional

vdcNetworkSegmentProfileTemplateRef

vappNetworkSegmentProfileTemplateRef
Optional

vappNetworkSegmentProfileTemplateRef

Authentication
This operation uses the following authentication methods.
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