Files
json-server/db/get-cron-job-list.js
2024-03-29 14:32:56 +07:00

60 lines
1.9 KiB
JavaScript

export default {
status: 200,
data: [
{
cronjobName: "cronjob-ebs-import-water-account",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.4775944+00:00",
},
{
cronjobName: "cronjob-dap-import-dap-data",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.4776397+00:00",
},
{
cronjobName: "cronjob-mdms-import-meter-alert",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.47764+00:00",
},
{
cronjobName: "cronjob-mdms-pull-meter-alert",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.4776402+00:00",
},
{
cronjobName: "cronjob-mdms-export-enrolment-status",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.4776403+00:00",
},
{
cronjobName: "cronjob-ebs-import-avg",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.4776415+00:00",
},
{
cronjobName: "cronjob-water-account-user-goal-notification",
noOfFailedRecordsThreshold: 10,
fileIngestionTimeThreshold: 60,
dateOfLastUpdated: "2023-08-16T09:35:44.4776416+00:00",
},
{
cronjobName: "cronjob-water-account-whitelist-sp-accounts",
noOfFailedRecordsThreshold: 44,
fileIngestionTimeThreshold: 44,
dateOfLastUpdated: "2023-08-28T15:20:56.4036081Z",
},
{
cronjobName: "cronjob-mdms-import-meter-data",
noOfFailedRecordsThreshold: 4,
fileIngestionTimeThreshold: 4,
dateOfLastUpdated: "2023-08-28T15:19:44.4816081Z",
},
],
};