summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/volume-list-response.json
blob: 6e36cf482a29124cb48f885143fd191c2eb63255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "connectors": [
    {
      "href": "http://127.0.0.1:6385/v1/volume/connectors",
      "rel": "self"
    },
    {
      "href": "http://127.0.0.1:6385/volume/connectors",
      "rel": "bookmark"
    }
  ],
  "links": [
    {
      "href": "http://127.0.0.1:6385/v1/volume/",
      "rel": "self"
    },
    {
      "href": "http://127.0.0.1:6385/volume/",
      "rel": "bookmark"
    }
  ],
  "targets": [
    {
      "href": "http://127.0.0.1:6385/v1/volume/targets",
      "rel": "self"
    },
    {
      "href": "http://127.0.0.1:6385/volume/targets",
      "rel": "bookmark"
    }
  ]
}