NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List all VM tag replication policiesList all VM tag replication policies. |
GET /global-manager/api/v1/global-infra/vm-tag-replication-policies
|
Delete the VM tag replication policy specified by idDelete the VM tag replication policy specified by id. |
DELETE /global-manager/api/v1/global-infra/vm-tag-replication-policies/{id}
|
Get the VM tag replication policy specified by idGet the VM tag replication policy specified by id. |
GET /global-manager/api/v1/global-infra/vm-tag-replication-policies/{id}
|
Patch the VM tag replication policyPatch the VM tag replication policy. |
PATCH /global-manager/api/v1/global-infra/vm-tag-replication-policies/{id}
|
Create or update the VM tag replication policyCreate or update the VM tag replication policy. |
PUT /global-manager/api/v1/global-infra/vm-tag-replication-policies/{id}
|