vRealize Log Insight webhook의 형식은 생성되는 쿼리 유형에 따라 다릅니다. 시스템 알림, 사용자 경고 메시지 쿼리, 집계 사용자 쿼리에서 생성되는 경고는 서로 다른 webhook 형식을 사용합니다.

참고: 시스템 알림을 보내도록 vRealize Log Insight를 구성하려면 슈퍼 관리자 역할 또는 관련 사용 권한이 있는 역할과 연결된 사용자여야 합니다. 자세한 내용은 역할 생성 및 수정 항목을 참조하십시오.

시스템 알림에 대한 webhook 형식

다음 예는 시스템 알림에 대한 vRealize Log Insight webhook 형식을 보여 줍니다.
	
{
   "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":[]
      }
   ]
}