Is there a FMC API to get
1) Realtime performance metrics for CPU/Memory/Disk.
2) Tunnel (VPN/Site-to-Site) performance metrics (e.g. latency, jitter, packet loss) managed on FTDs.
Tried following APIs but no helpful to get intended output:
/api/fmc_config/v1/domain/{domainUUID}/health/metrics
it doesn't seem to give useful information. I did try with metric:disk_stats or mem or cpu
{{fmc}}/api/fmc_config/v1/domain/{{domainUUID}}/health/tunnelstatuses
/api/fmc_config/v1/domain/{domainUUID}/health/tunnelsummaries
Could see Tunnel status but no performance counters like latency, jitter, packet loss etc.