Changes between Version 31 and Version 32 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
07/25/12 14:29:06 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v31 v32  
    381381
    382382=== `geni_error` ===
    383     A free form string, optionally returned per sliver from several method returns (`Describe`, `Provision`, `Renew`, `Status`, `PerformOperationalAction`, `Delete`). The aggregate manager should set this to a string that could be presented to a researcher to give more detailed information about the state of the sliver if this operation fails for a given sliver. This option is used in particular where an aggregate may successfully perform the operation for some slivers, but not others. See the `geni_best_effort` option above.
     383    A free form string, optionally returned per sliver from several method returns (`Describe`, `Provision`, `Renew`, `Status`, `PerformOperationalAction`, `Delete`). The aggregate manager should set this to a string that could be presented to a researcher to give more detailed information about the state of the sliver if this operation fails for a given sliver. This option is used in particular where an aggregate may successfully perform the operation for some slivers, but not others. See the `geni_best_effort` option above. In particular, it is not returned from `Allocate`, which is always all-or-nothing. Note that this field may be omitted from the return in most cases, but is required in the return from `Status`, though it may be empty.
    384384
    385385-----