Changes between Version 23 and Version 24 of GAPI_AM_API_V3_DETAILS


Ignore:
Timestamp:
07/19/12 13:43:04 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3_DETAILS

    v23 v24  
    263263Some resource types allow experimenter access. The `geni_users` option allows specifying login key material to be installed on the resources (e.g. SSH public keys).
    264264
    265 Error codes:
     265'''Error codes''':
    266266|| '''''Error''''' || '''''Condition''''' ||
    267267|| `BADARGS`       || One of the required arguments is badly formed or missing ||
     
    278278Get dynamic status about one or more slivers in a given slice. In contrast to `Describe`, `Status` is used to query dynamic state information about slivers. Aggregates may include detailed configuration information at their own discretion.
    279279
    280 Sample Return `value`:
     280'''Sample Return `value`''':
    281281{{{
    282282{
     
    288288              geni_allocation_status: "geni_allocated".
    289289              geni_operational_status: "geni_pending_allocation".
    290               geni_error: <None>
     290              geni_error: "" # required but may be empty, consistent with previous versions of this API
    291291          },
    292292          {
     
    295295              geni_allocation_status: "geni_provisioned",
    296296              geni_operational_status: "geni_pending_allocation",
    297               geni_error: <None>
     297              geni_error: "" # required but may be empty
    298298          }
    299299    ]
     
    301301}}}
    302302
    303 Error codes:
     303'''Error codes''':
    304304|| '''''Error''''' || '''''Condition''''' ||
    305305|| `BADARGS`       || One of the required arguments is badly formed or missing ||