Skip to content

Retrieve configuration details for a specific telemetry data exporter

Request

Requires observability::read permission and Organization observability feature needs to be enabled.

Security
JWTAuthorizer
Path
idstringrequired

The id of the observability exporter

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/observability-exporter/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

An observability exporter

Bodyapplication/json
uidstring
namestringrequired
enabledbooleanrequired
exporterTypestringrequired
Enum:"splunk""http"
collectionTypesArray of strings
Items Enum:"metrics""node_audits""node_events""changes"
descriptionstring
Response
{ "uid": "string", "name": "string", "enabled": true, "exporterType": "splunk", "collectionTypes": [ "metrics" ], "description": "string" }