Forum Discussion
Use the REST proxy on the BIG-IQ system ERROR
- Feb 13, 2023
Finally I solved it. It was just necessary to PATCH the BIGIP through the BIGIQ by changing the state manually, as follows.
data = {
'state': 'ACTIVE'
}url = "https://" + ip + "/mgmt/shared/resolver/device-groups/cm-bigip-allBigIpDevices/devices/4ad12733-95ea-47b0-a562-dd6ac6da5adc"
response = requests.patch(url, auth=HTTPBasicAuth('admin', 'psw'), json=data, verify=False)Thanks for everything!
Got you. I'd recommend solving the waiting for services message, you could try restarting the system, but opening a case with F5 about it is probably the best option. I would not trust the results of the API if the webUI is not functioning.
Finally I solved it. It was just necessary to PATCH the BIGIP through the BIGIQ by changing the state manually, as follows.
data = {
'state': 'ACTIVE'
}
url = "https://" + ip + "/mgmt/shared/resolver/device-groups/cm-bigip-allBigIpDevices/devices/4ad12733-95ea-47b0-a562-dd6ac6da5adc"
response = requests.patch(url, auth=HTTPBasicAuth('admin', 'psw'), json=data, verify=False)
Thanks for everything!
- Leslie_HubertusFeb 14, 2023Ret. Employee
Thanks for letting us know with the follow-up!
Recent Discussions
Related Content
* 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