Filter Parameters

Some resource properties of Veeam Backup for AWS 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 EC2 instances of the /virtualMachines collection, send the Protected value of the ProtectionStatus filter parameter in the following request:

GET https://127.0.0.1:11005/api/v1/virtualMachines?ProtectionStatus=Protected

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