new-swisobject fails
I've been able to pull dataget-swisdata, get-swisobject I've been able to updte dataset-swisobject But this always fails for...
View ArticlePowershell Code for Checking NXOS Image Size
Dear, Teamthis is code for the kickstart and system image size check using "dir" command ===========CODE START HERE============# Nexus 3048 OS Image Size check v1.0 # Last Update: 2014.05.27# Email :...
View ArticleIs there any way to perform CRUD operations on alert action definitions via...
Is there any way to perform CRUD operations on alert action definitions via the REST API, or query via SWQL? I can see the ActionDefinitions table via MSSQL but not via SWQL studio, I'm not sure if...
View ArticlePowershell script for checking current power status for nexus
Dear Teamthis is Power On check for Nexus (sh env power) ===================CODE START HERE=============# Nexus 3048 Power Check v1.0 # Last Update: 2014.05.29# Email : david.shin@hostingglobal.co.kr#...
View ArticlePowershell code for checking the Nexus NXOS
Dear, Team,this is code for the checing NXOS version written by me.anyone who can test it is running ok or not ============CODE START===========# Nexus 3048 OS Version check v1.0 # Last Update:...
View ArticleAudit log not capturing create events?
Should the audit log capture create events for a given node? In the below example, I create a node, create two pollers to have ICMP stats collected, then toggle a custom value on the node. The toggles...
View ArticleHelp with SWQL - Day of the week?
Ok, just starting off with SWQL and I am trying to replicate some of the things that have been done with report-writer in the past here. One of the things is a report that gives availability for a...
View ArticleWould someone mind providing an example of the following rest calls: Node...
Would someone provide an example of the following rest calls: 1. Creating a node2. Adding a monitoring template
View ArticleHow many REST calls can I make at any given time?
I'm trying to write code to feed an internal monitoring tool we have here and so I've written code to spin up a Task (C# / .Net 4.5) for each of our, say 900-1200 monitored nodes/devices and query the...
View ArticleNCM 7.3 moves to SWISv3
For a long time now, data and commands for Network Configuration Manager (NCM) were only available through SWISv2. Starting with NCM 7.3 - SolarWinds NCM 7.3 Release Candidate is Available! - NCM data...
View ArticleHow can connect with swis version 3
$swis = Connect-Swis -v3 -host $hostname -cred $cred this seems not working, how can i make it working...?
View ArticleOrion SDK Information
Thank you for your interest in the SDK.You can download the SDK 1.9 here (SDK 1.8 here / SDK 1.7 here / SDK 1.6 here / v1.5 here / SDK v1.4 here) What's new in SDK v1.9? New chapter added documenting...
View ArticleLimitations of CRUD
Hi, Using the C# CRUD interface i see that i can create nodes, but will all the other types of items work? for example, can i create an Orion.Accounts or a Orion.Views using the CRUD interface?...
View ArticleCustom Resource Creation
Hi, I would like to add some customization to Solarwinds. I would like to create a custom resource that will communicate with an external database or a web service. Searching in the forums i see that...
View ArticleSolarWinds Orion SDK Java Cline Not compiling
Installed SolarWinds Orion SDK 1.9Trying to go through the JavaClient sample java.xml.rpc.ServiceException nore solving Neither...
View ArticleSolarwinds NPM trials
Hi Guys, I have a client who has recently installed Solarwinds, latest version and when they get to the Orion Console log on page, the credentials that are set as default i.e. Username: admin pass:...
View ArticleSWQL query across Cirrus and Orion objects
I am trying to execute the following SWQL query: SELECT n1.ip_address, i4.interfaceindex, i4.interfacename,RemoteSystemNameFROM Orion.NodeLldpEntry NLE inner join Orion.nodes N1 on...
View ArticleSWQL query fails on website, but not in SWQL Studio
I have a pretty simple SWQL query that runs fine in SWQL studio, but for some reason it fails when I try to put it inside a "Custom SWQL Query" resource on the web interface (on an Application Details...
View ArticleNeed advice trying to setup Orion to receive alerts through API, is this even...
Using Cradlepoint cloud manager to manage end devices. Would like to use Solar Winds to receive alerts through solution through API if possible.
View ArticleInterface aggregate chart (swql)
Hi guys, I'm trying to essentially recreate the Interface Aggregate Chart via the API, but am not having much luck (though I though for a while that I was). My query is SELECT DisplayName, Description,...
View Article