Changes between Version 43 and Version 44 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
12/11/12 15:30:24 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v43 v44  
    320320 {{{geni_best_effort: <XML-RPC boolean 1 or 0, default false (0)>}}}
    321321Clients may omit this option, but aggregates must honor the option if possible. This option modifies the way that the operation applies to all named slivers. By default (`geni_best_effort`=false), the operation must apply equally to all slivers, either succeeding or failing for all (returning an appropriate error code). When true, the aggregate may succeed the operation for some slivers, while failing the operation for other slivers (returning a code of `SUCCESS` but then explaining the per-sliver error in the appropriate `geni_error` field for that sliver).
    322 This option applies to `Provision`, `Renew`, `Delete`, and `PerformOperationalAction`. Each of these methods returns a set of statuses for each requested sliver, allowing the AM to report individual results per sliver. This option does not apply to `Allocate`, which is always all or nothing.
     322This option applies to `Provision`, `Renew`, `Delete`, and `PerformOperationalAction`. Each of these methods returns a set of statuses for each requested sliver, allowing the AM to report individual results per sliver. This option does not apply to `Allocate` or `Describe`, which is always all or nothing.
    323323
    324324=== `geni_users` ===