I did so well with the InfloBlox API, they have asked me to see if I can script out getting our server to work with the Zenoss (monitoring) server through the REST API. It turns out that all of the Zenoss front end info is run through their REST API, which means they can do anything for this from a script.
So far, I have not been able to get any type of any response, other then html. All of the documentation is Python and Java, and it looks like they have prepackages modules.
Invoke-RestMethod -Uri "http://testing.zenoss.com:8080/zport/dmd/Devices/Server/Linux" -Method Post -Credential $credential2 -ContentType application/json
I fell like I could better decipher the other code if I got something to respond.
Ideally, I would like to get start by getting a list of devices.