New-SumoSession
https://github.com/SumoLogic-Labs/sumo-powershell-sdk
I've setup a key and when I try new-sumosession I get no session returned and no error.
Is there any troubleshooting I can do here?
-
hi Ken,
try putting the verbose switch on the end. this will show errors for example if your authentication is invalid.
New-SumoSession -AccessId $env:SUMO_ACCESS_ID -AccessKeyAsSecureString $accessKeyAsSecureString -Verbose
also make sure you set the correct endpoint e.g:
$env:SUMOLOGIC_API_ENDPOINT="https://api.de.sumologic.com/api/v1/"
Please sign in to leave a comment.
Comments
1 comment