Skip to content

Commit e14131e

Browse files
Merge pull request #219732 from v-jbasden/jbasden-add-itsm-payload-section
Adding Payload structure section
2 parents 45c95f8 + 0fe77b6 commit e14131e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/azure-monitor/alerts/itsmc-connections-servicenow.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,20 @@ When you're successfully connected and synced:
133133
> [!NOTE]
134134
> ServiceNow has a rate limit for requests per hour. To configure the limit, define **Inbound REST API rate limiting** in the ServiceNow instance.
135135
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+
136150
## Next steps
137151

138152
* [ITSM Connector overview](itsmc-overview.md)

0 commit comments

Comments
 (0)