Last updated on: 2019-12-2
Authored by: Megan Meza
There are two available methods for listing your available Cloud Queues: the Cloud Control Panel or through the command line.
Your queues are listed on the Cloud Queues screen.
Use the following cURL command to view your list of queues:
$ curl -i -X GET https://$ENDPOINT -H "X-Auth-Token: $TOKEN"
The response should look similar to the following:
HTTP/1.1 200 OK
Content-Length: 140
Content-Type: application/json; charset=utf-8
Content-Location: /v1/queues
{"queues": [{"href": "/v1/queues/samplequeue", "name": "samplequeue"}], "links": [{"href": "/v1/queues?marker=samplequeue", "rel": "next"}]}
©2020 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License