~jorgew/openstack-manuals/coreUpdates

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/versions.json

  • Committer: Anne Gentle
  • Date: 2011-08-22 14:08:25 UTC
  • mfrom: (153.1.3 openstack-manuals)
  • Revision ID: anne@openstack.org-20110822140825-5w69etwq38syl9bc
Merging in core keystone API chagnes from Yogi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
  "versions":{
3
 
    "values":[
4
 
      {
5
 
        "id":"v1.0",
6
 
        "status":"DEPRECATED",
7
 
        "updated":"2009-10-09T11:30:00Z",
8
 
        "links":[
9
 
          {
10
 
            "rel":"self",
11
 
            "href":"http://identity.api.openstack.org/v1.0/"
12
 
          }
13
 
        ]
14
 
      },
15
 
      {
16
 
        "id":"v1.1",
17
 
        "status":"CURRENT",
18
 
        "updated":"2010-12-12T18:30:02.25Z",
19
 
        "links":[
20
 
          {
21
 
            "rel":"self",
22
 
            "href":"http://identity.api.openstack.org/v1.1/"
23
 
          }
24
 
        ]
25
 
      },
26
 
      {
27
 
        "id":"v2.0",
28
 
        "status":"BETA",
29
 
        "updated":"2011-05-27T20:22:02.25Z",
30
 
        "links":[
31
 
          {
32
 
            "rel":"self",
33
 
            "href":"http://identity.api.openstack.org/v2.0/"
 
2
  "versions": {
 
3
    "values": [
 
4
      {
 
5
        "id": "v1.0",
 
6
        "status": "DEPRECATED",
 
7
        "updated": "2009-10-09T11:30:00Z",
 
8
        "links": [
 
9
          {
 
10
            "rel": "self",
 
11
            "href": "http://identity.api.openstack.org/v1.0/"
 
12
          }
 
13
        ]
 
14
      }, {
 
15
        "id": "v1.1",
 
16
        "status": "CURRENT",
 
17
        "updated": "2010-12-12T18:30:02.25Z",
 
18
        "links": [
 
19
          {
 
20
            "rel": "self",
 
21
            "href": "http://identity.api.openstack.org/v1.1/"
 
22
          }
 
23
        ]
 
24
      }, {
 
25
        "id": "v2.0",
 
26
        "status": "BETA",
 
27
        "updated": "2011-05-27T20:22:02.25Z",
 
28
        "links": [
 
29
          {
 
30
            "rel": "self",
 
31
            "href": "http://identity.api.openstack.org/v2.0/"
34
32
          }
35
33
        ]
36
34
      }