first
This commit is contained in:
59
db/get-cron-job-list.js
Normal file
59
db/get-cron-job-list.js
Normal file
@ -0,0 +1,59 @@
|
||||
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",
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user