queue API operations
Tenant callers can use 14 current operations at https://queue.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://queue.eu-central-1.cloud.skippr.io - Protocol:
cloudJson - SigV4 service:
queue - Target prefix:
CloudQueue. - Readiness counts:
{"supported": 14} - Service guide: queue
- 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 |
|---|---|---|---|---|---|---|---|
CreateQueue | supported | control | CloudQueue.CreateQueue (queue) | typed | typed | yes | JSON contract |
DeleteQueue | supported | control | CloudQueue.DeleteQueue (queue) | typed | typed | yes | JSON contract |
GetQueueUrl | supported | control | CloudQueue.GetQueueUrl (queue) | typed | typed | yes | JSON contract |
ListQueues | supported | control | CloudQueue.ListQueues (queue) | typed | typed | yes | JSON contract |
GetQueueAttributes | supported | control | CloudQueue.GetQueueAttributes (queue) | typed | typed | yes | JSON contract |
SetQueueAttributes | supported | control | CloudQueue.SetQueueAttributes (queue) | typed | typed | yes | JSON contract |
PurgeQueue | supported | control | CloudQueue.PurgeQueue (queue) | typed | typed | no | 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 |
|---|---|---|---|---|---|---|---|
SendMessage | supported | data | CloudQueue.SendMessage (queue) | typed | typed | no | JSON contract |
SendMessageBatch | supported | data | CloudQueue.SendMessageBatch (queue) | typed | typed | no | JSON contract |
ReceiveMessage | supported | data | CloudQueue.ReceiveMessage (queue) | typed | typed | no | JSON contract |
DeleteMessage | supported | data | CloudQueue.DeleteMessage (queue) | typed | typed | no | JSON contract |
DeleteMessageBatch | supported | data | CloudQueue.DeleteMessageBatch (queue) | typed | typed | no | JSON contract |
ChangeMessageVisibility | supported | data | CloudQueue.ChangeMessageVisibility (queue) | typed | typed | no | JSON contract |
ChangeMessageVisibilityBatch | supported | data | CloudQueue.ChangeMessageVisibilityBatch (queue) | 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.
No operations in this group.
