Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 2.03 KB

reference_element_api_getclusterhardwareinfo.adoc

File metadata and controls

82 lines (61 loc) · 2.03 KB
permalink sidebar keywords summary
api/reference_element_api_getclusterhardwareinfo.html
sidebar
get,getting,cluster,hardware,getclusterhardwareinfo
You can use the GetClusterHardwareInfo method to retrieve the hardware status and information for all Fibre Channel nodes, iSCSI nodes and drives in the cluster. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.

GetClusterHardwareInfo

You can use the GetClusterHardwareInfo method to retrieve the hardware status and information for all Fibre Channel nodes, iSCSI nodes and drives in the cluster. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.

Parameter

This method has the following input parameter:

Name Description Type Default value Required

type

Include only one of the following types of hardware information in the response. Possible values:

  • drives:

    Lists only drive information in the response.

  • nodes: Lists only node information in the response.

  • all: Includes both drive and node information in the response.

If this parameter is omitted, a type of all is assumed.

string

all

No

Return value

This method has the following return value:

Name

Description

Type

clusterHardwareInfo

Hardware information for all nodes and drives in the cluster. Each object in this output is labeled with the nodeID of the given node.

Request example

Requests for this method are similar to the following example:

{
  "method": "GetClusterHardwareInfo",
    "params": {
        "type": "all"
    },
    "id": 1
}

Response example

Due to the length of this response example, it is documented in a supplementary topic.

New since version

9.6

Find more information