18-Dec-2018 03:23
I would like to view Active and Standby details of clustered BIGIP using BIGIQ REST API. Like viewing DSC group details in BIGIQ, need to view the same using BIGIQ REST API. Please let me know how we can view the details using REST API.
Solved! Go to Solution.
05-Feb-2019 05:52
19-Dec-2018 06:02
Any help?
19-Dec-2018
10:09
- last edited on
05-Jun-2023
11:35
by
JimmyPackets
You can use
tm cm
class iControl REST endpoints to retrieve cluster status. For example,
To get the
tmsh show cm traffic-group
equivalent output, run
curl -sku : https:///mgmt/tm/cm/traffic-group/stats
For
tmsh show cm sync-status
equivalent,
curl -sku : https:///mgmt/tm/cm/sync-status
For
tmsh show cm failover-status
equivalent,
curl -sku : https:///mgmt/tm/cm/failover-status
See also Wiki: iControlREST API Reference.
05-Feb-2019 05:52
; will give dsc group details with Active/Standby information.
11-May-2022 06:35
Hi Lalitha,
did you find the REST API endpoint to indetify which one is active or standby in a DSC group?