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
401 stars 142 forks source link

Method to Unmanage Nodes without Time stamps ? #192

Closed markatdxb closed 5 years ago

markatdxb commented 5 years ago

Hello, this is more just a question. Is there a simple method to Unmanage Node without specifying nnmanage and remanage time ? This is possible via GUI but i cant find anything similar in swagger

mrxinu commented 5 years ago

It's just using a default start and end time when you unmanage with the GUI (UTC now and then UTC now plus 24hrs, I think). There's no verb that let's you skip it so hard coding the now and now + 24hrs will give you the same effect.

markatdxb commented 5 years ago

ok thanks for info