query API actions
Use skippr-cloud query <operation> for these actions. The HTTPS endpoint is https://query.eu-central-1.cloud.skippr.io. Actions listed as coming soon or platform-only are listed for completeness; do not build on them yet.
- CLI:
skippr-cloud query - Endpoint:
https://query.eu-central-1.cloud.skippr.io - Service guide: query
- Aggregate reference: all API actions
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
ListTables | skippr-cloud query list-tables | CloudQuery.ListTables (query) | JSON contract |
DescribeTable | skippr-cloud query describe-table | CloudQuery.DescribeTable (query) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
ExecuteStatement | skippr-cloud query execute-statement | CloudQuery.ExecuteStatement (query) | JSON contract |
Coming later
These actions are coming soon.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
StopQuery | skippr-cloud query stop-query | CloudQuery.StopQuery (query) | JSON contract |
Platform-only actions
These actions are platform-only. Do not call them from the CLI or SDKs.
No actions in this group.
