Forum Discussion

DAGOATMAMBA_328's avatar
DAGOATMAMBA_328
Icon for Nimbostratus rankNimbostratus
Jul 28, 2017

What/Where are the built-in variables for LTM?

Can someone show me where (pdf) or what are the built-in variables for LTM. Looking to do some custom irules and would like to use the built-in variables.

 

5 Replies

  • P_K's avatar
    P_K
    Icon for Altostratus rankAltostratus

    I don't think there is a pdf for that.. Are you looking for specific variables? like AD Auth, etc..

     

  • im looking for redirects....if there is no matching host on the HTTP endpoint, return a redirect to the client for them to try the same request on the HTTPS endpoint.

     

  • Hi,

    There is no built in variables, MrPlastic shared the link to the iRule wiki.

    Every string within brackets are commands which are evaluated to return a value and not variables.

    for example, if you use multiple times

    [HTTP::uri]
    the command is evaluated each time. It is recommended to store it in a variable instead of call it multiple times.