Description

お知らせの一覧を取得します。

Request URL

Account API

GET /v1/{tenant_id}/notifications

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を指定します。
limit
(Optional)
表示件数 query 取得する情報の表示件数を指定します。
offset
(Optional)
開始位置 query 取得する情報の開始位置を指定します。
「limit」と併せて使用します。

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/notifications

Response

HTTP/1.1 200 OK
Date: Tue, 28 Oct 2014 02:54:35 GMT
Server: Apache/2.4.10 (Unix) PHP/5.5.16
X-Powered-By: PHP/5.5.16
Content-Length: 5599
Content-Type: application/json

{
  "notifications": [
    {
      "notification_code": 20150506,
      "title": "サービス品質保証制度(SLA)の提供を開始しました",
      "type": null,
      "contents": "2015年1月13日よりサービス品質保証制度(以下SLA)の提供を開始しました。",
      "read_status": "ReadTitleOnly",
      "start_date": "2015-05-06T21:51:00"
    }
  ]
}

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。