GET /nodes/globalConfigSettings

Use this method to return global-configuration settings for ThinkAgile and ThinkSystem servers.

Note: This API requires Lenovo XClarity Administrator v3.0.0 or later.

Authentication

Authentication with user name and password is required.

Request URL

GET https://{management_server_IP}/nodes/globalConfigSettings

Query parameters

None

Request body

None

Response codes

Code Description Comments
200 OK The request completed successfully.
500 Internal Server Error An internal error occurred. A descriptive error message is returned in the response body.

Response body

Parameters Type Description
SMARTDataRetrievalPreference Boolean Indicates whether to enable the collection of SMART data. This can be one of the following values.
  • true. SMART data collection is enabled.

  • false. (default) SMART data collection is disabled.

secureEraseMaxServerLimit Integer Maximum number of servers on which the secure-erase operation can be performed at one time

You can specify a value from 3 – 100. The default value is 3.

The following example is returned if the request is successful.
{
   "SMARTDataRetrievalPreference": false,
   "secureEraseMaxServerLimit": 5
}