Changes between Version 81 and Version 82 of GAPI_AM_API_DRAFT
- Timestamp:
- 10/25/12 19:03:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT
v81 v82 213 213 `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. 214 214 215 Additionally, 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 220 This attribute is an empty string when the current allocation state is not `geni_allocated` or `geni_updating`. 221 215 222 === Changes to `Delete()` === 216 223