Get recommendations for VMs This endpoint retrieves recommendations for VMs based on the provided time range. It fetches data from the VMUsageRecommendations 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 recommendations include details such as CPU usage, memory usage, and disk I/O for each VM.
kubernetes
, docker
, system
, user
, unknown
"2023-10-01T00:00:00Z"
Bearer token for authentication
OK
The response is of type object[]
.