Get pods per namespace QoS
Query parameters
clusterIdsstringRequired
namespacesstringOptional
Responses
200
OK
*/*
get
/v1/monitoring-ns/metric/pod-qos/result/currentGET /v1/monitoring-ns/metric/pod-qos/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200
OK
[
  {
    "metrics": {
      "measure": "guarantted"
    },
    "timestamp": 0,
    "value": 0
  },
  {
    "metrics": {
      "measure": "burstable"
    },
    "timestamp": 0,
    "value": 35
  },
  {
    "metrics": {
      "measure": "best-effort"
    },
    "timestamp": 0,
    "value": 20
  }
]PreviousGet the trend of total number of pods by node in namespaceNextGet the number of ready pods in the namespace
Was this helpful?
