AppCompleteUpdateRequest
CompleteUpdateRequest defines the body of a request to the update completion endpoint of the service API.
Properties
statusenum requiredThe current statusValues:not started— NotStarted- StatusNotStarted is returned when the Update has been created but not applied.
requested— Requested- StatusRequested is returned when the Update application has been requested but not started.
running— Running- StatusRunning is returned when the Update is in progress.
failed— Failed- StatusFailed is returned when the update has failed.
succeeded— Succeeded- StatusSucceeded is returned when the update has succeeded.
cancelled— Cancelled- UpdateStatusCancelled indicates that an update completed due to cancellation.