v1

latestOpenAPI 3.0.02026-07-17101019.2 KB
sink

List supported Sink backends and their configuration parameters

get/features/sinks

Headers

User's access token (bearer auth).

Response

Sink feature details

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