arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get namespace creation time

hashtag
Get namespace creation time

get

Get the creation time of the namespace (timestamp).

Query parameters
clusterIdsstringRequired
namespacesstringOptional
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-ns/metric/created/result/current
200

OK

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