Changes between Version 3 and Version 4 of GAPI_AM_API_V3


Ignore:
Timestamp:
04/30/12 10:28:39 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3

    v3 v4  
    160160             string geni_version <containing an integer>;
    161161       };
     162       boolean geni_single_allocation; <optional if using default of 0>
     163       string geni_allocate; <case insensitive. optional if using default of geni_single>
    162164      }
    163165  string output;
     
    177179 * List of advertisement RSpec formats supported by this aggregate. For details on RSpecs, see [wiki:GAPI_AM_API_V3/CommonConcepts#RSpecs the Common Concepts page]. 
    178180 * List of supported credential types and versions. For details, see [wiki:GAPI_AM_API_V3/CommonConcepts the Common Concepts page].
     181 * Options on how sliver allocation works. See [wiki:API_AM_API_V3/CommonConcepts#OperationsonIndividualSlivers the Common Concepts page].
    179182
    180183For details on !GetVersion arguments, returns, and semantics, and a sample minimal return, see [wiki:GAPI_AM_API_V3_DETAILS#GetVersionDetails the Details page].