Skip to main content

GET /nodes/globalConfigSettings

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

Authentication

Authentication with username and password is required.

Request URL

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

Query parameters

None

Request body

None

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

ParametersTypeDescription
SMARTDataRetrievalPreferenceBooleanIndicates 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.

secureEraseMaxServerLimitIntegerMaximum 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
}