GET /warranty/settings
Use this method to return global warranty settings.
Authentication
Authentication with username and password is required.
Request URL
GET https://{management_server_IP}/warranty/settings
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
Attributes | Type | Description | ||
---|---|---|---|---|
warrantyThreshold | Integer | Number of days before the warranty expires for a managed device when you want to be warned about the expiration. The default is 30 days. |
The following example is returned if the request is successful.
{
"warrantyThreshold": 30
}
Give documentation feedback