Changes between Version 9 and Version 10 of GAPI_AM_API_V3_DETAILS


Ignore:
Timestamp:
05/08/12 12:26:37 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3_DETAILS

    v9 v10  
    161161For details on options to `Describe`, see !ListResources above, and the Common Concepts page.
    162162
     163Sample Return:
     164{{{
     165{
     166    geni_rspec: "",
     167    geni_slivers: [
     168          {
     169              geni_sliver_urn: "",
     170              geni_expires: "",
     171              geni_allocation_status: ""
     172          },
     173          {
     174              geni_sliver_urn: "",
     175              geni_expires: "",
     176              geni_allocation_status: ""
     177          }
     178    ]
     179}     
     180}}}
     181
    163182Error codes:
    164183|| '''''Error''''' || '''''Condition''''' ||
     
    198217`Renew` requests a changed expiration for one or more slivers in a slice. At some aggregates, this expiration may be shorter. This method applies both to slivers that are `geni_allocated` and to those that are already `geni_provisioned`. Depending on local aggregate configuration, the aggregate may only support `Renew` on all current slivers in the slice, or may permit renewing only some slivers. Local policy will dictate maximum expiration times. These times are typically quite short (~ 10 minutes initially, ~120 minutes maximum) for reservations (`geni_allocated`), and longer for provisioned slivers (~ 5-8 days initially). Since these expiration times are different, typically `Renew` is used only for slivers in the same allocation state.
    199218
     219Sample Return:
     220{{{
     221    [
     222          {
     223              geni_sliver_urn: "",
     224              geni_expires: "",
     225              geni_allocation_status: "",
     226              geni_operational_status: ""
     227          },
     228          {
     229              geni_sliver_urn: "",
     230              geni_expires: "",
     231              geni_allocation_status: "",
     232              geni_operational_status: ""
     233          }
     234    ]
     235}}}
     236
    200237Error codes:
    201238|| '''''Error''''' || '''''Condition''''' ||
     
    234271== Status Details ==
    235272Get 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.
     273
     274Sample Return:
     275{{{
     276{
     277    geni_urn: "",
     278    geni_slivers: [
     279          {
     280              geni_sliver_urn: "",
     281              geni_expires: "",
     282              geni_allocation_status: "".
     283              geni_operational_status: "".
     284              geni_error: ""
     285          },
     286          {
     287              geni_sliver_urn: "",
     288              geni_expires: "",
     289              geni_allocation_status: "",
     290              geni_operational_status: "",
     291              geni_error: ""
     292          }
     293    ]
     294}     
     295}}}
    236296
    237297Error codes: