v1
latestOpenAPI 3.0.02026-07-17101019.2 KBsink
List supported Sink backends and their configuration parameters
get/features/sinks
Headers
User's access token (bearer auth).
Response
Sink feature details
Example response
[
{
"backend": "prometheus",
"description": "Prometheus time series database sink",
"config": [
[
{
"title": "Remote Host",
"type": "string",
"name": "remote_host",
"description": "The remote host to send Prometheus metrics too"
}
]
]
}
]