Changes between Version 21 and Version 22 of GAPI_AM_API_V3_DETAILS
- Timestamp:
- 07/19/12 13:00:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_V3_DETAILS
v21 v22 115 115 == `ListResources` Details == 116 116 `ListResources` returns the advertised or available resources that can be reserved at this aggregate. 117 117 As elsewhere, this page provides only details not covered by the [wiki:GAPI_AM_API_V3#ListResources main AM API page]. 118 119 '''Options''' 118 120 `geni_available`:: 119 121 Optional. An [http://www.xmlrpc.com/spec XML-RPC] boolean value indicating whether the caller is interested in all resources or available resources. If this value is true (`1`), the result should contain only available resources. If this value is false (`0`) or unspecified, both available and allocated resources should be returned. The Aggregate Manager is free to limit visibility of certain resources based on the {{{credentials}}} parameter. … … 149 151 ----- 150 152 == `Describe` Details == 151 `Describe` is used to list the resources belonging to a particular reservation. The return is the standard AM API struct, w hose valueis a struct that always includes a single manifest RSpec, describing the resources in the set of slivers whose URNs were supplied, or describing the entire single slice whose URN was supplied as an argument.153 `Describe` is used to list the resources belonging to a particular reservation. The return is the standard AM API struct, with a `value` that is a struct that always includes a single manifest RSpec, describing the resources in the set of slivers whose URNs were supplied, or describing the entire single slice whose URN was supplied as an argument. 152 154 153 155 The manifest RSpec should contain all necessary details about resource identity, configuration, and access information necessary for experimenters to use the resources. As that configuration information may change as the resource becomes operationally `geni_ready`, this information may change. Otherwise, the manifest is mostly static. … … 165 167 .... 166 168 ", 169 geni_urn: "urn:publicid:IDN+pgenigpolabbbncom+slice+ahtest", 167 170 geni_slivers: [ 168 171 { … … 177 180 geni_allocation_status: "geni_provisioned" 178 181 geni_operational_status: "geni_ready", 179 geni_error: "" 182 geni_error: "" # optional field, included here as an example 180 183 } 181 184 ]