Get Utilization Report Result
data class GetUtilizationReportResult(val createTime: String, val displayName: String, val error: StatusResponse, val frameEndTime: String, val name: String, val state: String, val stateTime: String, val timeFrame: String, val vmCount: Int, val vms: List<VmUtilizationInfoResponse>)
Properties
Link copied to clipboard
The time the report was created (this refers to the time of the request, not the time the report creation completed).
Link copied to clipboard
The report display name, as assigned by the user.
Link copied to clipboard
Provides details on the state of the report in case of an error.
Link copied to clipboard
The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the "frame_end_time" value is 2021/01/20 and the time frame is WEEK then the report covers the week between 2021/01/20 and 2021/01/14.
Link copied to clipboard
List of utilization information per VM. When sent as part of the request, the "vm_id" field is used in order to specify which VMs to include in the report. In that case all other fields are ignored.