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,requested,running,failed,succeeded,cancelled- List of events
- ↳
indexstring requiredThe index - ↳
kindenum requiredThe kindValues:stdout,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.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.