Create a tenant override forwarding destination

Creates a TENANT-level override destination for this tenant. The optional transport.trustAnchorsPem member pins the certificate authorities this destination's TLS session will accept; omit it to use the deployment trust store, which is the right configuration for a publicly-trusted collector. The anchor is read, bounded and CA-checked here — before anything is persisted — and only the canonical re-encoding derived from the accepted DER is stored, so two spellings of the same certificate store identically. The response describes each anchor and returns the canonical PEM unmasked: a certificate authority is public material. The sink credential is never returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
string
required
length between 0 and 64
^[A-Za-z0-9][A-Za-z0-9 ._-]{0,63}$

Unique destination display label within its plane.

string
enum
required

Wire encoding the event is rendered into.

Allowed:
string
enum
required

Transport/sink driver.

Allowed:
transport
required

Non-secret per-sink transport parameters; the concrete shape is selected by the sibling sinkType discriminator (SPLUNK_HEC/SENTINEL/WEBHOOK/SYSLOG) via EventForwardingDestinationRequestDeserializer.

string
length between 0 and 16

Minimum severity floor a source event must meet.

eventTypeWhitelist
array of strings

Event types to forward exclusively (empty = all).

eventTypeWhitelist
eventTypeBlacklist
array of strings

Event types to drop (empty = drop none).

eventTypeBlacklist
keyIdWhitelist
array of strings

Key ids to forward events for exclusively (empty = all).

keyIdWhitelist
boolean

Whether this destination is active.

string

Sink credential (write-only). Omit on update to keep unchanged; the mask sentinel is rejected.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json