/v1/health
WhatsApp Business APIクライアントのステータスを、health
ノードで確認します。このノードは、ゲートウェイの正常性をサンプリングし、JSON応答を返信します。
GET /v1/health
応答は、ゲートウェイの正常性のステータスを提供します。
{ "health": { "gateway_status": "connected | connecting | uninitialized | unregistered" } }
{ "health": { "your-hostname1:your-container-id1": { "gateway_status": "connected | connecting | disconnected | uninitialized | unregistered", "role": "primary_master | secondary_master | coreapp" }, "your-hostname2:your-container-id2": { "gateway_status": "connected | connecting | disconnected | uninitialized | unregistered", "role": "primary_master | secondary_master | coreapp" }, } }
名前 | 説明 | 型 |
---|---|---|
|
| Object |
| CoreappとWhatsAppサーバー間の接続のステータス。
| String |
| ハイアベイラビリティ/マルチコネクト設定でのコンテナの役割 | String |