API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /resources |
| An entity in an organization that can be associated with permissions to enable role-based access control |
| Create a resource | Detail | |
/resources | ||
| Verb: | POST | |
| Description: | Creates a resource | |
| Auth: | Basic Auth | |
| Delete a resource | Detail | |
/resources/?path={resource_name} | ||
| Verb: | DELETE | |
| Description: | Deletes a resource | |
| Auth: | Basic Auth | |
| Get a resource | Detail | |
/resources/{resource_name} | ||
| Verb: | GET | |
| Description: | Gets a resource based on resource path | |
| Auth: | Basic Auth | |
| List resources | Detail | |
/resources | ||
| Verb: | GET | |
| Description: | Gets a list of RBAC resources in an organization | |
| Auth: | Basic Auth | |