Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $ curl -i -X POST -H 'X-Auth-Token: MYREALLYLONGAUTHTOKEN' -H 'Content-Type: application/json' -H 'Accept: application/json' http://MYPUBLICENDPOINTIP:8004/v1/2013822124144d189c42fcf135849a30/stacks/my-cluster-name-yopnvhckfvyb/953dff2f-07d8-4d16-b0b4-191716268090/resources/slave_wait_handle/signal True --data-binary '{"status": "SUCCESS"}'
  2.  
  3. HTTP/1.1 200 OK
  4. Content-Type: application/json
  5. Content-Length: 4
  6. x-openstack-request-id: req-201dbc39-43dc-4474-be55-69f4cf91d3ce
  7.  
  8. nullcurl: (6) Could not resolve host: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement