gateway API operations
Tenant callers can use 31 current operations at https://gateway.eu-central-1.cloud.skippr.io. Call only control-plane or data-plane operations marked supported or implemented; contract stubs and internal operations are not tenant-callable.
- Endpoint:
https://gateway.eu-central-1.cloud.skippr.io - Protocol:
cloudJson - SigV4 service:
gateway - Target prefix:
CloudGateway. - Readiness counts:
{"supported": 40} - Service guide: gateway
- Aggregate reference: all API operations
Tenant-callable control-plane operations
Use these operations to create, inspect, update, list, or delete service resources.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
Healthz | supported | control | CloudGateway.Healthz (gateway) | typed | typed | no | JSON contract |
CreateApi | supported | control | CloudGateway.CreateApi (gateway) | typed | typed | yes | JSON contract |
GetApi | supported | control | CloudGateway.GetApi (gateway) | typed | typed | yes | JSON contract |
ListApis | supported | control | CloudGateway.ListApis (gateway) | typed | typed | yes | JSON contract |
UpdateApi | supported | control | CloudGateway.UpdateApi (gateway) | typed | typed | yes | JSON contract |
DeleteApi | supported | control | CloudGateway.DeleteApi (gateway) | typed | typed | yes | JSON contract |
CreateRoute | supported | control | CloudGateway.CreateRoute (gateway) | typed | typed | yes | JSON contract |
GetRoute | supported | control | CloudGateway.GetRoute (gateway) | typed | typed | yes | JSON contract |
ListRoutes | supported | control | CloudGateway.ListRoutes (gateway) | typed | typed | yes | JSON contract |
UpdateRoute | supported | control | CloudGateway.UpdateRoute (gateway) | typed | typed | yes | JSON contract |
DeleteRoute | supported | control | CloudGateway.DeleteRoute (gateway) | typed | typed | yes | JSON contract |
CreateIntegration | supported | control | CloudGateway.CreateIntegration (gateway) | typed | typed | yes | JSON contract |
GetIntegration | supported | control | CloudGateway.GetIntegration (gateway) | typed | typed | yes | JSON contract |
ListIntegrations | supported | control | CloudGateway.ListIntegrations (gateway) | typed | typed | yes | JSON contract |
UpdateIntegration | supported | control | CloudGateway.UpdateIntegration (gateway) | typed | typed | yes | JSON contract |
DeleteIntegration | supported | control | CloudGateway.DeleteIntegration (gateway) | typed | typed | yes | JSON contract |
CreateAuthorizer | supported | control | CloudGateway.CreateAuthorizer (gateway) | typed | typed | yes | JSON contract |
GetAuthorizer | supported | control | CloudGateway.GetAuthorizer (gateway) | typed | typed | yes | JSON contract |
ListAuthorizers | supported | control | CloudGateway.ListAuthorizers (gateway) | typed | typed | yes | JSON contract |
DeleteAuthorizer | supported | control | CloudGateway.DeleteAuthorizer (gateway) | typed | typed | yes | JSON contract |
CreateDomainName | supported | control | CloudGateway.CreateDomainName (gateway) | typed | typed | yes | JSON contract |
GetDomainName | supported | control | CloudGateway.GetDomainName (gateway) | typed | typed | yes | JSON contract |
ListDomainNames | supported | control | CloudGateway.ListDomainNames (gateway) | typed | typed | yes | JSON contract |
AttachDomainName | supported | control | CloudGateway.AttachDomainName (gateway) | typed | typed | no | JSON contract |
DetachDomainName | supported | control | CloudGateway.DetachDomainName (gateway) | typed | typed | no | JSON contract |
VerifyDomainName | supported | control | CloudGateway.VerifyDomainName (gateway) | typed | typed | no | JSON contract |
DeleteDomainName | supported | control | CloudGateway.DeleteDomainName (gateway) | typed | typed | yes | JSON contract |
Tenant-callable data-plane operations
Use these operations for application data or runtime work.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
DisconnectConnection | supported | data | CloudGateway.DisconnectConnection (gateway) | typed | typed | no | JSON contract |
GetConnection | supported | data | CloudGateway.GetConnection (gateway) | typed | typed | no | JSON contract |
ListConnections | supported | data | CloudGateway.ListConnections (gateway) | typed | typed | no | JSON contract |
PostToConnection | supported | data | CloudGateway.PostToConnection (gateway) | typed | typed | no | JSON contract |
Contract stubs
These catalog entries are not current callable tenant contracts.
No operations in this group.
Internal operations
These operations are platform-facing. Tenant clients must not call them.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
SigV4Proxy | supported | internal | CloudGateway.SigV4Proxy (gateway) | typed | typed | no | JSON contract |
JwtProxy | supported | internal | CloudGateway.JwtProxy (gateway) | typed | typed | no | JSON contract |
WorkloadJwtMint | supported | internal | CloudGateway.WorkloadJwtMint (gateway) | typed | typed | no | JSON contract |
RateLimitIp | supported | internal | CloudGateway.RateLimitIp (gateway) | typed | typed | no | JSON contract |
RateLimitCredential | supported | internal | CloudGateway.RateLimitCredential (gateway) | typed | typed | no | JSON contract |
ExecuteFunctionIntegration | supported | internal | CloudGateway.ExecuteFunctionIntegration (gateway) | typed | typed | no | JSON contract |
ExecuteEventsPut | supported | internal | CloudGateway.ExecuteEventsPut (gateway) | typed | typed | no | JSON contract |
WebSocketConnect | supported | internal | CloudGateway.WebSocketConnect (gateway) | typed | typed | no | JSON contract |
WebSocketMessage | supported | internal | CloudGateway.WebSocketMessage (gateway) | typed | typed | no | JSON contract |
