API Description | API Path |
---|---|
Delete MPA configuration for this nodeDelete the MPA configuration for this node. |
DELETE /api/v1/cluster/{cluster-node-id}/node/mpa-config
DELETE /api/v1/node/mpa-config |
Get MPA configuration for this nodeRetrieve the MPA configuration for this node to identify the Manager nodes with which this node is communicating. |
GET /api/v1/cluster/{cluster-node-id}/node/mpa-config
(Experimental)
GET /api/v1/node/mpa-config (Experimental) |
Update MPA configuration for this nodeUpdate the MPA configuration for this node. |
PUT /api/v1/cluster/{cluster-node-id}/node/mpa-config
(Experimental)
PUT /api/v1/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)
|