SEMPv2 - Your Solace Broker comes with the OpenAPI docs!
marc
Member, Administrator, Moderator, Employee Posts: 959 admin
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
7