Gets the statistics for the queue and its dead letter queue.

GET https://cell-1.queue.messaging.{{region}}.oci.oraclecloud.com/20210201/queues/:queueId/stats

Gets the statistics for the queue and its dead letter queue.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Acceptstring

RESPONSES

status: OK

{"queue":{"visibleMessages":-15655607,"inFlightMessages":9614801,"sizeInBytes":-31582111},"dlq":{"visibleMessages":34240487,"inFlightMessages":58788813,"sizeInBytes":-10922963}}