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/upgradeHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path Parameters| Name | Description |
|---|---|
api_name | The API name of the snapshot. Obtain this from the Retrieve Sandbox Snapshots request. |
Request
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.1/objects/sandbox/snapshot/veepharm_snapshot__c/actions/upgradeResponse
Section link for Response{
"responseStatus": "SUCCESS",
"job_id": 172303,
"url": "/api/v24.1/services/jobs/172303"
}Response Details
Section link for Response DetailsOn SUCCESS, the response includes the following information: