Get Queue information

Use this API to get queue information.

API

/cemli/v1/customers/services/{serviceType}products/patch/instances/{instanceName}/rfc/queue

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can get queue information only for your customer instances.
  • You can use CEMLI Metadata API only if your customer has opted-in for CEMLI 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/

Dependency

Functionality

This API gets the queue information.

Verb

GET

Parameters

Name Type Description Mandatory
serviceType Path parameter Service type Yes
instanceName Path parameter Instance name Yes
instanceId Query parameter Instance ID fetched from Get Details for a Service (CEMLI) Yes
selfService Query parameter

Self-Service type, possible values are CEMLI_PATCH, ACE_DATAFIX.

No

Sample response

{
    "category": "Application - EBS OCI",
    "serviceCode": "EBSI",
    "subType": "CEMLI_PATCH",
    "type": "OCIEBS_Prod_CEMLI_PATCH"
}