Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique cluster name from /kubernetes/clusters
or the Kubex UI Connections tab.
Query Parameters
Same as details
; defaults to true for this resource.
Response
Array of container recommendations with additional details
Cluster name as specified in the config.yaml files.
Namespace associated with the container.
Name of the controller or pod owning the container.
Controller type (e.g., DaemonSet, Deployment, ReplicaSet, ReplicationController, StatefulSet).
Container manifest name.
Unique identifier for the selected cluster assigned by Densify.
Unique identifier for the listed container.
Average number of containers from the "In Service Instances" metric.
Current CPU request (mCores).
Current CPU limit (mCores).
Current memory request (bytes).
Current memory limit (bytes).
Recommended CPU request (mCores).
Recommended CPU limit (mCores).
Recommended memory request (bytes).
Recommended memory limit (bytes).
Estimated savings per container when applying the recommendations.
Most recent analysis refresh (UTC, YYYY-MM-DDTHH:mm:ssZ
).
Predicted uptime percentage for the container.
Timestamp of the most recent change to requests/limits.
Names of associated node groups.
Number of OOM events in the last 7 days.
When this container was first audited (from workload history).
When this container was last audited (from workload history).