Orchestration Cluster API
API for communicating with a Camunda 8 cluster.
Conventions
Enum value casing
Server-side, enum-typed request fields accept any casing of a
documented value (for example ACTIVE, active, and Active are
all accepted on input). Responses always use the canonical casing
shown in this specification.
This permissive request behavior is a server-side convenience and is not part of the OpenAPI enum contract — SDKs generated from this specification by strict generators may reject non-canonical casing on the client side. For portability across SDKs, always send the canonical casing shown in this document.
Authentication
- HTTP: Bearer Auth
- HTTP: Basic Auth
| Security Scheme Type: | http |
|---|---|
| HTTP Authorization Scheme: | bearer |
| Bearer format: | JWT |
| Security Scheme Type: | http |
|---|---|
| HTTP Authorization Scheme: | basic |
License
Camunda License Version 1.0