Prepare to run the ServiceNow collector
Create a ServiceNow user and configure permissions before running the collector.
Before you begin
Role required: admin
About this task
The collector uses Basic Authentication with username and password. ServiceNow determines authorization based on roles.
Procedure
Log in to the ServiceNow instance.
Navigate to All > System Security > Users and Groups > User.
Create a new user.
Select New.
Complete the required fields.
Select Save.
Set a password for the user.
Assign roles to the user.
Assign these roles:
- rest_api_explorer
- admin These roles provide read access to the following tables:
Standard metadata tables:
- sys_app (System Applications)
- sys_scope (Application Scopes)
- sys_db_object (Tables)
- sys_dictionary (Fields)
- sys_db_view (Views)
- sys_db_view_table (View Table Mappings)
sys_user (Users - for connection testing) Data Fabric tables:
sn_df_connector (Data Fabric Connectors)
- sys_df_connection_metadata (Connection Metadata)
- sys_df_data_dictionary (Data Dictionary)
- sys_df_connection_data (Connection Data)
- sn_df_connection_attributes (Connection Attributes)
- sys_variable_value (Variable Values)
Parent Topic:ServiceNow metadata collector