Skip to content

Create a new sandbox snapshot for the indicated sandbox Vault.

POST/api/{version}/objects/sandbox/snapshot
NameDescription
Acceptapplication/json (default) or application/xml
Content-Typeapplication/x-www-form-urlencoded
NameDescription
source_sandbox
required
The name of the sandbox Vault to take a snapshot of.
name
required
The name of the new snapshot.
description
optional
The description of the new snapshot.
include_data
optional
Set to true to include data as part of the snapshot. Set to false to include only configuration.
curl -X POST -H "Authorization: {SESSION_ID}" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "source_sandbox=Sandbox1" \ -d "name=Snapshot1" \ -d "description=First snapshot of a sandbox." \ -d "include_data=false" \ https://myvault.veevavault.com/api/v25.1/objects/sandbox/snapshot
{ "responseStatus": "SUCCESS", "job_id": 165944, "url": "/api/v25.1/services/jobs/165944" }

On SUCCESS, the response includes the following information: