The training flow

Number of APIs: 22

  1. Issue a JWT token POST {{base_url}}/api/2/idp/token

  2. Issue a Scoped token for Protection Management POST {{base_url}}/bc/idp/token

  3. Get a resource by Id GET {{base_url}}/api/resource_management/v4/resources/{{resource_id}}

  4. Get a resource attributes GET {{base_url}}/api/resource_management/v4/resources/{{resource_id}}/attributes

  5. Get a unuquie attributes values list for ressurces GET {{base_url}}/api/resource_management/v4/resources/attributes/{{namespace}}/{{key}}/distinct_values

  6. Search for resources GET {{base_url}}/api/resource_management/v4/resources?search=dynamic*

  7. Delete a resource - a group DELETE {{base_url}}/api/resource_management/v4/resources/{{group_id}}

  8. Create a resource - dynamic group POST {{base_url}}/api/resource_management/v4/resources

  9. Update a policy PATCH {{base_url}}/api/policy_management/v4/policies/{{policy_id}}

  10. Get resources context selections GET {{base_url}}/api/resource_management/v4/context_selections