Get the total number of PVCs in the namespace

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
200
OK
*/*
get
GET /v1/monitoring-ns/metric/total-pvc-count/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "namespace": "cocktail-system"
    },
    "timestamp": 1687932960,
    "value": 23
  }
]

Was this helpful?