This API lets you check the health of the connection with the Active Directory server when using the NTLM method with the Proxy service.
This feature is available on Artica v4.50 Service Pack 1 or Artica v4.50 Hotfix 20240111-13
GET
tohttp://1.2.3.4:9503/proxy/ntlm/status
You will receive a json
{
"Status": true,
"Error": "",
"Info": "Check NTLM Connection Status with the Active Directory"
}
if the Status is false
, then your Active Directory connection is in failed state and the failed status is reported in the Error
json field