The most recent content from our members.
The REST API swagger for Acknowledge has this as the payload: { "alertObjectIds": [ 0 ], "notes": "string" } but when I send a payload with that format, { "alertObjectIds": [11111], "notes": "testing from rest client" } the API ignores "notes". When I query the AlertObject I get this: "AcknowledgedNote": null Is this just…
Howdy! I have a similar question as the thread over here: https://thwack.solarwinds.com/product-forums/web-help-desk-whd/f/forum/28386/rest-api-qualifier-values/32958#32958 Specifically I'm trying to use qualifiers for the Tickets endpoint and TicketNotes endpoint. The TicketNotes endpoint isn't listed as supported, so…
Hi all, I work in an business which is too locked down for WMI, thus we use agents for virtually everything. I'm working on automating the node creation, agent install, volume and interface discovery and editing of the custom properties. While creating a short script to edit the custom properties for Volume Threshold…
The last couple of days I've been playing with the Palo REST API and got some really useful output that Solarwinds doesn't currently display. I've tried using the SAM API poller but that just errors every time I add a PALO API request and assume this is only for servers and applications. Is there any other way of…
Hi all, I'm wondering if there is a way to move nodes to different Polling Engine through the SWIS API whilst also maintaining agent functionality. You can do this through the GUI using the "Manage Nodes" page under "More Actions" and "Change Polling Engine". If I change it via the SWIS API, using Set-SwisObject $swis…
Is it possible to query the database table "CredentialProperty" using the rest api ? The reason for this question is to find a workaround for creating snmpv3 nodes using a "Credential Set Library". If I am not mistaken, snmpv3 nodes can not be created using a credential set library. The credential details must be specified…
Hello everybody, I am trying to create a node with snmpv3, using AES-256 encryption using the REST call Create/Orion.Nodes. This is the json body of the http call: { "EngineID": 1, "IPAddress": "***.***.***.***", "IPAddressType": "IPv4", "ObjectSubType": "SNMP", "SNMPVersion": 3, "SNMPV3Username": "******",…
Hello everyone, I am trying to create an snmpv3 node using a pre-configured "Credential Set Library", via the REST API. I can create snmpv3 nodes using .../Create/Orion.Nodes, but I can't find the way to provide a credential set library. I can only make it work using explicit passwords, user and algorithms. This method…
My boss wants me to use an API to pull cambium radio data out of CnMaestro. I'm new to the IT world so API is a new concept for me. I have found a few pages on THWACK regarding API but they all seem to be structured under the assumption that you already know how the system works. Is there any place I can go to learn about…
I've ran through some of the documentation online and I'm having a hard time wrapping my head around it. I'm trying to use either the REST API or Python SDK to download specific firewall configs from Solarwinds, but I can't find anything specific to downloading the configs. Any help would be much appreciated.
It looks like you're new here. Sign in or register to get started.