Revision bd93595d docs/astakos-api-guide.rst

b/docs/astakos-api-guide.rst
350 350
    }
351 351

  
352 352

  
353
The tenantName in the above requests is optional.
354

  
353 355
The response is json formatted unless it is requested otherwise via format
354 356
request parameter or Accept header.
355 357

  
......
364 366
                        'publicURL': 'https://node1.example.com/v1',
365 367
                        'region': 'cyclades'}],
366 368
         'name': 'cyclades',
367
         'type': compute},
369
         'type': 'compute'},
368 370
       {'endpoints': [{'SNF:uiURL': 'https://node2.example.com/ui/',
369 371
                      'adminURL': 'https://node2.example.com/v1',
370 372
                      'internalUrl': 'https://node2.example.com/v1',
371 373
                      'publicURL': 'https://node2.example.com/v1',
372 374
                      'region': 'pithos'}],
373 375
        'name': 'pithos',
374
        'type': storage},
376
        'type': 'storage'}],
375 377
     'token': {'expires': '2013-06-19T15:23:59.975572+00:00',
376 378
               'id': 'CDEe2k0T/HdiJWBMMbHyOA==',
377 379
               'tenant': {'id': 'c18088be-16b1-4263-8180-043c54e22903',

Also available in: Unified diff