/reports/summary

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

https://<Enterprise-Manager>:9398/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="https://localhost:9398/api/reports/summary/overview" Name="Overview" />
   <Link Rel="Down" Type="ReportFrame" Href="https://localhost:9398/api/reports/summary/vms_overview" Name="VmsOverview" />
   <Link Rel="Down" Type="ReportFrame" Href="https://localhost:9398/api/reports/summary/job_statistics" Name="JobStatistics" />
   <Link Rel="Down" Type="ReportFrame" Href="https://localhost:9398/api/reports/summary/processed_vms" Name="ProcessedVms" />
   <Link Rel="Down" Type="ReportFrame" Href="https://localhost:9398/api/reports/summary/repository" Name="Repositories" />
 </Links>
</SummaryReport>