Changes between Version 6 and Version 7 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
05/04/12 10:22:59 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v6 v7  
    261261
    262262In the specification of this API, this is described as `dateTime.rfc3339`.
     263
    263264=== `geni_end_time` ===
    264265The `geni_end_time` argument requests an expiration of the specified slivers. It is in dateTime.rfc3339 format (defined above).
     
    269270 {{{geni_best_effort: <XML-RPC boolean 1 or 0, default false (0)>}}}
    270271Clients 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. When true, the aggregate may succeed the operation for some slivers, while failing the operation for other slivers.
     272This 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.
    271273
    272274=== `geni_users` ===