Changes between Version 23 and Version 24 of GAPI_AM_API_V3_DETAILS
- Timestamp:
- 07/19/12 13:43:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_V3_DETAILS
v23 v24 263 263 Some resource types allow experimenter access. The `geni_users` option allows specifying login key material to be installed on the resources (e.g. SSH public keys). 264 264 265 Error codes:265 '''Error codes''': 266 266 || '''''Error''''' || '''''Condition''''' || 267 267 || `BADARGS` || One of the required arguments is badly formed or missing || … … 278 278 Get dynamic status about one or more slivers in a given slice. In contrast to `Describe`, `Status` is used to query dynamic state information about slivers. Aggregates may include detailed configuration information at their own discretion. 279 279 280 Sample Return `value`:280 '''Sample Return `value`''': 281 281 {{{ 282 282 { … … 288 288 geni_allocation_status: "geni_allocated". 289 289 geni_operational_status: "geni_pending_allocation". 290 geni_error: <None>290 geni_error: "" # required but may be empty, consistent with previous versions of this API 291 291 }, 292 292 { … … 295 295 geni_allocation_status: "geni_provisioned", 296 296 geni_operational_status: "geni_pending_allocation", 297 geni_error: <None>297 geni_error: "" # required but may be empty 298 298 } 299 299 ] … … 301 301 }}} 302 302 303 Error codes:303 '''Error codes''': 304 304 || '''''Error''''' || '''''Condition''''' || 305 305 || `BADARGS` || One of the required arguments is badly formed or missing ||