Forum Discussion
Satoshi_Toyosa1
Dec 19, 2018Employee
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.