solarwinds / OrionSDK

SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java.
https://thwack.com/OrionSDK
Apache License 2.0
397 stars 139 forks source link

Unclear Error: Orion.AssetInventory.Polling Verb:DisablePollingForNodes #283

Open kmsigma opened 3 years ago

kmsigma commented 3 years ago

If you enter a bad integer for node ID (say 0) for DisablePollingForNodes, the returned error does not reference nodeIds, but instead references netObjectIds. `

Sender Orion.AssetInventory.Polling.DisablePollingForNodes failed, check fault information. NetObjectID must be greater then zero Parameter name: netObjectID NetObjectID must be greater then zero Parameter name: netObjectID

` From the error message, it 'appears' that the verb is requesting NetObjectIDs, but according to the documentation, it's requesting an array of NodeIDs.