---
title: "Alert Webhook XML Result"
slug: "alert-webhook-xml-result"
updated: 2023-01-06T15:50:01Z
published: 2023-01-06T15:50:00Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catchpoint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Alert Webhook XML Result

```
\<?xml version="1.0" encoding="utf-8"?\>
\<Alert version="2" v="3" testId="1620" notificationLevelId="1" divisionId="2" productId="203"\>
	\<Setting\>
		\<AlertGroupId\>283\</AlertGroupId\>
		\<AlertGroupItemId\>555\</AlertGroupItemId\>
		\<AlertTypeId\>9\</AlertTypeId\>
		\<NodeThreshold\>
			\<TypeId\>0\</TypeId\>
			\<NodeCount\>2\</NodeCount\>
		\</NodeThreshold\>
		\<Trigger\>
			\<TypeId\>1\</TypeId\>
			\<OperatorId\>0\</OperatorId\>
		\</Trigger\>
	\</Setting\>
	\<Timestamp\>
		\<Create\>
			\<Local\>20120117150307460\</Local\>
			\<Utc\>20120117200307460\</Utc\>
		\</Create\>
		\<ReportInterval\>
			\<Local\>201201171500\</Local\>
			\<Utc\>201201172000\</Utc\>
		\</ReportInterval\>
		\<ProcessingUtc\>20120117200334790\</ProcessingUtc\>
	\</Timestamp\>
	\<TestDetail\>
		\<MonitorTypeId\>0\</MonitorTypeId\>
		\<TypeId\>0\</TypeId\>
		\<Name\>My Test Name\</Name\>
		\<Url\>http://site.com/\</Url\>
		\<DivisionName\>_System\</DivisionName\>
		\<ProductName\>Failure Tests\</ProductName\>
	\</TestDetail\>
	\<Condition\>
		\<NodeCount\>2\</NodeCount\>
		\<NodePct\>100\</NodePct\>
		\<Nodes\>
			\<Node id="25"\>
				\<IpAddress\>69.167.80.194\</IpAddress\>
				\<RemoteIpAddress\>10.37.63.15\</RemoteIpAddress\>
				\<ProbableCauseId\>0\</ProbableCauseId\>
				\<PageFailure\>
					\<ErrorCode\>50022\</ErrorCode\>
				\</PageFailure\>
				\<Name\>New York - GTT\</Name\>
			\</Node\>
			\<Node id="28"\>
				\<IpAddress\>69.167.100.254\</IpAddress\>
				\<RemoteIpAddress\>10.37.63.15\</RemoteIpAddress\>
				\<ProbableCauseId\>0\</ProbableCauseId\>
				\<PageFailure\>
					\<ErrorCode\>50022\</ErrorCode\>
				\</PageFailure\>
				\<Name\>Miami - GTT\</Name\>
			\</Node\>
		\</Nodes\>
	\</Condition\>
\</Alert\>
```
