Disable broker role on a remote node

Prev Next

Disables the broker role on a remote node from a managed MVX cluster.

API URL

DELETE --data '{"node_name": "<REMOTE_NODE_NAME>"}' https://<VX_MGMT_IP>/wsapis/v2.0.0/proxy/clustermgmt/v1/mvx/service/mvxbroker

Sample curl request

curl -v -k -H "X-FeApi-Token: < X-FeApi-Token>" -H "Content-Type: application/json" -X DELETE --data '{"node_name": "<REMOTE_NODE_NAME>"}' https://172.16.161.165/wsapis/v2.0.0/proxy/clustermgmt/v1/mvx/service/mvxbroker

Availability

This command is available on the following appliances:

  • MVX

Parameters

None

Authentication

Standard WSAPI authentication

Response mime type

application/json