Changes between Version 11 and Version 12 of GAPI_AM_API


Ignore:
Timestamp:
11/03/11 15:40:27 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API

    v11 v12  
    1818 * Latest: 1 - Documented on this page
    1919 * Draft: 2 - Documented [wiki:GAPI_AM_API_DRAFT here]
     20  * Includes Change Sets A and B from the Draft wiki page
    2021  * Specify that GENI RSpecs adopt the ProtoGENI V2 RSpecs format as documented [http://www.protogeni.net/trac/protogeni/wiki/RSpec here]
    2122  * Include additional options in !GetResources and !ListResources to allow aggregates to support the PG RSpecs in addition to their own native format
     23  * Add an 'options' argument, an XMLRPC struct, to all methods with no required values. This allows Aggregates to innovate or support resource-specific functionality.
     24  * Modify all methods to return an XMLRPC struct consisting of at least (1) a return 'code', (2) the 'value' specified by v1 of the API, and (3) a human-readable 'output' on errors. Aggregates are free to innovate by adding additional return values.
     25 * Next: 3 - Also documented [wiki:GAPI_AM_API_DRAFT here]
     26  * Change Set C: Add an !UpdateSliver method to add/remove/modify resources from a slice at an aggregate
     27  * Change Set D: Modify the API methods to explicitly support multiple slivers per slice at an aggregate
     28  * Change Set E: Add the use of Tickets to API methods
    2229  * Others to be proposed
    2330 * Previous: None