v1
latestOpenAPI 3.0.02026-07-17101019.2 KBsink
validate a sink configuration without saving it
post/sinks/validate
Request body
Example request
{
"name": "my-prom-sink",
"description": "An example prometheus sink",
"tags": {
"cloud": "aws"
},
"backend": "prometheus",
"config": {
"exporter": {
"remote_host": "my.prometheus-host.com"
},
"authentication": {
"username": "dbuser"
}
}
}Response
Sink object
Example response
{
"name": "my-prom-sink",
"description": "An example prometheus sink",
"tags": {
"cloud": "aws"
},
"backend": "prometheus",
"config": {
"exporter": {
"remote_host": "my.prometheus-host.com"
},
"authentication": {
"username": "dbuser"
}
}
}