Descriptions of SEMP API object fields?

petegehrman
petegehrman Member Posts: 43 ✭✭

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

  • brenda
    brenda Member, Employee Posts: 9 Solace Employee

    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.

  • petegehrman
    petegehrman Member Posts: 43 ✭✭

    Oh, thanks! I didn't realize that those were expandable.

  • petegehrman
    petegehrman Member Posts: 43 ✭✭

    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)?

  • Tamimi
    Tamimi Member, Administrator, Employee Posts: 491 admin

    @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 🙌

  • brenda
    brenda Member, Employee Posts: 9 Solace Employee

    The items listed in the uncollapsed section, with an x in the deprecated column (way over on the right) are the deprecated ones.