site_id, and take a from/to time range.
Query node metrics
Returns oneNodesRow per node snapshot in the time range.
Request body
Response
Returns an array ofNodesRow objects, one per node snapshot. Each has these
fields:
Query pod metrics
Returns onePodsRow per pod snapshot in the time range.
Request body
Response
Returns an array ofPodsRow objects, one per pod snapshot. Each has these
fields:
Query pod overview
Returns pod metadata and status rather than raw metrics, as onePodOverviewRow per pod.
Request body
Response
Returns an array ofPodOverviewRow objects, one per pod. Each has these fields, which are all required:
Reference
Pod phase
phase is the Kubernetes lifecycle phase: Running, Succeeded, Pending,
Failed, or Unknown.
Pod state
state is a derived state combining phase and container statuses: Running,
Succeeded, Pending, Failed, or Unknown.
Container
Each entry incontainers has a name, a status (Running, Terminated,
Waiting, or Unknown), an exit_code (0 means success), and a human-readable
reason.
Owner reference
Each entry inowner_references has the owning resource’s name, kind (such as
ReplicaSet or DaemonSet), and namespace.