NSX-T Data Center REST API
Create a new Domain Deployment Map under infra
If the passed Domain Deployment Map does not already exist, create a new Domain Deployment Map.If it already exist, replace it.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
DomainDeploymentMap+
Example Request:
{ "enforcement_point":"/infra/deployment-zones/default/enforcement-points/nsxt-ep", "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DomainDeploymentMap+