Speed up action on Node with BigIQ API
Were trying to perfrom automation on our BigIQ platform but we are facing some issues when performing an action like Disable/Enable/Force-Offline a Node. It takes 5+ mins for the whole process to complete which is very long for a user.
When we try to disable a node using the API or on the BigIQ (using "Deploy immediately") it takes about 5+ mins to complete. From the logs, we see that ADC Discover Config Task runs immediately after starting the task to disable the node which is causing the delay. How can we prevent the node discovery task to run so we can speed up the action performed on the Node?
Note that disabling/enabling/force-offline a pool member using the self service is fast and I dont see the ADC Discover Task run.
Things I've tried but to no avail.
Using the API settings below:
'skipDistribution': False,
'skipVerifyConfig': True,
On the GUI under deployment:
Method: Selected Deploy Immediately
Any suggestion and recommendations that can help speed up this process or how to skip the node discovery to run?
Thanks.
Have you tried BIG-IQ proxy feature for the REST-API command?