13 Feb 2025
04:05 PM
- last edited on
17 Feb 2025
08:13 AM
by
MaciejNeumann
The information is accessible thru the UI and not thru the API
https://<tenant>/.../ui/settings/HOST-xxxxxxxxxxxxxxxx/builtin:anomaly-detection.infrastructure-disks?gtf=-2h&gf=all
13 Feb 2025 06:32 PM - edited 13 Feb 2025 06:33 PM
Hi,
Easier way would be, going to schema in the UI:
Select "..." -> API:
As you can see there, it is not HOST-id, you need object ID. If you go to full API specification:
I would call all objects you are interested using filters (filtering by schema for example), get objects IDs, and make a second call to get details of ID (disk).
Best regards
17 Feb 2025 09:58 AM
Hello,
Here are the results of my REST explorations
Evironment:
Cynematics:
Conclusion:
This should be available at the HOST level just like the UI is offering, as it's not practical to use the UI to check 45k hosts