Management::ApplicationPresentationScript

Introduced : BIG-IP_v9.0
An Application presentation script contains application presentation language (APL) elements. It can be directly included in presentation section of application templates. Application presentation scripts provide a convenient way to build libraries of common presentation elements.

Methods

Method Description Introduced
add_checksum Computes and adds a checksum to each specified application presentation script. To each application presentation script, either checksum or signature can be added but not both. The system will throw if both algorithms are attempted on one application presentation script. BIG-IP_v11.4.0
add_signature Computes and adds a signature to each specified application presentation script. The signature is used during application presentation script validation to assure that the application presentation script&aposs content has not been modified. To each application presentation script, either checksum or signature can be added but not both. The system will throw if both algorithms are attempted on one application presentation script. BIG-IP_v11.4.0
clear_verification Clear both signature and checksum fields for the specified application presentation scripts. The difference between enabling “ignore_verification” and “clear_verification” is: “ignore” suspends the verification temporarily while leaving the signature and checksum fields intact. Verification can be resumed. “clear” resets for good the signing information as if the application presentation scripts had never been signed. BIG-IP_v11.4.0
create Creates the specified application presentation scripts. BIG-IP_v11.4.0
delete_all_application_presentation_scripts Deletes all user-defined application presentation scripts. BIG-IP_v11.4.0
delete_application_presentation_script Deletes the specified application presentation scripts. An exception will be raised when attempting to delete builtin application presentation scripts. BIG-IP_v11.4.0
get_description Gets the descriptions for the specified application presentation scripts. BIG-IP_v11.4.0
get_ignore_verification_state Gets the state of ignoring the signature or checksum. BIG-IP_v11.4.0
get_list Gets the names of all application presentation scripts. BIG-IP_v11.4.0
get_script Gets the script definition/content for the specified application presentation scripts. BIG-IP_v11.4.0
get_verification_status Gets the verification status for the specified application presentation scripts. BIG-IP_v11.4.0
get_version Gets the version information for this interface. BIG-IP_v11.4.0
set_description Sets the description for the specified application presentation scripts. Description is an arbitrary field which can be used for any purpose. BIG-IP_v11.4.0
set_ignore_verification_state Sets the ignore verification state for the specified application presentation scripts. If enabled, the system will ignore the signature or checksum. Otherwise the signature or checksum is used during application presentation script validation to assure that the application presentation script&aposs content has not been modified. BIG-IP_v11.4.0
set_script Sets the script definition/content for the specified application presentation scripts. BIG-IP_v11.4.0

Structures

Structure Description

Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


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.