Skip to content

Skippr Cloud API operations

Call only non-internal control-plane or data-plane operations marked supported or implemented. Contract stubs are not callable, and internal operations are listed separately so they cannot be mistaken for tenant APIs.

Catalog digest: 834b9a2784e2db2e07459f12baea81461f62744154d4dfb9ac70ba64b770328d

Jump to a service

tables

Endpoint: https://tables.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateTablesupportedcontrolCloudTables.CreateTable (tables)typedtypedyesJSON contract
DescribeTablesupportedcontrolCloudTables.DescribeTable (tables)typedtypedyesJSON contract
UpdateTablesupportedcontrolCloudTables.UpdateTable (tables)typedtypedyesJSON contract
DeleteTablesupportedcontrolCloudTables.DeleteTable (tables)typedtypedyesJSON contract
ListTablessupportedcontrolCloudTables.ListTables (tables)typedtypedyesJSON contract
UpdateTimeToLivesupportedcontrolCloudTables.UpdateTimeToLive (tables)typedtypednoJSON contract
DescribeTimeToLivesupportedcontrolCloudTables.DescribeTimeToLive (tables)typedtypednoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
GetItemsupporteddataCloudTables.GetItem (tables)typedtypednoJSON contract
PutItemsupporteddataCloudTables.PutItem (tables)typedtypednoJSON contract
UpdateItemsupporteddataCloudTables.UpdateItem (tables)typedtypednoJSON contract
DeleteItemsupporteddataCloudTables.DeleteItem (tables)typedtypednoJSON contract
QuerysupporteddataCloudTables.Query (tables)typedtypednoJSON contract
ScansupporteddataCloudTables.Scan (tables)typedtypednoJSON contract
BatchGetItemsupporteddataCloudTables.BatchGetItem (tables)typedtypednoJSON contract
BatchWriteItemsupporteddataCloudTables.BatchWriteItem (tables)typedtypednoJSON contract
TransactWriteItemssupporteddataCloudTables.TransactWriteItems (tables)typedtypednoJSON contract
TransactGetItemssupporteddataCloudTables.TransactGetItems (tables)typedtypednoJSON contract

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

queue

Endpoint: https://queue.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateQueuesupportedcontrolCloudQueue.CreateQueue (queue)typedtypedyesJSON contract
DeleteQueuesupportedcontrolCloudQueue.DeleteQueue (queue)typedtypedyesJSON contract
GetQueueUrlsupportedcontrolCloudQueue.GetQueueUrl (queue)typedtypedyesJSON contract
ListQueuessupportedcontrolCloudQueue.ListQueues (queue)typedtypedyesJSON contract
GetQueueAttributessupportedcontrolCloudQueue.GetQueueAttributes (queue)typedtypedyesJSON contract
SetQueueAttributessupportedcontrolCloudQueue.SetQueueAttributes (queue)typedtypedyesJSON contract
PurgeQueuesupportedcontrolCloudQueue.PurgeQueue (queue)typedtypednoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
SendMessagesupporteddataCloudQueue.SendMessage (queue)typedtypednoJSON contract
SendMessageBatchsupporteddataCloudQueue.SendMessageBatch (queue)typedtypednoJSON contract
ReceiveMessagesupporteddataCloudQueue.ReceiveMessage (queue)typedtypednoJSON contract
DeleteMessagesupporteddataCloudQueue.DeleteMessage (queue)typedtypednoJSON contract
DeleteMessageBatchsupporteddataCloudQueue.DeleteMessageBatch (queue)typedtypednoJSON contract
ChangeMessageVisibilitysupporteddataCloudQueue.ChangeMessageVisibility (queue)typedtypednoJSON contract
ChangeMessageVisibilityBatchsupporteddataCloudQueue.ChangeMessageVisibilityBatch (queue)typedtypednoJSON contract

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

secrets

Endpoint: https://secrets.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateSecretsupportedcontrolCloudSecrets.CreateSecret (secrets)typedtypedyesJSON contract
DescribeSecretsupportedcontrolCloudSecrets.DescribeSecret (secrets)typedtypedyesJSON contract
ListSecretssupportedcontrolCloudSecrets.ListSecrets (secrets)typedtypedyesJSON contract
DeleteSecretsupportedcontrolCloudSecrets.DeleteSecret (secrets)typedtypedyesJSON contract
RestoreSecretsupportedcontrolCloudSecrets.RestoreSecret (secrets)typedtypedyesJSON contract
RotateSecretsupportedcontrolCloudSecrets.RotateSecret (secrets)typedtypednoJSON contract
CancelRotateSecretsupportedcontrolCloudSecrets.CancelRotateSecret (secrets)typedtypednoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
GetSecretValuesupporteddataCloudSecrets.GetSecretValue (secrets)typedtypednoJSON contract
PutSecretValuesupporteddataCloudSecrets.PutSecretValue (secrets)typedtypednoJSON contract

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

functions

Endpoint: https://functions.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
RegisterFunctionsupportedcontrolCloudFunctions.RegisterFunction (functions)typedtypedyesJSON contract
UpdateFunctionsupportedcontrolCloudFunctions.UpdateFunction (functions)typedtypedyesJSON contract
UpdateFunctionCodesupportedcontrolCloudFunctions.UpdateFunctionCode (functions)typedtypedyesJSON contract
UpdateFunctionConfigurationsupportedcontrolCloudFunctions.UpdateFunctionConfiguration (functions)typedtypedyesJSON contract
GetFunctionsupportedcontrolCloudFunctions.GetFunction (functions)typedtypedyesJSON contract
ListFunctionssupportedcontrolCloudFunctions.ListFunctions (functions)typedtypedyesJSON contract
DeleteFunctionsupportedcontrolCloudFunctions.DeleteFunction (functions)typedtypedyesJSON contract
CreateEventSourceMappingsupportedcontrolCloudFunctions.CreateEventSourceMapping (functions)typedtypednoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
InvokesupporteddataCloudFunctions.Invoke (functions)typedtypednoJSON contract
InvokeAsyncsupporteddataCloudFunctions.InvokeAsync (functions)typedtypednoJSON contract

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

scheduler

Endpoint: https://scheduler.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateSchedulesupportedcontrolCloudScheduler.CreateSchedule (scheduler)typedtypedyesJSON contract
UpdateSchedulesupportedcontrolCloudScheduler.UpdateSchedule (scheduler)typedtypedyesJSON contract
GetSchedulesupportedcontrolCloudScheduler.GetSchedule (scheduler)typedtypedyesJSON contract
DeleteSchedulesupportedcontrolCloudScheduler.DeleteSchedule (scheduler)typedexplicitlyEmptyyesJSON contract
ListSchedulessupportedcontrolCloudScheduler.ListSchedules (scheduler)explicitlyEmptytypedyesJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

No operations in this group.

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

events

Endpoint: https://events.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateEventBussupportedcontrolCloudEvents.CreateEventBus (events)typedtypedyesJSON contract
DeleteEventBussupportedcontrolCloudEvents.DeleteEventBus (events)typedexplicitlyEmptyyesJSON contract
ListEventBusessupportedcontrolCloudEvents.ListEventBuses (events)typedtypedyesJSON contract
PutRulesupportedcontrolCloudEvents.PutRule (events)typedtypedyesJSON contract
DescribeRulesupportedcontrolCloudEvents.DescribeRule (events)typedtypedyesJSON contract
ListRulessupportedcontrolCloudEvents.ListRules (events)typedtypedyesJSON contract
DeleteRulesupportedcontrolCloudEvents.DeleteRule (events)typedexplicitlyEmptyyesJSON contract
PutTargetssupportedcontrolCloudEvents.PutTargets (events)typedtypedyesJSON contract
ListTargetssupportedcontrolCloudEvents.ListTargets (events)typedtypedyesJSON contract
RemoveTargetssupportedcontrolCloudEvents.RemoveTargets (events)typedtypedyesJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
PutEventssupporteddataCloudEvents.PutEvents (events)typedtypednoJSON contract

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

objects

Endpoint: https://objects.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateBucketsupportedcontrolPUT /{bucket}explicitlyEmptyjsonyesJSON contract
DeleteBucketsupportedcontrolDELETE /{bucket}explicitlyEmptyexplicitlyEmptyyesJSON contract
ListBucketssupportedcontrolGET /explicitlyEmptyjsonyesJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
PutObjectsupporteddataPUT /{bucket}/{key}binaryexplicitlyEmptynoJSON contract
GetObjectsupporteddataGET /{bucket}/{key}explicitlyEmptybinarynoJSON contract
HeadObjectsupporteddataHEAD /{bucket}/{key}explicitlyEmptyexplicitlyEmptynoJSON contract
DeleteObjectsupporteddataDELETE /{bucket}/{key}explicitlyEmptyexplicitlyEmptynoJSON contract
ListObjectsV2supporteddataGET /{bucket}explicitlyEmptyjsonnoJSON contract
CreateMultipartUploadsupporteddataPOST /{bucket}/{key}explicitlyEmptyxmlnoJSON contract
UploadPartsupporteddataPUT /{bucket}/{key}binaryexplicitlyEmptynoJSON contract
CompleteMultipartUploadsupporteddataPOST /{bucket}/{key}xmlxmlnoJSON contract
AbortMultipartUploadsupporteddataDELETE /{bucket}/{key}explicitlyEmptyexplicitlyEmptynoJSON contract
PresignedUrlsupporteddataGETPUT /{bucket}/{key}binarybinaryno

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

gateway

Endpoint: https://gateway.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
HealthzsupportedcontrolCloudGateway.Healthz (gateway)typedtypednoJSON contract
CreateApisupportedcontrolCloudGateway.CreateApi (gateway)typedtypedyesJSON contract
GetApisupportedcontrolCloudGateway.GetApi (gateway)typedtypedyesJSON contract
ListApissupportedcontrolCloudGateway.ListApis (gateway)typedtypedyesJSON contract
UpdateApisupportedcontrolCloudGateway.UpdateApi (gateway)typedtypedyesJSON contract
DeleteApisupportedcontrolCloudGateway.DeleteApi (gateway)typedtypedyesJSON contract
CreateRoutesupportedcontrolCloudGateway.CreateRoute (gateway)typedtypedyesJSON contract
GetRoutesupportedcontrolCloudGateway.GetRoute (gateway)typedtypedyesJSON contract
ListRoutessupportedcontrolCloudGateway.ListRoutes (gateway)typedtypedyesJSON contract
UpdateRoutesupportedcontrolCloudGateway.UpdateRoute (gateway)typedtypedyesJSON contract
DeleteRoutesupportedcontrolCloudGateway.DeleteRoute (gateway)typedtypedyesJSON contract
CreateIntegrationsupportedcontrolCloudGateway.CreateIntegration (gateway)typedtypedyesJSON contract
GetIntegrationsupportedcontrolCloudGateway.GetIntegration (gateway)typedtypedyesJSON contract
ListIntegrationssupportedcontrolCloudGateway.ListIntegrations (gateway)typedtypedyesJSON contract
UpdateIntegrationsupportedcontrolCloudGateway.UpdateIntegration (gateway)typedtypedyesJSON contract
DeleteIntegrationsupportedcontrolCloudGateway.DeleteIntegration (gateway)typedtypedyesJSON contract
CreateAuthorizersupportedcontrolCloudGateway.CreateAuthorizer (gateway)typedtypedyesJSON contract
GetAuthorizersupportedcontrolCloudGateway.GetAuthorizer (gateway)typedtypedyesJSON contract
ListAuthorizerssupportedcontrolCloudGateway.ListAuthorizers (gateway)typedtypedyesJSON contract
DeleteAuthorizersupportedcontrolCloudGateway.DeleteAuthorizer (gateway)typedtypedyesJSON contract
CreateDomainNamesupportedcontrolCloudGateway.CreateDomainName (gateway)typedtypedyesJSON contract
GetDomainNamesupportedcontrolCloudGateway.GetDomainName (gateway)typedtypedyesJSON contract
ListDomainNamessupportedcontrolCloudGateway.ListDomainNames (gateway)typedtypedyesJSON contract
AttachDomainNamesupportedcontrolCloudGateway.AttachDomainName (gateway)typedtypednoJSON contract
DetachDomainNamesupportedcontrolCloudGateway.DetachDomainName (gateway)typedtypednoJSON contract
VerifyDomainNamesupportedcontrolCloudGateway.VerifyDomainName (gateway)typedtypednoJSON contract
DeleteDomainNamesupportedcontrolCloudGateway.DeleteDomainName (gateway)typedtypedyesJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
DisconnectConnectionsupporteddataCloudGateway.DisconnectConnection (gateway)typedtypednoJSON contract
GetConnectionsupporteddataCloudGateway.GetConnection (gateway)typedtypednoJSON contract
ListConnectionssupporteddataCloudGateway.ListConnections (gateway)typedtypednoJSON contract
PostToConnectionsupporteddataCloudGateway.PostToConnection (gateway)typedtypednoJSON contract

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
SigV4ProxysupportedinternalCloudGateway.SigV4Proxy (gateway)typedtypednoJSON contract
JwtProxysupportedinternalCloudGateway.JwtProxy (gateway)typedtypednoJSON contract
WorkloadJwtMintsupportedinternalCloudGateway.WorkloadJwtMint (gateway)typedtypednoJSON contract
RateLimitIpsupportedinternalCloudGateway.RateLimitIp (gateway)typedtypednoJSON contract
RateLimitCredentialsupportedinternalCloudGateway.RateLimitCredential (gateway)typedtypednoJSON contract
ExecuteFunctionIntegrationsupportedinternalCloudGateway.ExecuteFunctionIntegration (gateway)typedtypednoJSON contract
ExecuteEventsPutsupportedinternalCloudGateway.ExecuteEventsPut (gateway)typedtypednoJSON contract
WebSocketConnectsupportedinternalCloudGateway.WebSocketConnect (gateway)typedtypednoJSON contract
WebSocketMessagesupportedinternalCloudGateway.WebSocketMessage (gateway)typedtypednoJSON contract

dns

Endpoint: https://dns.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
ListZonessupportedcontrolCloudDns.ListZones (dns)typedtypedyesJSON contract
GetZonesupportedcontrolCloudDns.GetZone (dns)typedtypedyesJSON contract
CreateZonesupportedcontrolCloudDns.CreateZone (dns)typedtypedyesJSON contract
DeleteZonesupportedcontrolCloudDns.DeleteZone (dns)typedtypedyesJSON contract
ListRecordssupportedcontrolCloudDns.ListRecords (dns)typedtypedyesJSON contract
GetRecordsupportedcontrolCloudDns.GetRecord (dns)typedtypedyesJSON contract
CreateRecordsupportedcontrolCloudDns.CreateRecord (dns)typedtypedyesJSON contract
UpsertRecordsupportedcontrolCloudDns.UpsertRecord (dns)typedtypedyesJSON contract
DeleteRecordsupportedcontrolCloudDns.DeleteRecord (dns)typedtypedyesJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

No operations in this group.

Contract stubs

Generated entries that are not current callable tenant contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateHostedZoneplannedcontrolCloudDns.CreateHostedZone (dns)typedtypednoJSON contract
ChangeResourceRecordSetsplannedcontrolCloudDns.ChangeResourceRecordSets (dns)typedtypednoJSON contract

Internal operations

Platform-facing operations; tenant clients must not call these.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
PublishDns01supportedinternalCloudDns.PublishDns01 (dns)typedtypednoJSON contract
DeleteDns01supportedinternalCloudDns.DeleteDns01 (dns)typedtypednoJSON contract

certs

Endpoint: https://certs.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
RequestCertificatesupportedcontrolCloudCerts.RequestCertificate (certs)typedtypedyesJSON contract
GetOrdersupportedcontrolCloudCerts.GetOrder (certs)typedtypednoJSON contract
DescribeCertificatesupportedcontrolCloudCerts.DescribeCertificate (certs)typedtypedyesJSON contract
ListCertificatessupportedcontrolCloudCerts.ListCertificates (certs)typedtypedyesJSON contract
RenewCertificatesupportedcontrolCloudCerts.RenewCertificate (certs)typedtypednoJSON contract
DeleteCertificatesupportedcontrolCloudCerts.DeleteCertificate (certs)typedtypedyesJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

No operations in this group.

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

sites

Endpoint: https://sites.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateSitesupportedcontrolCloudSites.CreateSite (sites)typedtypedyesJSON contract
GetSitesupportedcontrolCloudSites.GetSite (sites)typedtypedyesJSON contract
ListSitessupportedcontrolCloudSites.ListSites (sites)typedtypedyesJSON contract
UpdateSitesupportedcontrolCloudSites.UpdateSite (sites)typedtypedyesJSON contract
DeleteSitesupportedcontrolCloudSites.DeleteSite (sites)typedtypedyesJSON contract
CreateDeploymentsupportedcontrolCloudSites.CreateDeployment (sites)typedtypednoJSON contract
CompleteDeploymentsupportedcontrolCloudSites.CompleteDeployment (sites)typedtypednoJSON contract
GetDeploymentsupportedcontrolCloudSites.GetDeployment (sites)typedtypednoJSON contract
ListDeploymentssupportedcontrolCloudSites.ListDeployments (sites)typedtypednoJSON contract
PromoteDeploymentsupportedcontrolCloudSites.PromoteDeployment (sites)typedtypednoJSON contract
CreatePreviewTokensupportedcontrolCloudSites.CreatePreviewToken (sites)typedtypednoJSON contract
DeleteDeploymentsupportedcontrolCloudSites.DeleteDeployment (sites)typedtypednoJSON contract
CreateDomainBindingsupportedcontrolCloudSites.CreateDomainBinding (sites)typedtypedyesJSON contract
GetDomainBindingsupportedcontrolCloudSites.GetDomainBinding (sites)typedtypedyesJSON contract
ListDomainBindingssupportedcontrolCloudSites.ListDomainBindings (sites)typedtypedyesJSON contract
VerifyDomainBindingsupportedcontrolCloudSites.VerifyDomainBinding (sites)typedtypednoJSON contract
DeleteDomainBindingsupportedcontrolCloudSites.DeleteDomainBinding (sites)typedtypedyesJSON contract
PurgeCachesupportedcontrolCloudSites.PurgeCache (sites)typedtypednoJSON contract
RevalidatePathsupportedcontrolCloudSites.RevalidatePath (sites)typedtypednoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

No operations in this group.

Contract stubs

Generated entries that are not current callable tenant contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
RevalidateTagplannedcontrolCloudSites.RevalidateTag (sites)typedtypednoJSON contract

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

inventory

Endpoint: https://inventory.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
RegisterResourcesupportedcontrolCloudInventory.RegisterResource (inventory)typedtypednoJSON contract
UpdateResourceRecordsupportedcontrolCloudInventory.UpdateResourceRecord (inventory)typedtypednoJSON contract
DeregisterResourcesupportedcontrolCloudInventory.DeregisterResource (inventory)typedtypednoJSON contract
GetResourcesupportedcontrolCloudInventory.GetResource (inventory)typedtypednoJSON contract
ListResourcessupportedcontrolCloudInventory.ListResources (inventory)typedtypednoJSON contract
VerifyResourcesupportedcontrolCloudInventory.VerifyResource (inventory)typedtypednoJSON contract
ReportDriftsupportedcontrolCloudInventory.ReportDrift (inventory)typedtypednoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

No operations in this group.

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

auth

Endpoint: https://auth.cloud.skippr.io. Service guide. Service-scoped operation page.

Tenant-callable control-plane operations

Current tenant resource-management contracts.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
SignInimplementedcontrolPOST /auth/sign-injsonjsonnoJSON contract
ConfirmimplementedcontrolPOST /auth/confirmjsonjsonnoJSON contract
GetJwksimplementedcontrolGET /.well-known/jwks.jsonexplicitlyEmptyjsonnoJSON contract
HealthimplementedcontrolGET /healthexplicitlyEmptyjsonnoJSON contract
GetSessionimplementedcontrolGET /auth/sessionexplicitlyEmptyjsonnoJSON contract
RefreshTokenimplementedcontrolPOST /auth/refreshjsonjsonnoJSON contract
LogoutimplementedcontrolPOST /auth/logoutexplicitlyEmptyjsonnoJSON contract
DeleteAccountimplementedcontrolDELETE /auth/deleteexplicitlyEmptyjsonnoJSON contract
GetCredentialssupportedcontrolPOST /auth/credentialsexplicitlyEmptyjsonnoJSON contract
ListWorkspacesimplementedcontrolGET /auth/workspacesexplicitlyEmptyjsonnoJSON contract
CreateWorkspaceimplementedcontrolPOST /auth/workspacesjsonjsonnoJSON contract
GetWorkspaceConfigimplementedcontrolGET /auth/workspaces/{workspace}/configexplicitlyEmptytextnoJSON contract
PutWorkspaceimplementedcontrolPUT /auth/workspaces/{workspace}jsonjsonnoJSON contract
AcquireRunLockimplementedcontrolPOST /auth/workspaces/{workspace}/runs/lock/acquirejsonjsonnoJSON contract
RunLockHeartbeatimplementedcontrolPOST /auth/workspaces/{workspace}/runs/lock/heartbeatjsonjsonnoJSON contract
RunLockCompleteimplementedcontrolPOST /auth/workspaces/{workspace}/runs/lock/completejsonjsonnoJSON contract
GetRunLockimplementedcontrolGET /auth/workspaces/{workspace}/runs/lockexplicitlyEmptyjsonnoJSON contract
ListRunsimplementedcontrolGET /auth/workspaces/{workspace}/runsexplicitlyEmptyjsonnoJSON contract
GetRunimplementedcontrolGET /auth/workspaces/{workspace}/runs/{runId}explicitlyEmptyjsonnoJSON contract
PutRunimplementedcontrolPUT /auth/workspaces/{workspace}/runs/{runId}jsonjsonnoJSON contract
AuthorizeimplementedcontrolPOST /auth/authorizejsonjsonnoJSON contract
CreateWorkloadKeyimplementedcontrolPOST /auth/workload-keysjsonjsonnoJSON contract
ListWorkloadKeysimplementedcontrolGET /auth/workload-keysexplicitlyEmptyjsonnoJSON contract
GetWorkloadKeyimplementedcontrolGET /auth/workload-keys/{principalId}explicitlyEmptyjsonnoJSON contract
RevokeWorkloadKeyimplementedcontrolDELETE /auth/workload-keys/{principalId}explicitlyEmptyjsonnoJSON contract
RotateWorkloadKeyimplementedcontrolPOST /auth/workload-keys/{principalId}/rotateexplicitlyEmptyjsonnoJSON contract
CreatePolicyimplementedcontrolPOST /auth/policiesjsonjsonnoJSON contract
GetPolicyimplementedcontrolGET /auth/policies/{policyId}explicitlyEmptyjsonnoJSON contract
ListPoliciesimplementedcontrolGET /auth/policiesexplicitlyEmptyjsonnoJSON contract
UpdatePolicyimplementedcontrolPUT /auth/policies/{policyId}jsonjsonnoJSON contract
DeletePolicyimplementedcontrolDELETE /auth/policies/{policyId}explicitlyEmptyjsonnoJSON contract
ValidatePolicyimplementedcontrolPOST /auth/policies/validatejsonjsonnoJSON contract
GetPolicyEpochimplementedcontrolGET /auth/policies/epochexplicitlyEmptyjsonnoJSON contract
CreateUserPoolimplementedcontrolPOST /auth/user-poolsjsonjsonnoJSON contract
ListUserPoolsimplementedcontrolGET /auth/user-poolsexplicitlyEmptyjsonnoJSON contract
DescribeUserPoolimplementedcontrolGET /auth/user-pools/{poolId}explicitlyEmptyjsonnoJSON contract
DeleteUserPoolimplementedcontrolDELETE /auth/user-pools/{poolId}explicitlyEmptyjsonnoJSON contract
CreateAppClientimplementedcontrolPOST /auth/user-pools/{poolId}/clientsjsonjsonnoJSON contract
ListAppClientsimplementedcontrolGET /auth/user-pools/{poolId}/clientsexplicitlyEmptyjsonnoJSON contract
DescribeAppClientimplementedcontrolGET /auth/user-pools/{poolId}/clients/{clientId}explicitlyEmptyjsonnoJSON contract
DeleteAppClientimplementedcontrolDELETE /auth/user-pools/{poolId}/clients/{clientId}explicitlyEmptyjsonnoJSON contract
PoolSignInimplementedcontrolPOST /auth/user-pools/{poolId}/sign-injsonjsonnoJSON contract
PoolConfirmimplementedcontrolPOST /auth/user-pools/{poolId}/confirmjsonjsonnoJSON contract
PoolRefreshimplementedcontrolPOST /auth/user-pools/{poolId}/refreshjsonjsonnoJSON contract
PoolLogoutimplementedcontrolPOST /auth/user-pools/{poolId}/logoutexplicitlyEmptyjsonnoJSON contract
ListDirectoryRolessupportedcontrolGET /auth/directory/rolesexplicitlyEmptyjsonnoJSON contract
GetOidcLoginUrlsupportedcontrolGET /auth/directory/oidc/login-urlexplicitlyEmptyjsonnoJSON contract
AssignDirectoryRolesupportedcontrolPUT /auth/directory/members/{memberId}/rolejsonjsonnoJSON contract
ListDirectoryMemberssupportedcontrolGET /auth/directory/membersexplicitlyEmptyjsonnoJSON contract
CreateOperatorAccessKeyimplementedcontrolPOST /auth/directory/access-keysjsonjsonnoJSON contract
ListOperatorAccessKeysimplementedcontrolGET /auth/directory/access-keysexplicitlyEmptyjsonnoJSON contract
RevokeOperatorAccessKeyimplementedcontrolDELETE /auth/directory/access-keys/{keyId}explicitlyEmptyjsonnoJSON contract

Tenant-callable data-plane operations

Current tenant application and runtime contracts.

No operations in this group.

Contract stubs

Generated entries that are not current callable tenant contracts.

No operations in this group.

Internal operations

Platform-facing operations; tenant clients must not call these.

No operations in this group.

Matrix operations without catalog contracts

These operations appear in the compatibility matrix but do not have generated request or response contracts. They are not callable through the generated catalog, regardless of the matrix label.

ServiceOperationStatus
streamsCreateTopicsplanned
streamsDeleteTopicsplanned
streamsMetadataplanned
streamsDescribeTopicsplanned
streamsProduceplanned
streamsFetchplanned
streamsFindCoordinatorplanned
streamsJoinGroupplanned
streamsSyncGroupplanned
streamsHeartbeatplanned
streamsLeaveGroupplanned
streamsOffsetCommitplanned
streamsOffsetFetchplanned
streamsDescribeConfigsplanned
streamsAlterConfigsplanned
streamsListOffsetsplanned
streamsListGroupsplanned
streamsDescribeGroupsplanned
tablesProjectionExpressionplanned
tablesStreamSpecificationplanned
functionsFunctionUrlplanned
machinesCreateFleetplanned
machinesUpdateDesiredCountplanned
machinesDescribeFleetplanned
machinesListFleetsplanned
machinesDeleteFleetplanned
machinesUpdateFleetplanned
machinesSetAutoscalingplanned
machinesListImagesplanned
authCreateApiKeyremoved
authListApiKeysremoved
authRevokeApiKeyremoved
authApiKeyExchangeremoved
authOidcSsoLoginplanned
authCreateOidcConnectionplanned
eltCreatePipelineplanned
eltStartRunplanned
eltDescribeRunplanned
eltGetPipelineplanned
eltListPipelinesplanned
eltUpdatePipelineplanned
eltDeletePipelineplanned
eltListRunsplanned
eltStopRunplanned
logsCreateLogGroupplanned
logsCreateLogStreamplanned
logsDescribeLogGroupsplanned
logsDescribeLogStreamsplanned
logsDeleteLogGroupplanned
logsDeleteLogStreamplanned
logsPutLogEventsplanned
logsFilterLogEventsplanned
logsStartQueryplanned
logsCreateSubscriptionFilterplanned
metricsPutMetricDataplanned
metricsGetMetricStatisticsplanned
metricsListMetricsplanned
metricsGetMetricDataplanned
metricsPutMetricAlarmplanned
metricsDescribeAlarmsplanned
tracesPutTraceSpansplanned
tracesGetTraceplanned
tracesGetTraceSummariesplanned
tracesGetTraceGraphplanned
tracesPutTraceSegmentsplanned
tracesBatchGetTracesplanned
tracesOtlpExportplanned