arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get the total number of PVCs in the namespace

hashtag
Get the total number of PVCs in the namespace

get

Get the total number of PVCs created in the namespace.

Query parameters
clusterIdsstringRequired
namespacesstringOptional
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-ns/metric/total-pvc-count/result/current
200

OK

GET /v1/monitoring-ns/metric/total-pvc-count/result/current?clusterIds=text HTTP/1.1
Accept: */*
[
  {
    "metrics": {
      "cluster": "thingcluster",
      "namespace": "cocktail-system"
    },
    "timestamp": 1687932960,
    "value": 23
  }
]