/ngrok-events | Type: Application | PCID required: Yes
Tools
ngrok_events_event_destinations_create
Create Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | 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 |
ngrok_events_event_destinations_delete
Delete Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_event_destinations_get
Get Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_event_destinations_list
List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
before_id | string | No | — | 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. |
ngrok_events_event_destinations_update
Update Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Unique identifier for this Event Destination. |
description | string | No | — | 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 |
ngrok_events_event_sources_create
Create Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
subscription_id | string | Yes | — | 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 |
ngrok_events_event_sources_delete
Delete Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
subscription_id | string | Yes | — | 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 |
ngrok_events_event_sources_get
Get Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
subscription_id | string | Yes | — | 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 |
ngrok_events_event_sources_list
List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
subscription_id | string | Yes | — | The unique identifier for the Event Subscription that this Event Source is attached to. |
ngrok_events_event_sources_update
Update Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
subscription_id | string | Yes | — | 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 |
ngrok_events_event_subscriptions_create
Create Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | 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 |
ngrok_events_event_subscriptions_delete
Delete Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_event_subscriptions_get
Get Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_event_subscriptions_list
List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
before_id | string | No | — | 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. |
ngrok_events_event_subscriptions_update
Update Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Unique identifier for this Event Subscription. |
description | string | No | — | 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 |
ngrok_events_secrets_create
Create Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | description of Secret |
metadata | string | No | — | Arbitrary user-defined metadata for this Secret |
name | string | No | — | Name of secret |
value | string | No | — | Value of secret |
vault_id | string | No | — | unique identifier of the referenced vault |
vault_name | string | No | — | name of the referenced vault |
ngrok_events_secrets_delete
Delete Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_secrets_get
Get Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_secrets_list
List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
before_id | string | No | — | 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. |
ngrok_events_secrets_update
Update Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | identifier for Secret |
description | string | No | — | description of Secret |
metadata | string | No | — | Arbitrary user-defined metadata for this Secret |
name | string | No | — | Name of secret |
value | string | No | — | Value of secret |
ngrok_events_vaults_create
Create Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | description of Vault |
metadata | string | No | — | Arbitrary user-defined metadata for this Vault |
name | string | No | — | Name of vault |
ngrok_events_vaults_delete
Delete Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_vaults_get
Get Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
ngrok_events_vaults_get_secrets_by_vault
GetSecretsByVault Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | a resource identifier |
before_id | string | No | — | Before Id |
limit | string | No | — | Maximum number of results to return |
ngrok_events_vaults_list
List Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
before_id | string | No | — | 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. |
ngrok_events_vaults_update
Update Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | identifier for Vault |
description | string | No | — | description of Vault |
metadata | string | No | — | Arbitrary user-defined metadata for this Vault |
name | string | No | — | Name of vault |

