Skip to content

Upgrade Sandbox Snapshot

Upgrade a sandbox snapshot to match the release version of the source sandbox Vault.

Your request to upgrade a snapshot is only valid if the upgrade_status=Upgrade Available or Upgrade Required. Use the Retrieve Sandbox Snapshots request to obtain the upgrade_status of a snapshot.

POST/api/{version}/objects/sandbox/snapshot/{api_name}/actions/upgrade
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
api_nameThe API name of the snapshot. Obtain this from the Retrieve Sandbox Snapshots request.
curl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.1/objects/sandbox/snapshot/veepharm_snapshot__c/actions/upgrade
{
   "responseStatus": "SUCCESS",
   "job_id": 172303,
   "url": "/api/v24.1/services/jobs/172303"
}

On SUCCESS, the response includes the following information: