ltm classification applicationΒΆ

ltm classification application(1)		  BIG-IP TMSH Manual		    ltm classification application(1)

NAME
       application - Configures a custom classification application.

MODULE
       ltm classification

SYNTAX
       Configure the application within the ltm classification module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create application [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    application-id [integer]
	    category [name]

	modify application [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    category [name]

	edit application [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list application
	list application [ [all] | [name] ]
	show running-config application
	show running-config application [ [all] | [name] ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete application [name]

       Note: All referring classification-filters (to this application) need to be deleted first; otherwise an error
       will be reported. Predefined applications cannot be deleted.

DESCRIPTION
       You can use the application component to create, modify, delete, and display classification application.

EXAMPLES
       create application my_app { application-id 8192 category my_cat }

       Creates a new application named my_app.

       modify application my_app { category Web description "My description." }

       Modify an application named my_app.

       list application

       Displays all created applications.

       delete application my_app

       Deletes the application named my_app.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the object. Only the application service can modify or delete the object.

       description
	    User defined description.

       application-id
	    Identifies the application. This is set during creation and cannot be changed. Identifiers must be unique
	    across predefined and user-defined applications. Predefined application-ids must be in numeric range [0,
	    8192), and user defined application-ids must be in numeric range [8192, 16384).

       category
	    Refers to classification category. The referred category [name] should exist already; otherwise an error
	    will be reported.

SEE ALSO
       create, modify, delete, list, show, tmsh, ltm classification

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 2012-2013, 2016. All rights reserved.

BIG-IP						      2016-03-14		    ltm classification application(1)