p

com.ngrok

services

package services

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class AbuseReports extends AnyRef

    Abuse Reports allow you to submit take-down requests for URLs hosted by ngrok that violate ngrok's terms of service.

    Abuse Reports allow you to submit take-down requests for URLs hosted by ngrok that violate ngrok's terms of service.

    See also https://ngrok.com/docs/api#api-abuse-reports.

  2. class AgentIngresses extends AnyRef

    An API client for AgentIngresses.

  3. class ApiKeys extends AnyRef

    API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API.

    API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API. You may use the API itself to provision and manage API Keys but you'll need to provision your first API key from the API Keys page on your ngrok.com dashboard.

    See also https://ngrok.com/docs/api#api-api-keys.

  4. class CertificateAuthorities extends AnyRef

    Certificate Authorities are x509 certificates that are used to sign other x509 certificates.

    Certificate Authorities are x509 certificates that are used to sign other x509 certificates. Attach a Certificate Authority to the Mutual TLS module to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.

    See also https://ngrok.com/docs/api#api-certificate-authorities.

  5. class Credentials extends AnyRef

    Tunnel Credentials are ngrok agent authtokens.

    Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the ngrok config add-authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.

    See also https://ngrok.com/docs/api#api-credentials.

  6. class EdgeRouteBackendModule extends AnyRef

    An API client for EdgeRouteBackendModule.

  7. class EdgeRouteCircuitBreakerModule extends AnyRef

    An API client for EdgeRouteCircuitBreakerModule.

  8. class EdgeRouteCompressionModule extends AnyRef

    An API client for EdgeRouteCompressionModule.

  9. class EdgeRouteIpRestrictionModule extends AnyRef

    An API client for EdgeRouteIpRestrictionModule.

  10. class EdgeRouteOAuthModule extends AnyRef

    An API client for EdgeRouteOAuthModule.

  11. class EdgeRouteOidcModule extends AnyRef

    An API client for EdgeRouteOidcModule.

  12. class EdgeRouteRequestHeadersModule extends AnyRef

    An API client for EdgeRouteRequestHeadersModule.

  13. class EdgeRouteResponseHeadersModule extends AnyRef

    An API client for EdgeRouteResponseHeadersModule.

  14. class EdgeRouteSamlModule extends AnyRef

    An API client for EdgeRouteSamlModule.

  15. class EdgeRouteWebhookVerificationModule extends AnyRef

    An API client for EdgeRouteWebhookVerificationModule.

  16. class EdgeRouteWebsocketTcpConverterModule extends AnyRef

    An API client for EdgeRouteWebsocketTcpConverterModule.

  17. class EdgesHttps extends AnyRef

    An API client for EdgesHttps.

  18. class EdgesHttpsRoutes extends AnyRef

    An API client for EdgesHttpsRoutes.

  19. class EdgesTcp extends AnyRef

    An API client for EdgesTcp.

  20. class EdgesTls extends AnyRef

    An API client for EdgesTls.

  21. class Endpoints extends AnyRef

    Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport.

    Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.

    See also https://ngrok.com/docs/api#api-endpoints.

  22. class EventDestinations extends AnyRef

    An API client for EventDestinations.

  23. class EventSources extends AnyRef

    An API client for EventSources.

  24. class EventSubscriptions extends AnyRef

    An API client for EventSubscriptions.

  25. class FailoverBackends extends AnyRef

    A Failover backend defines failover behavior within a list of referenced backends.

    A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful.

    See also https://ngrok.com/docs/api#api-failover-backends.

  26. class HttpResponseBackends extends AnyRef

    An API client for HttpResponseBackends.

  27. class HttpsEdgeMutualTlsModule extends AnyRef

    An API client for HttpsEdgeMutualTlsModule.

  28. class HttpsEdgeTlsTerminationModule extends AnyRef

    An API client for HttpsEdgeTlsTerminationModule.

  29. class IpPolicies extends AnyRef

    IP Policies are reusable groups of CIDR ranges with an allow or deny action.

    IP Policies are reusable groups of CIDR ranges with an allow or deny action. They can be attached to endpoints via the Endpoint Configuration IP Policy module. They can also be used with IP Restrictions to control source IP ranges that can start tunnel sessions and connect to the API and dashboard.

    See also https://ngrok.com/docs/api#api-ip-policies.

  30. class IpPolicyRules extends AnyRef

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.

    See also https://ngrok.com/docs/api#api-ip-policy-rules.

  31. class IpRestrictions extends AnyRef

    An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account.

    An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account. An IP restriction has a type which defines the ingress it applies to. IP restrictions can be used to enforce the source IPs that can make API requests, log in to the dashboard, start ngrok agents, and connect to your public-facing endpoints.

    See also https://ngrok.com/docs/api#api-ip-restrictions.

  32. class ReservedAddrs extends AnyRef

    Reserved Addresses are TCP addresses that can be used to listen for traffic.

    Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.

    See also https://ngrok.com/docs/api#api-reserved-addrs.

  33. class ReservedDomains extends AnyRef

    Reserved Domains are hostnames that you can listen for traffic on.

    Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains.

  34. class SshCertificateAuthorities extends AnyRef

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    See also https://ngrok.com/docs/api#api-ssh-certificate-authorities.

  35. class SshCredentials extends AnyRef

    SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.

    SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.

    See also https://ngrok.com/docs/api#api-ssh-credentials.

  36. class SshHostCertificates extends AnyRef

    SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.

    SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.

    See also https://ngrok.com/docs/api#api-ssh-host-certificates.

  37. class SshUserCertificates extends AnyRef

    SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection.

    SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection. The SSH server must trust the SSH Certificate Authority used to sign the certificate.

    See also https://ngrok.com/docs/api#api-ssh-user-certificates.

  38. class TcpEdgeBackendModule extends AnyRef

    An API client for TcpEdgeBackendModule.

  39. class TcpEdgeIpRestrictionModule extends AnyRef

    An API client for TcpEdgeIpRestrictionModule.

  40. class TlsCertificates extends AnyRef

    TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic.

    TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic. TLS certificates are unused until they are attached to a Domain. TLS Certificates may also be provisioned by ngrok automatically for domains on which you have enabled automated certificate provisioning.

    See also https://ngrok.com/docs/api#api-tls-certificates.

  41. class TlsEdgeBackendModule extends AnyRef

    An API client for TlsEdgeBackendModule.

  42. class TlsEdgeIpRestrictionModule extends AnyRef

    An API client for TlsEdgeIpRestrictionModule.

  43. class TlsEdgeMutualTlsModule extends AnyRef

    An API client for TlsEdgeMutualTlsModule.

  44. class TlsEdgeTlsTerminationModule extends AnyRef

    An API client for TlsEdgeTlsTerminationModule.

  45. class TunnelGroupBackends extends AnyRef

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    See also https://ngrok.com/docs/api#api-tunnel-group-backends.

  46. class TunnelSessions extends AnyRef

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service.

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service. Each tunnel session can include one or more Tunnels.

    See also https://ngrok.com/docs/api#api-tunnel-sessions.

  47. class Tunnels extends AnyRef

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    See also https://ngrok.com/docs/api#api-tunnels.

  48. class WeightedBackends extends AnyRef

    A Weighted Backend balances traffic among the referenced backends.

    A Weighted Backend balances traffic among the referenced backends. Traffic is assigned proportionally to each based on its weight. The percentage of traffic is calculated by dividing a backend's weight by the sum of all weights.

    See also https://ngrok.com/docs/api#api-weighted-backends.

Inherited from AnyRef

Inherited from Any

Ungrouped