アイテム一覧取得
Description
購入したアイテムの一覧を取得します。
Request URL
Account API GET /v1/{tenant_id}/order-items
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークンIDを指定します。 |
tenant_id | テナントID | path | テナントIDを指定します。 |
Response Code
Success
200
Example
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: トークンID" \ https://account.tyo1.conoha.io/v1/テナントID/order-items
Response
HTTP/1.1 200 OK Date: Wed, 24 Dec 2014 04:26:57 GMT Server: Apache Content-Length: 311 Content-Type: application/json { "order_items": [ { "uu_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "service_name": "VPS", "service_start_date": "2014-05-12T13:48:03", "item_status": "Active" },) { "uu_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "service_name": "VPSAddDisk", "service_start_date": "2014-07-17T17:33:38", "item_status": "Active" }, { "uu_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "service_name": "VPSAddDisk", "service_start_date": "2014-07-17T17:35:26", "item_status": "Active" } ] }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。