Get summaries for VMs This endpoint retrieves summaries for VMs based on the provided time range. It fetches data from the VMSummaries table and returns it as a JSON array. The time range is specified by the start_date and end_date query parameters in RFC 3339 format (e.g., 2023-10-01T00:00:00Z). The summaries include details such as CPU usage, memory usage, and disk I/O for each VM.
"2023-10-01T00:00:00Z"
Bearer token for authentication
OK
The response is of type object[]
.