GET /developer/traces/operations
Return the list of Span operation names for a specified service in Jaeger
Gateway - Developer Tools `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
service |
query |
string |
Yes |
|
|
|
Service name |
Responses
| Status | Description | Schema |
| 200 | Operation list | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthenticated | object |
| 403 | Insufficient permissions | object |
| 500 | Internal server error | object |