Changes between Version 2 and Version 3 of GAPI_AM_API_V3_DETAILS


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3_DETAILS

    v2 v3  
    1717 * [wiki:GAPI_AM_API_DRAFT Draft API Revisions] proposed for future versions of this API
    1818
    19 ''' TBD: What goes here?'''
     19''' This page is a work in progress! '''
    2020
    2121== !GetVersion Details ==
     
    2727{{{
    2828{
    29   geni_api = 2 # This is AM API v2
     29  geni_api = 3 # This is AM API v3
    3030  code = {
    3131       geni_code = 0 # Success
     
    3434  value =
    3535      {
    36         geni_api = 2 # Match above
     36        geni_api = 3 # Match above
    3737        geni_api_versions = {
    38              2 = <This server's AM API absolute URL>
    39              # optional: 1 = <Some other URL for talking AM API v1 to the same aggregate
     38             3 = <This server's AM API absolute URL>
     39             2 = <Prior API version still supported at a slightly different URL>
    4040        }
    4141        geni_request_rspec_versions = [{
     
    5353             extensions = ["http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd", <other URLs here>]
    5454        }]
     55        geni_credential_types = [{
     56             geni_type = "SFA"
     57             geni_version = "1"
     58       }]
     59       geni_single_allocation = 0 # false - can operate on individual slivers
     60       geni_allocate = "geni_many" # Can do multiple Allocates
    5561      }
    5662  output = <None>