Comments
-
And SWQL Version is : select max(NumericData) as NumIncident, max(StringData) as Severity from Orion.APM.DynamicEvidenceCurrent where ComponentID = 22096 and ColumnSchemaID in (4794, 4795) union all ( select max(NumericData) as NumIncident, max(StringData) as Severity from Orion.APM.DynamicEvidenceCurrent where ComponentID…
-
If you search the result on database --LOW select max(NumericData) as NbIncident, max(StringData) as Severity from APM_DynamicEvidence_Current where ComponentID = 22096 and ColumnSchemaID in (4790, 4791) union all -- MEDIUM select max(NumericData) as NbIncident, max(StringData) as Severity from APM_DynamicEvidence_Current…
-
Finaly I do it with powershell This is my code If someone in the futur comme here ;) Multiple result of the powershell # Variables pour l'authentification $xdrAuthId = "XX" $authorization = "YY" # URL de l'API $urlStartQuery = "">URL/.../start_xql_query" $urlGetResults = "">URL/.../get_query_results" # Corps de la première…
-
I read this documentation sam-api-poller-chain-requests.htm but it's not working in my case
-
Hello, I update in 2024.2.1 and the problem is solved. Thanks for the help. Have a nice day Jonas