Policy Type Configs
Alle Operationen rund um Policy Type Configs.
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 |
|---|---|---|---|---|
| Policy Type Configuration | policy_type_config |
4 | — | policy_type_config_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/policy_type_configs |
Create policy_type_config | Create a new policy_type_config in the active tenant. |
DELETE |
/v1/policy_type_configs/{id} |
Delete policy_type_config | Soft delete entity. |
GET |
/v1/policy_type_configs/{id} |
Get policy_type_config by id | Fetch a single policy_type_config. |
GET |
/v1/policy_type_configs/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/policy_type_configs/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/policy_type_configs/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/policy_type_configs |
List policy_type_configs | List policy_type_configs for the active tenant. |
PATCH |
/v1/policy_type_configs/{id} |
Patch policy_type_config | JSON Merge Patch update. |
POST |
/v1/policy_type_configs/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/policy_type_configs/{id}/transition |
POST /v1/policy_type_configs/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/policy_type_configs/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/policy_type_configs/{id} |
Replace policy_type_config | Full replace with optimistic locking. |