Returns the list of savepoints for the policy (Dry Run only)
GET /policies/{policyId}/savepoints
Returns the list 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
Response
description: Successful operation.{
description: Unauthorized.
}description: Forbidden.{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated
Was this helpful?