curl --location --request GET '/v1/metrics/cluster//namespaces//targets'
{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"name": "string",
"namespace": "string",
"target_endpoints": [
{
"honor_labels": true,
"interval": "string",
"path": "string",
"port": "string"
}
],
"target_labels": {
"property1": "string",
"property2": "string"
},
"target_name": "string",
"target_namespace": "string",
"target_type": "string"
}
]
}