You can use the GetNvramInfo method to get information from each node about the NVRAM card.
This method has the following input parameter:
Name | Description | Type | Default Value | Required |
---|---|---|---|---|
force | The force parameter must be included on this method to successfully run on all nodes in the cluster. | boolean | None | Yes |
This method has the following return value:
Name | Description | Type |
---|---|---|
nvramInfo | Arrays of events and errors detected on the NVRAM card. | JSON object |
Requests for this method are similar to the following example:
{ "method": "GetNvramInfo", "params": { "force": true }, "id" : 1 }
Due to the length of this response example, it is documented in a supplementary topic.