Snapshots

Creates a new application snapshot. Snapshots represent a state of an application at a specific point in time and can be restored later, making it easy to create backups of entire applications.

post/api/snapshots/application/{application_id}/

Path parameters

application_idinteger required

Application ID for which to list snapshots.

Request body

idinteger required
namestring required
snapshot_from_applicationinteger required
created_atstring date-time required

Response

idinteger required
typestring required

The type of the job.

progress_percentageinteger required

A percentage indicating how far along the job is. 100 means that it's finished.

statestring required

Indicates the state of the import job.

human_readable_errorstring

A human readable error message indicating what went wrong.

error_codestring

A machine readable error code indicating why the job failed.

created_onstring date-time required
updated_onstring date-time required

Changes

Changed in 1 of the 6 revisions of this API.1

    • added the optional property error_code to the response with the 202 status

      response-optional-property-added