The REST API Credentials configuration guidelines can be found here.

The ServiceNow Connector's Credentials type must always be specified as “servicenow”.

The Properties specific to the ServiceNow Connector's Credentials are described below.


ServiceNow Credentials Properties


FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
usernameYes-NoThe username to be used to connect to the ServiceNow server.“john.doe”
passwordYes-NoThe password to be used to connect to the ServiceNow server.“myPassword”

Create example


POST /aspire/_api/credentials
{
  "type": "servicenow",
  "description": "ServiceNow Credentials Test",
   "properties": { 
       "username": "john.doe",
        "password": "myPassword"
   }
}



Disable checkingPremium suggestionsDisable checkingPremium suggestionsDisable checkingPremium suggestions

  • No labels