stevevillardi / Logic.Monitor

LogicMonitor PowerShell Module for automating LM Portal tasks using APIv3
https://www.powershellgallery.com/packages/Logic.Monitor
Mozilla Public License 2.0
24 stars 3 forks source link

Upgrade from V1 API to V3 API #12

Closed h3steinhauer closed 1 year ago

h3steinhauer commented 1 year ago

Where is upgrading from V1 API to the V3 API?

The Login process of V1 is supposed to go away and I was hoping that you would have the V3 API process soon Any timeline for expectations?

stevevillardi commented 1 year ago

Are you referring to the LMv1 authentication mechanism or v1 of the LM API? This module already strictly uses version 3 of the LM API which can use either LMv1 auth or Bearer token. To use bearer token you need to supply the parameter -BearerToken when running the Connect-LMAccount command.