Hello. I need some assistance with the following issue.
my goal is send data via fetch command.
i want to convert this curl
curl -XPOST ‘http://172.16.10.250:8086/write?db=mikrotik’ --data-binary ‘test_load,host=njxap1dbadm01 value=13.65’
i’m starting from this whitout look
/tool fetch http-method=post
http-content-type=“application/json”
http-data="{test_load,host=njxap1dbadm01 value=13.65}"url= “http://172.16.10.250/write?db=mikrotik” port=8060
any suggestions?
Thank you