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 |
| 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 |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Queue manager namename | text | - | required |
Clustersclusters | set | Name of the cluster(s) this queue manager is part of | required |
Alias queuesaliasQueues | Set<AliasQueue> | - | required |
Remote queuesremoteQueues | Set<RemoteQueue> | - | required |
Cluster queuesclusterQueues | Set<ClusterQueue> | - | required |
AliasQueue object| Property | Type | Description | Required |
|---|---|---|---|
Alias queue namealiasQueue | text | - | required |
Base queue namebaseQueue | text | - | required |
Cluster visibilityclusterVisibility | set | Name of the cluster(s) this alias should be visible in | required |
RemoteQueue object| Property | Type | Description | Required |
|---|---|---|---|
Local queue namelocalQueue | text | - | required |
Remote queue nameremoteQueue | text | - | required |
Remote queue manager nameremoteQueueManager | text | - | required |
Cluster visibilityclusterVisibility | set | Name of the cluster(s) this local definition of the remote queue should be visible in | required |
ClusterQueue object| Property | Type | Description | Required |
|---|---|---|---|
Local queue namelocalQueue | text | - | required |
Cluster visibilitiesclusterVisibility | set | Name of the cluster(s) this local queue should be visible in | required |