Endpoint

Specifies the endpoint entry in the configuration. This is a mandatory property. The corresponding adapter command is -E value (or -ENDPOINT value).

Actions available in ServiceNow adapter are as follows:
  • Table API
    • Retrieve records from a table. The corresponding adapter command value is getTableRecords.
    • Retrieve a record. The corresponding adapter command value is getRecord.
    • Insert a record in specified table. The corresponding adapter command value is insertRecord.
    • Update a specified record in the table. The corresponding adapter command value is updateRecord.
    • Delete a specified record. The corresponding adapter command value is deleteRecord.
  • Aggregate API
    • Compute Aggregate. The corresponding adapter command value is computeAggregate.