IBM MQ tracing API - GET all queue managers

Lists all available queue managers.

This endpoint is used to provide DESK with your IBM MQ setup regarding alias, remote and cluster queues.

This is required to facilitate end to end tracing for messages send via IBM MQ where sender and receiver use different queue names. Without this information DESK would still trace all requests, but would not be able to stitch service calls that use these IBM MQ features.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/service/ibmMQTracing/queueManager
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/service/ibmMQTracing/queueManager

Parameters

The request doesn't provide any configurable parameters.

Response format

The StubList object

An ordered list of short representations of DESK entities.

Element Type Description
values EntityShortRepresentation[]

An ordered list of short representations of DESK entities.

The EntityShortRepresentation object

The short representation of a DESK entity.

Element Type Description
id string

The ID of the DESK entity.

name string

The name of the DESK entity.

description string

A short description of the DESK entity.