The Invoke-nbApi.ps1 does not support netbox instances which require login even for reading data.
This is related to line 108, which is checking "$HttpVerb -ne $get)".
Requests with "GET" HTTP Method won't get the Authorization Header attached and thus fail.
Is it possible to either include a further parameter for Connect-nbAPI or some other check?
The Invoke-nbApi.ps1 does not support netbox instances which require login even for reading data. This is related to line 108, which is checking "$HttpVerb -ne $get)".
Requests with "GET" HTTP Method won't get the Authorization Header attached and thus fail.
Is it possible to either include a further parameter for Connect-nbAPI or some other check?
Thanks!