System Administration > Configuration > System Properties

Associated URIs:

API Description API Path

Delete MPA configuration for this node


Delete the MPA configuration for this node.
DELETE /api/v1/node/mpa-config
DELETE /api/v1/transport-nodes/<transport-node-id>/node/mpa-config
DELETE /api/v1/cluster/<cluster-node-id>/node/mpa-config

Get MPA configuration for this node


Retrieve the MPA configuration for this node to identify the Manager nodes with which this node is communicating.
GET /api/v1/node/mpa-config (Experimental)
GET /api/v1/transport-nodes/<transport-node-id>/node/mpa-config (Experimental)
GET /api/v1/cluster/<cluster-node-id>/node/mpa-config (Experimental)

Update MPA configuration for this node


Update the MPA configuration for this node.
PUT /api/v1/node/mpa-config (Experimental)
PUT /api/v1/transport-nodes/<transport-node-id>/node/mpa-config (Experimental)
PUT /api/v1/cluster/<cluster-node-id>/node/mpa-config (Experimental)

Update management plane agent configuration and restart MPA


PUT /api/v1/node/mpa-config?action=restart (Experimental)
PUT /api/v1/transport-nodes/<transport-node-id>/node/mpa-config?action=restart (Experimental)
PUT /api/v1/cluster/<cluster-node-id>/node/mpa-config?action=restart (Experimental)

Get NSX Edge dataplane geneve cbit setting


GET /api/v1/node/services/dataplane/geneve-cbit
GET /api/v1/transport-nodes/<transport-node-id>/node/services/dataplane/geneve-cbit
GET /api/v1/cluster/<cluster-node-id>/node/services/dataplane/geneve-cbit

Update NSX Edge dataplane geneve cbit setting


Enable or disable NSX Edge dataplane geneve critical bit.
PUT /api/v1/node/services/dataplane/geneve-cbit
PUT /api/v1/transport-nodes/<transport-node-id>/node/services/dataplane/geneve-cbit
PUT /api/v1/cluster/<cluster-node-id>/node/services/dataplane/geneve-cbit

Get PCG registration payload


GET /api/v1/pcg-registration-payload

Gets the realization state barrier configuration


Returns the current barrier configuration
GET /api/v1/realization-state-barrier/config

Updates the barrier configuration


Updates the barrier configuration having interval set in milliseconds
The new interval that automatically increments the global realization number
PUT /api/v1/realization-state-barrier/config

Gets the current barrier number


Returns the current global realization barrier number for NSX.
This method has been deprecated. To track realization state, use
X-NSX-REQUESTID request header instead.
GET /api/v1/realization-state-barrier/current (Deprecated)

Increments the barrier count by 1


Increment the current barrier number by 1 for NSX.
This method has been deprecated. To track realization state, use
X-NSX-REQUESTID request header instead.
POST /api/v1/realization-state-barrier/current?action=increment (Deprecated)