Cloud infrastructure/devops
opensuse.org:obs
Open Build Service sandbox and mock API
The _Open Build Service API_ is a XML API. To authenticate, use [HTTP basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) by passing the _Authorization_ header in the form of `Authorization: Basic <credentials>`. There is no API versioning as there is no need for it right now. Only rudimentary rate limiting is implemented, so please be gentle when using the API concurr Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 81
- Collections
- -
- Event types
- -
example request
curl https://your-opensuse-obs.slurry.io/about \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.10.50.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 81.
- GET/about
- GET/architectures
- GET/architectures/{architecture_name}
- GET/attribute
- GET/attribute/{namespace}
- DELETE/attribute/{namespace}
- GET/attribute/{namespace}/_meta
- POST/attribute/{namespace}/_meta
- PUT/attribute/{namespace}/_meta
- DELETE/attribute/{namespace}/_meta
- DELETE/attribute/{namespace}/{attribute_name}
- GET/attribute/{namespace}/{attribute_name}/_meta