Pool Resources
Alle Operationen rund um Pool Resources.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Pool Resource | pool_resource |
33 | — | pool_resource_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/pool_resources |
Create pool_resource | Create a new pool_resource in the active tenant. |
DELETE |
/v1/pool_resources/{id} |
Delete pool_resource | Soft delete entity. |
GET |
/v1/pool_resources/{id} |
Get pool_resource by id | Fetch a single pool_resource. |
GET |
/v1/pool_resources/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/pool_resources/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/pool_resources/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/pool_resources |
List pool_resources | List pool_resources for the active tenant. |
PATCH |
/v1/pool_resources/{id} |
Patch pool_resource | JSON Merge Patch update. |
POST |
/v1/pool_resources/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/pool_resources/{id}/transition |
POST /v1/pool_resources/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/pool_resources/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/pool_resources/{id} |
Replace pool_resource | Full replace with optimistic locking. |