As I mentioned, take a look at the apidocs. They are not comprehensive yet, but already a good start. The quality of the on-line documentation will improve other the course of the next few releases.
http://localhost:8080/apidocs/ http://localhost:8080/apidocs/latest/user You can also sniff the request sent by the Web Management Console too. It uses the same REST API. Firebug from Firefox has a nice 'copy as curl' which will a command line ready to use in a script. Hope this helps. On 16 January 2016 at 15:28, [email protected] <[email protected]> wrote: > Thanks, helped me a lot and its working great! > Is the format of the POST parameters documented somewhere? > E.g. how can I know that the "password" parameter in > '{"name":"mynewuser1","password":"secret"}' is valid. > If opening http://localhost:8080/api/latest/user/passwordFile on a > webserver, I can see that "name" seems to be valid, but there is no hint > that "password" is also valid. > Regards... > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Java-broker-Dynamically-add-user-tp7636651p7636718.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
