Changes between Version 23 and Version 24 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
11/09/11 10:46:38 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v23 v24  
    249249code {
    250250  geni_code: XMLRPC integer, registered in an XML document off the GENI AM API page
    251   am_type: XMLRPC string, case insensitive, types in a registry (XML document) linked off the GENI AM API page
    252   am_code: XMLRPC integer
    253 }
    254 }}}
    255 
    256 Integers above are allowed to be negative
     251  am_type: Optional: XMLRPC string, case insensitive, types in a registry (XML document) linked off the GENI AM API page
     252  am_code: Optional: XMLRPC integer
     253}
     254}}}
     255
     256Integers above are allowed to be negative.
    257257
    258258{{{am_type}}} and {{{am_code}}} are optional: AMs need not supply them and clients should not have to use them to understand the nature of the response.
     
    331331This change modifies getVersion to include a new required member:
    332332{{{
     333geni_api_versions: an XMLRPC struct containing 1+ entries of:
     334  Name: Integer - supported GENI AM API version
     335  Value: String - URL to the XMLRPC server implementing that version of the GENI AM API
     336}}}
     337
     338For example
     339{{{
    333340geni_api_versions: {
    334341  1: <URL>,
    335   2: <URL>,
     342  2: <Local URL>,
    336343   ...
    337344}