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