Refering registered information#

ログ提供サービスに登録した情報を参照します。

APIエンドポイント#

リージョン APIエンドポイント
西日本リージョン3の場合 https://logservice.jp-west-3.cloud.global.fujitsu.com
東日本リージョン3の場合 https://logservice.jp-east-3.cloud.global.fujitsu.com

HTTPメソッドとURI#

GET

/v1/logservice/{domain_id}

HTTPステータスコード#

正常時:200

エラー時:400, 401, 403, 404, 500

リクエストパラメータの説明#

名前 In Type デフォルト値
/必須指定
Description
X-Auth-Token header string 必須 認証のトークン
domain_id path string 必須 利用者のドメインID

レスポンスボディ(正常系)の説明#

名前 Type Description
Content-Length string ヘッダーを除いたリクエスト長(byte)
Content-Type string コンテンツタイプ
Date string レスポンスの日時
domain_id string ログ提供サービスに登録したドメインのUUID
created string 登録もしくは更新した日付
YYYY-MM-DDの形式で表示されます。
log_type string ログ提供サービスに登録したログ種別

リクエスト例#

curl -X GET -H "X-Auth-Token: gAAAAABcVBQlwTv5NJHapqZwLjjL3a-Xm..." \
https://logservice.jp-west-3.cloud.global.fujitsu.com/v1/logservice/30516fbc724743849cef1d6592f8780b

レスポンス例#

HTTP/1.0 200 OK
Content-Type: application/json
Content-Length: 169
Date: Tue, 29 Mar 2019 06:57:41 GMT
{
   "domain_id": "30516fbc724743849cef1d6592f87...",
   "created": "2019-03-29",
   "log_type": "apiep"
}