[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create Or Update Deployment Map
DescriptionIf the passed Domain Deployment Map does not already exist, create a new Domain Deployment Map. If it already exist, replace it.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
Path Parameters
Path Parameters
string
domain-id
Required
Domain ID
string
domain-deployment-map-id
Required
Domain Deployment Map ID
Request Body
Request Body
DomainDeploymentMap
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineDomainDeploymentMap1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
DomainDeploymentMap
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlineDomainDeploymentMap1
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}/domain-deployment-maps/{domain-deployment-map-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-or-update-deployment-map
x-vmw-nsx-module: PolicyEnforcementPointManagement
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy