secrets API operations
Tenant callers can use 9 current operations at https://secrets.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://secrets.eu-central-1.cloud.skippr.io - Protocol:
cloudJson - SigV4 service:
secrets - Target prefix:
CloudSecrets. - Readiness counts:
{"supported": 9} - Service guide: secrets
- 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 |
|---|---|---|---|---|---|---|---|
CreateSecret | supported | control | CloudSecrets.CreateSecret (secrets) | typed | typed | yes | JSON contract |
DescribeSecret | supported | control | CloudSecrets.DescribeSecret (secrets) | typed | typed | yes | JSON contract |
ListSecrets | supported | control | CloudSecrets.ListSecrets (secrets) | typed | typed | yes | JSON contract |
DeleteSecret | supported | control | CloudSecrets.DeleteSecret (secrets) | typed | typed | yes | JSON contract |
RestoreSecret | supported | control | CloudSecrets.RestoreSecret (secrets) | typed | typed | yes | JSON contract |
RotateSecret | supported | control | CloudSecrets.RotateSecret (secrets) | typed | typed | no | JSON contract |
CancelRotateSecret | supported | control | CloudSecrets.CancelRotateSecret (secrets) | 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 |
|---|---|---|---|---|---|---|---|
GetSecretValue | supported | data | CloudSecrets.GetSecretValue (secrets) | typed | typed | no | JSON contract |
PutSecretValue | supported | data | CloudSecrets.PutSecretValue (secrets) | 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.
