curl --location --request GET '/v1/observability/cluster//namespaces//otel/appmonitor/services//traces?maxDuration=&minDuration=&limit='
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"currentPage": 0,
"currentSize": 0,
"list": null,
"total": 0,
"List": [
{
"processes": {
"property1": {
"serviceName": "string",
"tags": [
{
"key": "string",
"type": "string",
"value": null
}
]
},
"property2": {
"serviceName": "string",
"tags": [
{
"key": "string",
"type": "string",
"value": null
}
]
}
},
"spans": [
{
"duration": 0,
"flags": 0,
"logs": [
{
"fields": [
{
"key": "string",
"type": "string",
"value": null
}
],
"timestamp": 0
}
],
"operationName": "string",
"parentSpanID": "string",
"process": {
"serviceName": "string",
"tags": [
{
"key": "string",
"type": "string",
"value": null
}
]
},
"processID": "string",
"references": [
{
"refType": "string",
"spanID": "string",
"traceID": "string"
}
],
"spanID": "string",
"startTime": 0,
"tags": [
{
"key": "string",
"type": "string",
"value": null
}
],
"traceID": "string",
"warnings": [
"string"
]
}
],
"traceID": "string",
"warnings": [
"string"
]
}
]
}
}