Advertisement
shaifali

zaqar-o/ps

Oct 15th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. aaa@ubuntu:/opt/stack/horizon$ curl -i -X PUT http://127.0.0.1:8888/v1/queues/samplequeue -H "Content-type: application/json"
  2. HTTP/1.0 204 No Content
  3. Date: Wed, 15 Oct 2014 08:06:47 GMT
  4. Server: WSGIServer/0.1 Python/2.7.6
  5. location: /v1/queues/samplequeue
  6. Content-Length: 0
  7.  
  8. aaa@ubuntu:/opt/stack/horizon$ curl -i -X PUT http://127.0.0.1:8888/v1.1/queues/samplequeue -H "Content-type: application/json"
  9. HTTP/1.0 400 Bad Request
  10. Date: Wed, 15 Oct 2014 08:17:43 GMT
  11. Server: WSGIServer/0.1 Python/2.7.6
  12. content-length: 93
  13. content-type: application/json; charset=utf-8
  14.  
  15. {
  16. "title": "Missing header",
  17. "description": "The \"Client-ID\" header is required."
  18. }aaa@ubuntu:/opt/stack/horizon$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement