curl --location --request GET '/v1/metrics/dashboard'
{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"createdAt": "string",
"creator": "string",
"graphs": [
{
"expr": "string",
"labelpairs": {
"property1": "string",
"property2": "string"
},
"name": "string",
"resource": "string",
"rule": "string",
"scope": "string",
"unit": "string"
}
],
"id": 0,
"name": "string",
"step": "string",
"topk": 0
}
]
}