Get namespace creation time

Get namespace creation time

get

Get the creation time of the namespace (timestamp).

Query parameters
clusterIdsstringRequired
namespacesstringOptional
Responses
200
OK
*/*
get
GET /v1/monitoring-ns/metric/created/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200

OK

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

Last updated

Was this helpful?