F5 API Authentication¶
For reference, the authentication URIs for both BIG-IP and BIG-IQ are included below.
Todo
Include curl example
BIG-IP API Authentication¶
https://{{big_ip_mgmt}}/mgmt/shared/authn/login
{
"username": "admin",
"password": "admin",
"loginProviderName": "tmos"
}
BIG-IQ API Authentication¶
https://{{big_iq_mgmt}}/mgmt/shared/authn/login
{
"username": "admin",
"password": "admin",
"loginProviderName": "tmos"
}