Settings API - IBM MQ queue managers schema table
IBM MQ queue managers (builtin:ibmmq.queue-managers)
Dynatrace needs to know the IBM MQ definition of your alias queues, remote queues, and cluster queues for the end-to-end tracing. Without this information, Dynatrace can still trace all requests but producer and consumer services would not be stitched together.
Schema ID
Schema groups
Scope
builtin:ibmmq.queue-managers
group:mainframe
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ibmmq.queue-managers |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ibmmq.queue-managers | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ibmmq.queue-managers |
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Property
Type
Description
Required
Queue manager name
name
text
-
required
Clusters
clusters
set
Name of the cluster(s) this queue manager is part of
required
The AliasQueue
object
Property
Type
Description
Required
Alias queue name
aliasQueue
text
-
required
Base queue name
baseQueue
text
-
required
Cluster visibility
clusterVisibility
set
Name of the cluster(s) this alias should be visible in
required
The RemoteQueue
object
Property
Type
Description
Required
Local queue name
localQueue
text
-
required
Remote queue name
remoteQueue
text
-
required
Remote queue manager name
remoteQueueManager
text
-
required
Cluster visibility
clusterVisibility
set
Name of the cluster(s) this local definition of the remote queue should be visible in
required
The ClusterQueue
object
Property
Type
Description
Required
Local queue name
localQueue
text
-
required
Cluster visibilities
clusterVisibility
set
Name of the cluster(s) this local queue should be visible in
required