Getting Queue Details

Retrieve queue details.

    1. Open the navigation menu  and select Developer Services. Under Application Integration, select Queues.
    2. On the left side of the screen, select Queues.
    3. In the list of existing queues, click the name of a queue to display its details page.
  • Use the oci queue queue-admin queue get command and required parameters to get details about a queue:

    oci queue queue-admin queue get --queue-id <queue_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the GetQueue operation to get details about a queue.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.