Rules REST Endpoints
Policy/Rules
Use this endpoint to manage policy rules. A rule defines conditions to be evaluated and values that are returned if the conditions are met. This REST API is SCIM compliant.
- Create a Rule
- Method: postPath:
/admin/v1/Rules - Delete a Rule
- Method: deletePath:
/admin/v1/Rules/{id} - Get a Rule
- Method: getPath:
/admin/v1/Rules/{id} - HTTP Options
- Method:Path:
/admin/v1/Rules - Replace a Rule
- Method: putPath:
/admin/v1/Rules/{id} - Search Rules
- Method: getPath:
/admin/v1/Rules - Search Rules Using POST
- Method: postPath:
/admin/v1/Rules/.search - Update a Rule
- Method: patchPath:
/admin/v1/Rules/{id}