Entity · configuration_changes
Configuration Change Schema
Felder
Configuration Change Schema
Schema for validating configuration change entities
assetId
Asset UUID this change belongs to
ticketId
Associated ticket UUID
nullable
projectId
Associated project UUID
nullable
title
What was changed - short description
1–200 Zeichen
description
Detailed description of the change
max 2000 Zeichennullable
changeType
Type of configuration change
Werte
INSTALLUPDATEREMOVECONFIGUREMIGRATEPATCHOTHERcategory
Category of the change
Werte
SOFTWAREHARDWARENETWORKSECURITYSTORAGEOTHERpreviousValue
Previous value before the change
max 1000 Zeichennullable
newValue
New value after the change
max 1000 Zeichennullable
performedBy
User UUID who performed the change
performedAt
ISO date when the change was performed
status
Status of the configuration change
Werte
PLANNEDIN_PROGRESSCOMPLETEDFAILEDROLLED_BACKtags
Tags for categorizing the change
Default: []
Keine Felder passen zum Filter.
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 + filterbarGET /api/v1/configuration_changes/<id>— Einzelne EntityPOST /api/v1/configuration_changes— AnlegenPATCH /api/v1/configuration_changes/<id>— Teil-UpdateDELETE /api/v1/configuration_changes/<id>— Soft-DeleteGET /api/v1/configuration_changes/<id>/timeline— Audit + Aktivitäten