Hello, I'm writing a script that collect data from all nodes by - /api2/json/nodes/{node}/rrddata
the problem is that the source I work with is inconsistent when it comes to timeframe query. Sometime 'hour' is a right one, sometime - 'day'.
Is there any way to collect timeframes supported by each specific nodes by api? I looked at this https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/rrddata api reference and didn't didn't find anything.
Or enumerate every option is all I can do?
the problem is that the source I work with is inconsistent when it comes to timeframe query. Sometime 'hour' is a right one, sometime - 'day'.
Is there any way to collect timeframes supported by each specific nodes by api? I looked at this https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/rrddata api reference and didn't didn't find anything.
Or enumerate every option is all I can do?