The most recent content from our members.
Hello, I try to create IP Addresses with the following Curl command: curl -sSk -v -H "Content-Type: application/json" -H "Accept: application/json" -u "username:pwd -d '{"SubnetId":111,"IpAddress":"12.12.12.2"}' mysolarwinds:17778/.../IPAM.IPNode But I keep getting the following error: < HTTP/2 400 < content-length: 2635 <…
Hello All, I'm building a script for Orion and I tried to use API and I have a weird issue with it. I used SWQL studio (where queries are working fine) and from there Edit -> Copy Query As -> Curl (cmd) I copy pasted in windows CMD and it worked like a charm, then I tried to do the same in Linux and suddenly I have an…
Hi Everyone, I've been trying to get a PHP page I've been writing to start a Discovery Profile, but it seems to be getting hung up on getting the XML Context into JSON format so that I can send it it the REST API via cURL. Has anyone been able to do this before, and if not, does anyone have any ideas? I am relatively new…
Hello I am a total newbie to Orion APIs. So pardon the question if it is too silly. I am using Curl to fetch my data from Orion.Nodes. My project needs me to pull all the nodes based on a list of NodeIds. Is there a way i can do a IN clause? Ex. curl ...…
i've figured out how to unmanage a node via curl, eg: curl -k -u userid:password -v orion:17778/.../Unmanage -X POST -d '["N:2670","03-21-2019","01-01-2020","false"]' -H "Content-Type: application/json" but when i do the same for a remanage : curl -k -u userid:password -v orion:17778/.../Remanage -X POST -d '["N:2670"]' -H…
So i've been digging through THWACK trying to find a solution for this... and I'm struggling to make these commands function. #Get NodeID from SW ################################ curl -k -u sa-orionadmin:<pass> "ORION:17778/.../Query'" This command will return results in JSON format, like so: {"results":[{"NodeID":2949}]}…
I've been following this article to get details on how many components each polling engine is monitoring: Success Center But, I'd like to try to get this information via curl and "/SolarWinds/InformationService/v3/Json/Query". Each query gives me an error but I'll just paste the first as an example: $ curl -k -u user:pass…
I'm new to the oriosdk part of Solarwinds. I have python code that will find the config and trigger a download for that specific config, however, I want it to download to a specific location on my computer. It doesn't matter if I have to use python or CURL, I just can't find documentation on how this is done. Here's the…
how would i discover or add an snmpv3 node via curl? i know there's a python script at: orionsdk-python/discover_one_node.py at master · solarwinds/orionsdk-python · GitHub but how would i do the same thing with just curl?
Hi Team, Could you please let me know what curl command I can use to mark the MAC and Hostname of my vm as used, so that solarwinds can update DHCP accordingly. Our setup has Solarwinds integrated with DHCP, so once we mark the IP,MAC and Hostname as Available or Used, it will get reflected on our DHCP server I currently…
It looks like you're new here. Sign in or register to get started.