All pages
Powered by GitBook
1 of 1

Get namespace Memory total usage (Byte)

Get namespace Memory total usage (Byte)

get

Get the total memory usage of pods deployed in the namespace.

Query parameters
clusterIdsstringRequired
namespacesstringOptional
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-ns/metric/total-memory/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "usage-memory"
    },
    "samples": [
      8434753536,
      8435253248,
      8462614528
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]