curl --location --request GET '/v1/observability/cluster//namespaces//monitor/status?service='
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"discoveredLabels": {
"property1": "string",
"property2": "string"
},
"globalUrl": "string",
"health": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"lastError": "string",
"lastScrape": "string",
"lastScrapeDuration": 0,
"scrapePool": "string",
"scrapeUrl": "string"
}
}