Search:

Search all manuals
Search this manual
Manual
Couchbase Server マニュアル 2.0
Community Wiki and Resources
Couchbase Server 2.0をダウンロード
Couchbase 開発者ガイド 2.0
クライアントライブラリ
Couchbase Server フォーラム
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
8.7 クラスタの管理
Chapter Sections
Chapters

8.7.13. メール通知設定の表示

このリクエストへの応答では、メールアラートを設定しているかどうか、どのイベントでメールが送信されるかを指定します。これは、すべてのクラスタのグローバル設定です。この値を読み取るには認証が必要です。

shell> curl -u Administrator:letmein http://localhost:8091/settings/alerts
HTTP Request
GET /settings/alerts HTTP/1.1
Host: localhost:8091
Authorization: Basic YWRtaW46YWRtaW4= Accept: */*
HTTP Response
{
    "recipients": ["root@localhost"],
    "sender":"couchbase@localhost",
    "enabled":true,
    "emailServer":{"user":"","pass":"","host":"localhost","port":25,"encrypt":false},
    "alerts":
      ["auto_failover_node",
      "auto_failover_maximum_reached",
      "auto_failover_other_nodes_down",
      "auto_failover_cluster_too_small"]
  }

発生する可能性のあるエラーは次のとおりです。

This endpoint isn't available yet.