nexigon_api.projects.GetProjectOtlpConfigOutput
Output of getting the OTLP configuration for a project.
config objectrequired
OTLP event forwarding configuration for a project.
enabledbooleanrequired
endpointstring
headers objectrequired
property name*string
nexigon_api.projects.GetProjectOtlpConfigOutput
{
"config": {
"enabled": true,
"endpoint": "string",
"headers": {}
}
}