Creates a new savepoint for the policy (Dry Run only).
POST /policies/{policyId}/savepoints
Creates a new savepoint for the policy (Dry Run only).
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy Identifier
name
string
name of the savepoint
savepointPath
string
Path of the savepoint
Response
{
description: Successful operation.
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousReturns the list of savepoints for the policy (Dry Run only)NextDeletes the specified savepoints for the policy (Dry Run only).
Last updated
Was this helpful?