Forum Discussion

Mitesh_378646's avatar
Mitesh_378646
Icon for Nimbostratus rankNimbostratus
Dec 19, 2018

Can someone please confirm whats the correct Base & Auth URL in New-F5Session.ps1

Hi All, I do have device IP, userName & Password with me. But as soon as i tried to hit the REST API in (new-F5Session.ps1) it throws unauthorized access at both BaseURL & Auth URL:

 

$BaseURL = "https://$LTMName/mgmt/tm/ltm/" $AuthURL = "https://$LTMName/mgmt/shared/authn/login"

 

Script I am referring here is :https://github.com/vercellone/POSH-LTM-Rest/blob/master/F5-LTM/Public/New-F5Session.ps1

 

Line No. 21 & 27.

 

Though if i directly access to https://$LTMName/tmui/login.jsp it works perfectly well and i can login.

 

Please guide me.

 

Thanks