In that case the API is your friend.
GET <FQDN>/api/versions/current will get you
- vRealize Operations Manager Version
- vRealize Operations Manager Build
GET <FQDN>/api/adapters will get you
- Administration -> Solutions -> Collection Status
Best to create a super metric for this and collect it by an API call
- Administration -> Management -> Licensing -> Licence Keys -> License Capacity & License Usage
GET <FQDN>/api/alerts will get you
- Home -> Recommended Actions -> I want to capture the alerts from all the tabs (see attached image)
Check out the full API documentation on:
https://<FQDN>/suite-api/doc/swagger-ui.html
The only thing missing is the server name, but that can be taken from your own input (or even as a super metric).