Creates a list of nodes.
API URL
GET https://<VX_MGMT_IP>/wsapis/v2.0.0/proxy/clustermgmt/v1/mvx/nodes
Sample curl request
curl -v -k -H "X-FeApi-Token: < X-FeApi-Token>" -H "Content-Type: application/json" -X GET https://172.16.161.165/wsapis/v2.0.0/proxy/clustermgmt/v1/mvx/nodes
Availability
This command is available on the following appliances:
MVX
Parameters
None
Response
HTTP OK with JSON containing the array of nodes:
{"mvxbroker": {"ID": "mvxbroker", "Service": "mvxbroker", "Tags": [], "Meta": {}, "Port": 0, "Address": "10.128.59.66", "TaggedAddresses": {"lan_ipv4": {"Address": "10.128.59.66", "Port": 0}, "wan_ipv4": {"Address": "10.128.59.66", "Port": 0}}, "Weights": {"Passing": 1, "Warning": 1}, "EnableTagOverride": false}, "mvxcompute": {"ID": "mvxcompute", "Service": "mvxcompute", "Tags": [], "Meta": {}, "Port": 0, "Address": "10.128.59.66", "TaggedAddresses": {"lan_ipv4": {"Address": "10.128.59.66", "Port": 0}, "wan_ipv4": {"Address": "10.128.59.66", "Port": 0}}, "Weights": {"Passing": 1, "Warning": 1}, "EnableTagOverride": false}}
or
Error JSON with displayable message
Authentication
Standard WSAPI authentication
Response mime type
application/json