Open Connector
所有 Tools

ngrok logongrok

ngrok is developer infrastructure that routes and secures traffic to your apps, APIs, and AI models, wherever they run. Start on localhost, ship to prod.

ngrokvcatalog-v1251 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "NGROK_ABUSE_REPORTS_CREATE",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("NGROK_ABUSE_REPORTS_CREATE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute NGROK_ABUSE_REPORTS_CREATE --data '{ }'

Tool 目录

可用 Tools

251 个可调用操作

CreateNGROK_ABUSE_REPORTS_CREATECreates a new abuse report which will be reviewed by our system and abuse response team. This API is only available to authorized accounts. Contact abuse@ngrok.com to request access

Creates a new abuse report which will be reviewed by our system and abuse response team. This API is only available to authorized accounts. Contact abuse@ngrok.com to request access

认证

需要 Connected Account

Tags

AbuseReports
GetNGROK_ABUSE_REPORTS_GETGet the detailed status of abuse report by ID.

Get the detailed status of abuse report by ID.

认证

需要 Connected Account

Tags

AbuseReports
CreateNGROK_AGENT_INGRESSES_CREATECreate a new Agent Ingress. The ngrok agent can be configured to connect to ngrok via the new set of addresses on the returned Agent Ingress.

Create a new Agent Ingress. The ngrok agent can be configured to connect to ngrok via the new set of addresses on the returned Agent Ingress.

认证

需要 Connected Account

Tags

AgentIngresses
DeleteNGROK_AGENT_INGRESSES_DELETEDelete an Agent Ingress by ID

Delete an Agent Ingress by ID

认证

需要 Connected Account

Tags

AgentIngresses
GetNGROK_AGENT_INGRESSES_GETGet the details of an Agent Ingress by ID.

Get the details of an Agent Ingress by ID.

认证

需要 Connected Account

Tags

AgentIngresses
ListNGROK_AGENT_INGRESSES_LISTList all Agent Ingresses owned by this account

List all Agent Ingresses owned by this account

认证

需要 Connected Account

Tags

AgentIngresses
UpdateNGROK_AGENT_INGRESSES_UPDATEUpdate attributes of an Agent Ingress by ID.

Update attributes of an Agent Ingress by ID.

认证

需要 Connected Account

Tags

AgentIngresses
CreateNGROK_AI_GATEWAY_API_KEYS_CREATECreate a new AI Gateway API Key

Create a new AI Gateway API Key

认证

需要 Connected Account

Tags

AIGatewayAPIKeys
DeleteNGROK_AI_GATEWAY_API_KEYS_DELETEDelete an AI Gateway API Key

Delete an AI Gateway API Key

认证

需要 Connected Account

Tags

AIGatewayAPIKeys
GetNGROK_AI_GATEWAY_API_KEYS_GETGet an AI Gateway API Key by ID

Get an AI Gateway API Key by ID

认证

需要 Connected Account

Tags

AIGatewayAPIKeys
ListNGROK_AI_GATEWAY_API_KEYS_LISTList all AI Gateway API Keys owned by account

List all AI Gateway API Keys owned by account

认证

需要 Connected Account

Tags

AIGatewayAPIKeys
UpdateNGROK_AI_GATEWAY_API_KEYS_UPDATEUpdate an existing AI Gateway API Key by ID

Update an existing AI Gateway API Key by ID

认证

需要 Connected Account

Tags

AIGatewayAPIKeys
CreateNGROK_AI_GATEWAY_PROVIDER_KEYS_CREATECreate a new AI Gateway Provider Key

Create a new AI Gateway Provider Key

认证

需要 Connected Account

Tags

AIGatewayProviderKeys
DeleteNGROK_AI_GATEWAY_PROVIDER_KEYS_DELETEDelete an AI Gateway Provider Key

Delete an AI Gateway Provider Key

认证

需要 Connected Account

Tags

AIGatewayProviderKeys
GetNGROK_AI_GATEWAY_PROVIDER_KEYS_GETGet an AI Gateway Provider Key by ID

Get an AI Gateway Provider Key by ID

认证

需要 Connected Account

Tags

AIGatewayProviderKeys
ListNGROK_AI_GATEWAY_PROVIDER_KEYS_LISTList AI Gateway Provider Keys

List AI Gateway Provider Keys

认证

需要 Connected Account

Tags

AIGatewayProviderKeys
UpdateNGROK_AI_GATEWAY_PROVIDER_KEYS_UPDATEUpdate an existing AI Gateway Provider Key by ID

Update an existing AI Gateway Provider Key by ID

认证

需要 Connected Account

Tags

AIGatewayProviderKeys
CreateNGROK_API_KEYS_CREATECreate a new API key. The generated API key can be used to authenticate to the ngrok API.

Create a new API key. The generated API key can be used to authenticate to the ngrok API.

认证

需要 Connected Account

Tags

APIKeys
DeleteNGROK_API_KEYS_DELETEDelete an API key by ID

Delete an API key by ID

认证

需要 Connected Account

Tags

APIKeys
GetNGROK_API_KEYS_GETGet the details of an API key by ID.

Get the details of an API key by ID.

认证

需要 Connected Account

Tags

APIKeys
ListNGROK_API_KEYS_LISTList all API keys owned by this account

List all API keys owned by this account

认证

需要 Connected Account

Tags

APIKeys
UpdateNGROK_API_KEYS_UPDATEUpdate attributes of an API key by ID.

Update attributes of an API key by ID.

认证

需要 Connected Account

Tags

APIKeys
DeleteNGROK_APPLICATION_SESSIONS_DELETEDelete an application session by ID.

Delete an application session by ID.

认证

需要 Connected Account

Tags

ApplicationSessions
GetNGROK_APPLICATION_SESSIONS_GETGet an application session by ID.

Get an application session by ID.

认证

需要 Connected Account

Tags

ApplicationSessions
ListNGROK_APPLICATION_SESSIONS_LISTList all application sessions for this account.

List all application sessions for this account.

认证

需要 Connected Account

Tags

ApplicationSessions
DeleteNGROK_APPLICATION_USERS_DELETEDelete an application user by ID.

Delete an application user by ID.

认证

需要 Connected Account

Tags

ApplicationUsers
GetNGROK_APPLICATION_USERS_GETGet an application user by ID.

Get an application user by ID.

认证

需要 Connected Account

Tags

ApplicationUsers
ListNGROK_APPLICATION_USERS_LISTList all application users for this account.

List all application users for this account.

认证

需要 Connected Account

Tags

ApplicationUsers
CreateNGROK_BOT_USERS_CREATECreate a new bot user

Create a new bot user

认证

需要 Connected Account

Tags

BotUsers
DeleteNGROK_BOT_USERS_DELETEDelete a bot user by ID

Delete a bot user by ID

认证

需要 Connected Account

Tags

BotUsers
GetNGROK_BOT_USERS_GETGet the details of a Bot User by ID.

Get the details of a Bot User by ID.

认证

需要 Connected Account

Tags

BotUsers
ListNGROK_BOT_USERS_LISTList all bot users in this account.

List all bot users in this account.

认证

需要 Connected Account

Tags

BotUsers
UpdateNGROK_BOT_USERS_UPDATEUpdate attributes of a bot user by ID.

Update attributes of a bot user by ID.

认证

需要 Connected Account

Tags

BotUsers
CreateNGROK_CERTIFICATE_AUTHORITIES_CREATEUpload a new Certificate Authority

Upload a new Certificate Authority

认证

需要 Connected Account

Tags

CertificateAuthorities
DeleteNGROK_CERTIFICATE_AUTHORITIES_DELETEDelete a Certificate Authority

Delete a Certificate Authority

认证

需要 Connected Account

Tags

CertificateAuthorities
GetNGROK_CERTIFICATE_AUTHORITIES_GETGet detailed information about a certificate authority

Get detailed information about a certificate authority

认证

需要 Connected Account

Tags

CertificateAuthorities
ListNGROK_CERTIFICATE_AUTHORITIES_LISTList all Certificate Authority on this account

List all Certificate Authority on this account

认证

需要 Connected Account

Tags

CertificateAuthorities
UpdateNGROK_CERTIFICATE_AUTHORITIES_UPDATEUpdate attributes of a Certificate Authority by ID

Update attributes of a Certificate Authority by ID

认证

需要 Connected Account

Tags

CertificateAuthorities
CreateNGROK_CREDENTIALS_CREATECreate a new tunnel authtoken credential. This authtoken credential can be used to start a new tunnel session. The response to this API call is the only time the generated token is available. If you need it for future use, you must save it securely yourself.

Create a new tunnel authtoken credential. This authtoken credential can be used to start a new tunnel session. The response to this API call is the only time the generated token is available. If you need it for future use, you must save it securely yourself.

认证

需要 Connected Account

Tags

Credentials
DeleteNGROK_CREDENTIALS_DELETEDelete a tunnel authtoken credential by ID

Delete a tunnel authtoken credential by ID

认证

需要 Connected Account

Tags

Credentials
GetNGROK_CREDENTIALS_GETGet detailed information about a tunnel authtoken credential

Get detailed information about a tunnel authtoken credential

认证

需要 Connected Account

Tags

Credentials
ListNGROK_CREDENTIALS_LISTList all tunnel authtoken credentials on this account

List all tunnel authtoken credentials on this account

认证

需要 Connected Account

Tags

Credentials
UpdateNGROK_CREDENTIALS_UPDATEUpdate attributes of an tunnel authtoken credential by ID

Update attributes of an tunnel authtoken credential by ID

认证

需要 Connected Account

Tags

Credentials
DeleteNGROK_EDGE_ROUTE_BACKEND_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteBackendModule
GetNGROK_EDGE_ROUTE_BACKEND_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteBackendModule
ReplaceNGROK_EDGE_ROUTE_BACKEND_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteBackendModule
DeleteNGROK_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteCircuitBreakerModule
GetNGROK_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteCircuitBreakerModule
ReplaceNGROK_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteCircuitBreakerModule
DeleteNGROK_EDGE_ROUTE_COMPRESSION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteCompressionModule
GetNGROK_EDGE_ROUTE_COMPRESSION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteCompressionModule
ReplaceNGROK_EDGE_ROUTE_COMPRESSION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteCompressionModule
DeleteNGROK_EDGE_ROUTE_IP_RESTRICTION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteIPRestrictionModule
GetNGROK_EDGE_ROUTE_IP_RESTRICTION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteIPRestrictionModule
ReplaceNGROK_EDGE_ROUTE_IP_RESTRICTION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteIPRestrictionModule
DeleteNGROK_EDGE_ROUTE_OAUTH_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteOAuthModule
GetNGROK_EDGE_ROUTE_OAUTH_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteOAuthModule
ReplaceNGROK_EDGE_ROUTE_OAUTH_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteOAuthModule
DeleteNGROK_EDGE_ROUTE_OIDC_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteOIDCModule
GetNGROK_EDGE_ROUTE_OIDC_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteOIDCModule
ReplaceNGROK_EDGE_ROUTE_OIDC_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteOIDCModule
DeleteNGROK_EDGE_ROUTE_REQUEST_HEADERS_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteRequestHeadersModule
GetNGROK_EDGE_ROUTE_REQUEST_HEADERS_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteRequestHeadersModule
ReplaceNGROK_EDGE_ROUTE_REQUEST_HEADERS_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteRequestHeadersModule
DeleteNGROK_EDGE_ROUTE_RESPONSE_HEADERS_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteResponseHeadersModule
GetNGROK_EDGE_ROUTE_RESPONSE_HEADERS_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteResponseHeadersModule
ReplaceNGROK_EDGE_ROUTE_RESPONSE_HEADERS_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteResponseHeadersModule
DeleteNGROK_EDGE_ROUTE_SAML_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteSAMLModule
GetNGROK_EDGE_ROUTE_SAML_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteSAMLModule
ReplaceNGROK_EDGE_ROUTE_SAML_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteSAMLModule
DeleteNGROK_EDGE_ROUTE_TRAFFIC_POLICY_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteTrafficPolicyModule
GetNGROK_EDGE_ROUTE_TRAFFIC_POLICY_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteTrafficPolicyModule
ReplaceNGROK_EDGE_ROUTE_TRAFFIC_POLICY_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteTrafficPolicyModule
DeleteNGROK_EDGE_ROUTE_USER_AGENT_FILTER_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteUserAgentFilterModule
GetNGROK_EDGE_ROUTE_USER_AGENT_FILTER_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteUserAgentFilterModule
ReplaceNGROK_EDGE_ROUTE_USER_AGENT_FILTER_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteUserAgentFilterModule
DeleteNGROK_EDGE_ROUTE_WEBHOOK_VERIFICATION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteWebhookVerificationModule
GetNGROK_EDGE_ROUTE_WEBHOOK_VERIFICATION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteWebhookVerificationModule
ReplaceNGROK_EDGE_ROUTE_WEBHOOK_VERIFICATION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteWebhookVerificationModule
DeleteNGROK_EDGE_ROUTE_WEBSOCKET_TCP_CONVERTER_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

EdgeRouteWebsocketTCPConverterModule
GetNGROK_EDGE_ROUTE_WEBSOCKET_TCP_CONVERTER_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

EdgeRouteWebsocketTCPConverterModule
ReplaceNGROK_EDGE_ROUTE_WEBSOCKET_TCP_CONVERTER_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

EdgeRouteWebsocketTCPConverterModule
CreateNGROK_EDGES_HTTPS_CREATECreate an HTTPS Edge

Create an HTTPS Edge

认证

需要 Connected Account

Tags

EdgesHTTPS
DeleteNGROK_EDGES_HTTPS_DELETEDelete an HTTPS Edge by ID

Delete an HTTPS Edge by ID

认证

需要 Connected Account

Tags

EdgesHTTPS
GetNGROK_EDGES_HTTPS_GETGet an HTTPS Edge by ID

Get an HTTPS Edge by ID

认证

需要 Connected Account

Tags

EdgesHTTPS
ListNGROK_EDGES_HTTPS_LISTReturns a list of all HTTPS Edges on this account

Returns a list of all HTTPS Edges on this account

认证

需要 Connected Account

Tags

EdgesHTTPS
CreateNGROK_EDGES_HTTPS_ROUTES_CREATECreate an HTTPS Edge Route

Create an HTTPS Edge Route

认证

需要 Connected Account

Tags

EdgesHTTPSRoutes
DeleteNGROK_EDGES_HTTPS_ROUTES_DELETEDelete an HTTPS Edge Route by ID

Delete an HTTPS Edge Route by ID

认证

需要 Connected Account

Tags

EdgesHTTPSRoutes
GetNGROK_EDGES_HTTPS_ROUTES_GETGet an HTTPS Edge Route by ID

Get an HTTPS Edge Route by ID

认证

需要 Connected Account

Tags

EdgesHTTPSRoutes
UpdateNGROK_EDGES_HTTPS_ROUTES_UPDATEUpdates an HTTPS Edge Route by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

Updates an HTTPS Edge Route by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

认证

需要 Connected Account

Tags

EdgesHTTPSRoutes
UpdateNGROK_EDGES_HTTPS_UPDATEUpdates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

Updates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

认证

需要 Connected Account

Tags

EdgesHTTPS
CreateNGROK_EDGES_TCP_CREATECreate a TCP Edge

Create a TCP Edge

认证

需要 Connected Account

Tags

EdgesTCP
DeleteNGROK_EDGES_TCP_DELETEDelete a TCP Edge by ID

Delete a TCP Edge by ID

认证

需要 Connected Account

Tags

EdgesTCP
GetNGROK_EDGES_TCP_GETGet a TCP Edge by ID

Get a TCP Edge by ID

认证

需要 Connected Account

Tags

EdgesTCP
ListNGROK_EDGES_TCP_LISTReturns a list of all TCP Edges on this account

Returns a list of all TCP Edges on this account

认证

需要 Connected Account

Tags

EdgesTCP
UpdateNGROK_EDGES_TCP_UPDATEUpdates a TCP Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

Updates a TCP Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

认证

需要 Connected Account

Tags

EdgesTCP
CreateNGROK_EDGES_TLS_CREATECreate a TLS Edge

Create a TLS Edge

认证

需要 Connected Account

Tags

EdgesTLS
DeleteNGROK_EDGES_TLS_DELETEDelete a TLS Edge by ID

Delete a TLS Edge by ID

认证

需要 Connected Account

Tags

EdgesTLS
GetNGROK_EDGES_TLS_GETGet a TLS Edge by ID

Get a TLS Edge by ID

认证

需要 Connected Account

Tags

EdgesTLS
ListNGROK_EDGES_TLS_LISTReturns a list of all TLS Edges on this account

Returns a list of all TLS Edges on this account

认证

需要 Connected Account

Tags

EdgesTLS
UpdateNGROK_EDGES_TLS_UPDATEUpdates a TLS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

Updates a TLS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

认证

需要 Connected Account

Tags

EdgesTLS
CreateNGROK_ENDPOINTS_CREATECreate an endpoint, currently available only for cloud endpoints

Create an endpoint, currently available only for cloud endpoints

认证

需要 Connected Account

Tags

Endpoints
DeleteNGROK_ENDPOINTS_DELETEDelete an Endpoint by ID, currently available only for cloud endpoints

Delete an Endpoint by ID, currently available only for cloud endpoints

认证

需要 Connected Account

Tags

Endpoints
GetNGROK_ENDPOINTS_GETGet the status of an endpoint by ID

Get the status of an endpoint by ID

认证

需要 Connected Account

Tags

Endpoints
ListNGROK_ENDPOINTS_LISTList all active endpoints on the account

List all active endpoints on the account

认证

需要 Connected Account

Tags

Endpoints
UpdateNGROK_ENDPOINTS_UPDATEUpdate an Endpoint by ID, currently available only for cloud endpoints

Update an Endpoint by ID, currently available only for cloud endpoints

认证

需要 Connected Account

Tags

Endpoints
CreateNGROK_EVENT_DESTINATIONS_CREATECreate a new Event Destination. It will not apply to anything until it is associated with an Event Subscription.

Create a new Event Destination. It will not apply to anything until it is associated with an Event Subscription.

认证

需要 Connected Account

Tags

EventDestinations
DeleteNGROK_EVENT_DESTINATIONS_DELETEDelete an Event Destination. If the Event Destination is still referenced by an Event Subscription.

Delete an Event Destination. If the Event Destination is still referenced by an Event Subscription.

认证

需要 Connected Account

Tags

EventDestinations
GetNGROK_EVENT_DESTINATIONS_GETGet detailed information about an Event Destination by ID.

Get detailed information about an Event Destination by ID.

认证

需要 Connected Account

Tags

EventDestinations
ListNGROK_EVENT_DESTINATIONS_LISTList all Event Destinations on this account.

List all Event Destinations on this account.

认证

需要 Connected Account

Tags

EventDestinations
UpdateNGROK_EVENT_DESTINATIONS_UPDATEUpdate attributes of an Event Destination.

Update attributes of an Event Destination.

认证

需要 Connected Account

Tags

EventDestinations
CreateNGROK_EVENT_SOURCES_CREATEAdd an additional type for which this event subscription will trigger

Add an additional type for which this event subscription will trigger

认证

需要 Connected Account

Tags

EventSources
DeleteNGROK_EVENT_SOURCES_DELETERemove a type for which this event subscription will trigger

Remove a type for which this event subscription will trigger

认证

需要 Connected Account

Tags

EventSources
GetNGROK_EVENT_SOURCES_GETGet the details for a given type that triggers for the given event subscription

Get the details for a given type that triggers for the given event subscription

认证

需要 Connected Account

Tags

EventSources
ListNGROK_EVENT_SOURCES_LISTList the types for which this event subscription will trigger

List the types for which this event subscription will trigger

认证

需要 Connected Account

Tags

EventSources
UpdateNGROK_EVENT_SOURCES_UPDATEUpdate the type for which this event subscription will trigger

Update the type for which this event subscription will trigger

认证

需要 Connected Account

Tags

EventSources
CreateNGROK_EVENT_SUBSCRIPTIONS_CREATECreate an Event Subscription.

Create an Event Subscription.

认证

需要 Connected Account

Tags

EventSubscriptions
DeleteNGROK_EVENT_SUBSCRIPTIONS_DELETEDelete an Event Subscription.

Delete an Event Subscription.

认证

需要 Connected Account

Tags

EventSubscriptions
GetNGROK_EVENT_SUBSCRIPTIONS_GETGet an Event Subscription by ID.

Get an Event Subscription by ID.

认证

需要 Connected Account

Tags

EventSubscriptions
ListNGROK_EVENT_SUBSCRIPTIONS_LISTList this Account's Event Subscriptions.

List this Account's Event Subscriptions.

认证

需要 Connected Account

Tags

EventSubscriptions
UpdateNGROK_EVENT_SUBSCRIPTIONS_UPDATEUpdate an Event Subscription.

Update an Event Subscription.

认证

需要 Connected Account

Tags

EventSubscriptions
CreateNGROK_FAILOVER_BACKENDS_CREATECreate a new Failover backend

Create a new Failover backend

认证

需要 Connected Account

Tags

FailoverBackends
DeleteNGROK_FAILOVER_BACKENDS_DELETEDelete a Failover backend by ID.

Delete a Failover backend by ID.

认证

需要 Connected Account

Tags

FailoverBackends
GetNGROK_FAILOVER_BACKENDS_GETGet detailed information about a Failover backend by ID

Get detailed information about a Failover backend by ID

认证

需要 Connected Account

Tags

FailoverBackends
ListNGROK_FAILOVER_BACKENDS_LISTList all Failover backends on this account

List all Failover backends on this account

认证

需要 Connected Account

Tags

FailoverBackends
UpdateNGROK_FAILOVER_BACKENDS_UPDATEUpdate Failover backend by ID

Update Failover backend by ID

认证

需要 Connected Account

Tags

FailoverBackends
CreateNGROK_HTTP_RESPONSE_BACKENDS_CREATECreate

Create

认证

需要 Connected Account

Tags

HTTPResponseBackends
DeleteNGROK_HTTP_RESPONSE_BACKENDS_DELETEDelete

Delete

认证

需要 Connected Account

Tags

HTTPResponseBackends
GetNGROK_HTTP_RESPONSE_BACKENDS_GETGet

Get

认证

需要 Connected Account

Tags

HTTPResponseBackends
ListNGROK_HTTP_RESPONSE_BACKENDS_LISTList

List

认证

需要 Connected Account

Tags

HTTPResponseBackends
UpdateNGROK_HTTP_RESPONSE_BACKENDS_UPDATEUpdate

Update

认证

需要 Connected Account

Tags

HTTPResponseBackends
DeleteNGROK_HTTPS_EDGE_MUTUAL_TLS_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

HTTPSEdgeMutualTLSModule
GetNGROK_HTTPS_EDGE_MUTUAL_TLS_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

HTTPSEdgeMutualTLSModule
ReplaceNGROK_HTTPS_EDGE_MUTUAL_TLS_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

HTTPSEdgeMutualTLSModule
DeleteNGROK_HTTPS_EDGE_TLS_TERMINATION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

HTTPSEdgeTLSTerminationModule
GetNGROK_HTTPS_EDGE_TLS_TERMINATION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

HTTPSEdgeTLSTerminationModule
ReplaceNGROK_HTTPS_EDGE_TLS_TERMINATION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

HTTPSEdgeTLSTerminationModule
CreateNGROK_IP_POLICIES_CREATECreate a new IP policy. It will not apply to any traffic until you associate to a traffic source via an endpoint configuration or IP restriction.

Create a new IP policy. It will not apply to any traffic until you associate to a traffic source via an endpoint configuration or IP restriction.

认证

需要 Connected Account

Tags

IPPolicies
DeleteNGROK_IP_POLICIES_DELETEDelete an IP policy. If the IP policy is referenced by another object for the purposes of traffic restriction it will be treated as if the IP policy remains but has zero rules.

Delete an IP policy. If the IP policy is referenced by another object for the purposes of traffic restriction it will be treated as if the IP policy remains but has zero rules.

认证

需要 Connected Account

Tags

IPPolicies
GetNGROK_IP_POLICIES_GETGet detailed information about an IP policy by ID.

Get detailed information about an IP policy by ID.

认证

需要 Connected Account

Tags

IPPolicies
ListNGROK_IP_POLICIES_LISTList all IP policies on this account

List all IP policies on this account

认证

需要 Connected Account

Tags

IPPolicies
UpdateNGROK_IP_POLICIES_UPDATEUpdate attributes of an IP policy by ID

Update attributes of an IP policy by ID

认证

需要 Connected Account

Tags

IPPolicies
CreateNGROK_IP_POLICY_RULES_CREATECreate a new IP policy rule attached to an IP Policy.

Create a new IP policy rule attached to an IP Policy.

认证

需要 Connected Account

Tags

IPPolicyRules
DeleteNGROK_IP_POLICY_RULES_DELETEDelete an IP policy rule.

Delete an IP policy rule.

认证

需要 Connected Account

Tags

IPPolicyRules
GetNGROK_IP_POLICY_RULES_GETGet detailed information about an IP policy rule by ID.

Get detailed information about an IP policy rule by ID.

认证

需要 Connected Account

Tags

IPPolicyRules
ListNGROK_IP_POLICY_RULES_LISTList all IP policy rules on this account

List all IP policy rules on this account

认证

需要 Connected Account

Tags

IPPolicyRules
UpdateNGROK_IP_POLICY_RULES_UPDATEUpdate attributes of an IP policy rule by ID

Update attributes of an IP policy rule by ID

认证

需要 Connected Account

Tags

IPPolicyRules
CreateNGROK_IP_RESTRICTIONS_CREATECreate a new IP restriction

Create a new IP restriction

认证

需要 Connected Account

Tags

IPRestrictions
DeleteNGROK_IP_RESTRICTIONS_DELETEDelete an IP restriction

Delete an IP restriction

认证

需要 Connected Account

Tags

IPRestrictions
GetNGROK_IP_RESTRICTIONS_GETGet detailed information about an IP restriction

Get detailed information about an IP restriction

认证

需要 Connected Account

Tags

IPRestrictions
ListNGROK_IP_RESTRICTIONS_LISTList all IP restrictions on this account

List all IP restrictions on this account

认证

需要 Connected Account

Tags

IPRestrictions
UpdateNGROK_IP_RESTRICTIONS_UPDATEUpdate attributes of an IP restriction by ID

Update attributes of an IP restriction by ID

认证

需要 Connected Account

Tags

IPRestrictions
CreateNGROK_RESERVED_ADDRS_CREATECreate a new reserved address.

Create a new reserved address.

认证

需要 Connected Account

Tags

ReservedAddrs
DeleteNGROK_RESERVED_ADDRS_DELETEDelete a reserved address.

Delete a reserved address.

认证

需要 Connected Account

Tags

ReservedAddrs
GetNGROK_RESERVED_ADDRS_GETGet the details of a reserved address.

Get the details of a reserved address.

认证

需要 Connected Account

Tags

ReservedAddrs
ListNGROK_RESERVED_ADDRS_LISTList all reserved addresses on this account.

List all reserved addresses on this account.

认证

需要 Connected Account

Tags

ReservedAddrs
UpdateNGROK_RESERVED_ADDRS_UPDATEUpdate the attributes of a reserved address.

Update the attributes of a reserved address.

认证

需要 Connected Account

Tags

ReservedAddrs
CreateNGROK_RESERVED_DOMAINS_CREATECreate a new reserved domain.

Create a new reserved domain.

认证

需要 Connected Account

Tags

ReservedDomains
DeleteNGROK_RESERVED_DOMAINS_DELETEDelete a reserved domain.

Delete a reserved domain.

认证

需要 Connected Account

Tags

ReservedDomains
DeleteCertificateNGROK_RESERVED_DOMAINS_DELETE_CERTIFICATEDetach the certificate attached to a reserved domain.

Detach the certificate attached to a reserved domain.

认证

需要 Connected Account

Tags

ReservedDomains
DeleteCertificateManagementPolicyNGROK_RESERVED_DOMAINS_DELETE_CERTIFICATE_MANAGEMENT_POLICYDetach the certificate management policy attached to a reserved domain.

Detach the certificate management policy attached to a reserved domain.

认证

需要 Connected Account

Tags

ReservedDomains
GetNGROK_RESERVED_DOMAINS_GETGet the details of a reserved domain.

Get the details of a reserved domain.

认证

需要 Connected Account

Tags

ReservedDomains
ListNGROK_RESERVED_DOMAINS_LISTList all reserved domains on this account.

List all reserved domains on this account.

认证

需要 Connected Account

Tags

ReservedDomains
UpdateNGROK_RESERVED_DOMAINS_UPDATEUpdate the attributes of a reserved domain.

Update the attributes of a reserved domain.

认证

需要 Connected Account

Tags

ReservedDomains
CreateNGROK_SECRETS_CREATECreate a new Secret

Create a new Secret

认证

需要 Connected Account

Tags

Secrets
DeleteNGROK_SECRETS_DELETEDelete a Secret

Delete a Secret

认证

需要 Connected Account

Tags

Secrets
GetNGROK_SECRETS_GETGet a Secret by ID

Get a Secret by ID

认证

需要 Connected Account

Tags

Secrets
ListNGROK_SECRETS_LISTList all Secrets owned by account

List all Secrets owned by account

认证

需要 Connected Account

Tags

Secrets
UpdateNGROK_SECRETS_UPDATEUpdate an existing Secret by ID

Update an existing Secret by ID

认证

需要 Connected Account

Tags

Secrets
CreateNGROK_SERVICE_USERS_CREATECreate a new service user

Create a new service user

认证

需要 Connected Account

Tags

ServiceUsers
DeleteNGROK_SERVICE_USERS_DELETEDelete a service user by ID

Delete a service user by ID

认证

需要 Connected Account

Tags

ServiceUsers
GetNGROK_SERVICE_USERS_GETGet the details of a Bot User by ID.

Get the details of a Bot User by ID.

认证

需要 Connected Account

Tags

ServiceUsers
ListNGROK_SERVICE_USERS_LISTList all service users in this account.

List all service users in this account.

认证

需要 Connected Account

Tags

ServiceUsers
UpdateNGROK_SERVICE_USERS_UPDATEUpdate attributes of a service user by ID.

Update attributes of a service user by ID.

认证

需要 Connected Account

Tags

ServiceUsers
CreateNGROK_SSH_CERTIFICATE_AUTHORITIES_CREATECreate a new SSH Certificate Authority

Create a new SSH Certificate Authority

认证

需要 Connected Account

Tags

SSHCertificateAuthorities
DeleteNGROK_SSH_CERTIFICATE_AUTHORITIES_DELETEDelete an SSH Certificate Authority

Delete an SSH Certificate Authority

认证

需要 Connected Account

Tags

SSHCertificateAuthorities
GetNGROK_SSH_CERTIFICATE_AUTHORITIES_GETGet detailed information about an SSH Certificate Authority

Get detailed information about an SSH Certificate Authority

认证

需要 Connected Account

Tags

SSHCertificateAuthorities
ListNGROK_SSH_CERTIFICATE_AUTHORITIES_LISTList all SSH Certificate Authorities on this account

List all SSH Certificate Authorities on this account

认证

需要 Connected Account

Tags

SSHCertificateAuthorities
UpdateNGROK_SSH_CERTIFICATE_AUTHORITIES_UPDATEUpdate an SSH Certificate Authority

Update an SSH Certificate Authority

认证

需要 Connected Account

Tags

SSHCertificateAuthorities
CreateNGROK_SSH_CREDENTIALS_CREATECreate a new ssh_credential from an uploaded public SSH key. This ssh credential can be used to start new tunnels via ngrok's SSH gateway.

Create a new ssh_credential from an uploaded public SSH key. This ssh credential can be used to start new tunnels via ngrok's SSH gateway.

认证

需要 Connected Account

Tags

SSHCredentials
DeleteNGROK_SSH_CREDENTIALS_DELETEDelete an ssh_credential by ID

Delete an ssh_credential by ID

认证

需要 Connected Account

Tags

SSHCredentials
GetNGROK_SSH_CREDENTIALS_GETGet detailed information about an ssh_credential

Get detailed information about an ssh_credential

认证

需要 Connected Account

Tags

SSHCredentials
ListNGROK_SSH_CREDENTIALS_LISTList all ssh credentials on this account

List all ssh credentials on this account

认证

需要 Connected Account

Tags

SSHCredentials
UpdateNGROK_SSH_CREDENTIALS_UPDATEUpdate attributes of an ssh_credential by ID

Update attributes of an ssh_credential by ID

认证

需要 Connected Account

Tags

SSHCredentials
CreateNGROK_SSH_HOST_CERTIFICATES_CREATECreate a new SSH Host Certificate

Create a new SSH Host Certificate

认证

需要 Connected Account

Tags

SSHHostCertificates
DeleteNGROK_SSH_HOST_CERTIFICATES_DELETEDelete an SSH Host Certificate

Delete an SSH Host Certificate

认证

需要 Connected Account

Tags

SSHHostCertificates
GetNGROK_SSH_HOST_CERTIFICATES_GETGet detailed information about an SSH Host Certificate

Get detailed information about an SSH Host Certificate

认证

需要 Connected Account

Tags

SSHHostCertificates
ListNGROK_SSH_HOST_CERTIFICATES_LISTList all SSH Host Certificates issued on this account

List all SSH Host Certificates issued on this account

认证

需要 Connected Account

Tags

SSHHostCertificates
UpdateNGROK_SSH_HOST_CERTIFICATES_UPDATEUpdate an SSH Host Certificate

Update an SSH Host Certificate

认证

需要 Connected Account

Tags

SSHHostCertificates
CreateNGROK_SSH_USER_CERTIFICATES_CREATECreate a new SSH User Certificate

Create a new SSH User Certificate

认证

需要 Connected Account

Tags

SSHUserCertificates
DeleteNGROK_SSH_USER_CERTIFICATES_DELETEDelete an SSH User Certificate

Delete an SSH User Certificate

认证

需要 Connected Account

Tags

SSHUserCertificates
GetNGROK_SSH_USER_CERTIFICATES_GETGet detailed information about an SSH User Certificate

Get detailed information about an SSH User Certificate

认证

需要 Connected Account

Tags

SSHUserCertificates
ListNGROK_SSH_USER_CERTIFICATES_LISTList all SSH User Certificates issued on this account

List all SSH User Certificates issued on this account

认证

需要 Connected Account

Tags

SSHUserCertificates
UpdateNGROK_SSH_USER_CERTIFICATES_UPDATEUpdate an SSH User Certificate

Update an SSH User Certificate

认证

需要 Connected Account

Tags

SSHUserCertificates
CreateNGROK_STATIC_BACKENDS_CREATECreate a new static backend

Create a new static backend

认证

需要 Connected Account

Tags

StaticBackends
DeleteNGROK_STATIC_BACKENDS_DELETEDelete a static backend by ID.

Delete a static backend by ID.

认证

需要 Connected Account

Tags

StaticBackends
GetNGROK_STATIC_BACKENDS_GETGet detailed information about a static backend by ID

Get detailed information about a static backend by ID

认证

需要 Connected Account

Tags

StaticBackends
ListNGROK_STATIC_BACKENDS_LISTList all static backends on this account

List all static backends on this account

认证

需要 Connected Account

Tags

StaticBackends
UpdateNGROK_STATIC_BACKENDS_UPDATEUpdate static backend by ID

Update static backend by ID

认证

需要 Connected Account

Tags

StaticBackends
DeleteNGROK_TCP_EDGE_BACKEND_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TCPEdgeBackendModule
GetNGROK_TCP_EDGE_BACKEND_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TCPEdgeBackendModule
ReplaceNGROK_TCP_EDGE_BACKEND_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TCPEdgeBackendModule
DeleteNGROK_TCP_EDGE_IP_RESTRICTION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TCPEdgeIPRestrictionModule
GetNGROK_TCP_EDGE_IP_RESTRICTION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TCPEdgeIPRestrictionModule
ReplaceNGROK_TCP_EDGE_IP_RESTRICTION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TCPEdgeIPRestrictionModule
DeleteNGROK_TCP_EDGE_TRAFFIC_POLICY_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TCPEdgeTrafficPolicyModule
GetNGROK_TCP_EDGE_TRAFFIC_POLICY_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TCPEdgeTrafficPolicyModule
ReplaceNGROK_TCP_EDGE_TRAFFIC_POLICY_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TCPEdgeTrafficPolicyModule
CreateNGROK_TLS_CERTIFICATES_CREATEUpload a new TLS certificate

Upload a new TLS certificate

认证

需要 Connected Account

Tags

TLSCertificates
DeleteNGROK_TLS_CERTIFICATES_DELETEDelete a TLS certificate

Delete a TLS certificate

认证

需要 Connected Account

Tags

TLSCertificates
GetNGROK_TLS_CERTIFICATES_GETGet detailed information about a TLS certificate

Get detailed information about a TLS certificate

认证

需要 Connected Account

Tags

TLSCertificates
ListNGROK_TLS_CERTIFICATES_LISTList all TLS certificates on this account

List all TLS certificates on this account

认证

需要 Connected Account

Tags

TLSCertificates
UpdateNGROK_TLS_CERTIFICATES_UPDATEUpdate attributes of a TLS Certificate by ID

Update attributes of a TLS Certificate by ID

认证

需要 Connected Account

Tags

TLSCertificates
DeleteNGROK_TLS_EDGE_BACKEND_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TLSEdgeBackendModule
GetNGROK_TLS_EDGE_BACKEND_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TLSEdgeBackendModule
ReplaceNGROK_TLS_EDGE_BACKEND_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TLSEdgeBackendModule
DeleteNGROK_TLS_EDGE_IP_RESTRICTION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TLSEdgeIPRestrictionModule
GetNGROK_TLS_EDGE_IP_RESTRICTION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TLSEdgeIPRestrictionModule
ReplaceNGROK_TLS_EDGE_IP_RESTRICTION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TLSEdgeIPRestrictionModule
DeleteNGROK_TLS_EDGE_MUTUAL_TLS_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TLSEdgeMutualTLSModule
GetNGROK_TLS_EDGE_MUTUAL_TLS_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TLSEdgeMutualTLSModule
ReplaceNGROK_TLS_EDGE_MUTUAL_TLS_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TLSEdgeMutualTLSModule
DeleteNGROK_TLS_EDGE_TLS_TERMINATION_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TLSEdgeTLSTerminationModule
GetNGROK_TLS_EDGE_TLS_TERMINATION_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TLSEdgeTLSTerminationModule
ReplaceNGROK_TLS_EDGE_TLS_TERMINATION_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TLSEdgeTLSTerminationModule
DeleteNGROK_TLS_EDGE_TRAFFIC_POLICY_MODULE_DELETEDelete

Delete

认证

需要 Connected Account

Tags

TLSEdgeTrafficPolicyModule
GetNGROK_TLS_EDGE_TRAFFIC_POLICY_MODULE_GETGet

Get

认证

需要 Connected Account

Tags

TLSEdgeTrafficPolicyModule
ReplaceNGROK_TLS_EDGE_TRAFFIC_POLICY_MODULE_REPLACEReplace

Replace

认证

需要 Connected Account

Tags

TLSEdgeTrafficPolicyModule
CreateNGROK_TUNNEL_GROUP_BACKENDS_CREATECreate a new TunnelGroup backend

Create a new TunnelGroup backend

认证

需要 Connected Account

Tags

TunnelGroupBackends
DeleteNGROK_TUNNEL_GROUP_BACKENDS_DELETEDelete a TunnelGroup backend by ID.

Delete a TunnelGroup backend by ID.

认证

需要 Connected Account

Tags

TunnelGroupBackends
GetNGROK_TUNNEL_GROUP_BACKENDS_GETGet detailed information about a TunnelGroup backend by ID

Get detailed information about a TunnelGroup backend by ID

认证

需要 Connected Account

Tags

TunnelGroupBackends
ListNGROK_TUNNEL_GROUP_BACKENDS_LISTList all TunnelGroup backends on this account

List all TunnelGroup backends on this account

认证

需要 Connected Account

Tags

TunnelGroupBackends
UpdateNGROK_TUNNEL_GROUP_BACKENDS_UPDATEUpdate TunnelGroup backend by ID

Update TunnelGroup backend by ID

认证

需要 Connected Account

Tags

TunnelGroupBackends
GetNGROK_TUNNEL_SESSIONS_GETGet the detailed status of a tunnel session by ID

Get the detailed status of a tunnel session by ID

认证

需要 Connected Account

Tags

TunnelSessions
ListNGROK_TUNNEL_SESSIONS_LISTList all online tunnel sessions running on this account.

List all online tunnel sessions running on this account.

认证

需要 Connected Account

Tags

TunnelSessions
RestartNGROK_TUNNEL_SESSIONS_RESTARTIssues a command instructing the ngrok agent to restart. The agent restarts itself by calling exec() on platforms that support it. This operation is notably not supported on Windows. When an agent restarts, it reconnects with a new tunnel session ID.

Issues a command instructing the ngrok agent to restart. The agent restarts itself by calling exec() on platforms that support it. This operation is notably not supported on Windows. When an agent restarts, it reconnects with a new tunnel session ID.

认证

需要 Connected Account

Tags

TunnelSessions
StopNGROK_TUNNEL_SESSIONS_STOPIssues a command instructing the ngrok agent that started this tunnel session to exit.

Issues a command instructing the ngrok agent that started this tunnel session to exit.

认证

需要 Connected Account

Tags

TunnelSessions
UpdateNGROK_TUNNEL_SESSIONS_UPDATEIssues a command instructing the ngrok agent to update itself to the latest version. After this call completes successfully, the ngrok agent will be in the update process. A caller should wait some amount of time to allow the update to complete (at least 10 seconds) before making a call to the Restart endpoint to request that the agent restart itself to start using the new code. This call will never update an ngrok agent to a new major version which could cause breaking compatibility issues. If you wish to update to a new major version, that must be done manually. Still, please be aware that updating your ngrok agent could break your integration. This call will fail in any of the following circumstances: there is no update available the ngrok agent's configuration disabled update checks the agent is currently in process of updating the agent has already successfully updated but has not yet been restarted

Issues a command instructing the ngrok agent to update itself to the latest version. After this call completes successfully, the ngrok agent will be in the update process. A caller should wait some amount of time to allow the update to complete (at least 10 seconds) before making a call to the Restart endpoint to request that the agent restart itself to start using the new code. This call will never update an ngrok agent to a new major version which could cause breaking compatibility issues. If you wish to update to a new major version, that must be done manually. Still, please be aware that updating your ngrok agent could break your integration. This call will fail in any of the following circumstances: there is no update available the ngrok agent's configuration disabled update checks the agent is currently in process of updating the agent has already successfully updated but has not yet been restarted

认证

需要 Connected Account

Tags

TunnelSessions
GetNGROK_TUNNELS_GETGet the status of a tunnel by ID

Get the status of a tunnel by ID

认证

需要 Connected Account

Tags

Tunnels
ListNGROK_TUNNELS_LISTList all online tunnels currently running on the account.

List all online tunnels currently running on the account.

认证

需要 Connected Account

Tags

Tunnels
CreateNGROK_VAULTS_CREATECreate a new Vault

Create a new Vault

认证

需要 Connected Account

Tags

Vaults
DeleteNGROK_VAULTS_DELETEDelete a Vault

Delete a Vault

认证

需要 Connected Account

Tags

Vaults
GetNGROK_VAULTS_GETGet a Vault by ID

Get a Vault by ID

认证

需要 Connected Account

Tags

Vaults
GetSecretsByVaultNGROK_VAULTS_GET_SECRETS_BY_VAULTGet Secrets by Vault ID

Get Secrets by Vault ID

认证

需要 Connected Account

Tags

Vaults
ListNGROK_VAULTS_LISTList all Vaults owned by account

List all Vaults owned by account

认证

需要 Connected Account

Tags

Vaults
UpdateNGROK_VAULTS_UPDATEUpdate an existing Vault by ID

Update an existing Vault by ID

认证

需要 Connected Account

Tags

Vaults
CreateNGROK_WEIGHTED_BACKENDS_CREATECreate a new Weighted backend

Create a new Weighted backend

认证

需要 Connected Account

Tags

WeightedBackends
DeleteNGROK_WEIGHTED_BACKENDS_DELETEDelete a Weighted backend by ID.

Delete a Weighted backend by ID.

认证

需要 Connected Account

Tags

WeightedBackends
GetNGROK_WEIGHTED_BACKENDS_GETGet detailed information about a Weighted backend by ID

Get detailed information about a Weighted backend by ID

认证

需要 Connected Account

Tags

WeightedBackends
ListNGROK_WEIGHTED_BACKENDS_LISTList all Weighted backends on this account

List all Weighted backends on this account

认证

需要 Connected Account

Tags

WeightedBackends
UpdateNGROK_WEIGHTED_BACKENDS_UPDATEUpdate Weighted backend by ID

Update Weighted backend by ID

认证

需要 Connected Account

Tags

WeightedBackends

Provider 资源