Skip to main content
Element Software
12.5 and 12.7

GetNvramInfo

Contributors netapp-pcarriga amgrissino

You can use the GetNvramInfo method to get information from each node about the NVRAM card.

Parameter

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

Return value

This method has the following return value:

Name Description Type

nvramInfo

Arrays of events and errors detected on the NVRAM card.

JSON object

Request example

Requests for this method are similar to the following example:

{
  "method": "GetNvramInfo",
  "params": {
      "force": true
	  },
  "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