~johannes.erdfelt/openstack-manuals/path-fixes

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/tenants-1.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
 
  "tenants":{
3
 
    "values":[
 
2
  "tenants": {
 
3
    "values": [
4
4
      {
5
 
        "id":"1234",
6
 
        "description":"A description ...",
7
 
        "enabled":true
 
5
        "id": "1234",
 
6
        "description": "A description ...",
 
7
        "enabled": true
8
8
      }
9
9
    ],
10
 
    "links":[
 
10
    "links": [
11
11
      {
12
 
        "rel":"next",
13
 
        "href":"http://identity.api.openstack.org/v2.0/tenants?limit=1&marker=1234"
 
12
        "rel": "next",
 
13
        "href": "http://identity.api.openstack.org/v2.0/tenants?limit=1&marker=1234"
14
14
      }
15
15
    ]
16
16
  }