apm apm-avr-configΒΆ

apm apm-avr-config(1)				  BIG-IP TMSH Manual				apm apm-avr-config(1)

NAME
       apm-avr-config - Configures AVR overview/statistics settings for Secure Web Gateway Functionality

MODULE
       apm

SYNTAX
       Configure an apm-avr-config component within the apm module using the syntax shown in the following sections.

   MODIFY
       The AVR Configuration consists of the following information: boolean flag to turn off data collection by AVR;
       Boolean flag to turn off sampling by AVR; Both are on by default. No create or delete function is allowed.

	modify apm-avr-config apm-avr-config {
	    avr-collect-data [true | false]
	    avr-sampling [true | false]
	    }

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

DESCRIPTION
       Configures AVR Configuration for SWG Statistical Reporting

EXAMPLES
       modify apm-avr-config apm-avr-config { avr-collect-data false }

       Modify apm-avr-config by setting avr collect data to false.

OPTIONS
       avr-collect-data
	    Specifies whether data should be collected or not for statistical reporting.

       avr-sampling
	    Specifies whether sampling should be turned on or off.

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 2013-2014. All rights reserved.

BIG-IP						      2014-02-18				apm apm-avr-config(1)