Returns the number of savepoints for the policy (Dry Run only).
Returns the number of savepoints for the policy (Dry Run only).
Authorizations
Path parameters
policyIdstringRequiredExample:
000000000000000000000001
Query parameters
includeDeletedbooleanOptional
Responses
200
Successful operation.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
GET /api/v1/policies/{policyId}/savepoints/count HTTP/1.1
Host:
Authorization: Bearer JWT
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