Changes between Version 44 and Version 45 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
12/13/12 15:29:34 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v44 v45  
    386386
    387387=== `geni_error` ===
    388     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.
     388    A free form string (not null or None), 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 entirely from the return in most cases, but is required in the return from `Status`, though it may be empty. The field if present must be a valid string, not null/None.
    389389
    390390-----