[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Update Domain For Infra
DescriptionIf a domain with the domain-id is not already present, create a new domain. If it already exists, update the domain including the nested groups. This is a full replace
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}
Path Parameters
Path Parameters
string
domain-id
Required
Domain ID
Request Body
Request Body
Domain
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, object
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
Domain
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, object
Errors
Code Samples
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: update-domain-for-infra
x-vmw-nsx-module: Policy
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy