Changes between Version 10 and Version 11 of GeniGet


Ignore:
Timestamp:
11/13/13 16:15:29 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniGet

    v10 v11  
    6565$ ./geni-get commands
    6666{
    67  "client_id":    "Return the client-specified sliver ID",
     67 "client_id":    "Return the experimenter-specified client_id for this node",
    6868 "commands":     "Show all available commands",
    69  "control_mac":  "Show the MAC address of the control interface",
    70  "geni_user":    "Show user accounts and public keys",
    71  "getversion":   "Report the AM version",
    72  "manifest":     "Show the sliver manifest",
    73  "slice_email":  "Retrieve the e-mail address from the slice certificate",
    74  "slice_urn":    "Show the URN of the slice",
    75  "sliverstatus": "Give the current status of the sliver (AM API v2)",
    76  "status":       "Give the current status of the sliver (AM API v3)",
    77  "user_email":   "Show the e-mail address of the sliver creator",
    78  "user_urn":     "Show the URN of the sliver creator"
     69 "control_mac":  "Show the MAC address of the control interface on this node",
     70 "geni_user":    "Show user accounts and public keys installed on this node",
     71 "getversion":   "Report the output of 'getversion' from the aggregate that allocated this node",
     72 "manifest":     "Show the manifest RSpec for the local reservation",
     73 "slice_email":  "Retrieve the e-mail address from the slice certificate that owns this node",
     74 "slice_urn":    "Show the URN of the slice that owns this node",
     75 "sliverstatus": "Give the current status of this sliver (AM API v2)",
     76 "status":       "Give the current status of this sliver (AM API v3)",
     77 "user_email":   "Show the e-mail address of this sliver's creator",
     78 "user_urn":     "Show the URN of this sliver's creator"
    7979}
    8080}}}
     
    140140
    141141== getversion ==
    142 Return the return from the amapi getversion command for the latest AM API revision supported, in JSON format. Note that not every element from the AM API getversion call is required to be returned here, but all are allowed and more are encouraged.
     142Return the return from the GENI AM API `getversion` command for the latest AM API revision supported, in JSON format. Note that not every element from the AM API `getversion` call is required to be returned here, but all are allowed and more are encouraged.
     143
     144'''FIXME: Which selected fields are returned here? If this is a full getversion return, then which AM API version# is used? The one you used to make the reservation?'''
    143145
    144146Example:
     
    190192Return the AM API v2 return from `sliverstatus` for this slice (see http://groups.geni.net/geni/wiki/GAPI_AM_API_V2#SliverStatus), a JSON struct.
    191193
     194'''FIXME: For just the current resource (plus an overall status)? Or for all resources at this AM?'''
     195
    192196Example:
    193197{{{
     
    198202== status ==
    199203Return the AM API v3 `status` return. Only supported if the AM supports AM API v3. See http://groups.geni.net/geni/wiki/GAPI_AM_API_V3#Status
    200 ''' FIXME: For only the current sliver? Or for all resources at this AM?'''
     204''' FIXME: For only the current sliver? Or for all resources at this AM? If only for this sliver, then the status should also include a slice-overall status.'''
    201205
    202206Example: