<div dir="ltr">Dear all,<div>I have updated monitoring example with link to anonymous token:</div><div><a href="https://clas12mon.jlab.org/hist/help/">https://clas12mon.jlab.org/hist/help/</a><br></div><div>Previously, I have turned off authentication, but JAVA code still required token file. With new anonymous token it should work now.</div><div><br></div><div>Here is also the "curl" way to submit histogram to database:</div><div><br></div><div>curl -i -k -L <a href="https://clas12mon.jlab.org/mondb/h1d">https://clas12mon.jlab.org/mondb/h1d</a> -d '{"name": "hcurlExample", "variation": "test", "data":"[[0,1], [2,5]]"}' -X PUT<br></div><div><br></div><div>It shows the simplicity of saving histogram to monitoring db using REST api.</div><div>The list of saved/submitted histograms is here:</div><div><a href="https://clas12mon.jlab.org/hist/list/">https://clas12mon.jlab.org/hist/list/</a><br></div><div><br></div><div>Best,</div><div>Andrey.</div></div>