Advertisement
alvise72

Untitled

Nov 18th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.09 KB | None | 0 0
  1. dorigoa@lxadorigo 14:09:28 ~>curl -k -u admin:smartvm https://10.64.14.20/api/providers/2 | python -m json.tool
  2. {
  3.     "actions": [
  4.         {
  5.             "href": "https://10.64.14.20/api/providers/2",
  6.             "method": "post",
  7.             "name": "edit"
  8.         },
  9.         {
  10.             "href": "https://10.64.14.20/api/providers/2",
  11.             "method": "post",
  12.             "name": "refresh"
  13.         },
  14.         {
  15.             "href": "https://10.64.14.20/api/providers/2",
  16.             "method": "post",
  17.             "name": "delete"
  18.         },
  19.         {
  20.             "href": "https://10.64.14.20/api/providers/2",
  21.             "method": "delete",
  22.             "name": "delete"
  23.         }
  24.     ],
  25.     "created_on": "2015-11-12T09:27:11Z",
  26.     "guid": "8d5934e6-891f-11e5-b22f-fa163ead1d85",
  27.     "hostname": "192.168.60.145",
  28.     "href": "https://10.64.14.20/api/providers/2",
  29.     "id": 2,
  30.     "last_refresh_date": "2015-11-18T13:06:49Z",
  31.     "name": "CloudPD Docker",
  32.     "port": "5000",
  33.     "type": "EmsOpenstack",
  34.     "updated_on": "2015-11-18T13:06:49Z",
  35.     "zone_id": 1
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement