curl --location --request GET '/v1/observability/template/dashboard/'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"description": "string",
"end": "string",
"graphs": [
{
"name": "string",
"targets": [
{
"expr": "string",
"promqlGenerator": {
"labelpairs": {
"property1": "string",
"property2": "string"
},
"resource": "string",
"rule": "string",
"scope": "string",
"unit": "string"
},
"targetName": "string"
}
],
"unit": "string"
}
],
"name": "string",
"refresh": "string",
"start": "string",
"step": "string",
"variables": {
"property1": "string",
"property2": "string"
}
}
}