uim 20.3.2 on windows 2016 and sql 2016
When executing, via curl, uimapi call "callback2" we receive a strange message return and we can not see/check if our update was ok or not:
curl -u administrator:xxxx -X POST "http://<OC>/uimapi/probes/<domain>/<hub>/<robot>/controller/callback2/probe_config_set/60" -H "accept: application/xml" -H "Content-Type: application/json" -d "{ \"nimString\": [ { \"key\": \"name\", \"value\": \"cdm\" }, { \"key\": \"section\", \"value\": \"setup\" }, { \"key\": \"key\", \"value\": \"loglevel\" }, { \"key\": \"value\", \"value\": \"3\" } ]}"
<nimPds>
<nimInt/>
<nimDouble/>
<nimInt64/>
<nimString/>
<nimCData/>
<nimPdsTable/>
<nimIntTable/>
<nimStringTable/>
<nimPds/>
</nimPds>
(the return is in bold)
Release : 20.3
Component : UNIFIED INFRASTRUCTURE MGMT
Implementing the uimapi-20.3.2 attached to this KB resolves this issue.