Virtual Machines. Switched-off VMs

Veeam.Virt.Extensions.VMware.Analysis.Reports.SwitchedOffVMs.LR (LinkedReport)

This report shows a list of VMs that were remaining in the powered-off state during the specified period.

Knowledge Base article:

Summary

This report shows a list of VMs that were remaining in the powered-off state during the specified period.

Description:

Powered off VMs do not consume CPU, memory or network resources, but take up storage space required to accommodate their disk files, snapshots and configuration data. The report can help you detect VMs that can be relocated to less costly datastores and identify neglected VMs that can be decommissioned.

Parameters:

Date/time Selection: defines a time period to analyze in the report.

Scope: defines a list of Groups or Objects that will be analyzed in the report (by default, the VMware Virtual Machine Group is selected).

Sample Usage:

Report on virtual machines that were remaining in the powered-off state during this week.

Instructions:

Report Output:

The report will show the list of virtual machines that remained powered-off during this week.

The Summary doughnut charts will show the following information:

The Top 10 Datastores by Wasted Space chart will show 10 datastores with the highest amount of storage consumed by switched-off and running VMs.

The detailstable will show the following information for powered-off VMs:

Column

Description

Virtual Machine

Name of the virtual machine.

Down Time%

Amount of time when the VM was powered-off against the amount of time in the reporting period (in percent).

Storage Space Allocated (GB, current)

Amount of storage space allocated for the VM, as per the end of the reporting period.

Element properties:

BaseVeeam.Virt.Extensions.VMware.Analysis.Reports.IdleVMs.report
Target
AccessibilityPublic
VisibleTrue

Source Code:

<LinkedReport ID="Veeam.Virt.Extensions.VMware.Analysis.Reports.SwitchedOffVMs.LR" Accessibility="Public" Base="Veeam.Virt.Extensions.VMware.Analysis.Reports.IdleVMs.report" Visible="true">
<Dependencies>
<DataWarehouseScript>Veeam.Virt.Extensions.VMware.Analysis.Reports.DWScript</DataWarehouseScript>
<ReportParameterControl>MicrosoftSystemCenterDataWarehouseReportLibrary!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.MonitoringObjectXmlPicker</ReportParameterControl>
<ReportParameterControl>MicrosoftSystemCenterDataWarehouseReportLibrary!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.NumericUpDown</ReportParameterControl>
<ReportParameterControl>MicrosoftSystemCenterDataWarehouseReportLibrary!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker</ReportParameterControl>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" rowSpan="3">
<ReportParameters>
<ReportParameter name="TZ" binding="TimeZone">
<Prompt>Veeam.Report.Library!Veeam.Report.Library.ParameterPrompt.Timezone</Prompt>
</ReportParameter>
<ReportParameter name="TZName" binding="TimeZoneName"/>
<ReportParameter name="DSBaseType" binding="StartDate_BaseType"/>
<ReportParameter name="DSBaseValue" binding="StartDate_BaseValue">
<Prompt>Veeam.Report.Library!Veeam.Report.Library.ParameterPrompt.From</Prompt>
</ReportParameter>
<ReportParameter name="DSOffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="DSOffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="DFBaseType" binding="EndDate_BaseType"/>
<ReportParameter name="DFBaseValue" binding="EndDate_BaseValue">
<Prompt>Veeam.Report.Library!Veeam.Report.Library.ParameterPrompt.To</Prompt>
</ReportParameter>
<ReportParameter name="DFOffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="DFOffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.MonitoringObjectXmlPicker" rowSpan="3">
<ReportParameters>
<ReportParameter name="Objects">
<Prompt>Veeam.Report.Library!Veeam.Report.Library.ParameterPrompt.Scope</Prompt>
</ReportParameter>
<ReportParameter name="ManagementGroup" binding="GroupList"/>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<Parameters>
<Parameter Name="Report_SystemName">
<Value>Veeam.Virt.Extensions.VMware.Analysis.Reports.SwitchedOffVMs.LR</Value>
</Parameter>
<Parameter Name="SectionsToShow">
<Value>R</Value>
</Parameter>
</Parameters>
</LinkedReport>