Skip to main content
PUT
Update sink

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

Path Parameters

pipeline_id
string<uuid>
required
pipeline_sink_id
string<uuid>
required

Body

application/json
type
enum<string>
required
Available options:
mezmo,
mezmo-archive,
http,
cloudwatch-logs,
cloudwatch-metrics,
sqs,
notification-channel,
azure-blob-storage,
kinesis-firehose,
kinesis-streams,
elasticsearch,
gcp-cloud-monitoring,
gcp-cloud-storage,
gcp-cloud-operations,
gcp-cloud-pubsub,
honeycomb-logs,
indexed-search,
kafka,
loki,
new-relic,
prometheus-remote-write,
pulsar,
redis,
splunk-hec-logs,
sumo-logic-logs,
sumo-logic-metrics,
vector,
s3,
blackhole,
datadog-logs,
datadog-metrics,
clickhouse,
opentelemetry
user_config
object
required
generation_id
integer
required
inputs
string[]
required
title
string | null
Required string length: 1 - 512
Pattern: ^[^<>"]+$
description
string | null
Minimum string length: 1
Pattern: ^[^<>"]+$
deploy_type
enum<string>
default:saas
Available options:
saas,
local

Response

200

Default Response