You can use the ListUtilities method to list the operations that are available to run on a node.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
utilities | List of utilities currently available to run on the node. | string array |
Requests for this method are similar to the following example:
{ "method": "ListUtilities", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "utilities": [ "ResetDrives", "ResetNode", "RestartNetworking", "RestartServices", "CreateSupportBundle", "DeleteAllSupportBundles", "CreateClusterSupportBundle" ] } }