/reports/summary/processed_vms
Represents a report informing about the number of VMs processed per day.
Resource URL
https://<Enterprise-Manager>:9398/api/reports/summary/processed_vms |
Related Resources
None.
Methods
The following methods are supported for the /reports/summary/processed_vms resource:
GET /reports/summary/processed_vms
Resource Representation
The /reports/summary/processed_vms resource has a resource representation of the following type:
<ProcessedVmsReportFrame xmlns="http://www.veeam.com/ent/v1.0"> <Day BackupedVms="8" ReplicatedVms="2" Timestamp="2014-10-19T00:00:00-07:00" /> <Day BackupedVms="1" ReplicatedVms="0" Timestamp="2014-10-18T00:00:00-07:00" /> <Day BackupedVms="0" ReplicatedVms="0" Timestamp="2014-10-17T00:00:00-07:00" /> <Day BackupedVms="0" ReplicatedVms="0" Timestamp="2014-10-16T00:00:00-07:00" /> <Day BackupedVms="0" ReplicatedVms="0" Timestamp="2014-10-15T00:00:00-07:00" /> <Day BackupedVms="0" ReplicatedVms="0" Timestamp="2014-10-14T00:00:00-07:00" /> <Day BackupedVms="2" ReplicatedVms="0" Timestamp="2014-10-13T00:00:00-07:00" /> </ProcessedVmsReportFrame> |