Get all node recommendations for K8s backed nodes
This endpoint computes recommendations for K8s instances based on the data available in the database.
It retrieves the recommendations from the K8sInstanceRecommendations table and returns them as a JSON array.
The recommendations include details such as instance type, resource usage, and suggested changes.
GET
/
v1
/
compute
/
recommendations
Compute Recommendations
Copy
curl --request GET \ --url https://gateway.costgraph.baselinehq.cloud/v1/compute/recommendations \ --header 'Authorization: <api-key>'
Get all node recommendations for K8s backed nodes. This endpoint computes recommendations for K8s instances based on the data available in the database.