summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/versions/get-versions-response.json
blob: c69b6c5593fd0c2b0dc1bc670b8cef7392413a65 (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
{
  "versions": [{
    "id": "v2",
    "links": [{
      "href": "http://198.51.100.88/dns/v2",
      "rel": "self"
    }, {
      "href": "https://docs.openstack.org/api-ref/dns",
      "rel": "help"
    }],
    "status": "SUPPORTED",
    "updated": "2022-06-29T00:00:00Z"
  }, {
    "id": "v2.0",
    "links": [{
      "href": "http://198.51.100.88/dns/v2",
      "rel": "self"
    }, {
      "href": "https://docs.openstack.org/api-ref/dns",
      "rel": "help"
    }],
    "status": "CURRENT",
    "updated": "2022-06-29T00:00:00Z"
  }]
}