ltm profile htmlΒΆ

ltm profile html(1)	      BIG-IP TMSH Manual	   ltm profile html(1)



NAME
       html - Configures an HTML profile.

MODULE
       ltm profile

SYNTAX
       Configure the html component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create html [name]
	modify html [name]
	  options:
	    defaults-from [ [name] | none]
	    content-detection [disabled | enabled]
	    content-selection
	      [add | delete | replace-all-with] {
		[content-type] ...
	    }
	    content-selection none
	    rules
	      [add | delete | replace-all-with] {
		[html-rule] ...
	    }
	    rules none

	mv html [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats html
	reset-stats html [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list html
	list html [ [ [name] | [glob] | [regex] ] ... ]
	show running-config html
	show running-config html [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show html
	show html [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	     field-fmt
	     global

   DELETE
	delete html [name]

DESCRIPTION
       Use this command to create, modify, display, or delete an HTML profile
       with which you can manage HTML traffic.

EXAMPLES
       create html my_html_profile defaults-from html

       Creates a custom HTML profile named my_html_profile that inherits its
       settings from the system default HTML profile.

       list html

       Displays the properties of all HTML profiles.

       mv html /Common/my_html_profile to-folder /Common/my_folder

       Moves a custom HTML profile named my_html_profile to a folder named
       my_folder, where my_folder has already been created and exists within
       /Common.

       Please refer to the mv manual page for examples on how to use the mv
       command.

OPTIONS
       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    Your new profile inherits all settings and values from the parent
	    profile specified. The default value is html.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the component
	    resides.

       content-detection
	    Scans initial HTTP payload to look for HTML signatures and enables
	    HTML profile if HTML-like patterns are detected.

       content-selection
	    Matches content-type from response header against a list of
	    content-types and enables HTML profile if a match is found.

       rules
	    Specifies a list of HTML (content rewrite) rules, separated by
	    spaces, that are used for parsing and patching HTML.

       to-folder
	    html profiles can be moved to any folder under /Common, but
	    configuration dependencies may restrict moving the profile out of
	    /Common.

SEE ALSO
       create, delete, glob, list, ltm virtual, modify, mv, reset-stats, show,
       tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2013, 2015. All rights
       reserved.



BIG-IP				  2015-07-22		   ltm profile html(1)