List Executing Service (Release 9.2.3.4)

This service displays the attributes of all the notifications and orchestrations that are currently executing on the server.

The End Point for this example is:

<URL>/jderest/v2/scheduler/listExecuting

In this example, <URL> is the AIS Server where the scheduler runs.

Service Body

{
    "username": "{{username}}",
    "password": "{{password}}",
    "environment": "{{environment}}",
    "role": "{{role}}",
    "schedulerServices": 
    [
        {
            "serviceEndpoint" : "{{JOBA}}"
        },
        {
            "serviceEndpoint" : "{{JOBB}}"
        }
    ]
 
}

Return Body

{
    "executingJobs": [
        {
            "serviceShortEndpoint": "NTF_1903210001JDE",
            "serviceLongEndpoint": "Search Type LI AB LI WL 2 and 4",
            "omwServiceDescription": "\"C\" Search Type LI AB LI WL 2 and 4",
            "startTime": "2019-06-17T17:20:41.273Z",
            "fireTime": "2019-06-17 11:38:14 220",
            "fireTimeUTC": "2019-06-17T17:38:14.220Z",
            "fireTimeUserLocale": "06/17/2019 11:38:14 AM",
            "executionMillis": 9409,
            "exectionTime": "00:00:09.409"
        },
        {
            "serviceShortEndpoint": "NTF_1903210003JDE",
            "serviceLongEndpoint": "Search Type LI AB LI WL 2 and 3",
            "omwServiceDescription": "\"B\" Search Type LI AB LI WL 2 and 3",
            "startTime": "2019-06-17T17:20:41.214Z",
            "fireTime": "2019-06-17 11:38:14 220",
            "fireTimeUTC": "2019-06-17T17:38:14.220Z",
            "fireTimeUserLocale": "06/17/2019 11:38:14 AM",
            "executionMillis": 9410,
            "exectionTime": "00:00:09.410"
        },
        {
            "serviceShortEndpoint": "NTF_1903210002JDE",
            "serviceLongEndpoint": "Search Type LI AB LI WL  1 and 2",
            "omwServiceDescription": "\"A\" Search Type LI AB LI WL 1 and 2",
            "startTime": "2019-06-17T17:20:41.124Z",
            "fireTime": "2019-06-17 11:38:14 198",
            "fireTimeUTC": "2019-06-17T17:38:14.198Z",
            "fireTimeUserLocale": "06/17/2019 11:38:14 AM",
            "executionMillis": 9433,
            "exectionTime": "00:00:09.433"
        }
    ]
}