Supported Providers
Service Now
Service Now provider allows sending notifications, updates, and retrieving topology information from the ServiceNow CMDB.
Inputs
content
: str : Message text to send as a notification or updatetopology_query
: str (optional): A query to retrieve topology information from the ServiceNow CMDB.
Outputs
result
: str : The result of the notification or update action.topology
: dict : The topology information retrieved from the CMDB, if a topology query is provided.
Authentication Parameters
The instance_url
and api_token
are required for connecting to the ServiceNow instance and performing any actions.
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.