app-policy_manager

On this page:

addRuleToPolicy

Summary

Adds a new rule (or rule template) to the policy's rule list

Description

Creates a new local rule entry (or rule template) and adds to the end of the rule list

Route

POST /policy-manager/policies/:id/rules

Roles

admin other readonly apiread

Parameters

DetailsExampleSchema
Name Type Required Description
id string yes id of the policy
rule object yes rule object

Return

DetailsExampleSchema
Name Type Description
response object Response object with the document that was created.