Returns the number of savepoints for the policy (Dry Run only).
GET /policies/{policyId}/savepoints/count
Returns the number of savepoints for the policy (Dry Run only).
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy Identifier
includeDeleted
boolean
to be included to delete or not
Response
{
description: Successful operation.
}{
description: Unauthorized."
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousDeletes the specified savepoints for the policy (Dry Run only).NextRestores Dry Run state to the selected savepoint and returns its metadata.
Last updated
Was this helpful?