Changes between Version 45 and Version 46 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
01/10/13 14:37:53 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v45 v46  
    309309
    310310=== Expiration times ===
    311 Slivers have expiration times. Expiration times are set by local aggregate policy. Generally
     311Slivers have expiration times. Expiration times are set by local aggregate policy. In no case however should an aggregate set a sliver expiration to later than the expiration of the presented credentials which granted the caller authorization to invoke the method. I.E. sliver expiration is <= the expiration of the presented `geni_sfa` slice credential.
     312
     313Additionally, slivers have different durations depending on the sliver allocation state. Generally:
    312314 - `geni_allocated` sliver expiration times are short (minutes)
    313315 - `geni_provisioned` sliver expiration times are longer (days)
    314  - All expiration times are limited by the expiration time of presented certificates and credentials
    315 
    316316
    317317When a sliver expires, the aggregate deletes the sliver automatically. This includes stopping resources and freeing the reservation.