Previously this vb script is working fine for our old Orion version. However once we upgrade to 12.5 platform, it seems the sms alert didnt sent out.
I tried to send out the API manually using browser and the sms successfully received.
Old Solarwinds Orion: Windows Server 2003
Version: 10.X
New Solarwinds Orion: Windows Server 2016
Version 12.5
The script as below;
Option Explicit
Dim objArgs, objSvrHTTP, strURL
Set objArgs = WScript.Arguments
strURL = objArgs(0)
Set objSvrHTTP = CreateObject("Msxml2.XMLHTTP.4.0")
objSvrHTTP.open "GET", strURL, false
objSvrHTTP.send