Skip to main content
Solved

Access SOAR swagger with unified SecOps UI

  • October 24, 2024
  • 5 replies
  • 273 views

Forum|alt.badge.img+2

Hi everyone,

I'm looking into SOAR API and tried to access the swagger UI using the provided URL  "/swagger/index.html", but it was unsuccessful(response 404).

URL : <URL removed by staff>

How can I connect if I am using the unified SecOps UI?

 

Thanks.

Best answer by mikewilusz

Pro-tip from a SecOps user that had to find this as well: If you create a temporary webhook in the SOAR, it will tell you your URL 🎉

-mike

5 replies

JeremyLand
Staff
Forum|alt.badge.img+7
  • Staff
  • October 24, 2024

That swagger path hasn't been updated for the unified UI yet; but if you put a ticket in with GCP support or ask someone from your customer success team they should be able to get your tenants response platform url that will work.


Forum|alt.badge.img+8
  • Staff
  • October 24, 2024

Hello,

If you know the SOAR URL(siemplify-soar.com) portion of your SecOps instance adding "swagger/index.html" still does work. If you don't please put in a ticket to SecOps Support and they can provide it for you.


mikewilusz
Staff
Forum|alt.badge.img+10
  • Staff
  • Answer
  • October 24, 2024

Pro-tip from a SecOps user that had to find this as well: If you create a temporary webhook in the SOAR, it will tell you your URL 🎉

-mike


f3rz
Staff
Forum|alt.badge.img+10
  • Staff
  • October 24, 2024

Hello,

If you know the SOAR URL(siemplify-soar.com) portion of your SecOps instance adding "swagger/index.html" still does work. If you don't please put in a ticket to SecOps Support and they can provide it for you.


You can find the SOAR URL in any SOAR settings by looking at the URL to which API requests are being sent in the DevTools of your browser. 

and then as @TonyH mentioned above, you can add to it "swagger/index.html" to load swagger:

 


Forum|alt.badge.img+2
  • Author
  • Bronze 2
  • October 25, 2024

Thank you guys.

Both @f3rz and @mikewilusz 's answers can find soar URL.