Is your feature request related to a problem? Please describe.
To get information about partitions, you must have management statistics enabled. Ideally, it would be great to still get that information, and other critical info, when management stats are disabled.
Here is a script I made to make several HTTP API requests and write their results to a file:
This is what is returned when stats are enabled. Note that partitions, mem_alarm and disk_free_alarm are returned. I would consider those to be important:
with-stats-output.txt
Describe the solution you'd like
The HTTP API request should return information about partitions and alarms.
Is your feature request related to a problem? Please describe.
To get information about partitions, you must have management statistics enabled. Ideally, it would be great to still get that information, and other critical info, when management stats are disabled.
Here is a script I made to make several HTTP API requests and write their results to a file:
https://github.com/lukebakken/vesc-1073/blob/main/http-api-requests.ps1
This is what is returned when stats are disabled: no-stats-output.txt
This is what is returned when stats are enabled. Note that
partitions
,mem_alarm
anddisk_free_alarm
are returned. I would consider those to be important: with-stats-output.txtDescribe the solution you'd like
The HTTP API request should return information about partitions and alarms.
Describe alternatives you've considered
N/A
Additional context
Related to: