Hi,
Anybody update agent's password using UCCE 10.5 API.
5001 is my skill target id
Method:PUT
URL:
https://<IP>/unifiedconfig/config/agent/5001
Below is my SOAP request:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<agent>
<changeStamp>48</changeStamp>
<person>
<password>5329482</password>
</person>
</agent>
When I execute the request using my test C# app. It return Ok all the time. Now I can query back the changeStamp as it is needed as part of the update.
The same update password request if I execute in UCCE 11.5 it works., I used the new password and login to CTIOS.
The login id and password are fine as I can query back all agents/bucket.
I looked at the UCCE Server IIS web server log I can see my request and response from UCCE with status code 200.
Open at one/two Apache log files. One of them indicates that got the request and execute a update transaction and 0 records affected.
Is my SOAP update password request, right.
Thanks.
danny