This is an archive version of the document. To get the most up-to-date information, see the current version.

/reports/summary/job_statistics

In this article

    Represents a report informing about performed jobs, their status, duration and other job-related information.

    Resource URL

    http://<Enterprise-Manager>:9399/api/reports/summary/job_statistics

    Related Resources

    None.

    Methods

    The following methods are supported for the /reports/summary/job_statistics resource:

    (GET) /reports/summary/statistics

    Resource Representation

    The /reports/summary/job_statistics resource has a resource representation of the following type:

    <JobStatisticsReportFrame xmlns="http://www.veeam.com/ent/v1.0">
     <RunningJobs>0</RunningJobs>
     <ScheduledJobs>2</ScheduledJobs>
     <ScheduledBackupJobs>2</ScheduledBackupJobs>
     <ScheduledReplicaJobs>0</ScheduledReplicaJobs>
     <TotalJobRuns>12</TotalJobRuns>
     <SuccessfulJobRuns>7</SuccessfulJobRuns>
     <WarningsJobRuns>0</WarningsJobRuns>
     <FailedJobRuns>5</FailedJobRuns>
     <MaxJobDuration>2160</MaxJobDuration>
     <MaxBackupJobDuration>2160</MaxBackupJobDuration>
     <MaxReplicaJobDuration>960</MaxReplicaJobDuration>
     <MaxDurationBackupJobName>Backup_2014-10-18T044119</MaxDurationBackupJobName>
     <MaxDurationReplicaJobName>Fileserver02 Replication</MaxDurationReplicaJobName>
     <BackupJobStatusReportLink>Workspace/ViewReport.aspx?definition=7962844d-db6c-4d29-8b6e-4e0f7db0785f&amp;ShowParams=1</BackupJobStatusReportLink>
    </JobStatisticsReportFrame>