You can use the TestHardwareConfig method to perform hardware tests on a node. Test options include verifying hardware configurations, firmware versions, and that all drives are present.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
clean | Starts the hardware configuration test with a clean cache. Possible values:
|
boolean | false | No |
force | The force parameter must be included in this method to successfully reset the node. | boolean | None | Yes |
This method has the following return value:
Name | Description | Type |
---|---|---|
details | Hardware configuration details. | JSON object |
Requests for this method are similar to the following example:
{ "method": "TestHardwareConfig", "params": { "force": true }, "id" : 1 }
Due to the length of this response example, it is documented in a supplementary topic.
9.6