Comments
-
Thank for reply @christopher.t.jones123 I want to use below query in custom SWQL SELECT top 10 cs.Component.Application.Node.Caption AS NODE ,cs.Component.Application.Node.DetailsUrl as [_linkfor_NODE] ,si.DisplayName ,cs.Component.name AS [CMPNT] ,cs.Component.DetailsUrl as [_linkfor_CMPNT]…
-
@christopher.t.jones123 you have any sample join query ?. I tried to join table but its showing error . Query condition is not valid. @christopher.t.jones123
-
thanks for reply @"neomatrix1217" , But I want to write my own complex query Here. As in Trigger condition Custom SWQL Alert , we are not able join table . Is there any way to join tables or write complex query .
-
We are looking to add multiple no. of Component monitor e.g. HTTP Monitor.So instead of adding from web console one by one, we are looking for alternate wayautomate from PowerShell or Python script through which we can add this component using Orion SDK API.There is way to add Application templates using Orion SDK API like…
-
Yes , application component. documentation.solarwinds.com/.../sam-work-with-component-monitors.htm
-
No, Im not getting data if I used that query in curl.
-
Hi @"jm_sysadmin" Thanks for ur reply. a link which you have provided is working correctly on Browser, its showing result. But i i used the same query in the curl command as below its showing me the above error (Message":"No concrete entities are derived from entity Orion.Credential"........) curl -v --tlsv1.2 --cacert…
-
Thanks for replying @"jm_sysadmin" Yes, Want to run Create update using API. But that Solarwind user/credential should not have access to the website/front end. The only access to DB or API (backend).
-
Thanks for the reply @dan_jagnow. Do you know where are password tables for this? Because in the old version there is table Cortex.Orion.UsernamePasswordCredential and Cortex.Orion.SnmpCredential but it's not in the new version showing.
-
Im getting same error Unable to find credential with ID = <ID>, owner = and credentialType =... how to passowner and credentialType ? what to pass in content. below is my code curl -v --tlsv1.2 --cacert 'file.pem -H "Accept: application/json" -H "Content-Type: application/json" -H 'Authorization: Basic {key}' -X POST…
-
Thanks for ur reply
-
Can we use API key ?
-
Hi @"tony.johnson", thanks for your reply but I wat to use it without using username and password so I can use API with authentication key (or encrypted username and password).