Get pods per namespace QoS

Get pods per namespace QoS

get
Query parameters
clusterIdsstringRequired
namespacesstringOptional
Responses
200
OK
*/*
get
GET /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
  }
]

Was this helpful?