Skip to content

~ Scoped App API

Giles Lewis edited this page Jun 23, 2024 · 8 revisions

Introduction

This page describes ServiceNow APIs created by installation of the DataPump App

Schema

HTTP method: GET

Path

/schema/{tablename}

Input Parameters

{tablename} - Name of a table

Sample Output

Job Run List

HTTP method: GET

Returns a list of jobs in a ready state.

Path

/jobrunlist

Sample Output

{
  'runs': [
    {
      'sys_id':
      'number':
      'start':
    }
  ]
}

Job Run

HTTP method: GET

Path

/jobrun/{sys_id}

Input Parameters

{sys_id} - sys_id of x_108443_sndml_action_run

Input Parameters

HTTP method: PUT

Used to update the status of a x_108443_sndml_action_run record.

Path

/jobrun/{sys_id}

Sample Input

{
  'sys_id':
  'status':
}