Versions Compared

Key

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


REST API Credentials configuration guidelines can be found here.

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

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 user name 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


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