Just came across an interesting use case, and I'm wondering how people solve it.
Phantom talks to an internal asset via HTTP and API key.
This asset has redundancy, and if it goes down a backup comes online. Part of that is name re-direction. The data underneath is all the same but the API key changes.
My thought would be to perform a test connectivity check at the top of the playbook, and then pass the asset number down the playbook.
Is there a smarter way to handle this?
Thanks!