Common::HAAction¶
Members¶
Member
Value
Description
HA_ACTION_NONE
0
No action.
HA_ACTION_REBOOT
1
Reboot the system.
HA_ACTION_RESTART
2
Restart the HA daemon.
HA_ACTION_FAILOVER
3
Failover to the peer system.
HA_ACTION_FAILOVER_RESTART
4
Failover to the peer system, then restart. (Maps to HA_ACTION_GO_OFFLINE_RESTART as of version 10.0.0.)
HA_ACTION_GO_ACTIVE
5
Become the active device in a redundant pair.
HA_ACTION_RESTART_ALL
6
Restart all daemons.
HA_ACTION_FAILOVER_ABORT_TRAFFIC_MGT
7
Failover and abort TMM and BCM56XXD.
HA_ACTION_GO_OFFLINE
8
Go offline.
HA_ACTION_GO_OFFLINE_RESTART
9
Go offline & restart.
HA_ACTION_GO_OFFLINE_ABORT_TM
10
Go offline & abort the Traffic Manager.
HA_ACTION_GO_OFFLINE_DOWNLINKS
11
Go offline & down the links (TMM network ports).
HA_ACTION_GO_OFFLINE_DOWNLINKS_RESTART
12
Go offline, down the links (TMM network ports), & restart.
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.