Structure of the URI
objects/typequeueManagerName/objectType/objectName/fields
URI Segment | Description | Wildcards Supported | Wildcard Example |
---|---|---|---|
queueManagerName | Name of the queue manager | YES | .* can be used to select all or part of the queue manager name |
typeobjectType | See DataTypes and Categories | 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 | character | YES | .* can be used to select all fields | can be used as an OR statement to select multiple fields |
...