AppPatchUpdateCheckpointDeltaRequest
PatchUpdateCheckpointDeltaRequest defines the body of a request to the bandwidth-optimized version of the patch update checkpoint endpoint of the service API. It is semantically equivalent to the PatchUpdateCheckpointRequest, but instead of transferring the entire Deployment as a JSON blob, it encodes it as a textual diff against the last-saved deployment. This conserves bandwidth on large resources.
Properties
versioninteger requiredProtocol version.checkpointHashstring requiredSHA256 hash of the result of aplying the DeploymentDelta to the previously saved deployment.sequenceNumberinteger requiredIdempotency key incremented by the client on every PATCH call within the same update.deploymentDeltaobject optionalTextual diff that recovers the desired deployment JSON when applied to the previously saved deployment JSON.
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.