Forum Discussion

Michal_Seckar_3's avatar
Michal_Seckar_3
Icon for Altostratus rankAltostratus
Feb 15, 2018
Solved

Rest APi limitation on Role Operator

Hello,

 

I would like to ask a question about rest api. We have a situation in here where we have a account with Operator role and this account can disable/enable nodes. However there is a problem, limit most likely where i can call api only 2 times per 60s and this is something what causing us a lot of issues. Can this limit be lift up or disable please ?

 

Thx Regards Mike

 

  • OK sorted. If you use PATCH request type it work like a charm... :) It must be a bug in F5 os..

     

3 Replies

  • I have not seen any such limitation on API unless your application has set some limit. Connection limit only applies to node/member enable/disable functionality? What F5 code are you using? What is the response time with admin access?

     

  • From my 11.x curl archive, request is as follow for pool member disable:

     

    curl -k -u user1:password1 -H "Content-Type: application/json" -X POST -d '{"name":"TestServer:80","partition":"test","session":"user-disabled", "address":"192.xx.xx.xx"}'

     

  • OK sorted. If you use PATCH request type it work like a charm... :) It must be a bug in F5 os..