Human-readable description of the Event Destination. Optional, max 255 bytes.
format
string
No
—
The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.
metadata
string
No
—
Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.
target
object
No
—
The target value
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "description": { "type": "string", "description": "Human-readable description of the Event Destination. Optional, max 255 bytes." }, "format": { "type": "string", "description": "The output format you would like to serialize events into when sending to their target. Currently the only accepted value is `JSON`." }, "metadata": { "type": "string", "description": "Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes." }, "target": { "type": "object", "description": "The target value", "properties": { "firehose": { "type": "object", "description": "The firehose value" }, "kinesis": { "type": "object", "description": "The kinesis value" }, "cloudwatch_logs": { "type": "object", "description": "Cloudwatch Logs" }, "datadog": { "type": "object", "description": "The datadog value" }, "azure_logs_ingestion": { "type": "object", "description": "Azure Logs Ingestion" } } } }, "required": [ "PCID" ]}
Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.
limit
string
No
—
Constrains the number of results in the dataset. See the API Overview for details.
filter
string
No
—
A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "before_id": { "type": "string", "description": "Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID." }, "limit": { "type": "string", "description": "Constrains the number of results in the dataset. See the [API Overview](https://ngrok.com/docs/api/index#pagination) for details." }, "filter": { "type": "string", "description": "A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as `id`, `metadata`, `created_at`, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering." } }, "required": [ "PCID" ]}
Human-readable description of the Event Destination. Optional, max 255 bytes.
format
string
No
—
The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.
metadata
string
No
—
Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.
target
object
No
—
The target value
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "string", "description": "Unique identifier for this Event Destination." }, "description": { "type": "string", "description": "Human-readable description of the Event Destination. Optional, max 255 bytes." }, "format": { "type": "string", "description": "The output format you would like to serialize events into when sending to their target. Currently the only accepted value is `JSON`." }, "metadata": { "type": "string", "description": "Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes." }, "target": { "type": "object", "description": "The target value", "properties": { "firehose": { "type": "object", "description": "The firehose value" }, "kinesis": { "type": "object", "description": "The kinesis value" }, "cloudwatch_logs": { "type": "object", "description": "Cloudwatch Logs" }, "datadog": { "type": "object", "description": "The datadog value" }, "azure_logs_ingestion": { "type": "object", "description": "Azure Logs Ingestion" } } } }, "required": [ "PCID", "id" ]}
The unique identifier for the Event Subscription that this Event Source is attached to.
type
string
No
—
Type of event for which an event subscription will trigger
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "subscription_id": { "type": "string", "description": "The unique identifier for the Event Subscription that this Event Source is attached to." }, "type": { "type": "string", "description": "Type of event for which an event subscription will trigger" } }, "required": [ "PCID", "subscription_id" ]}
The unique identifier for the Event Subscription that this Event Source is attached to.
type
string
Yes
—
Type of event for which an event subscription will trigger
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "subscription_id": { "type": "string", "description": "The unique identifier for the Event Subscription that this Event Source is attached to." }, "type": { "type": "string", "description": "Type of event for which an event subscription will trigger" } }, "required": [ "PCID", "subscription_id", "type" ]}
The unique identifier for the Event Subscription that this Event Source is attached to.
type
string
Yes
—
Type of event for which an event subscription will trigger
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "subscription_id": { "type": "string", "description": "The unique identifier for the Event Subscription that this Event Source is attached to." }, "type": { "type": "string", "description": "Type of event for which an event subscription will trigger" } }, "required": [ "PCID", "subscription_id", "type" ]}
The unique identifier for the Event Subscription that this Event Source is attached to.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "subscription_id": { "type": "string", "description": "The unique identifier for the Event Subscription that this Event Source is attached to." } }, "required": [ "PCID", "subscription_id" ]}
The unique identifier for the Event Subscription that this Event Source is attached to.
type
string
Yes
—
Type of event for which an event subscription will trigger
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "subscription_id": { "type": "string", "description": "The unique identifier for the Event Subscription that this Event Source is attached to." }, "type": { "type": "string", "description": "Type of event for which an event subscription will trigger" } }, "required": [ "PCID", "subscription_id", "type" ]}
Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.
destination_ids
string[]
No
—
A list of Event Destination IDs which should be used for this Event Subscription.
metadata
string
No
—
Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.
sources
object[]
No
—
Sources containing the types for which this event subscription will trigger
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "description": { "type": "string", "description": "Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars." }, "destination_ids": { "type": "array", "items": { "type": "string" }, "description": "A list of Event Destination IDs which should be used for this Event Subscription." }, "metadata": { "type": "string", "description": "Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars." }, "sources": { "type": "array", "items": { "type": "object" }, "description": "Sources containing the types for which this event subscription will trigger" } }, "required": [ "PCID" ]}
Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.
limit
string
No
—
Constrains the number of results in the dataset. See the API Overview for details.
filter
string
No
—
A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "before_id": { "type": "string", "description": "Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID." }, "limit": { "type": "string", "description": "Constrains the number of results in the dataset. See the [API Overview](https://ngrok.com/docs/api/index#pagination) for details." }, "filter": { "type": "string", "description": "A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as `id`, `metadata`, `created_at`, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering." } }, "required": [ "PCID" ]}
Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.
destination_ids
string[]
No
—
A list of Event Destination IDs which should be used for this Event Subscription.
metadata
string
No
—
Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.
sources
object[]
No
—
Sources containing the types for which this event subscription will trigger
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "string", "description": "Unique identifier for this Event Subscription." }, "description": { "type": "string", "description": "Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars." }, "destination_ids": { "type": "array", "items": { "type": "string" }, "description": "A list of Event Destination IDs which should be used for this Event Subscription." }, "metadata": { "type": "string", "description": "Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars." }, "sources": { "type": "array", "items": { "type": "object" }, "description": "Sources containing the types for which this event subscription will trigger" } }, "required": [ "PCID", "id" ]}
Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.
limit
string
No
—
Constrains the number of results in the dataset. See the API Overview for details.
filter
string
No
—
A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "before_id": { "type": "string", "description": "Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID." }, "limit": { "type": "string", "description": "Constrains the number of results in the dataset. See the [API Overview](https://ngrok.com/docs/api/index#pagination) for details." }, "filter": { "type": "string", "description": "A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as `id`, `metadata`, `created_at`, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering." } }, "required": [ "PCID" ]}
Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.
limit
string
No
—
Constrains the number of results in the dataset. See the API Overview for details.
filter
string
No
—
A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "before_id": { "type": "string", "description": "Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID." }, "limit": { "type": "string", "description": "Constrains the number of results in the dataset. See the [API Overview](https://ngrok.com/docs/api/index#pagination) for details." }, "filter": { "type": "string", "description": "A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as `id`, `metadata`, `created_at`, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering." } }, "required": [ "PCID" ]}