designate/api-ref/source/samples/versions/get-versions-response.json

26 lines
543 B
JSON

{
"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"
}]
}