Forum Discussion
robson_78577
Jun 14, 2017Nimbostratus
How to Get FailOver Status via iControl REST?
Hi Guys,
I´m playing with some REST calls, and I would like to get a specific information from a GET request. In the example:
GET , I got the following response:
{
"kind": "tm:cm:failover...
Arnaud_Lemaire
Jun 15, 2017Employee
you can use this uri : /mgmt/tm/cm/failover-status?$select=status
but you will still have a nested response.
{
"entries": {
"https://localhost/mgmt/tm/cm/failover-status/0": {
"nestedStats": {
"entries": {
"status": {
"description": "ACTIVE"
}
}
}
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects