Create snapshot

Create a snapshot from a running sandbox.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
sandbox_idstringRequired
namestring or nullOptional

Response

Successful Response
idstring
namestring
statusstring
sandbox_idstring or null
size_bytesinteger or null
checksum_sha256string or null
created_atdatetime or null
created_bystring or null

Errors

401
Unauthorized Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
503
Service Unavailable Error