Changes between Version 2 and Version 3 of DRAFT_GAPI_AM_API_V2_DELTAS


Ignore:
Timestamp:
12/06/11 12:13:57 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DRAFT_GAPI_AM_API_V2_DELTAS

    v2 v3  
    252252{
    253253  code: {
    254        geni_code: 0
     254            geni_code: 0
    255255        },
    256256  value:
    257 {
    258   geni_urn: <sliver URN>
    259   geni_status: ready
    260   geni_resources: [ { geni_urn: <resource URN>
    261                       geni_status: ready
    262                       geni_error: ''},
    263                     { geni_urn: <resource URN>
    264                       geni_status: ready
    265                       geni_error: ''}
    266                   ]
    267 }
    268 
     257        {
     258            geni_urn: <sliver URN>
     259            geni_status: ready
     260            geni_resources: [ { geni_urn: <resource URN>
     261                                geni_status: ready
     262                                geni_error: ''},
     263                              { geni_urn: <resource URN>
     264                                geni_status: ready
     265                                geni_error: ''}
     266                            ]
     267        },
    269268  output: <none>
    270269}