v1

latestOpenAPI 3.0.02026-07-17101019.2 KB
sink

Get an existing Sink backend configuration

get/features/sinks/{id}

Response

Backend object

backendstring

Name and identifier of the sink backend, used when creating new sinks

descriptionstring

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"
      }
    ]
  ]
}