curl --location --request GET '/v1/observability/cluster//namespaces//otel/appmonitor/services'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"currentPage": 0,
"currentSize": 0,
"list": null,
"total": 0,
"List": [
{
"labelname": "string",
"labelvalue": "string",
"valueMap": {
"property1": 0,
"property2": 0
}
}
]
}
}