このリクエストへの応答では、メールアラートを設定しているかどうか、どのイベントでメールが送信されるかを指定します。これは、すべてのクラスタのグローバル設定です。この値を読み取るには認証が必要です。
shell> curl -u Administrator:letmein http://localhost:8091/settings/alerts
GET /settings/alerts HTTP/1.1 Host: localhost:8091 Authorization: Basic YWRtaW46YWRtaW4= Accept: */*
{ "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.