Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

zyk_284527's avatar
zyk_284527
Icon for Nimbostratus rankNimbostratus
Sep 25, 2016

Get F5 powerInfo

I want get F5 powerInfo but is 2016 9 26 0 21 30

 

How can I get it??????

 

3 Replies

  • The System.SystemInfo.get_power_supply_metrics() call will return a System.PlatformPowerSupplies structure. That structure contains an array of statistics for each power supply indicating the index and current running state of the given power supply.

     

    You mentioned the System.PlatformFans structure. That one is is returned from the System.SystemInfo.get_fan_metrics() call. Are you saying that that structure is returned from the get_power_supply_metrics() call you are making. If so, I'd suggest you make sure the iControl client is pointing to the correct method for the power supply info.

     

    -Joe