CreateChangeRequest
Create a new change request with planned schedule and impact scope
POST
/api/v1/change-management/change-requestsOperation ID
CreateChangeRequestSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
titleStringRequiredShort summary title for the new change request
Example: Upgrade database cluster to v14
descriptionStringRequiredDetailed description of the change and its expected outcome
Example: Rolling upgrade of PostgreSQL from v13 to v14 with no downtime
changeTypeStringRequiredChange type
Example: CHANGE_TYPE_UNSPECIFIED
plannedStartStringRequiredPlanned start
Example: 2026-01-15T08:00:00Z
plannedEndStringRequiredPlanned end
Example: 2026-01-15T08:00:00Z
