17.1.2 Response JSON Parameters

This section provides the list of parameters in the JSON Response. Based on the activity status provided, the responses will vary.

Table 17-3 POST JSON Response

Name Type Description
process_instance_id STRING The unique value that identifies the process instance.
activity_id STRING The unique ID of the activity.
activity_name STRING Name of the activity.
status STRING Status of the activity.
Component STRING Name of the component.
latest_event STRING The latest event of the activity.
start_time STRING Start time of the activity.
end_time STRING End time of the activity.

Response JSON Sample


 {
    "activityExecutionStatus": [
        {
            "process_instance_id": "1669614669524_122ba2eb-cc1d-4abb-939e-b0facb6a6ed2",
            "activity_list": [
                {
                    "activity_id": "JOB122321434234",
                    "activity_name": "DQ JOB1",
                    "status": "FAILED",
                    "component": "DQGROUP",
                    "latest_event": "DQNULLGRPDUP01 is failed",
                    "start_time": "12-07-2023 12:00:01 PM",
                    "end_time": "12-07-2023 12:56:01 PM",

                      "duration":"",

                     

               "metric" :{

                    "name":"volume",

                     "value":"10000"

               }


                },
                {
                    "activity_id": "JOB12232146456",
                    "activity_name": "bce run",
                    "status": "RUNNING",
                    "component": "BCE",
                    "latest_event": "DQNULLGRPDUP01 is running",
                    "start_time": "12-07-2023 12:00:01 PM",
                    "end_time": "",

                     "duration":""
                }
            ]
        }