v1
latestOpenAPI 3.0.02026-07-17101019.2 KBsink
Get an existing Sink backend configuration
get/features/sinks/{id}
Response
Backend object
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"
}
]
]
}