Getting Policy Configuration
Get policy config.
POST
/{policyId}/config
Get policy config by wizard. Only users with the Standard Registry role are allowed to make the request.
Path Parameters
Name
Type
Description
policyId*
String
Policy identifier.
Request Body
Name
Type
Description
*
Object
Object that contains wizard configuration.
content:
application/json:
schema:
type: object
properties:
policyConfig:
$ref: "#/components/schemas/PolicyConfig"
wizardConfig:
$ref: "#/components/schemas/WizardConfig"