Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Active/Standby BigIp details using BigIq REST APi

Lalitha_379027
Altocumulus
Altocumulus

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.

 

1 ACCEPTED SOLUTION

Lalitha_379027
Altocumulus
Altocumulus

; will give dsc group details with Active/Standby information.

 

View solution in original post

4 REPLIES 4

Lalitha_379027
Altocumulus
Altocumulus

Any help?

 

Satoshi_Toyosa1
F5 Employee
F5 Employee

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.

Lalitha_379027
Altocumulus
Altocumulus

; will give dsc group details with Active/Standby information.

 

Hi Lalitha,

did you find the REST API endpoint to indetify which one is active or standby in a DSC group?