APL Commands

Application Presentation Language Commands with Description

  • choice - A list of options where one item may be selected
  • define - Allows the creation of user-defined types out of the existing types.
  • editchoice - Multiple choices are available that the user can select, or a new value can be entered
  • include - This does a “C” style include where the contents of the APL script are directly copied into the current document.
  • message - Allows providing extra text message within a section
  • multichoice - 0 to N items may be selected from the available choices
  • optional - Allows the form elements to be hidden or shown based on the state of other form elements.
  • password - Similar to a string element except the contents may be obscured
  • row - A table that contains one and only one item
  • section - The topmost layout element. Groups similar questions together under a single heading.
  • string - The most basic element where a single value may be entered.
  • table - A structure that can have items with multiple pieces of information

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.