Changes between Version 2 and Version 3 of DRAFT_GAPI_AM_API_V2


Ignore:
Timestamp:
12/06/11 11:31:36 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DRAFT_GAPI_AM_API_V2

    v2 v3  
    33= GENI Aggregate Manager API Version 2 =
    44
    5 The GENI Aggregate Manager API allows aggregates to advertise resources and to allocate resources to Slices in the form of Slivers. A Sliver is the set of resources allocated by one Aggregate to one Slice.
     5The GENI Aggregate Manager API allows aggregates to advertise resources and to allocate resources to Slices in the form of Slivers.
    66
    77This is the GENI AM API Version '''2'''.
     
    1515 * [wiki:GeniApiCredentials GENI credentials] for authorization
    1616 * [wiki:GeniApiCertificates GENI certificates] for authentication. The GENI AM API uses XML-RPC over SSL with client authentication using certificates.
    17  * [wiki:DRAFT_GAPI_AM_API_DRAFT Draft API Revisions] proposed for the next version of this API
     17 * [wiki:DRAFT_GAPI_AM_API_DRAFT Draft API Revisions] proposed for future versions of this API
    1818 * [wiki:DRAFT_GAPI_AM_API_ISSUES Open issues with this API]
    1919
    2020== Versions ==
    2121
    22  * Previous: [wiki:DRAFT_GAPI_AM_API_V1 Version 1]
    2322 * Latest: 2 - Documented on this page. Changes since v1 include:
    2423  * Includes Change Sets A and B from the [wiki:DRAFT_GAPI_AM_API_V2_DELTAS v2 Deltas page]
     
    2726  * Add an 'options' argument, an XML-RPC struct, to all methods with no required values. This allows Aggregates to innovate or support resource-specific functionality.
    2827  * Modify all methods to return an XML-RPC 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.
     28 * Previous: [wiki:DRAFT_GAPI_AM_API_V1 Version 1]
    2929 * [wiki:DRAFT_GAPI_AM_API_DRAFT Draft change for version 3+
    3030  * Covers changes proposed for future versions of this API. Documented changes include: