Has anyone successfully configured access from Microsoft Power Automate to the Splunk REST API?
I’ve managed to query the API using a Python script by adding the IP to the allow list, but I’m struggling to find the IP addresses Power Automate uses so I can do the same for it.
I’m not an expert in Power Automate, and unfortunately I’m not getting any error messages - the flow just hangs, which makes me suspect it’s a connectivity issue due to IP restrictions.
If anyone has done this before, I’d really appreciate the guidance!
@Mathanjey I saw an old post where you found a solution, can you assist ?
Hi @tomapatan
You might be able to find the PowerAutomate egress IPs within the Azure IP ranges file available at https://www.microsoft.com/en-us/download/details.aspx?id=56519
If this contains the specific ranges for Power Automate then you will be able to setup your allowlist with these IPs and your API calls should then hopefully work as it sounds like you're hitting connection blocking issues at the moment.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing