IBM MQ tracing API - POST a new queue

Creates a new IBM IMS entry queue.

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

Parameters

Parameter Type Description In Required
body IbmMQImsEntryQueue

JSON body of the request, containing parameters of the new IBM IMS entry queue.

body optional

The IbmMQImsEntryQueue object

Ibm MQ queue which is an entrypoint to IMS.

Element Type Description Required
id string

The ID of the IMS entry queue.

optional
queueManagerName string

The name of the queue manager.

required
queueName string

The name of the queue.

required

Response format

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.

Validate payload

We recommend that you validate the payload before submitting it with an actual request. A response code of 204 indicates a valid payload.

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

Response codes

Code Description
204 Validated. The submitted configuration is valid. Response does not have a body.
400 Failed. The input is invalid.