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/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/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/cluster/<cluster-node-id>/node/mpa-config (Experimental)

Update management plane agent configuration and restart MPA


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

Get NSX Edge dataplane geneve cbit setting


GET /api/v1/transport-nodes/<transport-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/transport-nodes/<transport-node-id>/node/services/dataplane/geneve-cbit

Get NSX Edge IPSec Determ RSS setting


Displays configured value for IPSec VPN Deteriministic ESP RSS and also
shows either vmxnet driver supports this feature or not.
GET /api/v1/transport-nodes/<transport-node-id>/node/services/vpn/ipsec/deterministic-esp-rss

Update NSX Edge IPSec Determ RSS setting


Enable or disable NSX Edge IPSec Determ RSS.
Deterministically queue ESP packets to CPU queues, to achieve higher throughout.
To enable this feature, vmxnet driver version should be beyond 7 and more.
PUT /api/v1/transport-nodes/<transport-node-id>/node/services/vpn/ipsec/deterministic-esp-rss

Get NSX Edge IPSec Determ RSS setting


Displays configured value for IPSec VPN Deteriministic ESP RSS and also
shows either vmxnet driver supports this feature or not.
GET /api/v1/transport-nodes/<transport-node-id>/node/services/vpn/ipsec/deterministic-esp-rss/status

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.
GET /api/v1/realization-state-barrier/current (Deprecated)

Increments the barrier count by 1


Increment the current barrier number by 1 for NSX.
POST /api/v1/realization-state-barrier/current?action=increment (Deprecated)

Reset IPSec VPN session statistics


Reset IPSec VPN session statistics
POST /api/v1/vpn/ipsec/sessions/<sessionid>/statistics?action=reset