Get Queue Information
Use the API to get queue information for configuration tickets.
API
/selfservice/v1/customers/services/{serviceType}/products/config/instances/{instanceName}/ticket/queue
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can access this information only for service type and instance that belongs to your customer.
- You can use Configuration Metadata API only if your customer has opted-in for Configuration 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.
Dependency
- ServiceType Source (typeCode)
- InstanceName Source
Base Path
/selfservice/v1/
Functionality
This API exposes queue details. This API is to be utilized for ticket creation as a prerequisite.
Verb
GET
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
serviceType |
Path parameter | Service type | Yes |
instanceName |
Path parameter | Instance name | Yes |
Sample response
{
"category": "Application - EBS OCI",
"serviceCode": "EBSI",
"subType": "Config_Auto",
"type": "OCIEBS_Configuration"
}