Description

お知らせの詳細を取得します。

Request URL

Account API

GET /v1/{tenant_id}/notifications/{notification_code}

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を指定します。
notification_code ノティフィケーションコード path ノティフィケーションコードを指定します。

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

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

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