Comments
-
i think i figured it out..not sure if this is the proper way to do it but initial result set looks promising select s.name as sitename, a.id, ap.Name as apppool, v.name as vmname from APM_IisBbSites s inner join APM_Application a on s.ApplicationID = a.id left outer join APM_IisBbApplicationPools ap on ap.id =…
-
i poke and hoped and trimmed the body down to this which returned 200 and a confirmation response...item now shows up to solarwinds: consider changing the example https://apidoc.samanage.com/#operation/createConfigurationItem if the body text there is not a legit payload. { "configuration_item": { "name": "walrus",…