Descriptions of SEMP API object fields?
I'm trying to use the SEMP api to pull monitoring stats from my message vpn and there are a lot of properties in the response object. Is there somewhere where a description of these properties is documented? The SEMP api documentation below only lists the properties.
https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/monitor/index.html#/msgVpn/getMsgVpn
Comments
-
If you scroll down to the Responses section and click on the data type msgVpn - it will expand to a list of elements and element descriptions. That list of elements that was not collapsed is a list of the "required" and "deprecated" elements only.
1 -
Oh, thanks! I didn't realize that those were expandable.
0 -
The rate data is available under the "data" section and under the "data.rate" section. Does it matter where I read it from (Is one of them going to be deprecated at some point)?
0 -
@petegehrman you can also check out some of the repos on the Solace Community Github org and see what tools you can use/contribute to https://github.com/SolaceCommunity 🙌
0