Changes between Version 37 and Version 38 of GAPI_AM_API_V3


Ignore:
Timestamp:
12/04/12 09:14:22 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3

    v37 v38  
    554554        geni_operational_status : <string>,
    555555        geni_expires: <dateTime.rfc3339 of individual sliver expiration>,
    556         [optional: 'geni_resource_status' : string],
     556        [optional: 'geni_resource_status' : string with resource-specific status in more detail than operational_status; may be omitted],
    557557        [optional: 'geni_error': string explanation of operation failure for this sliver]
    558558        },
     
    563563
    564564Note that this method may return an empty list, if no slivers were in the request or in the specified slice.
     565
     566The optional `geni_resource_status` field MAY be returned for each sliver which contains a resource-specific status that may be more nuanced than the options for `geni_operational_status`.
    565567
    566568See 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#SliverOperationalActions operational methods], [wiki:GAPI_AM_API_V3/CommonConcepts#OperationsonIndividualSlivers operations on individual slivers], [wiki:GAPI_AM_API_V3/CommonConcepts#geni_best_effort geni_best_effort], [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].