~jorgew/openstack-manuals/coreUpdates

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/tenants.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
 
HTTP/1.1 200 OK
2
 
Content-Type: application/json; charset=UTF-8
3
 
Content-Length: 100
4
 
Date: Sun, 1 Jan 2011 9:00:00 GMT
5
 
 
6
1
{
7
 
  "tenants":{
8
 
    "values":[
9
 
      {
10
 
        "id":"1234",
11
 
        "description":"A description ...",
12
 
        "enabled":true
13
 
      },
14
 
      {
15
 
        "id":"3456",
16
 
        "description":"A description ...",
17
 
        "enabled":true
 
2
  "tenants": {
 
3
    "values": [
 
4
      {
 
5
        "id": "1234",
 
6
        "description": "A description ...",
 
7
        "enabled": true
 
8
      }, {
 
9
        "id": "3456",
 
10
        "description": "A description ...",
 
11
        "enabled": true
18
12
      }
19
13
    ]
20
14
  }