The most recent content from our members.
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…
When I Compile/Run the data I got data like this {"results":[{"NodeID":140089}]} But I want the data expressed like this. 140089 **$text is the data I input. Can someone help me? thank you This is the code from PHP. <?php $url = "https://localhost:17778/SolarWinds/InformationService/v3/Json/Query"; $data[0] = array('query'…
I am following the API instructions but only get Caught exception when creating : Error encountered converting value of class java.lang.String to type specified in attribute 'assetId' of entity 'Asset'. There is no field for assetId anywhere, I've tried adding it as id, and assetId but still fails. This is using php and…
I have a NET SNMP linux device and the volumes are not being pulled in using the API but it can easily be done within the SW admin site. It will work on some devices like Juniper for example, it will pull in the volumes. This is my code for building the poller types. I can also query the pollers table and find the poller…
Hi, * I would like to know if Solarwinds can be integrated to share point to automatically upload config backups. * What scripting languages and/ API can Solarwinds use in talking to MS Sharepoint? * Does Solarwinds support PHP?
Hello, I want to know how can I install or activate the function ActivePHPScript SAM Script (Script Engine)? I'm trying to create a new Windows Script with PHP language
One of the things I have been tasked with doing is understanding the API to see if we can use it for some of our reporting. I reviewed the Orion API documentation and there aren’t any PHP examples. I also can not find any such examples in thwack. Can anyone help me with an example? I have spent some time trying to figure…
Question: Does anyone have an example of a PHP cURL PUT method for Web Help Desk? ! Trying to accomplish: I am trying to link a chromebook(asset) with a student(client) using the PUT method. I would also like to link a ticket to an asset. Other thoughts: How do I "PUT"? Do I create and array with my modifications, then to…
I was wondering if anyone had come across this or would have any ideas of a solution. As you will probably know when customising a page for a group it will effect all pages in all groups, which isn't ideal if you want to display specific information for a specific group. What I want to do is display live google map…
I am running ipMonitor 10.6 and cannot for the LIFE of me connect to the WSDL via code. I can see the URL in my browser just fine, but, on the same machine, via code, I immediately get a 401 Access Denied error whether I use SOAP or CURL. Documentation is dry at best and there aren't many examples out there. $context =…
It looks like you're new here. Sign in or register to get started.