Summary
Adds a new rule to a rule template
Description
Creates a new local rule entry and adds it to the end of the rule list for the template
Route
POST /policy-manager/rule-templates/:id/rules
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
id | string | yes | id of the rule template |
rule | object | yes | rule object |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
response | object | Result of the add operation |