Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 1.9 KB

reference_element_api_getnodehardwareinfo.adoc

File metadata and controls

76 lines (57 loc) · 1.9 KB
permalink sidebar keywords summary
api/reference_element_api_getnodehardwareinfo.html
sidebar
node,hardware,info,get,getting,getnodehardwareinfo
You can use the GetNodeHardwareInfo method to return all the hardware information and status for the node specified. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.

GetNodeHardwareInfo

You can use the GetNodeHardwareInfo method to return all the hardware information and status for the node specified. 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

nodeID

The ID of the node for which hardware information is being requested. Information about a Fibre Channel node is returned if a Fibre Channel node is specified.

integer

None

Yes

Return value

This method has the following return value:

Name Description Type

nodeHardwareInfo

Hardware information for the specified nodeID. 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": "GetNodeHardwareInfo",
   "params": {
     "nodeID": 1
   },
"id" : 1
}

Response example

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

New since version

9.6