Created
February 5, 2015 16:39
-
-
Save dizz/91281f41f73d8c56dcd2 to your computer and use it in GitHub Desktop.
listing instance IDs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[andy:~/Desktop]$ curl -v -X GET http://160.85.4.53:8888/test-dns/ -H 'X-Auth-Token: '$KID -H 'X-Tenant-Name: '$TENANT | |
* Hostname was NOT found in DNS cache | |
* Trying 160.85.4.53... | |
* Connected to 160.85.4.53 (160.85.4.53) port 8888 (#0) | |
> GET /test-dns/ HTTP/1.1 | |
> User-Agent: curl/7.37.1 | |
> Host: 160.85.4.53:8888 | |
> Accept: */* | |
> X-Auth-Token: 5bd4cefafa4c407f9b57767bfbbefbbf | |
> X-Tenant-Name: admin | |
> | |
* HTTP 1.0, assume close after body | |
< HTTP/1.0 200 OK | |
< Date: Thu, 05 Feb 2015 16:29:23 GMT | |
< Content-length: 75 | |
< Content-Type: text/plain | |
< Server: pyssf OCCI/1.1 | |
< | |
* Closing connection 0 | |
X-OCCI-Location: http://160.85.4.53:8888/test-dns/54d39899ac3c30f5e700044b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment