Skip to main content
Monitoring & Collection/Logging
GETLoggingSince 1.0SynchronousAuth Required

DetectTraceIDField

Detect which field in a log source carries the trace ID value

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Query Parameters

Request Inputs

Query Parameters

  • logSourceString

    Log source identifier to inspect for trace ID field detection Log source identifier to inspect for trace ID field detection

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Collection of result items

    Example: item1,item2

Endpoint

GET/api/v1/logging/traces/detect-field

/api/v1/logging/traces/detect-field

Operation ID

DetectTraceIDField

Permalink

Request Example

curl -X GET '{host}/api/v1/logging/traces/detect-field' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": []
}

Change History

This API has no change history records yet.

View all change history