getJobExecutionStatus
|
Get status and summary for a job execution.
|
https:/dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getJobExecutionStatus/<jobId>/<jobExecId>
|
getAllJobExecHistory
|
Get job execution history for a job id.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getAllJobExecHistory/<jobId>
|
getJobExecutionHistoryByUpgradeId
|
Get Job Execution history for a Upgrade Id.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getJobExecutionHistoryByUpgradeId/<upgradeId>
|
getJobById
|
Get job by job Id.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getJobById/<jobId>
|
getJobsList
|
Get jobs list by correltaionId and jobType.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getJobsList/<jobType>/<correlationId>
|
getActiveJobsList
|
Get active jobs with running jobExecutionHistory.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getJobsList/
|
getDevicesMap
|
Get Device Task Status and macIds against each device task status from job_device_status table for a job exec id.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getActiveJobsList
|
getStageUpdateHistoryByUpgradeId
|
Get Stage Update History By Upgrade Id.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/getStageUpdateHistoryByUpgradeId/<upgradeId>
|
triggerJobDeviceStatusUpdatePersistence
|
Trigger a persistence task that saves the content of the job device status ignite queue to the database.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/triggerJobDeviceStatusUpdatePersistence
|
triggerStageUpdatePersistence
|
Trigger a persistence task that saves the content of the stage update ignite queue to the database.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/triggerStageUpdatePersistence
|
triggerAgentDownloadCleanup
|
Trigger the scheduled job that cleans up expired agent download tasks using a given timeout in minutes.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/triggerAgentDownloadCleanup/<timeoutMinutes>
|
peekStageUpdateDeviceCacheQueue
|
Get the first element from the stage update result queue without removing it.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/peekStageUpdateDeviceCacheQueue
|
peekJobDeviceStatusCacheQueue
|
Get the first element from the job device status queue without removing it.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/peekJobDeviceStatusCacheQueue
|
addToStageUpdateDeviceCacheQueue
|
Add an element to the stage update result queue of ignite.
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/addToStageUpdateDeviceCacheQueue/ <upgradeId>/<stageId>/<stageCompleted>/<totalCount>/<failedCount>/<runningCount>/<successCount>
|
addToJobDeviceStatusCacheQueue
|
Add an element to the job device status queue of ignite.
|
https://<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/addToJobDeviceStatusCacheQueue/ <joId>/<deviceTaskStatus>/<longMacId>/<jobExecId>
|
findDeviceInJobDeviceStatus
|
Query Job device statuses by the given Ids (job id, job exec id, long mac id).
|
https://dina01.<host-name>:<dina-port>/jolokia/exec/ssn:name=DinaJobStatus/findDeviceInJobDeviceStatus/ <jobId>/<jobExecId>/<longMacId>
|