Changes between Version 41 and Version 42 of GAPI_AM_API_V3


Ignore:
Timestamp:
12/07/12 14:58:32 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3

    v41 v42  
    538538Note that aggregates may return other information, such as details on sliver contents, etc.
    539539
    540 Attempting to get status for an unknown sliver will result in an error. Attempting to get status for a previously deleted sliver may result in an error - the aggregate may have forgotten about it entirely. Attempting to get status for a slice with no current slivers at this aggregate may return an empty list for `geni_slivers`, or may return a list of previous slivers that have since been deleted.
     540Attempting to get status for an unknown sliver shall result in an error (`SEARCHFAILED`). Attempting to get status for a previously deleted sliver shall result in an error (e.g. `SEARCHFAILED` or `EXPIRED` or `ERROR`) - the aggregate may have forgotten about the sliver entirely. Attempting to get `Status()` for a slice with no current slivers at this aggregate may return an empty list for `geni_slivers`, or may return a list of previous slivers that have since been deleted.
    541541
    542542See the Common Concepts page for details on [wiki:GAPI_AM_API_V3/CommonConcepts#SliverAllocationStates allocation] and [wiki:GAPI_AM_API_V3/CommonConcepts#SliverOperationalStates operational states], [wiki:GAPI_AM_API_V3/CommonConcepts#datetimedatatype sliver expiration times], [wiki:GAPI_AM_API_V3/CommonConcepts#urns urns], and [wiki:GAPI_AM_API_V3/CommonConcepts#credentials credentials].