Is there an alert variable for the target URL of the HTTP/HTTPS monitor?
Old thread. Here is a swql variable that will get it. THis works with component alerts. You would need to update the component id variable if using an application alert. THis should work from orion 2019 forward and probably older versions of SAM.
SELECT cts.Value FROM Orion.APM.Component ac JOIN ORION.Apm.Application ap ON ac.ApplicationID = ap.ApplicationID JOIN Orion.APM.ComponentTemplateSetting cts ON cts.ComponentTemplateID = ac.TemplateIDWhere ac.ComponentID = ${N=SwisEntity;M=ComponentAlert.ComponentID} AND cts.key = 'Url'