Forum Discussion
raZorTT
Cirrostratus
Mar 06, 2020How to trigger an OAuth discover using TMSH or REST API?
Hi all, I was just wondering how to trigger the discover process of an OAuth provider via TMSH or the REST API. I see a pull-config option in tmsh, but it doesn't appear to do anything?!?...
- Feb 13, 2022
I don't think there's an easier way, I'd start preparing by 2 steps,
1. Prepare cmd to delete the respective object from common partition.
2. Prepare cmd to create the same object to your another partition.
You can automate this too using script, so you move each app, one by one.
Hi Ben,
You can send any TCP or HTTP request and check for any response with a TCP or HTTP monitor. But both need to be a single static string that's sent and a static string that's checked for in the response. You can use the steps in these two links to troubleshoot a failing monitor:
http://devcentral.f5.com/wiki/default.aspx/AdvDesignConfig/TroubleshootingLtmMonitors.html
http://support.f5.com/kb/en-us/solutions/public/12000/500/sol12531.html
tcpdump might be the simplest method to start troubleshooting this issue. You can use tcpdump to see the exact request bigd is sending and the response the pool member is sending.
If you want to look for a specific sequence of bytes in the response binary data, you can use ascii escape sequences (without the spaces between \ x and the two characters):
\ x 00 - null
\ x 01 - SOH
...
sol4186: Entering escape sequences in an ECV health monitor's send and receive strings
http://support.f5.com/kb/en-us/solutions/public/4000/100/sol4186.html
Aaron
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