NSX Autonomous Edge REST API
Logical Routing And Services Configuration
Associated URIs:
API Description | API Path |
---|---|
Read all peers in the clusterRead all peers in the cluster |
GET /high-availability
|
API to call when the primary API node edge is lost, crashed or deadDissolve the high-availability cluster and make this node the primary node for API server. This node will no longer synchronize config with older peer. Please deploy and add a new secondary node to the high-availability cluster. Until this is done, the node is running without a standBy peer for high-availability. |
POST /high-availability?action=dissolve_and_make_primary
|
Delete a specific HighAvailabilityPeerDelete a specific HighAvailabilityPeer |
DELETE /high-availability/nodes/{node-id}
|
Read node statusReturns information about the appliance's status |
GET /high-availability/nodes/{node-id}/status
|