NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

Join this node to a NSX Cluster


Detach a node from the Cluster


Invoke DELETE request on target cluster node


Invoke GET request on target cluster node


Invoke POST request on target cluster node


Invoke PUT request on target cluster node


Read cluster certificate ID


Returns the ID of the certificate that is used as the cluster certificate for MP

Set the cluster certificate


Sets the certificate used for the MP cluster.
This affects all nodes in the cluster. If the certificate used is a CA signed
certificate,the request fails if the whole chain(leaf, intermediate, root)
is not imported.

Clear the cluster certificate


Clears the certificate used for the MP cluster.
This does not affect the certificate itself.
This API is deprecated. Instead use the
/api/v1/cluster/api-certificate?action=set_cluster_certificate API to set
the cluster certificate to a different one.
It just means that from now on, individual certificates will be used on
each MP node. This affects all nodes in the cluster.

Read cluster virtual IP address


Returns the configured cluster virtual IP address or null if not configured.

Clear cluster virtual IP address


Clears the cluster virtual IP address.

Set cluster virtual IP address


Sets the cluster virtual IP address. Note, all nodes in the management
cluster must be in the same subnet. If not, a 409 CONFLICT status is
returned.

Get backup frames for UI


Returns list of backup frames and some metadata to be used by UI.

List the specified node's Network Interfaces


Returns the number of interfaces on the node and detailed
information about each interface. Interface information includes MTU,
broadcast and host IP addresses, link and admin status, MAC address, network
mask, and the IP configuration method (static or DHCP).
GET /api/v1/cluster/nodes/<node-id>/network/interfaces

Read the node's Network Interface


Returns detailed information about the specified interface. Interface
information includes MTU, broadcast and host IP addresses, link and admin
status, MAC address, network mask, and the IP configuration method (static
or DHCP).
GET /api/v1/cluster/nodes/<node-id>/network/interfaces/<interface-id>