I am making this post because I have a problem with a query.
Indeed, I want to recover the result of a backup of a client. For example, the test client:
I have a query already done and it works if I give it the machine name. I have names that are similar for example: test-files, test-tse etc... But sometimes it's the name FQDN because it's linux agents that do the backups.
Here is the request that I would like to set up but that does not work:
As you've tested, wildcards are not supported in a filter query. I recommend using a different filter method for your query.
For example, using the JobUid or JobName would limit the responses to items protected in a specific job during that backup session. Then, you could look for the VmDisplayName in the response to validate.
However, I did not understand the relationship between the two requests. The initial query I used allows me to retrieve the status of a backup thanks to the name of the virtual machine using the vmdisplayname. I wanted to know if it was possible to use this query using the * operator to say if the vmdisplayname contains a string for example "test".