Get recommendations for Kubernetes namespaces This endpoint retrieves recommendations for Kubernetes namespaces based on the provided time range. It fetches data from the K8sNamespaceRecommendations 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 resource allocation for each namespace.
"2023-10-01T00:00:00Z"
Bearer token for authentication
Cluster name
Namespace
Start date in RFC3339 format (e.g., 2023-10-01T00:00:00Z)
End date in RFC3339 format (e.g :, 2023-10-31T23:59:59Z)
OK
The response is of type object[]
.