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
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.
| ||
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
}
Give documentation feedback