While this provides basic information about the client profiles, I need more detailed data, specifically the limits associated with client profiles, such as max-endpoints-per-client-username.
Question:
How can I modify my query or use a different approach to retrieve the limits for client profiles using the SEMP v1 API?
Any guidance, examples, or documentation references would be greatly appreciated!
Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a . If my response doesn’t make sense for your topic, please react to it with a .
Looking through the documentation, I can explain how to retrieve client profile information using SEMP v1:
The SEMP v1 API allows you to make XML-based requests over HTTP to retrieve information from PubSub+ event brokers. For client profile information:
The request needs to be formatted as an XML document with an <rpc> root element
The request should be sent via HTTP POST to the SEMP v1 endpoint (port 8080 for software event broker)
Basic authentication credentials must be included in the request
However, the documentation does not provide the specific XML structure needed to retrieve client profile information and limits. The documentation suggests referring to the SEMP v1 schema file for the exact request format:
http://<broker>:8080/SEMP/v1/requestSchema.xsd
Here are the relevant documentation links for more details: