16.1.2 Response JSON Parameters

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

Table 16-3 POST JSON Response

Name Type Description
process_instance_id STRING The unique value that identifies the process instance.
process_name STRING Name of the PMF process.
status STRING Status of the PMF process.
run_sk STRING The unique number created for each instance.
start_time STRING Execution time of the PMF process.
end_time STRING End time of the PMF process.
runParameterName STRING The input parameters provided to execute this process.
fic_mis_date STRING MIS Date of the PMF process.
datasource STRING The data sources associated with the PMF process.

Response JSON Sample


 {
    "processExecutionStatus": [
        {
            "process_instance_id": "1669614669524_122ba2eb-cc1d-4abb-939e-b0facb6a6ed2",
            "process_name": "BCE Execution",
            "process_id": "1669614669524",
            "status": "FAILED",
            "run_sk": "2321321",
            "start_time": "12-07-2023 12:00:01 PM",
            "end_time": "12-07-2023 12:56:01 PM",
            "runParameterName":["As of Date","Datasource","Run Description"],
            "fic_mis_date":"07/12/2023",
            "datasource":["Loans", "Options", "Futures"],

             "duration":"12:00:00 PM",

              "metric" :{

                    "code":"volume",

                     "value":"10000"

               }

              
        }