Versions Compared

Key

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


The REST API Credentials configuration guidelines can be found here.

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

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


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

ServiceNow Credentials Properties


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

Create example


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



Disable checkingPremium suggestionsDisable checkingPremium suggestionsDisable checkingPremium suggestions