This is an archive version of the document. To get the most up-to-date information, see the current version.

Query String Options

VAO REST API supports querying according to OData protocol. System Query Options are query string parameters that you can specify to control the amount and order of data that VAO REST API returns for a resource or collection.

VAO REST API supports the following System Query Options:

 

Query String Options Important!

All queries are case-sensitive.

VAO REST API resource properties can be used as query parameters. For example, to find out which failover plans have configured schedules, use the scheduleEnabled property of the /FailoverPlans resource as a parameter for the $orderby query option in the following request:

GET https://uwin2012r2.n.local:9899/v2/FailoverPlans?$filter=scheduleEnabled%20eq%20true

To learn more about properties of a specific resource, see section Properties in the Resource Reference.

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.