28.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 28-3 POST JSON Response
Name | Type | Description |
---|---|---|
run_sk |
STRING | The unique number created for each instance. |
duration |
STRING | The duration of the process/activity. |
process_instance_id |
STRING | The unique value that identifies the process instance. |
activity_id |
STRING | The unique ID of the activity. |
datasource |
STRING | The data sources associated with the PMF process. |
activity_name |
STRING | Name of the activity. |
status |
STRING | Status of the process/activity. |
Component |
STRING | Name of the component. |
latest_event |
STRING | The latest event of the activity. |
start_time |
STRING | Start time of the process/activity. |
end_time |
STRING | End time of the process/activity. |
metrics |
STRING | Contains Code and Value of the activity |
Response JSON Sample
{
"processExecutionStatus": [
{
"run_sk": "32",
"duration": "02:30:00",
"process_id": "AFCS_SYS_SCD_PROC",
"start_time": "09-10-2023 08:00:00 AM",
"process_name": "Dimension Population Process",
"datasource": [
"Loans"
],
"activity_info": [
{
"duration": "00:30:00",
"activity_name": "Business Segment Hierarchy Population",
"start_time": "09-10-2023 10:00:00 AM",
"component": "CONNECTOR",
"metric": {
"code": "Processed Records",
"value": "12500(Records)"
},
"activity_id": "JOB_CONNECTOR_2",
"end_time": "09-10-2023 10:30:00 AM",
"latest_event": "Processing",
"status": "COMPLETED"
},
{
"duration": "00:30:00",
"activity_name": "Branch Hierarchy Population",
"start_time": "09-10-2023 09:30:00 AM",
"component": "CONNECTOR",
"metric": {
"code": "Processed Records",
"value": "12500(Records)"
},
"activity_id": "JOB_CONNECTOR_1",
"end_time": "09-10-2023 10:00:00 AM",
"latest_event": "Processing",
"status": "COMPLETED"
},
{
"duration": "00:30:00",
"activity_name": "Account Hierarchy Population",
"start_time": "09-10-2023 09:00:00 AM",
"component": "CONNECTOR",
"metric": {
"code": "Processed Records",
"value": "12500(Records)"
},
"activity_id": "JOB_CONNECTOR_0",
"end_time": "09-10-2023 09:30:00 AM",
"latest_event": "Processing",
"status": "COMPLETED"
},
{
"duration": "01:00:00",
"activity_name": "Business Unit Hierarchy Population",
"start_time": "09-10-2023 08:00:00 AM",
"component": "CONNECTOR",
"metric": {
"code": "Processed Records",
"value": "12500(Records)"
},
"activity_id": "JOB_CONNECTOR_3",
"end_time": "09-10-2023 09:00:00 AM",
"latest_event": "Processing",
"status": "COMPLETED"
}
],
"process_instance_id": "AFCS_SYS_SCD_PROC_34327e31-20c8-31c5-1784-56e37f4409aa",
"As of Date": "07/27/2023",
"end_time": "09-10-2023 10:30:00 AM",
"runParameterName": [
"As of Date",
"Data Source"
],
"status": "COMPLETED"
},
{
"run_sk": "40",
"duration": "00:01:18",
"process_id": "1697535489556",
"start_time": "10-17-2023 09:41:15 AM",
"process_name": "test_dummy12",
"activity_info": [
{
"duration": "00:01:14",
"activity_name": "RUN DQ RULE",
"start_time": "10-17-2023 09:41:19 AM",
"component": "DQGROUPS",
"event_info": [
{
"activity_id": "JOB_CONNECTOR_1",
"timestamp": "10-17-2023 09:42:22 AM",
"Event Message": "message received is invalid",
"Event Error Code": "INVALID_INPUT_MSG",
"event_parameters": [
{
"event_name": "Rule Running",
"value": "0"
},
{
"event_name": "DQ Group",
"value": "~~DQDC.DQ_GRP_NAME~~"
},
{
"event_name": "Rule Completed",
"value": "0/0"
},
{
"event_name": "Erroneous Records",
"value": "0"
},
{
"event_name": "Rule Pending",
"value": "0"
}
]
}
],
"metric": {},
"activity_id": "JOB_169753549288714",
"end_time": "10-17-2023 09:42:33 AM",
"latest_event": "message received is invalid",
"status": "FAILED"
}
],
"process_instance_id": "1697535489556_f66cf577-67f6-4307-9aad-450afcf18d13",
"end_time": "10-17-2023 09:42:33 AM",
"status": "FAILED"
}
]
}