vRealize Log InsightWebhook のフォーマットは、作成されるクエリのタイプに依存します。システム通知、ユーザー アラート メッセージ クエリ、および集約ユーザー クエリから生成されたアラートにはそれぞれ異なる Webhook フォーマットがあります。

注: システム通知を送信するように vRealize Log Insight を構成するには、スーパー管理者ロール、または関連する権限を持つロールに関連付けられたユーザーである必要があります。詳細については、 ロールの作成および変更を参照してください。

システム通知の Webhook フォーマット

次の例は、システム通知の vRealize Log InsightWebhook フォーマットを示します。
	
{
   "AlertName":" Admin Alert: Worker node has returned to service  (Host = 127.0.0.2)",
   "messages":[
      {
         "text":"This notification was generated from Log Insight node (Host = 127.0.0.2,  
	Node Identifier = a31cad22-65c2-4131-8e6c-27790892a1f9).
	A worker node has returned to service after having been in maintenance mode. 
	The Log Insight primary node reports that worker node has finished maintenance 
	and exited maintenance mode. The node will resume receiving configuration changes and 
	serving queries. The node is also now ready to start receiving incoming log messages."

         "timestamp":1458665320514,"fields":[]
      }
   ]
}