SEMPv2 - Your Solace Broker comes with the OpenAPI docs!

marc
marc Member, Administrator, Moderator, Employee Posts: 914 admin
edited June 2023 in General Discussions #1

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

Tagged:

Comments

  • himanshu
    himanshu Member, Employee Posts: 67 Solace Employee

    And don't forget action and monitor endpoints via:

    http://<host>:<port>/SEMP/v2/action/help/
    http://<host>:<port>/SEMP/v2/monitor/help/

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 914 admin

    Good point @himanshu! Adding those to the original post as well.