NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List all VM tag replication policies


List all VM tag replication policies.
GET /global-manager/api/v1/global-infra/vm-tag-replication-policies

Delete the VM tag replication policy specified by id


Delete 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 id


Get 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 policy


Patch the VM tag replication policy.
PATCH /global-manager/api/v1/global-infra/vm-tag-replication-policies/{id}

Create or update the VM tag replication policy


Create or update the VM tag replication policy.
PUT /global-manager/api/v1/global-infra/vm-tag-replication-policies/{id}