アイテム詳細取得
Description
購入したアイテムの詳細を取得します。
Request URL
Account API GET /v1/{tenant_id}/order-items/{item_id}
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を指定します。 |
item_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/アイテムID
Response
HTTP/1.1 200 OK Date: Wed, 24 Dec 2014 04:28:10 GMT Server: Apache Content-Length: 593 Content-Type: application/json { "order_item": { "uu_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "service_name": "VPSAddDisk", "product_name": "VPSAddDisk-200G", "status": "2000", "unit_price": 3.5, "service_start_date": "2014-07-17T13:35:26", "bill_start_date": "2014-07-17T13:35:26", "cancel_date": null } }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。