Structure of the
...
URI
objects/type/objectName/fields
URI Segment | Description | Possible values | Wildcards Supported | Wildcard Example |
---|---|---|---|---|
queueManagerName | Name of the queue manager | YES | .* can be used to select all or part of the queue manager name | |
type | NO | |||
objectName | Name of the MQ object. Example Queue Name | YES | .* can be used to select all or part of the object name | |
fields | Fields to select separated by a | | YES | .* can be used to select all fields | can be used as an OR statement to select multiple fields |
...
Example
The following URI would show the fields CURDEPTH, IPPROCS and OPPROCS for all queues beginning with TEST on all queue managers.
...