Changes between Version 13 and Version 14 of GeniGet


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniGet

    v13 v14  
    99
    1010'''FIXME: Defined error codes for the script?'''
     11
     12== Specification Questions ==
     13 - Define valid error return codes
     14 - What type are the returns for client-version and version? String? Float?
     15 - Is there a command for the version of this specification? Or is that what 'version' was meant to be?
    1116
    1217= PG implementation =
     
    232237
    233238'''FIXME: A string? An int? Float?'''
     239'''FIXME: Was this meant to be the version of this specification?'''
    234240
    235241Example:
     
    262268</rspec>","slice_urn":"urn:publicid:IDN+ch.geni.net:ahscaletest+slice+ahtest","sliverstatus":{"geni_urn":"urn:publicid:IDN+emulab.net+sliver+158595","geni_status":"unknown","geni_resources":[{"geni_urn":"urn:publicid:IDN+emulab.net+sliver+158594","geni_status":"ready","geni_error":""}]},"status":{"geni_urn":"urn:publicid:IDN+ch.geni.net:ahscaletest+slice+ahtest",geni_slivers":[{"geni_urn":"urn:publicid:IDN+emulab.net+sliver+158594","geni_expires":"2013-11-08 13:34:26","geni_allocation_status":"geni_provisioned","geni_operational_status":"geni_ready","geni_error":""}]},"user_email":"ahelsing@geni.net","user_urn":"urn:publicid:IDN+ch.geni.net+user+ahelsing","version":"1"}
    263269}}}
    264 
    265 
    266 {{{
    267 #!comment
    268 
    269 To do:
    270 
    271  - write up in spec format with examples
    272  - no methods return nothing by spec
    273  - non zero exit code on unknown command
    274  - document --status command for APIv3 status (similar to but not identical to sliverstatus)
    275  - document --commands for JSON list of commands this implementation understands
    276  - update example of sliverstatus output
    277  - note known issue that slice email for GPO SA slices is incorrect at PG
    278 
    279 }}}