File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
articles/azure-monitor/alerts Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,20 @@ When you're successfully connected and synced:
133
133
> [ !NOTE]
134
134
> ServiceNow has a rate limit for requests per hour. To configure the limit, define ** Inbound REST API rate limiting** in the ServiceNow instance.
135
135
136
+ ## Payload structure
137
+
138
+ The payload that is sent to ServiceNow has a common structure. The structure has a section of ` <Description> ` that contains all the alert data.
139
+
140
+ The structure of the payload for all alert types except log search alert is [ common schema] ( ./alerts-common-schema.md ) .
141
+
142
+ For Log Search Alerts, the structure is:
143
+
144
+ - Alert (alert rule name) : \< value>
145
+ - Search Query : \< value>
146
+ - Search Start Time(UTC) : \< value>
147
+ - Search End Time(UTC) : \< value>
148
+ - AffectedConfigurationItems : [ \< list of impacted configuration items>]
149
+
136
150
## Next steps
137
151
138
152
* [ ITSM Connector overview] ( itsmc-overview.md )
You can’t perform that action at this time.
0 commit comments