Endpoints
CRUD Operations
- Create RLCL - Create a new RLCL
- Update RLCL - Update an existing RLCL
- Delete RLCL - Delete an RLCL
Credential Management
- Add Credentials - Add credentials to an RLCL
- Update Credentials - Replace all credentials in an RLCL
- Delete Credentials - Remove credentials from an RLCL
Endpoint Management
- Add Endpoints - Add API endpoints to an RLCL
- Update Endpoints - Replace all endpoints in an RLCL
- Delete Endpoints - Remove endpoints from an RLCL
Condition Management
- Add Condition - Add condition to an RLCL
- Update Condition - Update condition in an RLCL
- Delete Condition - Remove condition from an RLCL
Authentication
All endpoints require authentication using a Personal API Access Token.Permissions
GET Operations (List RLCLs)
- User must have any permission in the project (read access)
POST/PUT/DELETE Operations (Create/Update/Delete RLCL, Manage Credentials/Endpoints/Conditions)
- User must have
IDENTITY+MANAGEpermission in the project
Permission Requirements
| Operation | Required Permission |
|---|---|
| List RLCLs | Any permission in project |
| Create/Update/Delete RLCL | IDENTITY + MANAGE |
| Add/Update/Delete Credentials | IDENTITY + MANAGE |
| Add/Update/Delete Endpoints | IDENTITY + MANAGE |
| Add/Update/Delete Conditions | IDENTITY + MANAGE |
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats

