Supported Providers
Service Now
Service Now provider allows sending notifications, updates, and retrieving topology information from the ServiceNow CMDB.
Authentication
This provider requires authentication.
- service_now_base_url: The base URL of the ServiceNow instance (required: True, sensitive: False)
- username: The username of the ServiceNow user (required: True, sensitive: False)
- password: The password of the ServiceNow user (required: True, sensitive: True)
- client_id: The client ID to use OAuth 2.0 based authentication (required: False, sensitive: False)
- client_secret: The client secret to use OAuth 2.0 based authentication (required: False, sensitive: True)
In workflows
This provider can be used in workflows.
As “step” to query data, example:
As “action” to make changes or update data, example:
Check the following workflow examples:
- blogpost.yml
- clickhouse_multiquery.yml
- create_service_now_ticket_upon_alerts.yml
- update_service_now_tickets_status.yml
Connecting with the Provider
- Ensure that the ServiceNow instance is accessible via API.
- Provide the necessary API credentials (
instance_url
andapi_token
) in the provider configuration.