API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · configuration_changes

Configuration Change Schema

Schema-ID
configuration_change
Collection
configuration_changes
Permissions
  • Lesenconfiguration_change_view
  • Anlegenconfiguration_change_create
  • Ändernconfiguration_change_edit
  • Löschenconfiguration_change_delete
Beziehungen

Felder

Configuration Change Schema

configuration_changes4 Permissions

Schema for validating configuration change entities

assetIduuiderforderlich→ asset

Asset UUID this change belongs to

ticketIduuidoptional→ ticket

Associated ticket UUID

nullable
projectIduuidoptional→ project

Associated project UUID

nullable
titlestringerforderlich

What was changed - short description

1–200 Zeichen
descriptionstringoptional

Detailed description of the change

max 2000 Zeichennullable
changeTypestringerforderlich

Type of configuration change

INSTALLUPDATEREMOVECONFIGUREMIGRATEPATCHOTHER
categorystringerforderlich

Category of the change

SOFTWAREHARDWARENETWORKSECURITYSTORAGEOTHER
previousValuestringoptional

Previous value before the change

max 1000 Zeichennullable
newValuestringoptional

New value after the change

max 1000 Zeichennullable
performedByuuidoptional

User UUID who performed the change

performedAtdatetimeerforderlich

ISO date when the change was performed

statusstringerforderlich

Status of the configuration change

PLANNEDIN_PROGRESSCOMPLETEDFAILEDROLLED_BACK
tagsstring[]optional

Tags for categorizing the change

Default: []

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/configuration_changes — Liste, paginiert + filterbar
  • GET /api/v1/configuration_changes/<id> — Einzelne Entity
  • POST /api/v1/configuration_changes — Anlegen
  • PATCH /api/v1/configuration_changes/<id> — Teil-Update
  • DELETE /api/v1/configuration_changes/<id> — Soft-Delete
  • GET /api/v1/configuration_changes/<id>/timeline — Audit + Aktivitäten

Suche