|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List ServiceNow |
The ServiceNow connector leverages the ServiceNow Table API to retrieve data from a ServiceNow instance. It supports two task types:
•License: Collects a predefined set of license-related tables for software asset management and usage analysis.
•Table: Runs customizable queries against any ServiceNow table, with full control over fields, filters, and pagination.
When using the License task type, the connector automatically queries the following tables:
•sys_user
•sys_user_has_license
•ua_app_usage
•license_details
•license_has_app
•licensable_app
•licensed_app_usage
•license_details_assoc_roles
•license_role
•sys_user_has_role
•sys_user_role
•ua_ih_usage
Authentication is supported via Basic Authentication (username and password) or OAuth 2.0 (client credentials flow).