Recheck Sandbox Usage Limit
Recalculate the usage values of the sandbox Vaults for the authenticated Vault. This action can be initiated up to 100 times in a 24-hour period. In the UI, this information is available in Admin > Settings. Learn more about viewing usage details in Vault Help
POST
/api/{version}/objects/sandbox/actions/recheckusageHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
Content-Type | application/x-www-form-urlencoded |
Request
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
https://myvault.veevavault.com/api/v26.1/objects/sandbox/actions/recheckusageResponse
Section link for Response{
"responseStatus": "SUCCESS"
}