Managed Cloud Self Service API Specifications
Learn about the supported Managed Cloud Self Service API specifications.
Scopes Supported by Managed Cloud Self-Service APIs
All APIs are authorized based on the scopes provided by JWT tokens. The following table lists the scopes used for authorization.
Scope | Role |
---|---|
mcs:oci:api:AppAdmin |
Application admin role |
mcs:oci:api:Approver |
Approver role |
mcs:oci:api:PrivilegedUser |
Privileged user role |
mcs:oci:api:User |
Regular user role |
ManageHostAPI.Admin |
Admin user privileges for host access API |
ManageHostAPI.User |
Non-admin user privileges for host access API |
Pagination 🔗
REST resources support pagination. If a resource supports pagination, you can specify the following headers as part of the request.
Parameter Name | Parameter Type | Request/Responce |
---|---|---|
offset |
Query Parameter | Request |
limit |
Query Parameter | Request |
total |
Query Parameter | Request |
X-Total-Rows-Count |
Header | Response |
If the headers mentioned in the table are omitted, the first 25 items from the REST resource are fetched.