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: postPath:
/admin/v1/RuleTemplates - Delete a Rule Template
- Method: deletePath:
/admin/v1/RuleTemplates/{id} - Get a Rule Template
- Method: getPath:
/admin/v1/RuleTemplates/{id} - HTTP Options
- Method:Path:
/admin/v1/RuleTemplates - Replace a Rule Template
- Method: putPath:
/admin/v1/RuleTemplates/{id} - Search Rule Templates
- Method: getPath:
/admin/v1/RuleTemplates - Search Rule Templates Using POST
- Method: postPath:
/admin/v1/RuleTemplates/.search - Update a Rule Template
- Method: patchPath:
/admin/v1/RuleTemplates/{id}