AppUpdateResults
UpdateResults returns a series of events and the current status of an update. The events can be filtered. See API call for more details.
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.
- List of events
- ↳
indexstring requiredThe index - ↳
kindenum requiredThe kindValues:stdout— StdoutEvent- StdoutEvent is used to mark the event being emitted to STDOUT.
stderr— StderrEvent- StderrEvent is used to mark the event being emitted to STDERR.
- ↳
fieldsmap[string]object requiredThe fields continuationTokenstring optionalContinuationToken is an opaque value used to indiciate the end of the returned update results. Pass it in the next request to obtain subsequent update events.
The same continuation token may be returned if no new update events are available, but the update is still in-progress.
A value of nil means that no new updates will be available. Everything has been returned to the client and the update has completed.