How to retrieve the SolOS version

If you have PubSub+ version 10.1.0+ and use SEMP v2, you can retrieve the SolOS version with curl -X GET -u mgmt_username:password 192.168.XXX.XX:PORT/SEMP/v2/monitor . You’ll see the version under data.version .

Otherwise, you could use SEMPv1:
curl -u admin:admin http://localhost:8080/SEMP -d ‘’ >


   
     
        Solace PubSub+ Standard Version 9.13.0.16
       
         
            CLI
            9.13.0.16
            2022-01-21T12:11:49+00:00
         
         
            DataplaneMgr
            9.13.0.16
            2022-01-21T12:11:49+00:00
         
SNIP