Changes between Version 47 and Version 48 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
11/18/13 14:08:59 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v47 v48  
    403403{{{
    404404geni_api_versions: an XML-RPC struct containing 1 or more entries of:
    405   Name: Integer - supported GENI AM API version
     405  Name: String containing an Integer - supported GENI AM API version
    406406  Value: String - URL to the XML-RPC server implementing that version of the GENI AM API
    407407}}}
     
    410410{{{
    411411geni_api_versions: {
    412   1: <URL>,
    413   2: <Local URL, as this is API version 2>,
     412  "1": <URL>,
     413  "2": <Local URL, as this is API version 2>,
    414414   ...
    415415}