ltm classification urldb-fileΒΆ

ltm classification urldb-file(1)			BIG-IP TMSH Manual			  ltm classification urldb-file(1)

NAME
       urldb-file - Manages a custom URLDB file

MODULE
       ltm classification

SYNTAX
       List the urldb-file component within the ltm classification module using the syntax in the following sections.

   CREATE
	create urldb-file [name]
	 options:
	  source-path [string]
	  app-service [name]

	DEPRECATED: create command is deprecated from version 12.0.0. Though this command is visible, this is not meant to be used
       by the users. The daemons use it internally.

   DISPLAY
	list urldb-file [[name] | all | [property]]
	show running-config urldb-file [[name] | all | [property]]
	 options:
	    all-properties
	    one-line
	    partition

   DELETE
	delete urldb-file [[name] | all]

	DEPRECATED: delete command is deprecated from version 12.0.0. Though this command is visible, this is not meant to be used
       by the users. The daemons use it internally.

DESCRIPTION
       You can use the urldb-file component to	create,  the custom URLDB file in versions before 11.7.0. The urldb-file is
       created internally using the URl specified in  ltm classification urldb-feed-list in later versions.

EXAMPLES
       create urldb-file FILE1 { source-path file:/shared/images/custom_urldb_1.txt }

       Creates a new urldb file object, "FILE1" from the source file /shared/images/custom_urldb_1.txt

	Create works in versions before 11.7.0. Has been deprecated in later versions

       list urldb-file [fileobj-name]

       Lists the  attributes of urldb file object, "FILE1" from the source file /shared/images/custom_urldb_1.txt

OPTIONS
       create
	    Creates a new file object for custom urlcat db.

       delete
	    Deletes the file object that you specify next, in curly braces ({}).

       source-path
	    Specifies the location from where the URLDB file object sources the file.

       app-service
	    Specifies 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 for this feed list.

       partition
	    Displays the administrative partition within which the component resides.

SEE ALSO
       edit, list,  ltm classification, 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, 2012-2016. All rights reserved.

BIG-IP							    2016-03-14				  ltm classification urldb-file(1)