Comments
-
No. NCM 7.3 moved that product over to SWISv3.
-
No, you can't use navigation properties in that context. Only the actual (direct) properties of Orion.Nodes.
-
I'm afraid it is #2. If you send the PollNow immediately after adding the node, it will just be lost and ignored. If you wait the 30 seconds and then send the PollNow, it should poll the node relatively promptly, but the PollNow call will still return right away - it doesn't block until the poll completes. If you have a…
-
I know how to send files to Solarwinds support, but how do I post a screenshot? When you hit "Reply" in Thwack (not "quick reply"), you can hit the Options tab and add a file attachment.
-
Sure. In python that line would look like this: swis.update(profileUri, ConnectionProfile=ncmConnectionProfileId)
-
Confirmed in 2016.
-
Unfortunately, that version is too old for the discovery API.
-
I'm glad you got it working! Scheduling is not currently available through the discovery API.
-
The 8.1 Config Wizard had tabs, but the 8.5 one does not. Did you install 8.5 on the additional web server?
-
I reproduced the error and tracked down the root cause. NCM operations like execute script are tracked in the database in the NCM_TransferQueue table using a string called a TransferID that is a combination of the NCM NodeID (a guid), the username that requested the operation, and the type of operation (in this case,…
-
So when you use the "DiscoveryVMware.ps1" script I posted in this thread on June 24, the nodes only added as ICMP nodes? Are you sure the credentials are correct?
-
Update is a little more tricky because you need to provide a "dictionary" object with the properties to update, but it has nothing to do with a python dictionary - it's a custom structure defined in the WSDL for the service. In SUDS, you can use the factory to make instances of the dictionary and the "item" structures that…
-
Maybe I should take a step back. Does the web console work at all? Log in to the server and try to access the web console by various urls and see which ones work. http://localhost/ http://127.0.0.1/ http://hostname/ https://localhost/ etc... There's nothing special about the .url file installed with the product - you can…
-
The Custom Query resource does not have export capability, but if you can write a SWQL query to get the data you want it is not hard to get a .csv file through other methods. You can use SWQL Studio (right-click on the results/data grid pane and choose Save Results As...) or PowerShell (Get-SwisData $swis "SELECT foo FROM…
-
Since thwack is not accepting my post with XML and code snippets, I'm just going to save it as a text file and attach it. Let's see if that works.
-
The problem is that on your New-SwisObject line, the "EntityType" flag is preceded by a "–" character (en dash, unicode 8211) instead of a normal "-" character (hyphen, ascii/unicode 45). ISE apparently treats them the same but the CLI does not! And in most monospace fonts they are visually indistinguishable.
-
I'll let Michael answer about PowerOrion. Orion interface discovery uses SNMP for interface enumeration. Some devices respond more quickly than others.
-
Well, that is bizarre. Indeed, the response you are getting indicates that it has in fact created a new node. All I can think to suggest is that your code is doing something quite different from what the logging indicates. Could that be the case?
-
We have samples for VB and PowerShell. What sort of environment are you using for JavaScript? A browser? Node.js? Something else? I think I could provide better assistance if you can post a partial script, i.e., we got this far and are not sure what to write next.
-
I added a bump to the internal issue.
-
Yes, this is a bug. It even has a number now! IPAM-1359
-
Orion.Reporting.ExecuteSQL requires admin rights. Otherwise it could be used to bypass account limitations.
-
Thanks for the tip. I sent a note to our doc team to get that article updated.
-
Sorry about that. I'll make sure it doesn't get missed again.
-
For things that would be a change to the products themselves (i.e., API access to some product feature where it is lacking), a feature request on thwack is a good location. For things that would be a tool to better facilitate using the API (like this), a GitHub issue is better.
-
Got it. Let's continue by email.
-
SUBSTRING() is available. LEFT(str, n) is equivalent to SUBSTRING(str, 1, n).
-
So 10.5.5.199 returns 1 for 1.3.6.1.4.1.9.9.42.1.1.7.1.2.13 with community string private through custom poller and "no such name" when running the exact same thing through VoIP Monitor? That is very odd. Are the custom poller and VoIP Monitor making their requests from the same source IP address?
-
SettingValue would be the ID of the credential, a number. You can query Orion.Credential to list them all: SELECT ID, Name, Description, CredentialType FROM Orion.Credential
-
Edit \Inetpub\Solarwinds\Orion\TrafficAnalysis\Admin\AllNetflowSourcesEdit.aspx. Find this code around line 173: <FooterTemplate> </div> </FooterTemplate> And delete those three lines.