Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The REST API Connection configuration guidelines can be found here.

Azure Identity ServiceNow Connector's Connection type must always be specified as "azure-identityservicenow".

The Properties specific to the Azure Identity to the ServiceNow Connector's Connection are described below.


Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default

Azure Identity

ServiceNow Connection Properties


FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
tenantDomain

hostYes-No
The Azure tenant domain to be used
ServiceNow server to be crawled (to be specified without protocol)."
myTenantDomain
myserver.
onmicrosoft
service-now.com"
useProxy
pageSize
No
Yes
false
-No
Enables the use of a proxy to get access to Azure endpoints.trueproxyHost
Number of elements per page to be retrieved with the connection.2000
ignoreScanErrorNo
-
falseNo
The address of the proxy to be used."http://myproxy.mycompany.com"proxyPortNo-NoThe port of the proxy to be used.9027socketTimeoutNo"60000ms"NoSocket timeout value."120s"connectTimeoutNo"60000ms"NoConnection timeout value"120s"connectionRequestTimeoutNo"60000ms"NoConnection request timeout value"120s"maxConnectionsNo150NoMaximum number of connection to the different Azure endpoints used.200maxConnectionsPerRouteNo15NoMaximum number of connection to a specific Azure endpoint.20
If set to true, a crawl will stop when a scan error is found.true
cacheEntireUserTableNofalseNoIf set to true, the entire sys_user is cached as opposed to every user being cached when necessary.true
countWithStatsNotrueNoIf set to true, the Aggregate API will be used to get counts of rows from the Knowledge and Category tables.false

Create example


Code Block
themeRDark
titlePOST /aspire/_api/credentials
{
    "credential	"type":"aa1bc268-8b54-4ea3-b43d-a15b665d04de "servicenow",
    "type	"description": "azure-identityServiceNow Test Connection",
    "description	"credential": "Azure Identity Connection Teste1664b70-b6ca-42c9-bfa1-7d76a18dd8e1",
    	"properties": {
		"tenantDomainhost": "myTenantDomainmyserver.onmicrosoftservice-now.com",
        "useProxy		"pageSize": "false"1000,
        "socketTimeout" : "60s",
        "connectTimeout" : "60s",
        "connectionRequestTimeout" : "60s",
        "maxConnections" : "100",
        "maxConnectionsPerRoute" : "10"
    		"ignoreScanError": false,
		"cacheEntireUserTable": false,
		"countWithStats": true
	}
}