NSX-T Data Center REST API
Patch 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, patch it.
Request:
Method:
PATCH
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:
n/a
Response Body:
n/a