<div dir="ltr"><div><div><div><div>I&#39;m looking for an example of exactly what needs to be passed to the RabbitMQ 3.0.2 HTTP API to set the local-nodename value.<br><br>I can properly set federation-upstreams, so I feel like I&#39;m close. I&#39;m just not sure (and can&#39;t seem to find any exact documentation) on what the body and URL strings are supposed to be.<br>
<br>I&#39;ve tried all sorts of permutations. Here&#39;s what I think should work:<br><br></div>Method: PUT<br></div>URL: /api/parameters/federation/%2f/local-nodename<br></div>Body: {&quot;name&quot;: &quot;local-nodename&quot;, &quot;value&quot;: &quot;mq_mpietrek&quot;}<br>
<br></div><div>No matter what I try, I get back a 404.<br><br></div>Thanks much,<br><br>Matt<br></div>