This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

HTTPS Post for SNOW

I'm trying to create a HTTPS Post, SolarWinds successfully sending event information to SNOW  but i receive an error in SolarWinds Events for every single request it throws error, anyone can provide feedback on why events showing failure.

Error message : Failed to execute an HTTP request. Method: POST, Url

below is the https post:


"records": [{
"node": "${N=SwisEntity;M=Node.DisplayName}",
"description": "${N=SwisEntity;M=Node.DisplayName} - ${N=SwisEntity;M=Caption} - ${N=Alerting;M=AlertMessage}",
"additional_info": "Hostname - ${N=SwisEntity;M=Node.DisplayName}\\nDevice IP Address - ${N=SwisEntity;M=Node.IP_Address}\\Type - ${N=SwisEntity;M=Node.MachineType}\\nInterface Name - ${N=SwisEntity;M=InterfaceName}\\nInterface Details - ${N=SwisEntity;M=Caption}\\nInterface Status - ${N=SwisEntity;M=Status;F=Status}\\nAlert name - ${N=Alerting;M=AlertName}\\nSeverity - ${N=Alerting;M=Severity}\\n URL - ${N=Alerting;M=AlertDetailsURL}\\nAlert message - ${N=Alerting;M=AlertMessage}\\nAlert node - ${N=SwisEntity;M=Caption}\\nAlert time - ${N=Alerting;M=AlertTriggerTime;F=DateTime}"
}]