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