ngrok-api 0.16.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +28 -1
- data/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +147 -4
- data/doc/NgrokAPI/Models/APIKey.html +120 -68
- data/doc/NgrokAPI/Models/AWSAuth.html +83 -31
- data/doc/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/doc/NgrokAPI/Models/AWSRole.html +75 -23
- data/doc/NgrokAPI/Models/AbuseReport.html +109 -57
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/doc/NgrokAPI/Models/AgentIngress.html +142 -90
- data/doc/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/doc/NgrokAPI/Models/Credential.html +121 -69
- data/doc/NgrokAPI/Models/Endpoint.html +1483 -0
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/doc/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/doc/NgrokAPI/Models/EventDestination.html +122 -70
- data/doc/NgrokAPI/Models/EventSource.html +92 -40
- data/doc/NgrokAPI/Models/EventSourceList.html +76 -24
- data/doc/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/doc/NgrokAPI/Models/EventSubscription.html +122 -70
- data/doc/NgrokAPI/Models/EventTarget.html +106 -54
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/doc/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/doc/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/doc/NgrokAPI/Models/IPPolicy.html +120 -68
- data/doc/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/doc/NgrokAPI/Models/IPRestriction.html +130 -78
- data/doc/NgrokAPI/Models/Listable.html +61 -61
- data/doc/NgrokAPI/Models/Ref.html +83 -31
- data/doc/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/doc/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/doc/NgrokAPI/Models/SSHCredential.html +128 -76
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/doc/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/doc/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/doc/NgrokAPI/Models/Tunnel.html +413 -65
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +126 -74
- data/doc/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/doc/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/doc/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/doc/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +76 -80
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/doc/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -55
- data/doc/index.html +55 -55
- data/doc/method_list.html +4555 -1843
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +147 -4
- data/docs/NgrokAPI/Models/APIKey.html +120 -68
- data/docs/NgrokAPI/Models/AWSAuth.html +83 -31
- data/docs/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/docs/NgrokAPI/Models/AWSRole.html +75 -23
- data/docs/NgrokAPI/Models/AbuseReport.html +109 -57
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/docs/NgrokAPI/Models/AgentIngress.html +142 -90
- data/docs/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/docs/NgrokAPI/Models/Credential.html +121 -69
- data/docs/NgrokAPI/Models/Endpoint.html +1483 -0
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/docs/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/docs/NgrokAPI/Models/EventDestination.html +122 -70
- data/docs/NgrokAPI/Models/EventSource.html +92 -40
- data/docs/NgrokAPI/Models/EventSourceList.html +76 -24
- data/docs/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/docs/NgrokAPI/Models/EventSubscription.html +122 -70
- data/docs/NgrokAPI/Models/EventTarget.html +106 -54
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/docs/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/docs/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/docs/NgrokAPI/Models/IPPolicy.html +120 -68
- data/docs/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/docs/NgrokAPI/Models/IPRestriction.html +130 -78
- data/docs/NgrokAPI/Models/Listable.html +61 -61
- data/docs/NgrokAPI/Models/Ref.html +83 -31
- data/docs/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/docs/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/docs/NgrokAPI/Models/SSHCredential.html +128 -76
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/docs/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/docs/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/docs/NgrokAPI/Models/Tunnel.html +413 -65
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +126 -74
- data/docs/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/docs/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/docs/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/docs/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/docs/NgrokAPI/Services/{EndpointOIDCModuleClient.html → TCPEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/docs/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -55
- data/docs/index.html +55 -55
- data/docs/method_list.html +4555 -1843
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- data/lib/ngrokapi/http_client.rb +21 -2
- data/lib/ngrokapi/models/abuse_report.rb +16 -12
- data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
- data/lib/ngrokapi/models/agent_ingress.rb +17 -13
- data/lib/ngrokapi/models/api_key.rb +15 -11
- data/lib/ngrokapi/models/aws_auth.rb +11 -7
- data/lib/ngrokapi/models/aws_credentials.rb +11 -7
- data/lib/ngrokapi/models/aws_role.rb +10 -6
- data/lib/ngrokapi/models/certificate_authority.rb +20 -16
- data/lib/ngrokapi/models/credential.rb +16 -12
- data/lib/ngrokapi/models/endpoint.rb +53 -0
- data/lib/ngrokapi/models/endpoint_backend.rb +31 -0
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +31 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
- data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
- data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
- data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +31 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +17 -14
- data/lib/ngrokapi/models/event_source.rb +13 -9
- data/lib/ngrokapi/models/event_source_list.rb +11 -7
- data/lib/ngrokapi/models/event_source_replace.rb +12 -8
- data/lib/ngrokapi/models/event_subscription.rb +16 -12
- data/lib/ngrokapi/models/event_target.rb +13 -9
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
- data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
- data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
- data/lib/ngrokapi/models/failover_backend.rb +69 -0
- data/lib/ngrokapi/models/http_response_backend.rb +75 -0
- data/lib/ngrokapi/models/https_edge.rb +84 -0
- data/lib/ngrokapi/models/https_edge_route.rb +137 -0
- data/lib/ngrokapi/models/ip_policy.rb +15 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +19 -13
- data/lib/ngrokapi/models/ip_restriction.rb +17 -13
- data/lib/ngrokapi/models/listable.rb +9 -9
- data/lib/ngrokapi/models/ref.rb +11 -7
- data/lib/ngrokapi/models/reserved_addr.rb +17 -13
- data/lib/ngrokapi/models/reserved_domain.rb +23 -19
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
- data/lib/ngrokapi/models/ssh_credential.rb +16 -12
- data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
- data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
- data/lib/ngrokapi/models/tcp_edge.rb +82 -0
- data/lib/ngrokapi/models/tls_certificate.rb +30 -26
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
- data/lib/ngrokapi/models/tls_edge.rb +92 -0
- data/lib/ngrokapi/models/tunnel.rb +25 -13
- data/lib/ngrokapi/models/tunnel_group_backend.rb +71 -0
- data/lib/ngrokapi/models/tunnel_session.rb +19 -15
- data/lib/ngrokapi/models/weighted_backend.rb +69 -0
- data/lib/ngrokapi/paged_iterator.rb +1 -1
- data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
- data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
- data/lib/ngrokapi/services/api_keys_client.rb +30 -11
- data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
- data/lib/ngrokapi/services/credentials_client.rb +34 -11
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +118 -0
- data/lib/ngrokapi/services/edges_https_client.rb +251 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +292 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +251 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +267 -0
- data/lib/ngrokapi/services/endpoints_client.rb +112 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +37 -15
- data/lib/ngrokapi/services/event_sources_client.rb +27 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +36 -14
- data/lib/ngrokapi/services/failover_backends_client.rb +234 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +220 -0
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → https_edge_mutual_tls_module_client.rb} +27 -29
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +106 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +31 -14
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
- data/lib/ngrokapi/services/ip_restrictions_client.rb +36 -12
- data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -48
- data/lib/ngrokapi/services/reserved_domains_client.rb +37 -85
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
- data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → tls_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +106 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -23
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +232 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
- data/lib/ngrokapi/services/tunnels_client.rb +39 -6
- data/lib/ngrokapi/services/weighted_backends_client.rb +234 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
- data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
- data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
- data/spec/ngrokapi/models/api_key_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
- data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/credential_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_spec.rb +2 -2
- data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_spec.rb +2 -2
- data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
- data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
- data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
- data/spec/ngrokapi/models/listable_spec.rb +2 -2
- data/spec/ngrokapi/models/ref_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +2 -2
- data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/edges_https_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +288 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +216 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +200 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +28 -1
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -88
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
- data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +184 -0
- data/spec/spec_helper.rb +326 -33
- metadata +166 -76
- data/doc/README +0 -94
- data/docs/README +0 -94
- data/lib/ngrokapi/models/endpoint_configuration.rb +0 -130
- data/lib/ngrokapi/models/endpoint_logging.rb +0 -27
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +0 -27
- data/lib/ngrokapi/models/event_stream.rb +0 -77
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +0 -108
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -125
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -177
@@ -46,7 +46,37 @@ module NgrokAPI
|
|
46
46
|
data[:description] = description if description
|
47
47
|
data[:metadata] = metadata if metadata
|
48
48
|
result = @client.post(path % replacements, data: data)
|
49
|
-
NgrokAPI::Models::SSHHostCertificate.new(client: self,
|
49
|
+
NgrokAPI::Models::SSHHostCertificate.new(client: self, attrs: result)
|
50
|
+
end
|
51
|
+
|
52
|
+
##
|
53
|
+
# Create a new SSH Host Certificate
|
54
|
+
# Throws an exception if API error.
|
55
|
+
#
|
56
|
+
# @param [string] ssh_certificate_authority_id the ssh certificate authority that is used to sign this ssh host certificate
|
57
|
+
# @param [string] public_key a public key in OpenSSH Authorized Keys format that this certificate signs
|
58
|
+
# @param [List<string>] principals the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.
|
59
|
+
# @param [datetime (RFC3339 string)] valid_after The time when the host certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.
|
60
|
+
# @param [datetime (RFC3339 string)] valid_until The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of one year in the future will be used. The OpenSSH certificates RFC calls this ``valid_before``.
|
61
|
+
# @param [string] description human-readable description of this SSH Host Certificate. optional, max 255 bytes.
|
62
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.
|
63
|
+
# @return [NgrokAPI::Models::SSHHostCertificate] result from the API request
|
64
|
+
#
|
65
|
+
# https://ngrok.com/docs/api#api-ssh-host-certificates-create
|
66
|
+
def create!(ssh_certificate_authority_id:, public_key:, principals: [], valid_after: "", valid_until: "", description: "", metadata: "")
|
67
|
+
path = '/ssh_host_certificates'
|
68
|
+
replacements = {
|
69
|
+
}
|
70
|
+
data = {}
|
71
|
+
data[:ssh_certificate_authority_id] = ssh_certificate_authority_id if ssh_certificate_authority_id
|
72
|
+
data[:public_key] = public_key if public_key
|
73
|
+
data[:principals] = principals if principals
|
74
|
+
data[:valid_after] = valid_after if valid_after
|
75
|
+
data[:valid_until] = valid_until if valid_until
|
76
|
+
data[:description] = description if description
|
77
|
+
data[:metadata] = metadata if metadata
|
78
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
79
|
+
NgrokAPI::Models::SSHHostCertificate.new(client: self, attrs: result)
|
50
80
|
end
|
51
81
|
|
52
82
|
##
|
@@ -94,7 +124,7 @@ module NgrokAPI
|
|
94
124
|
}
|
95
125
|
data = {}
|
96
126
|
result = @client.get(path % replacements, data: data)
|
97
|
-
NgrokAPI::Models::SSHHostCertificate.new(client: self,
|
127
|
+
NgrokAPI::Models::SSHHostCertificate.new(client: self, attrs: result)
|
98
128
|
end
|
99
129
|
|
100
130
|
##
|
@@ -112,7 +142,7 @@ module NgrokAPI
|
|
112
142
|
}
|
113
143
|
data = {}
|
114
144
|
result = @client.get(path % replacements, data: data, danger: true)
|
115
|
-
NgrokAPI::Models::SSHHostCertificate.new(client: self,
|
145
|
+
NgrokAPI::Models::SSHHostCertificate.new(client: self, attrs: result)
|
116
146
|
end
|
117
147
|
|
118
148
|
##
|
@@ -124,8 +154,7 @@ module NgrokAPI
|
|
124
154
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
125
155
|
#
|
126
156
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-list
|
127
|
-
def list(before_id: nil, limit: nil,
|
128
|
-
url: nil)
|
157
|
+
def list(before_id: nil, limit: nil, url: nil)
|
129
158
|
result = @client.list(
|
130
159
|
before_id: before_id,
|
131
160
|
limit: limit,
|
@@ -135,7 +164,7 @@ module NgrokAPI
|
|
135
164
|
|
136
165
|
NgrokAPI::Models::Listable.new(
|
137
166
|
client: self,
|
138
|
-
|
167
|
+
attrs: result,
|
139
168
|
list_property: LIST_PROPERTY,
|
140
169
|
klass: NgrokAPI::Models::SSHHostCertificate
|
141
170
|
)
|
@@ -151,8 +180,7 @@ module NgrokAPI
|
|
151
180
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
152
181
|
#
|
153
182
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-list
|
154
|
-
def list!(before_id: nil, limit: nil,
|
155
|
-
url: nil)
|
183
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
156
184
|
result = @client.list(
|
157
185
|
before_id: before_id,
|
158
186
|
limit: limit,
|
@@ -163,7 +191,7 @@ module NgrokAPI
|
|
163
191
|
|
164
192
|
NgrokAPI::Models::Listable.new(
|
165
193
|
client: self,
|
166
|
-
|
194
|
+
attrs: result,
|
167
195
|
list_property: LIST_PROPERTY,
|
168
196
|
klass: NgrokAPI::Models::SSHHostCertificate,
|
169
197
|
danger: true
|
@@ -188,7 +216,7 @@ module NgrokAPI
|
|
188
216
|
data[:description] = description if description
|
189
217
|
data[:metadata] = metadata if metadata
|
190
218
|
result = @client.patch(path % replacements, data: data)
|
191
|
-
NgrokAPI::Models::SSHHostCertificate.new(client: self,
|
219
|
+
NgrokAPI::Models::SSHHostCertificate.new(client: self, attrs: result)
|
192
220
|
end
|
193
221
|
|
194
222
|
##
|
@@ -210,7 +238,7 @@ module NgrokAPI
|
|
210
238
|
data[:description] = description if description
|
211
239
|
data[:metadata] = metadata if metadata
|
212
240
|
result = @client.patch(path % replacements, data: data, danger: true)
|
213
|
-
NgrokAPI::Models::SSHHostCertificate.new(client: self,
|
241
|
+
NgrokAPI::Models::SSHHostCertificate.new(client: self, attrs: result)
|
214
242
|
end
|
215
243
|
end
|
216
244
|
end
|
@@ -25,7 +25,7 @@ module NgrokAPI
|
|
25
25
|
#
|
26
26
|
# @param [string] ssh_certificate_authority_id the ssh certificate authority that is used to sign this ssh user certificate
|
27
27
|
# @param [string] public_key a public key in OpenSSH Authorized Keys format that this certificate signs
|
28
|
-
# @param [List<string>] principals the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine
|
28
|
+
# @param [List<string>] principals the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.
|
29
29
|
# @param [Map<string, string>] critical_options A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: ``force-command`` and ``source-address``. See `the OpenSSH certificate protocol spec` <https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys>`_ for additional details.
|
30
30
|
# @param [Map<string, string>] extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: ``{"permit-pty": "", "permit-user-rc": ""}`` OpenSSH understands a number of predefined extensions. See `the OpenSSH certificate protocol spec` <https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys>`_ for additional details.
|
31
31
|
# @param [datetime (RFC3339 string)] valid_after The time when the user certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.
|
@@ -50,7 +50,41 @@ module NgrokAPI
|
|
50
50
|
data[:description] = description if description
|
51
51
|
data[:metadata] = metadata if metadata
|
52
52
|
result = @client.post(path % replacements, data: data)
|
53
|
-
NgrokAPI::Models::SSHUserCertificate.new(client: self,
|
53
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, attrs: result)
|
54
|
+
end
|
55
|
+
|
56
|
+
##
|
57
|
+
# Create a new SSH User Certificate
|
58
|
+
# Throws an exception if API error.
|
59
|
+
#
|
60
|
+
# @param [string] ssh_certificate_authority_id the ssh certificate authority that is used to sign this ssh user certificate
|
61
|
+
# @param [string] public_key a public key in OpenSSH Authorized Keys format that this certificate signs
|
62
|
+
# @param [List<string>] principals the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.
|
63
|
+
# @param [Map<string, string>] critical_options A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: ``force-command`` and ``source-address``. See `the OpenSSH certificate protocol spec` <https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys>`_ for additional details.
|
64
|
+
# @param [Map<string, string>] extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: ``{"permit-pty": "", "permit-user-rc": ""}`` OpenSSH understands a number of predefined extensions. See `the OpenSSH certificate protocol spec` <https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys>`_ for additional details.
|
65
|
+
# @param [datetime (RFC3339 string)] valid_after The time when the user certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.
|
66
|
+
# @param [datetime (RFC3339 string)] valid_until The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of 24 hours will be used. The OpenSSH certificates RFC calls this ``valid_before``.
|
67
|
+
# @param [string] description human-readable description of this SSH User Certificate. optional, max 255 bytes.
|
68
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.
|
69
|
+
# @return [NgrokAPI::Models::SSHUserCertificate] result from the API request
|
70
|
+
#
|
71
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-create
|
72
|
+
def create!(ssh_certificate_authority_id:, public_key:, principals: [], critical_options: {}, extensions: {}, valid_after: "", valid_until: "", description: "", metadata: "")
|
73
|
+
path = '/ssh_user_certificates'
|
74
|
+
replacements = {
|
75
|
+
}
|
76
|
+
data = {}
|
77
|
+
data[:ssh_certificate_authority_id] = ssh_certificate_authority_id if ssh_certificate_authority_id
|
78
|
+
data[:public_key] = public_key if public_key
|
79
|
+
data[:principals] = principals if principals
|
80
|
+
data[:critical_options] = critical_options if critical_options
|
81
|
+
data[:extensions] = extensions if extensions
|
82
|
+
data[:valid_after] = valid_after if valid_after
|
83
|
+
data[:valid_until] = valid_until if valid_until
|
84
|
+
data[:description] = description if description
|
85
|
+
data[:metadata] = metadata if metadata
|
86
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
87
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, attrs: result)
|
54
88
|
end
|
55
89
|
|
56
90
|
##
|
@@ -98,7 +132,7 @@ module NgrokAPI
|
|
98
132
|
}
|
99
133
|
data = {}
|
100
134
|
result = @client.get(path % replacements, data: data)
|
101
|
-
NgrokAPI::Models::SSHUserCertificate.new(client: self,
|
135
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, attrs: result)
|
102
136
|
end
|
103
137
|
|
104
138
|
##
|
@@ -116,7 +150,7 @@ module NgrokAPI
|
|
116
150
|
}
|
117
151
|
data = {}
|
118
152
|
result = @client.get(path % replacements, data: data, danger: true)
|
119
|
-
NgrokAPI::Models::SSHUserCertificate.new(client: self,
|
153
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, attrs: result)
|
120
154
|
end
|
121
155
|
|
122
156
|
##
|
@@ -128,8 +162,7 @@ module NgrokAPI
|
|
128
162
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
129
163
|
#
|
130
164
|
# https://ngrok.com/docs/api#api-ssh-user-certificates-list
|
131
|
-
def list(before_id: nil, limit: nil,
|
132
|
-
url: nil)
|
165
|
+
def list(before_id: nil, limit: nil, url: nil)
|
133
166
|
result = @client.list(
|
134
167
|
before_id: before_id,
|
135
168
|
limit: limit,
|
@@ -139,7 +172,7 @@ module NgrokAPI
|
|
139
172
|
|
140
173
|
NgrokAPI::Models::Listable.new(
|
141
174
|
client: self,
|
142
|
-
|
175
|
+
attrs: result,
|
143
176
|
list_property: LIST_PROPERTY,
|
144
177
|
klass: NgrokAPI::Models::SSHUserCertificate
|
145
178
|
)
|
@@ -155,8 +188,7 @@ module NgrokAPI
|
|
155
188
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
156
189
|
#
|
157
190
|
# https://ngrok.com/docs/api#api-ssh-user-certificates-list
|
158
|
-
def list!(before_id: nil, limit: nil,
|
159
|
-
url: nil)
|
191
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
160
192
|
result = @client.list(
|
161
193
|
before_id: before_id,
|
162
194
|
limit: limit,
|
@@ -167,7 +199,7 @@ module NgrokAPI
|
|
167
199
|
|
168
200
|
NgrokAPI::Models::Listable.new(
|
169
201
|
client: self,
|
170
|
-
|
202
|
+
attrs: result,
|
171
203
|
list_property: LIST_PROPERTY,
|
172
204
|
klass: NgrokAPI::Models::SSHUserCertificate,
|
173
205
|
danger: true
|
@@ -192,7 +224,7 @@ module NgrokAPI
|
|
192
224
|
data[:description] = description if description
|
193
225
|
data[:metadata] = metadata if metadata
|
194
226
|
result = @client.patch(path % replacements, data: data)
|
195
|
-
NgrokAPI::Models::SSHUserCertificate.new(client: self,
|
227
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, attrs: result)
|
196
228
|
end
|
197
229
|
|
198
230
|
##
|
@@ -214,7 +246,7 @@ module NgrokAPI
|
|
214
246
|
data[:description] = description if description
|
215
247
|
data[:metadata] = metadata if metadata
|
216
248
|
result = @client.patch(path % replacements, data: data, danger: true)
|
217
|
-
NgrokAPI::Models::SSHUserCertificate.new(client: self,
|
249
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, attrs: result)
|
218
250
|
end
|
219
251
|
end
|
220
252
|
end
|
data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb}
RENAMED
@@ -3,10 +3,10 @@
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Services
|
5
5
|
##
|
6
|
-
# https://ngrok.com/docs/api#api-
|
7
|
-
class
|
6
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module
|
7
|
+
class TCPEdgeBackendModuleClient
|
8
8
|
# The API path for the requests
|
9
|
-
PATH = '/
|
9
|
+
PATH = '/edges/tcp/%{id}/backend'
|
10
10
|
|
11
11
|
attr_reader :client
|
12
12
|
|
@@ -16,75 +16,73 @@ module NgrokAPI
|
|
16
16
|
|
17
17
|
##
|
18
18
|
# @param [string] id
|
19
|
-
# @param [
|
20
|
-
# @return [NgrokAPI::Models::
|
19
|
+
# @param [EndpointBackendMutate] a_module
|
20
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
21
21
|
#
|
22
|
-
# https://ngrok.com/docs/api#api-
|
22
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module-replace
|
23
23
|
def replace(id: "", a_module: nil)
|
24
|
-
path = '/
|
24
|
+
path = '/edges/tcp/%{id}/backend'
|
25
25
|
replacements = {
|
26
26
|
id: id,
|
27
27
|
}
|
28
|
-
data =
|
29
|
-
data[:module] = a_module if a_module
|
28
|
+
data = a_module
|
30
29
|
result = @client.put(path % replacements, data: data)
|
31
|
-
NgrokAPI::Models::
|
30
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
32
31
|
end
|
33
32
|
|
34
33
|
##
|
35
34
|
# @param [string] id
|
36
|
-
# @param [
|
37
|
-
# @return [NgrokAPI::Models::
|
35
|
+
# @param [EndpointBackendMutate] a_module
|
36
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
38
37
|
#
|
39
|
-
# https://ngrok.com/docs/api#api-
|
38
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module-replace
|
40
39
|
def replace!(id: "", a_module: nil)
|
41
|
-
path = '/
|
40
|
+
path = '/edges/tcp/%{id}/backend'
|
42
41
|
replacements = {
|
43
42
|
id: id,
|
44
43
|
}
|
45
|
-
data =
|
46
|
-
data[:module] = a_module if a_module
|
44
|
+
data = a_module
|
47
45
|
result = @client.put(path % replacements, data: data, danger: true)
|
48
|
-
NgrokAPI::Models::
|
46
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
49
47
|
end
|
50
48
|
|
51
49
|
##
|
52
50
|
# @param [string] id a resource identifier
|
53
|
-
# @return [NgrokAPI::Models::
|
51
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
54
52
|
#
|
55
|
-
# https://ngrok.com/docs/api#api-
|
53
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module-get
|
56
54
|
def get(id: "")
|
57
|
-
path = '/
|
55
|
+
path = '/edges/tcp/%{id}/backend'
|
58
56
|
replacements = {
|
59
57
|
id: id,
|
60
58
|
}
|
61
59
|
data = {}
|
62
60
|
result = @client.get(path % replacements, data: data)
|
63
|
-
NgrokAPI::Models::
|
61
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
64
62
|
end
|
65
63
|
|
66
64
|
##
|
67
65
|
# @param [string] id a resource identifier
|
68
|
-
# @return [NgrokAPI::Models::
|
66
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
69
67
|
#
|
70
|
-
# https://ngrok.com/docs/api#api-
|
68
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module-get
|
71
69
|
def get!(id: "")
|
72
|
-
path = '/
|
70
|
+
path = '/edges/tcp/%{id}/backend'
|
73
71
|
replacements = {
|
74
72
|
id: id,
|
75
73
|
}
|
76
74
|
data = {}
|
77
75
|
result = @client.get(path % replacements, data: data, danger: true)
|
78
|
-
NgrokAPI::Models::
|
76
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
79
77
|
end
|
80
78
|
|
81
79
|
##
|
82
80
|
# @param [string] id a resource identifier
|
83
81
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
84
82
|
#
|
85
|
-
# https://ngrok.com/docs/api#api-
|
83
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module-delete
|
86
84
|
def delete(id: "")
|
87
|
-
path = '/
|
85
|
+
path = '/edges/tcp/%{id}/backend'
|
88
86
|
replacements = {
|
89
87
|
id: id,
|
90
88
|
}
|
@@ -95,9 +93,9 @@ module NgrokAPI
|
|
95
93
|
# @param [string] id a resource identifier
|
96
94
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
97
95
|
#
|
98
|
-
# https://ngrok.com/docs/api#api-
|
96
|
+
# https://ngrok.com/docs/api#api-tcp-edge-backend-module-delete
|
99
97
|
def delete!(id: "")
|
100
|
-
path = '/
|
98
|
+
path = '/edges/tcp/%{id}/backend'
|
101
99
|
replacements = {
|
102
100
|
id: id,
|
103
101
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Services
|
5
5
|
##
|
6
|
-
# https://ngrok.com/docs/api#api-
|
7
|
-
class
|
6
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module
|
7
|
+
class TCPEdgeIPRestrictionModuleClient
|
8
8
|
# The API path for the requests
|
9
|
-
PATH = '/
|
9
|
+
PATH = '/edges/tcp/%{id}/ip_restriction'
|
10
10
|
|
11
11
|
attr_reader :client
|
12
12
|
|
@@ -19,16 +19,15 @@ module NgrokAPI
|
|
19
19
|
# @param [EndpointIPPolicyMutate] a_module
|
20
20
|
# @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
|
21
21
|
#
|
22
|
-
# https://ngrok.com/docs/api#api-
|
22
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-replace
|
23
23
|
def replace(id: "", a_module: nil)
|
24
|
-
path = '/
|
24
|
+
path = '/edges/tcp/%{id}/ip_restriction'
|
25
25
|
replacements = {
|
26
26
|
id: id,
|
27
27
|
}
|
28
|
-
data =
|
29
|
-
data[:module] = a_module if a_module
|
28
|
+
data = a_module
|
30
29
|
result = @client.put(path % replacements, data: data)
|
31
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
30
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
32
31
|
end
|
33
32
|
|
34
33
|
##
|
@@ -36,55 +35,54 @@ module NgrokAPI
|
|
36
35
|
# @param [EndpointIPPolicyMutate] a_module
|
37
36
|
# @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
|
38
37
|
#
|
39
|
-
# https://ngrok.com/docs/api#api-
|
38
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-replace
|
40
39
|
def replace!(id: "", a_module: nil)
|
41
|
-
path = '/
|
40
|
+
path = '/edges/tcp/%{id}/ip_restriction'
|
42
41
|
replacements = {
|
43
42
|
id: id,
|
44
43
|
}
|
45
|
-
data =
|
46
|
-
data[:module] = a_module if a_module
|
44
|
+
data = a_module
|
47
45
|
result = @client.put(path % replacements, data: data, danger: true)
|
48
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
46
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
49
47
|
end
|
50
48
|
|
51
49
|
##
|
52
50
|
# @param [string] id a resource identifier
|
53
51
|
# @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
|
54
52
|
#
|
55
|
-
# https://ngrok.com/docs/api#api-
|
53
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-get
|
56
54
|
def get(id: "")
|
57
|
-
path = '/
|
55
|
+
path = '/edges/tcp/%{id}/ip_restriction'
|
58
56
|
replacements = {
|
59
57
|
id: id,
|
60
58
|
}
|
61
59
|
data = {}
|
62
60
|
result = @client.get(path % replacements, data: data)
|
63
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
61
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
64
62
|
end
|
65
63
|
|
66
64
|
##
|
67
65
|
# @param [string] id a resource identifier
|
68
66
|
# @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
|
69
67
|
#
|
70
|
-
# https://ngrok.com/docs/api#api-
|
68
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-get
|
71
69
|
def get!(id: "")
|
72
|
-
path = '/
|
70
|
+
path = '/edges/tcp/%{id}/ip_restriction'
|
73
71
|
replacements = {
|
74
72
|
id: id,
|
75
73
|
}
|
76
74
|
data = {}
|
77
75
|
result = @client.get(path % replacements, data: data, danger: true)
|
78
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
76
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
79
77
|
end
|
80
78
|
|
81
79
|
##
|
82
80
|
# @param [string] id a resource identifier
|
83
81
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
84
82
|
#
|
85
|
-
# https://ngrok.com/docs/api#api-
|
83
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-delete
|
86
84
|
def delete(id: "")
|
87
|
-
path = '/
|
85
|
+
path = '/edges/tcp/%{id}/ip_restriction'
|
88
86
|
replacements = {
|
89
87
|
id: id,
|
90
88
|
}
|
@@ -95,9 +93,9 @@ module NgrokAPI
|
|
95
93
|
# @param [string] id a resource identifier
|
96
94
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
97
95
|
#
|
98
|
-
# https://ngrok.com/docs/api#api-
|
96
|
+
# https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-delete
|
99
97
|
def delete!(id: "")
|
100
|
-
path = '/
|
98
|
+
path = '/edges/tcp/%{id}/ip_restriction'
|
101
99
|
replacements = {
|
102
100
|
id: id,
|
103
101
|
}
|
@@ -42,7 +42,31 @@ module NgrokAPI
|
|
42
42
|
data[:certificate_pem] = certificate_pem if certificate_pem
|
43
43
|
data[:private_key_pem] = private_key_pem if private_key_pem
|
44
44
|
result = @client.post(path % replacements, data: data)
|
45
|
-
NgrokAPI::Models::TLSCertificate.new(client: self,
|
45
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, attrs: result)
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# Upload a new TLS certificate
|
50
|
+
# Throws an exception if API error.
|
51
|
+
#
|
52
|
+
# @param [string] description human-readable description of this TLS certificate. optional, max 255 bytes.
|
53
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.
|
54
|
+
# @param [string] certificate_pem chain of PEM-encoded certificates, leaf first. See `Certificate Bundles` <https://ngrok.com/docs/api#tls-certificates-pem>`_.
|
55
|
+
# @param [string] private_key_pem private key for the TLS certificate, PEM-encoded. See `Private Keys` <https://ngrok.com/docs/ngrok-link#tls-certificates-key>`_.
|
56
|
+
# @return [NgrokAPI::Models::TLSCertificate] result from the API request
|
57
|
+
#
|
58
|
+
# https://ngrok.com/docs/api#api-tls-certificates-create
|
59
|
+
def create!(description: "", metadata: "", certificate_pem:, private_key_pem:)
|
60
|
+
path = '/tls_certificates'
|
61
|
+
replacements = {
|
62
|
+
}
|
63
|
+
data = {}
|
64
|
+
data[:description] = description if description
|
65
|
+
data[:metadata] = metadata if metadata
|
66
|
+
data[:certificate_pem] = certificate_pem if certificate_pem
|
67
|
+
data[:private_key_pem] = private_key_pem if private_key_pem
|
68
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
69
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, attrs: result)
|
46
70
|
end
|
47
71
|
|
48
72
|
##
|
@@ -90,7 +114,7 @@ module NgrokAPI
|
|
90
114
|
}
|
91
115
|
data = {}
|
92
116
|
result = @client.get(path % replacements, data: data)
|
93
|
-
NgrokAPI::Models::TLSCertificate.new(client: self,
|
117
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, attrs: result)
|
94
118
|
end
|
95
119
|
|
96
120
|
##
|
@@ -108,7 +132,7 @@ module NgrokAPI
|
|
108
132
|
}
|
109
133
|
data = {}
|
110
134
|
result = @client.get(path % replacements, data: data, danger: true)
|
111
|
-
NgrokAPI::Models::TLSCertificate.new(client: self,
|
135
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, attrs: result)
|
112
136
|
end
|
113
137
|
|
114
138
|
##
|
@@ -120,8 +144,7 @@ module NgrokAPI
|
|
120
144
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
121
145
|
#
|
122
146
|
# https://ngrok.com/docs/api#api-tls-certificates-list
|
123
|
-
def list(before_id: nil, limit: nil,
|
124
|
-
url: nil)
|
147
|
+
def list(before_id: nil, limit: nil, url: nil)
|
125
148
|
result = @client.list(
|
126
149
|
before_id: before_id,
|
127
150
|
limit: limit,
|
@@ -131,7 +154,7 @@ module NgrokAPI
|
|
131
154
|
|
132
155
|
NgrokAPI::Models::Listable.new(
|
133
156
|
client: self,
|
134
|
-
|
157
|
+
attrs: result,
|
135
158
|
list_property: LIST_PROPERTY,
|
136
159
|
klass: NgrokAPI::Models::TLSCertificate
|
137
160
|
)
|
@@ -147,8 +170,7 @@ module NgrokAPI
|
|
147
170
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
148
171
|
#
|
149
172
|
# https://ngrok.com/docs/api#api-tls-certificates-list
|
150
|
-
def list!(before_id: nil, limit: nil,
|
151
|
-
url: nil)
|
173
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
152
174
|
result = @client.list(
|
153
175
|
before_id: before_id,
|
154
176
|
limit: limit,
|
@@ -159,7 +181,7 @@ module NgrokAPI
|
|
159
181
|
|
160
182
|
NgrokAPI::Models::Listable.new(
|
161
183
|
client: self,
|
162
|
-
|
184
|
+
attrs: result,
|
163
185
|
list_property: LIST_PROPERTY,
|
164
186
|
klass: NgrokAPI::Models::TLSCertificate,
|
165
187
|
danger: true
|
@@ -184,7 +206,7 @@ module NgrokAPI
|
|
184
206
|
data[:description] = description if description
|
185
207
|
data[:metadata] = metadata if metadata
|
186
208
|
result = @client.patch(path % replacements, data: data)
|
187
|
-
NgrokAPI::Models::TLSCertificate.new(client: self,
|
209
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, attrs: result)
|
188
210
|
end
|
189
211
|
|
190
212
|
##
|
@@ -206,7 +228,7 @@ module NgrokAPI
|
|
206
228
|
data[:description] = description if description
|
207
229
|
data[:metadata] = metadata if metadata
|
208
230
|
result = @client.patch(path % replacements, data: data, danger: true)
|
209
|
-
NgrokAPI::Models::TLSCertificate.new(client: self,
|
231
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, attrs: result)
|
210
232
|
end
|
211
233
|
end
|
212
234
|
end
|