Hello, i'm writing simple Python script which will create a subnet in an existing parent group. I would like to update two custom properties of a subnet after creation, but cannot find proper syntax for swis.update, for custom properties of a subnet with a known swis URI. Can anyone provide an example of such an update…
Hello, I have approximately 300 Cisco devices that don't have the hardware health sensor option enabled. Since creating a resource list for all of these devices would take hours, I want to enable the hardware health sensor option in bulk from the database. How can I do this?
Hi Is there a way to add an existing node to be monitored by the UDT from the SDK (through SDK discovery or not)? Thanks
Hi Need help on converting the SQL script below to SWQL. I got this SQL query from Wireless AP Availability for last month report and I would like to use the data in modern dashboard table which only supports SWQL. Thanks is advance! ------------------------------------------------------------------------- DECLARE…
I'm using a powershell component monitor to track uptime of our Azure Devops agents. The script returns the following statistics and messages: Message.Health: N/AStatistic.Health: XXX.XXMessage.OfflineAgents: N/AStatistic.OfflineAgents: XXX.XXMessage.DisabledAgents: N/AStatistic.DisabledAgents: XXX.XXMessage.AgentQueue:…
I have created a custom SWQL query report, but when I try to enable search using the "Search SWQL Query" option, the search field doesn't appear in the output. Could you let me know if I'm missing any steps? This is my first time using a search in a report. Custom SWQL query: SELECT n.Caption AS [Node Name], n.IPAddress,…
Hi - need some SWQL for 1 - disk volume usage for modern dashboard 2 - Which widget would be the best to use thanks
Hi everyone, I'm trying to update a Custom Property called "Équipe" with orionSDK for python like that: def add_custom_property(swis, node, prop_name, prop_value): custom_property = {prop_name: prop_value} swis.update(node['Uri'] + '/CustomProperties', **custom_property)…
$properties = @{ >> ActionId = $action.ActionID; >> propertyValue = 'orion@mycompany.com'; >> propertyName = 'EmailFrom'; >> Description = 'mydescription'; >> DisplayName = 'displayname'; >> InstanceSiteId = 0; >> InstanceType = 'Orion.ActionsProperties'; >> Uri = $action.Uri; >> }; (Invoke-SwisVerb -EntityName…
So we already have a Service Graph Connector that integrates with SolarWinds and this is working. I've tried to add the Custom Properties to the mix and the code comes back as success, but the field doesn't show after the Test, this is the code within ServiceNow; (function execute(inputs, outputs) { var limit =…
It looks like you're new here. Sign in or register to get started.