Skip to main content

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

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

Response body

AttributesTypeDescription
warrantyThresholdIntegerNumber 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
}