This may be a question that boils down to my not being a coder and thus not getting the ramifications of what I'm doing. Anyway, I have this query that I'm running in SWQL Studio which is: SELECT CP.Client, N.Caption, N.IPAddress, CP.Client_Site, CPS.Status AS SerialNumber, N.NodeDescription AS Manufacturer,…
Running this either via SWIS call or Database Manager: SELECT [TimeStamp], [EventTypeWord], [Name], [ObjectType], [Message], [EntityCaption], [Severity] FROM [dbo].[AlertHistoryView] WHERE [TimeStamp] >= '01/08/2021' AND [TimeStamp] <= '02/08/2021' ORDER by [TimeStamp] DESC</pre>returns:04/02/2021 13:16 Acknowledged BCM -…
hello everyone, i'm new and i'm learning how to create subnets in IPAM using powershell. can someone help me ? thank you
Hi, is there any way of setting the execution timeout when making an API call via REST?. I'm currently getting the following error after 30 secs with some longer running queries: { "Message": "Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.",…
Hello all, I am new to Orion Sdk and solar winds orion in general I am trying to start a discovery from a subnet i have google it and found code in github so i managed to get my own from that here it is $credSwis=Get-Credential $swis=Connect-Swis -Credential $credSwis #Credential Configuration $credentialid1=Get-SwisData…
Hi again Due to to the issue reported here (Custom fields not updating for used IP) I am trying to code removing an IP node and re-creating it. The remove function works but the create doesn't, I can't find an example of how this should be done but I have taken a guess based on the Python example of adding a node. Code:…
Hi all, We are planning to roll out lot of features like device onboarding, interface filtering, parent-child dependency etc using SWIS API's. All of these have been tested at unit level and they all seem to be working fine. Question I've is - is there any known issues on their usage in terms of memory, solarwinds…
Forget my scripting incapabilities [I know it's not a word ] - that's a given but my biggest blocker and biggest frustration with using the SDK is 'where is...' As in where is a particular field that allows me to * see the state * change the state * manipulate into a report * etc For example, yesterday's woe was about…
I was really surprised and disappointed to see multiple posts in the API forum saying there is no API that can be used to add nodes with pre-installed agents. At our site we have decided, for security reasons, to use Orion agents in passive mode (server-initiated polling) for monitoring all Windows servers. And we install…
Kevin (KMSigma) suggested I move this to a separate thread... I know where to find the Volume Utilisation section in SWQL Studio but I am struggling with identifying the rest That said, I think the top one is here: "Orion.HardwareHealth.HardwareCategoryStatus". Purpose: the main aim here is so that I can learn to play…
It looks like you're new here. Sign in or register to get started.