ltm classification signature-update-scheduleΒΆ

ltm classification signature-update-schedule(1)   BIG-IP TMSH Manual  ltm classification signature-update-schedule(1)

NAME
       signature-update-schedule - Configure schedule for classification signature updates.

MODULE
       ltm classification

SYNTAX
       Configure the signature-update-schedule component within the ltm classification module using the syntax in the
       following sections.

   Updated Command
       There has been a new implementation for this command. Please consider using the following command instead,
	 ltm classification auto-update 

   MODIFY
	modify signature-update-schedule [name]
	  options:
	   [auto-update-enabled | auto-update-disabled]
	   auto-update-interval [daily | weekly | monthly]

	edit signature-update-schedule [name]
	 options:
	  all-properties
	  non-default-properties

   DISPLAY
	list signature-update-schedule
	list signature-update-schedule [ [name] | [glob] | [regex] ]
	 options:
	  all-properties
	  non-default-properties
	  one-line
	  recursive

DESCRIPTION
       You can use the signature-update-schedule component to configure schedule for classification signature
       updates.

EXAMPLES
       list signature-update-schedule

       Displays classification signature update schedule configuration.

       modify signature-update-schedule auto-update-enabled auto-update-interval daily

       Updates the scheduler for classification signature updates to run once a day.

       modify signature-update-schedule auto-update-disabled

       Disables the scheduler and allows signatures to update via the browser-based Configuration utility only.

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.

       auto-update-disabled
	    Specifies that the updates scheduler is disabled. The user can update the classification signatures using
	    the browser-based BIG-IP Configuration utility.

       auto-update-enabled
	    Specifies that the updates scheduler is enabled.

       auto-update-interval
	    Specifies the auto-update frequency for classification signatures. This attribute will only apply in case
	    auto update is enabled. The default value is weekly.

SEE ALSO
       list, modify, 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 2009-2012. All rights reserved.

BIG-IP						      2018-02-05      ltm classification signature-update-schedule(1)