Get All Services
Use this API to get all services.
API
/cemli/v1/users/{userEmail}/customers/services/
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can get all the services that belong to your customer.
- You can use CEMLI user API only if your customer has opted-in for CEMLI, Bounce, or Configure functionality.
Headers
- Authorization: Bearer <Token>
Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).
- Identifier: <JWKS Identifier>
Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.
Base Path
/cemli/v1/
Functionality
- This API allows you to get all the assigned services (Support Identifier or Service Type combinations).
- Response fields that require explanation:
csi
is the support identifier.serviceType
is the service type.
Verb
GET
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
userEmail |
Path parameter | User's email | Yes |
Sample response
[
{
"CSI": 15427061,
"active": true,
"cemliMode": "EXTERNAL",
"cemliServiceId": 363337225,
"customerId": 4165,
"customerName": "Oracle Systems Assurance Center",
"serviceGroup": "@OCI Services",
"serviceGroupCode": "@OCI",
"serviceType": "EBSI"
}
]