Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.16 KB

reference_element_api_listutilities.adoc

File metadata and controls

69 lines (54 loc) · 1.16 KB
permalink sidebar keywords summary
api/reference_element_api_listutilities.html
sidebar
utilities,list,listing,listutilities
You can use the ListUtilities method to list the operations that are available to run on a node.

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