It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

Barracuda Campus is getting an upgrade!

We are excited to announce that Barracuda Campus will migrate to a new platform around mid-January 2026. Please see the announcement on the Campus Dashboard to find out more.

Agent Permissions Validation

  • Last updated on

The path needs to be created and authenticated beforehand, using the Validate path API (in the case that the path does not exist, or it's on a network share that requires auth).

This section includes the following topics:

  • Input Parameters
  • Output Parameters

Input Parameters

diskLocation

path - string pointing to the local or remote path where the virtual disks will be stored on a subsequent Restore API call.

Example:

{

 

 "diskLocation": {

 

     "path": "c:\\path1"   

 

 }

}

Output Parameters

None when successful, validation error otherwise:

when there are no write permissions on the diskLocation.path location - error message "Need to have read/write permissions on path {path_here}"

Example POST

POST /v2/accounts/test_acc/computers/0000/restore/diskimage/standard/vm/validate/agent

Input Parameters

{

    "diskLocation":{

    "path": "c:\\path1"

 

        }

}

Output Parameters

Response status: 204 No content (for online operation).