🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
How to host solace semp swagger ui on a linux machine?
Comments
-
Hi @Adams,
SEMPv2 is the RESTful management API for the PubSub+ Event Broker and doesn't offer a GUI of it's own. It is available with a broker install so you can install a broker locally (such as using docker) if you want the service impl available locally.
And if you want a GUI tool that you can use to create/run your SEMP queries I usually recommend using Postman. They should have a linux installer and then you can import the SEMPv2 OpenAPI document into postman and it will generate you a collection to start with. This page shows how to do that.
Hope that helps!
1 -
Do you mean this Swagger UI? https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/config/index.html
I think it was generated with https://swagger.io/tools/swagger-ui/ ?
1