🎄 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.
SEMPv2 - Your Solace Broker comes with the OpenAPI docs!
Beyond getting the SEMPv2 OpenAPI specs from our downloads page, did you know the Solace PubSub+ Event Broker allows you to access the openapi spec for the SEMPv2 API directly from it?
You can access human readable docs at:
- Config API -
http://<HOST:PORT>/SEMP/v2/config/help
- Action API -
http://<host>:<port>/SEMP/v2/action/help
- Monitor API -
http://<host>:<port>/SEMP/v2/monitor/help
Or get the machine readable spec at:
- Config API -
http://<HOST:PORT>/SEMP/v2/config/spec
- Action API -
http://<host>:<port>/SEMP/v2/action/spec
- Monitor API -
http://<host>:<port>/SEMP/v2/monitor/spec
If you're not familiar with SEMPv2 it's our RESTful management API. Read more here