Hi,
API call returns no response with ClientProtocolException: null for DELETE operation. No changes made in the existing payload/resources in driver config, but the REST driver throws this error since a few days. And other methods are working fine, they return a valid response.
[08/10/24 17:07:15.939]:REST-Driver Logs ST:REST-Driver: RESTSubscriptionShim.execute() :
[08/10/24 17:07:15.939]:REST-Driver Logs ST:REST-Driver: modifyHandler
[08/10/24 17:07:15.939]:REST-Driver Logs ST:REST-Driver: modifyHandler: class-name == 'RemoveUserFromGroup'
[08/10/24 17:07:15.940]:REST-Driver Logs ST:REST-Driver: Modify: preparing DELETE to gw.sit1.api.srv.abc.com.au/.../users
[08/10/24 17:07:15.940]:REST-Driver Logs ST:REST-Driver: Resetting headers
[08/10/24 17:07:15.941]:REST-Driver Logs ST:REST-Driver: Setting the following HTTP request properties:
Authorization: <content suppressed>
[08/10/24 17:07:15.941]:REST-Driver Logs ST:REST-Driver: Content-Length:0
[08/10/24 17:07:15.941]:REST-Driver Logs ST:REST-Driver: Content-Type:application/json
[08/10/24 17:07:15.942]:REST-Driver Logs ST:REST-Driver: Did a HTTP DELETE with 0 bytes of data to gw.sit1.api.srv.abc.com.au/.../users
[08/10/24 17:07:15.943]:REST-Driver Logs ST:REST-Driver: modifyHandler
[08/10/24 17:07:15.943]:REST-Driver Logs ST:REST-Driver: modifyHandler: class-name == 'UpdateProfileInUser'
[08/10/24 17:07:15.943]:REST-Driver Logs ST:REST-Driver: Modify: preparing PUT to gw.sit1.api.srv.abc.com.au/.../186189
[08/10/24 17:07:15.944]:REST-Driver Logs ST:REST-Driver: Resetting headers
[08/10/24 17:07:15.944]:REST-Driver Logs ST:REST-Driver: Setting the following HTTP request properties:
Authorization: <content suppressed>
[08/10/24 17:07:15.944]:REST-Driver Logs ST:REST-Driver: Content-Type:application/json
[08/10/24 17:07:15.945]:REST-Driver Logs ST:REST-Driver: Did a HTTP PUT with 141 bytes of data to gw.sit1.api.srv.abc.com.au/.../186189
[08/10/24 17:07:16.230]:REST-Driver Logs ST:REST-Driver: Response code and message: 404 Not Found
[08/10/24 17:07:16.231]:REST-Driver Logs ST:SubscriptionShim.execute() returned:
[08/10/24 17:07:16.232]:REST-Driver Logs ST:
<nds dtdversion="3.0">
<source>
<product build="20240304_0430" version="1.3.0.0000">Identity Manager REST Driver</product>
<contact>NetIQ Corporation.</contact>
</source>
<output>
<status level="error" type="app-general">ClientProtocolException: null</status>
<status level="error" type="driver-general">
<driver-operation-data class-name="UpdateProfileInUser" command="modify" dest-dn="\SITGROUPIDM\data\users\ABC2345" matchuserid="12345" src-dn="\SITGROUPIDM\data\users\ABC2345">
<response>
<header Content-Type="application/json"/>
<url-token association="186189"/>
<response-header Connection="keep-alive" Content-Language="en" Content-Length="117" Content-Security-Policy="frame-ancestors 'none'; upgrade-insecure-requests" Content-Type="application/json" Date="Sat, 10 Aug 2024 07:07:16 GMT" Keep-Alive="timeout=60" Max-Forwards="20" Referrer-Policy="strict-origin" Server="abc" Set-Cookie="N-ISD-A008E0-443-CK=2679662602.47873.0000; path=/; Httponly; Secure" Strict-Transport-Security="max-age=63072000; includeSubdomains; preload" X-Content-Type-Options="nosniff" X-Frame-Options="DENY" X-UA-Compatible="IE=Edge" X-XSS-Protection="1;mode=block"/>
<value message="Not Found" status="404">{"code":"404","message":"Not Found - OP-05062: The requested user was not found. [V9X2WXZJLTZS]","errorCode":"-5062"}</value>
</response>
</driver-operation-data>
</status>
</output>
</nds>
Thanks in advance,
Sathish