WAN Accelerators

The WAN Accelerators section defines paths and operations for managing WAN accelerators.

Get All WAN Accelerators

The HTTP GET request to the /api/v1/backupInfrastructure/wanAccelerators path allows you to get an array of all WAN accelerators that are added to the backup infrastructure.

Available to: Veeam Backup Administrator, Veeam Restore Operator, Veeam Tape Operator.

SecurityBearer
Request
query Parameters
skip
integer <int32>

Number of WAN accelerators to skip.

limit
integer <int32>
Default: 200

Maximum number of WAN accelerators to return.

orderColumn
string (EWANAcceleratorsFiltersOrderColumn)

Sorts WAN accelerators by one of the WAN accelerator parameters.

Value: "Name"
orderAsc
boolean

If true, sorts WAN accelerators in the ascending order by the orderColumn parameter.

nameFilter
string

Filters WAN accelerators by the nameFilter pattern. The pattern can match any WAN accelerator parameter. To substitute one or more characters, use the asterisk (*) character at the beginning, at the end or both.

header Parameters
x-api-version
required
string
Default: 1.3-rev0

Version and revision of the client REST API. Must be in the following format: <version>-<revision>.

Responses
200

OK

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

Forbidden. The user sending the request does not have adequate privileges to access one or more objects specified in the request.

500

Internal server error. The request has been received but could not be completed because of an internal error at the server side.

get/api/v1/backupInfrastructure/wanAccelerators
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Get WAN Accelerator

The HTTP GET request to the /api/v1/backupInfrastructure/wanAccelerators/{id} path allows you to get a WAN accelerator that has the specified id.

Available to: Veeam Backup Administrator, Veeam Restore Operator, Veeam Tape Operator.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

WAN accelerator ID. To get the ID, run the Get All WAN Accelerators request.

header Parameters
x-api-version
required
string
Default: 1.3-rev0

Version and revision of the client REST API. Must be in the following format: <version>-<revision>.

Responses
200

OK

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

Forbidden. The user sending the request does not have adequate privileges to access one or more objects specified in the request.

404

Not found. No object was found with the path parameter specified in the request.

500

Internal server error. The request has been received but could not be completed because of an internal error at the server side.

get/api/v1/backupInfrastructure/wanAccelerators/{id}
Request samples
Response samples
application/json
{
  • "id": "d8ecb099-ca8e-4cd3-b12f-10f36508942b",
  • "name": "enterprise03.tech.local",
  • "server": {
    },
  • "cache": {
    }
}