Assignment rules

Assignment rules API overview

Assignment rules define how certificates are automatically associated with certificate buckets or organizational structures within SCM.

The Assignment rules API allows integrators to create, update, list, retrieve, and delete assignment rules, as well as count how many rules exist.


Assignment rules API endpoints

The following table lists the endpoints for managing assignment rules.
Click any action in the first column to open its API reference page.


Assignment rules operations

ActionMethodPathDescription
Get assignment rules ID listGET/api/discovery/v1/assignmentruleRetrieve a list of all assignment rule IDs.
Create an assignment rulePOST/api/discovery/v1/assignmentruleCreate a new assignment rule.
Find an assignment rule by IDGET/api/discovery/v1/assignmentrule/{ruleId}Retrieve details of a specific assignment rule.
Update an assignment rulePUT/api/discovery/v1/assignmentruleModify an existing assignment rule.
Delete an assignment ruleDELETE/api/discovery/v1/assignmentrule/{ruleId}Remove an assignment rule.
Get assignment rules countGET/api/discovery/v1/assignmentrule/countRetrieve the total number of assignment rules.