The most recent content from our members.
Wow this process has been incredibly frustrating. I've never dealt with such a complicated process to just run a GET for REST API. Using postman on the server itself getting 403 using basic auth, 401 with api key. I've tried with several admin accounts. I've tried 17777 & 17778. For url I've…
I need some urgent help. I have a large json script to create around 200 checks using the Pingdom API. See the screenshot below. The problem is, the request stops after the first check is created. Can someone please help me configure postman to proceed to the next request in the body?
We are looking to integrate our 3rd party application with Solarwinds with REST API. Trying to test with the following query via POSTMAN but unable to retrieve any details from Solarwinds. https://<MainpollerIP>:17778/SolarWinds/InformationService/v3/json/Query?query=SELECT NodeID, ,DateTime ,AvgResponseTime…
Hello, I'm trying to query the Orion REST API using Postman. I've created a simple query, but I continuously get the "Could not get any response" error. Here's the link: https://x.x.x.x:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+OperationName+FROM+Orion.IpSla.Operations Is the API always enabled, or…
Hello..I am new to Solarwinds, and have a task to get Solarwinds integration through API to some other application. I have referred below link, created a user and initiated a send request by POSTMAN. https://loop1.com/swblog/using-the-rest-api-to-get-the-most-out-of-solarwinds-part-1/ with the query SELECT Caption,…
Hey Gang, new to the whole API scene and I am trying the following code with the program Postman: https://<hostname>:17778/SolarWinds/InformationService/v3/Json/Create/Orion.Nodes { "ObjectSubType": "SNMP", "IPAddress": "10.x.x.x", "IPAddressType": "IPv4", "DNS": "switchname.company.com", "DynamicIP": false, "SysName":…
I am currently using Postman and a GET command that successfully returns the "Caption" and "VolumeSpaceAvailable" for all nodes. I use the following statement to do so: localhost:17778/.../Query Caption, VolumeSpaceAvailable FROM Orion.Volumes This is great and works, but I'd like to be able to return only my Windows…
It looks like you're new here. Sign in or register to get started.