I'm noticing some strange gaps in the information in the job objects and wondering if there's any way to infer or find this information elsewhere. Notably:
The object exclusion list isn't present
The destination repository isn't listed (!)
The configured retention policy isn't listed
There are no agent or tape jobs included in the job list
Last run status
Any chance we could get an idea if/when these might be added in, or alternate means of figuring out this information? On the tape front, I'm guessing that the only method is to fall back to powershell directly on individual servers, but that's going to be complicated by the network and authentication segmentation in this environment.
infraerik wrote:On the tape front, I'm guessing that the only method is to fall back to powershell directly on individual servers, but that's going to be complicated by the network and authentication segmentation in this environment.
Easiest option would be to have the Backup & Replication Console (includes PowerShell) installed on an easily accessible remote computer with necessary ports allowed. As it seems you were able to get EM REST API ports allowed, adding these port(s) should be doable.
Another more involved option if using a VMware environment would be to use the PowerCLI cmdlet Invoke-VMScript to get the job done.
Thanks for the info. Some of these approaches are less than obvious, like using the Backups and Backup Session which will return huge lists that need to be parsed to work backwards to the job.
The idea is that I'm trying to build a policy conformance report of the configuration of the jobs, so it would make more sense if the attributes of the job as presented in the UI were also presented as attributes of the job. At the moment, the workaround is to use remote PS-Session connections to the individual servers, to complete the data collection.