Wizard
Step-by-step guided policy creation workflow.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
rolesstring[]Required
schemasobject[]Required
trustChainobject[]Required
Responses
201
Successful operation. Returns the created policy ID and the wizard configuration used.
application/json
policyIdstringRequired
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post/wizard/policy
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
saveStatebooleanRequired
Responses
202
Task accepted. Use the returned taskId to poll for the result.
application/json
taskIdstringRequiredExample:
Task Id
9db028d2-03ad-4d49-a178-cf4b67f8c147expectationnumberRequiredExample:
Expected count of task phases
8actionstringRequiredExample:
Task action
Create tooluserIdstringRequiredExample:
User Id
69bcfd90c98df6ceb05e8a78401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post/wizard/push/policy
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequiredExample:
Database ID of the policy to get the wizard configuration for
69aeb71ef8c5b278e3bab4e5Body
rolesstring[]Required
schemasobject[]Required
trustChainobject[]Required
Responses
200
Successful operation. Returns the policy config preview and the wizard configuration.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post/wizard/{policyId}/config
Last updated