Structure of the URI
objects/typequeueManagerName/objectType/objectName/fields
URI Segment | DescriptionPossible 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 | objectType | 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 |
...