Returns the number of savepoints for the policy (Dry Run only).
Returns the number of savepoints for the policy (Dry Run only).
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequiredExample:
000000000000000000000001Query parameters
includeDeletedbooleanOptional
Responses
200
Successful operation.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/policies/{policyId}/savepoints/countGET /api/v1/policies/{policyId}/savepoints/count HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
PreviousDeletes the specified savepoints for the policy (Dry Run only).NextRestores Dry Run state to the selected savepoint and returns its metadata.
Last updated