You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/snippets/providers/servicenow-snippet-autogenerated.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
{/* This snippet is automatically generated using scripts/docs_render_provider_snippets.py
1
+
{/* This snippet is automatically generated using scripts/docs_render_provider_snippets.py
2
2
Do not edit it manually, as it will be overwritten */}
3
3
4
4
## Authentication
@@ -8,6 +8,7 @@ This provider requires authentication.
8
8
-**password**: The password of the ServiceNow user (required: True, sensitive: True)
9
9
-**client_id**: The client ID to use OAuth 2.0 based authentication (required: False, sensitive: False)
10
10
-**client_secret**: The client secret to use OAuth 2.0 based authentication (required: False, sensitive: True)
11
+
-**ticket_creation_url**: URL for creating new tickets (required: False, sensitive: False)
11
12
12
13
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
13
14
-**itil**: The user can read/write tickets from the table (mandatory) ([Documentation](https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/roles/reference/r_BaseSystemRoles.html))
@@ -57,6 +58,6 @@ Check the following workflow examples:
57
58
58
59
59
60
## Topology
60
-
This provider pulls [topology](/overview/servicetopology) to Keep. It could be used in [correlations](/overview/correlation-topology)
61
-
and [mapping](/overview/enrichment/mapping#mapping-with-topology-data), and as a context
61
+
This provider pulls [topology](/overview/servicetopology) to Keep. It could be used in [correlations](/overview/correlation-topology)
62
+
and [mapping](/overview/enrichment/mapping#mapping-with-topology-data), and as a context
62
63
for [alerts](/alerts/sidebar#7-alert-topology-view) and [incidents](/overview#17-incident-topology).
0 commit comments