Creating new Policy
Create a new Policy
POST
/policy
Creates a new policy by wizard. Only users with the Standard Registry role are allowed to make the request security.
Request Body
Name
Type
Description
*
Object
Object that contains wizard configuration.
content:
application/json:
schema:
type: object
properties:
policyId:
type: string
wizardConfig:
$ref: "#/components/schemas/WizardConfig"
Creates a new policy by wizard
POST
/policy/push
Creates a new policy by wizard. Only users with the Standard Registry role are allowed to make the request.
Request Body
Name
Type
Description
*
Object
Object that contains wizard configuration.
content:
application/json:
schema:
$ref: "#/components/schemas/Task"
Last updated