Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Web Service URL format:

http://hostname:port/objects/{QMGR}/objectType/objectName/fieldName/fieldValue
http://hostname:port/statistics/{QMGR}/objectType/objectName/fieldName/fieldValue

Filter Examples

The URL below filters statistics for QUEUE1 based on the date.

http://hostname.com:8085/statistics/TEST/STATISTICS/QUEUE1/date/2016-04-29

The URLs below filter statistics for all queues matching the .* wildcard for the date or queue name.

http://hostname.com:8085/statistics/TEST/STATISTICS/.*/date/2016-04-29
http://hostname.com:8085/statistics/TEST/STATISTICS/QU.*1/date/2016-04-29
http://hostname.com:8085/statistics/TEST/STATISTICS/QU.*1/date/2016-04.*

...