summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/api/controller/versions.json
blob: 885ce01c6c63284a6a9baf971f4c91e88ed4a602 (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
{
  "versions": [
    {
      "id": "v1",
      "media-types": [
        {
          "type": "application/vnd.onap.has-v1+json",
          "base": "application/json"
        }
      ],
      "updated": "2016-11-01T00:00:00Z",
      "links": [
        {
          "rel": "self",
          "href": "http://localhost/v1"
        },
        {
          "type": "text/html",
          "rel": "describedby",
          "href": "https://wiki.onap.org/pages/viewpage.action?pageId=16005528"
        }
      ],
      "status": "EXPERIMENTAL"
    }
  ]
}