Filter Parameters

Some resource properties of Veeam Backup for Microsoft Azure REST API schemas can be used as filter query parameters. Filter query parameters are used to filter items of a resource collection to return a subset of resources in a response. The subset includes only those resources that satisfy parameter value specified in the query.

For example, to return a list of protected Azure VMs of the /virtualMachines collection, send the Protected value of the ProtectionStatus filter parameter in the following request:

GET https://<hostname>/api/<version>/virtualMachines?ProtectionStatus=Protected

To learn more about properties of a specific resource that can be used as filter query parameters, see the REST API Reference.