Back to source list
Official
Premium
ServiceNow source integration documentation
Sync from Servicenow to any destination
Publisher
cloudquery
Latest version
v1.7.28
Type
Source
Platforms
Date Published
Loading plugin documentation
Sync from Servicenow to any destination
Publisher
cloudquery
Latest version
v1.7.28
Type
Source
Platforms
Date Published
Loading plugin documentation
We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.
kind: source
spec:
name: servicenow
path: cloudquery/servicenow
version: "v1.7.28"
tables:
- "now_cmdb_ci_*"
- "now_cmdb_rel_ci"
- "now_change_request"
- "now_incident"
- "now_sys_user*"
destinations: ["postgresql"]
# Learn more about the configuration options at https://cql.ink/servicenow_source
spec:
# required
instance: "${SERVICENOW_INSTANCE}"
username: "${SERVICENOW_USERNAME}"
password: "${SERVICENOW_PASSWORD}"
# optional
# table_options:
# table_name:
# query: "<QUERY STRING>"
now_
.cloudquery
needs to be authenticated. Either username/password or an access token is required for authentication.admin
role and limiting it to be read only via the snc_read_only
role.
You can read more about configuring a read only role in the ServiceNow documentation.instance
(string
) (required)auth_mode
(enum
) (optional) (default: basic
)basic
and token
.username
(string
) (optional)basic
auth mode.password
(string
) (optional)basic
auth mode.access_token
(string
) (optional)token
auth mode.concurrency
(integer
) (optional) (default: 100
)scheduler
(string
) (optional) (default: dfs
)
The scheduler to use when determining the priority of resources to sync.
Supported values are dfs
(depth-first search), round-robin
, shuffle
and shuffle-queue
.discovery_concurrency
(integer
) (optional) (default: 100
)table_options
(object
) (optional)