20.3.2 uimapi via curl returns unexpected return message
search cancel

20.3.2 uimapi via curl returns unexpected return message

book

Article ID: 206259

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

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)

Environment

Release : 20.3

Component : UNIFIED INFRASTRUCTURE MGMT

Resolution


Implementing the uimapi-20.3.2 attached to this KB resolves this issue.

Attachments

uimapi-20.3.2_1610355908366.zip get_app