For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

neeeewbie's avatar
3 years ago
Solved

api token timeout change

Hi I need your help ~  I checked below url but does not work,,  refer : https://my.f5.com/manage/s/article/K43590271 I entered the https://ipaddress/mgmt/shared/authz/tokens/<token vlaue> e...
  • JRahm's avatar
    3 years ago

    Hi neeeewbie, that's the right interface, what method are you using? This should work:

    curl -sk https://$HOST/mgmt/shared/authz/tokens/$TOKEN \
     -X PATCH -H "Content-type: application/json" -H "X-F5-Auth-Token: $TOKEN" \
     -d '{"timeout" : 4200}'