Changes between Version 33 and Version 34 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
07/31/12 13:43:43 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v33 v34  
    1919Throughout this API, multiple arguments and returns are labeled as an RSpec. These fields shall be understood as XML documents following one of the schemas advertised in the return from `GetVersion`. All such RSpecs must pass an XML schema validator, must list all used schemas and namespaces within the document, using schemas that are publicly available. The `GetVersion` return advertises schemas for advertisement and request RSpecs; the schemas for manifest RSpecs are assumed to be available at the same base URL, but using a corresponding manifest schema.
    2020
    21 A fully GENI AM API compliant aggregate will always support the GENI standard schemas for RSpecs, available at http://www.geni.net/resources/rspec. As of 4/2012, the current GENI RSpec version is '''3''' (type is `GENI`). Aggregates are free to use an alternate format internally, but must accept and produce compliant RSpecs on demand. 
     21A fully GENI AM API compliant aggregate will always support the GENI standard schemas for RSpecs, available at http://www.geni.net/resources/rspec. As of 4/2012, the current GENI RSpec version is '''3''' (type is `geni`, case insensitive). Aggregates are free to use an alternate format internally, but must accept and produce compliant RSpecs on demand. 
    2222
    2323More information on GENI RSpecs is available [http://www.protogeni.net/trac/protogeni/wiki/RSpec on the ProtoGENI wiki].
     
    3636credentials = [
    3737   {
    38     geni_type: <string>,
    39     geni_version: <string>,
     38    geni_type: <string, case insensitive>,
     39    geni_version: <string, case insensitive>,
    4040    geni_value: <string>,
    4141    <others>