Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "request": {
  3. "id": "c090574f-2168-4a4c-b097-99be6d3d5dbc",
  4. "url": "/aws/ec2/group/sig-12345/status",
  5. "method": "GET",
  6. "time": "2015-06-28T15:45:36.881Z"
  7. },
  8. "response": {
  9. "status": {
  10. "code": 200,
  11. "message": "OK"
  12. },
  13. "kind": "spotinst:group",
  14. "items": [
  15. {
  16. "createdAt": "2015-06-28T15:45:31.000Z",
  17. "instanceId": null,
  18. "spotRequestId": "sir-02b5n3tx",
  19. "instanceType": "r3.large",
  20. "availabilityZone": "us-east-1e",
  21. "product": "Linux/UNIX",
  22. "status": "pending-evaluation"
  23. },
  24. {
  25. "createdAt": "2015-06-28T15:45:31.000Z",
  26. "instanceId": "i-123abcd",
  27. "spotRequestId": "sir-02ef26dk",
  28. "instanceType": "c3.large",
  29. "availabilityZone": "us-east-1b",
  30. "product": "Linux/UNIX",
  31. "status": "pending-evaluation"
  32. }
  33. ],
  34. "count": 2
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement