Changes between Version 10 and Version 11 of DRAFT_GAPI_AM_API_V2


Ignore:
Timestamp:
12/06/11 14:18:11 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DRAFT_GAPI_AM_API_V2

    v10 v11  
    179179}}}
    180180
     181Note that the {{{options}}} argument includes one required option {{{geni_rspec_version}}}.
     182
    181183As with all AM API methods, the return is an [http://www.xmlrpc.com/spec XML-RPC] struct with at least the following members:
    182184
     
    200202 *  {{{credentials[]}}}: [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#credentialsArgument An array of credentials granting the caller privileges to perform this operation].
    201203
    202  * {{{options}}}: [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#options A NON empty struct with particular semantics described on the Details page].  For this method, options indicate the set of resources that the caller is interested in, or the format of the result. Aggregates should [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#DocumentingAggregateAdditions document new options arguments].
     204 * {{{options}}}: [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#options A non-empty struct with particular semantics described on the Details page].  For this method, options indicate the set of resources that the caller is interested in, or the format of the result. Note that this struct includes one required argument {{{geni_rspec_version}}}. For semantics see [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#Arguments1 the Details page]. Aggregates should [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#DocumentingAggregateAdditions document new options arguments].
    203205
    204206The following members are available for use in the options parameter. All aggregate managers are required to implement these options. See the details page for an explanation of [wiki:DRAFT_GAPI_AM_API_V2_DETAILS#Arguments1 the meaning and semantics of each].