The REST API Connectors' configuration guidelines can be found here.

The REST API Connectors' endpoints can be found here.


The ServiceNow connector “type” must always be specified as “servicenow”.

You must also specify the “artifact” parameter that describes the coordinates for the connector, which by default are “com.accenture.aspire:aspire-servicenow-source”.


Usage example


POST /aspire/_api/connectors
{
	"type": "servicenow",
	"description": "ServiceNow Connector Test",
	"artifact": "com.accenture.aspire:aspire-servicenow-source",
	"properties": {
		"debug": true,
		"wDebug": false,
		"enableStatistics": false,
		"infoCacheSize": 100,
		"mapCacheSize": 100,
		"setCacheSize": 100,
		"identityCacheSize": 100,
		"enableFetcher": false,
		"enableTextExtract": true,
		"enable-non-text-filter": true,
		"enableFetchForNonText": true,
		"non-text-document": true,
		"nonTextDocumentsExtensions": "jpg,jpeg,gif,png,tif,mp3,mp4,mpg,mpeg,avi,mkv,wav,bmp,swf,war,rar,tgz,dll,exe,class",
		"metadataMap": [
			{
				"from": "fieldA",
				"to": "destA"
			},
			{
				"from": "fieldB",
				"to": "destB"
			}
		],
		"addHierarchy": true,
		"scanThreads": 10,
		"scanQueue": 50,
		"processThreads": 20,
		"processQueue": 200,
		"deleteCompleteQueueEntries": false,
		"flushSyncTime": "15s",
		"deleteCheckAfterErrors": "ALWAYS",
		"maxIdentitiesTimestamp": 3,
		"workflowErrorTolerant": true,
		"retriesEnabled": true
	}
}



Disable checkingPremium suggestions

  • No labels