Skip to content

Instantly share code, notes, and snippets.

@opavlov24
Last active March 30, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opavlov24/6af232d1bb01bf33555c08a740d208a0 to your computer and use it in GitHub Desktop.
Save opavlov24/6af232d1bb01bf33555c08a740d208a0 to your computer and use it in GitHub Desktop.
Rackspace exception
18:28:54.703 [main] DEBUG org.jclouds.rest.internal.InvokeHttpMethod - >> invoking volumeType:list
18:28:54.703 [main] DEBUG org.jclouds.http.internal.JavaUrlHttpCommandExecutorService - Sending request -15036221: GET https://iad.blockstorage.api.rackspacecloud.com/v1/970217/types HTTP/1.1
18:28:54.703 [main] DEBUG jclouds.headers - >> GET https://iad.blockstorage.api.rackspacecloud.com/v1/970217/types HTTP/1.1
18:28:54.704 [main] DEBUG jclouds.headers - >> Accept: application/json
18:28:54.704 [main] DEBUG jclouds.headers - >> X-Auth-Token: **DELETED**
18:28:55.719 [main] DEBUG org.jclouds.http.internal.JavaUrlHttpCommandExecutorService - Receiving response -15336221: HTTP/1.1 200 OK
18:28:55.719 [main] DEBUG jclouds.headers - << HTTP/1.1 200 OK
18:28:55.719 [main] DEBUG jclouds.headers - << Connection: keep-alive
18:28:55.720 [main] DEBUG jclouds.headers - << Date: Wed, 30 Mar 2016 15:28:55 GMT
18:28:55.720 [main] DEBUG jclouds.headers - << Content-Type: application/json
18:28:55.720 [main] DEBUG jclouds.headers - << Content-Length: 267
18:28:55.720 [main] DEBUG jclouds.wire - << "{"volume_types": [{"is_public": true, "extra_specs": null, "id": "25d8beae-cdd0-16b8-8273-5d1b59c25826", "name": "SATA", "description": null}, {"is_public": true, "extra_specs": null, "id": "9d36f9af-ec36-4324-8b6d-0a1fs3a20da2", "name": "SSD", "description": null}]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment