Settings API - IBM MQ IMS bridges schema table
IBM MQ IMS bridges (builtin:ibmmq.ims-bridges)
An IMS bridge is the component of IBM MQ for z/OS that allows direct access to the IMS system. Dynatrace needs to know which queue managers and queues belong to which IMS bridge for the end-to-end tracing on z/OS.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:ibmmq.ims-bridges |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ibmmq.ims-bridges |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ibmmq.ims-bridges | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ibmmq.ims-bridges |
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 |
---|---|---|---|
IMS bridge namename | text | - | required |
Queue managersqueueManagers | Set<QueueManager> | - | required |
The QueueManager
object
Property | Type | Description | Required |
---|---|---|---|
Queue manager namename | text | - | required |
QueuesqueueManagerQueue | set | - | required |