MENU
バージョン情報取得 - Account(Billing) API v1
Description
バージョン情報取得
Request URL
Billing API v1 GET /
Normal response codes
Multiple Choices (300)
Error response codes
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ https://account.tyo1.conoha.io/
- RES
HTTP/1.1 300 Multiple Choices Date: Fri, 19 Dec 2014 07:17:36 GMT Server: Apache Content-Length: 150 Content-Type: application/json { "versions": [ { "status": "CURRENT", "updated": "2015-05-12T09:00:00Z", "id": "v1.0", "links": [ { "href": "https://account.tyo1.conoha.io/v1/", "rel": "self" } ] } ] }