Rule Templates REST Endpoints

Policy/Rule Templates
Use this endpoint to manage rule templates. This REST API is SCIM compliant.
Create a Rule Template
Method: post
Path: /admin/v1/RuleTemplates
Delete a Rule Template
Method: delete
Path: /admin/v1/RuleTemplates/{id}
Get a Rule Template
Method: get
Path: /admin/v1/RuleTemplates/{id}
HTTP Options
Method: options
Path: /admin/v1/RuleTemplates
Replace a Rule Template
Method: put
Path: /admin/v1/RuleTemplates/{id}
Search Rule Templates
Method: get
Path: /admin/v1/RuleTemplates
Search Rule Templates Using POST
Method: post
Path: /admin/v1/RuleTemplates/.search
Update a Rule Template
Method: patch
Path: /admin/v1/RuleTemplates/{id}