Changes between Version 118 and Version 119 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
03/27/14 12:45:36 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v118 v119  
    295295 * The value is a list of strings, of length at least one. It should generally be a list of length 1. Aggregates of aggregates may list multiple types.
    296296 * Legal characters: alphanumeric
    297  * Values should be one of the defined GENI AM types if applicable, as defined by the AM API [http://groups.geni.net/geni/wiki/attachment/GAPI_AM_API_V3/CommonConcepts/geni-am-types.xml geni-am-types.xml]. (As of this proposal, one of `orca`, `foam`, `protogeni`, `sfa`, `dcn`. More GENI AM types may be added in the future.)
     297 * Values should be one of the defined GENI AM types if applicable, as defined by the AM API [http://groups.geni.net/geni/attachment/wiki/GAPI_AM_API_V3/CommonConcepts/geni-am-types.xml geni-am-types.xml]. (As of this proposal, one of `orca`, `foam`, `protogeni`, `sfa`, `dcn`. More GENI AM types may be added in the future.)
    298298
    299299=== Change Set N3: Use consistent types and prefixes ===
     
    312312 * The value is a string.
    313313 * Legal characters: alphanumeric
    314  * Values should be one of the defined GENI AM types if applicable, as defined by the AM API [http://groups.geni.net/geni/wiki/attachment/GAPI_AM_API_V3/CommonConcepts/geni-am-types.xml geni-am-types.xml]. (As of this proposal, one of `orca`, `foam`, `protogeni`, `sfa`, `dcn`. More GENI AM types may be added in the future.)
     314 * Values should be one of the defined GENI AM types if applicable, as defined by the AM API [http://groups.geni.net/geni/attachment/wiki/GAPI_AM_API_V3/CommonConcepts/geni-am-types.xml geni-am-types.xml]. (As of this proposal, one of `orca`, `foam`, `protogeni`, `sfa`, `dcn`. More GENI AM types may be added in the future.)
    315315
    316316Aggregate specific options and return attributes should be named with a prefix denoting the aggregate type. It should be the same as the `am_type` and `geni_am_type` for this aggregate. Therefore, character restrictions are:
    317317 * The value is a string.
    318318 * Legal characters: alphanumeric
    319  * Values should be one of the defined GENI AM types if applicable, as defined by the AM API [http://groups.geni.net/geni/wiki/attachment/GAPI_AM_API_V3/CommonConcepts/geni-am-types.xml geni-am-types.xml]. (As of this proposal, one of `orca`, `foam`, `protogeni`, `sfa`, `dcn`. More GENI AM types may be added in the future.)
     319 * Values should be one of the defined GENI AM types if applicable, as defined by the AM API [http://groups.geni.net/geni/attachment/wiki/GAPI_AM_API_V3/CommonConcepts/geni-am-types.xml geni-am-types.xml]. (As of this proposal, one of `orca`, `foam`, `protogeni`, `sfa`, `dcn`. More GENI AM types may be added in the future.)
    320320
    321321For example: ProtoGENI includes an AM-specific status in the v2 API return from `SliverStatus` called `pg_status`. By this proposal, that attribute should be renamed `protogeni_status`.