Changes between Version 33 and Version 34 of GAPI_AM_API_V3/CommonConcepts
- Timestamp:
- 07/31/12 13:43:43 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_V3/CommonConcepts
v33 v34 19 19 Throughout 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. 20 20 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.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`, case insensitive). Aggregates are free to use an alternate format internally, but must accept and produce compliant RSpecs on demand. 22 22 23 23 More information on GENI RSpecs is available [http://www.protogeni.net/trac/protogeni/wiki/RSpec on the ProtoGENI wiki]. … … 36 36 credentials = [ 37 37 { 38 geni_type: <string >,39 geni_version: <string >,38 geni_type: <string, case insensitive>, 39 geni_version: <string, case insensitive>, 40 40 geni_value: <string>, 41 41 <others>