Changes between Version 81 and Version 82 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
10/25/12 19:03:46 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v81 v82  
    213213`Describe()` returns the state of all currently `geni_provisioned` slivers, showing the user what their slice will look like if they cancel all `geni_updating` and `geni_allocated` slivers. When `geni_cancelled` is `false`, the manifest and status will reflect the changed slivers in the `geni_updating` and `geni_allocated` states.
    214214
     215Additionally, the per-sliver return structure for `Describe()` adds a new attribute, just as for `Update()`:
     216{{{
     217                  geni_next_allocation_status: <string state of the sliver after the next Provision() call - geni_unallocated or geni_provisioned. May be an empty string.>
     218}}}
     219
     220This attribute is an empty string when the current allocation state is not `geni_allocated` or `geni_updating`.
     221
    215222=== Changes to `Delete()` ===
    216223