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

/reports/summary

In this article

    Represents a collection of summary reports providing information on Veeam Backup Enterprise Manager and Veeam Backup & Replication objects.

    The /reports/summary resource provides links to five child reports covering the following areas:

    Resource URL

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

    Related Resources

    None.

    Methods

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

    (GET) /reports/summary

    Resource Representation

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

    <SummaryReport xmlns="http://www.veeam.com/ent/v1.0">
     <Links>
       <Link Rel="Down" Type="ReportFrame" Href="http://localhost:9399/api/reports/summary/overview" Name="Overview" />
       <Link Rel="Down" Type="ReportFrame" Href="http://localhost:9399/api/reports/summary/vms_overview" Name="VmsOverview" />
       <Link Rel="Down" Type="ReportFrame" Href="http://localhost:9399/api/reports/summary/job_statistics" Name="JobStatistics" />
       <Link Rel="Down" Type="ReportFrame" Href="http://localhost:9399/api/reports/summary/processed_vms" Name="ProcessedVms" />
       <Link Rel="Down" Type="ReportFrame" Href="http://localhost:9399/api/reports/summary/repository" Name="Repositories" />
     </Links>
    </SummaryReport>