UpdateComponent
Trigger an asynchronous in-place update of a deployed component
POST
/api/v1/lifecycle/components/{uuid}/updateOperation ID
UpdateComponentSince
1.0.0Execution Mode
AsynchronousAuth Context
Auth RequiredAsync Workflow
This endpoint starts asynchronous work.
Expect an initial acceptance response first, then follow the workflow-specific identifier or task status from the response payload.
Auth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUUID of the component to update
Body Fields
targetVersionStringRequiredTarget version to update the component to
Example: 1.3.0
targetReleaseStringRequiredTarget release to update the component to
Example: 221
componentInstanceUuidStringRequiredOptional component instance UUID for HA components
Example: inst-a1b2c3d4
paramsStringRequiredAdditional parameters as key-value pairs
Example: value
Responses
200 OKChange History
View all change historyChange TimeChange SummaryAction
Change Time
AddedRequest body fields componentInstanceUuidView API
