I have some troubles with REST API after update to v12.
Before, on v11 if I use filter like
Code: Select all
'JobUid=="<valid_job_id>"'
Code: Select all
/api/query?type=BackupJobSession
Now, after update, expected list is always empty.
Can you confirm if this is some change within v12, and how should I get list of sessions now?
Thanks