apm swg-schemeΒΆ

apm swg-scheme(1)					BIG-IP TMSH Manual					 apm swg-scheme(1)

NAME
       swg-scheme - Configures an SWG Scheme (The swg-scheme object is deprecated)

MODULE
       apm

SYNTAX
       Configure a swg-scheme component within the apm module using the syntax shown in the following sections.

   CREATE/MODIFY
       Each swg-scheme consists of the following.

	create swg-scheme [name]
	  options:
	    app-service [[string] | none]
	    description [[string] | none]

	modify swg-scheme  [name]
	  options:
	    app-service [[string] | none]
	    description [[string] | none]

   DISPLAY
	list swg-scheme
	list swg-scheme [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

DESCRIPTION
       Configures an swg-scheme object. Note that the swg-scheme object is deprecated as of v15.1.0.

EXAMPLES
       create apm swg-scheme scheme1 { app-service none description "My SWG Scheme" }

       Creates a new swg-scheme.

       modify swg-scheme scheme1 { description "My SWG Scheme" }

       Modify a swg-scheme by modifying its description string.

OPTIONS
       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
	 Specifies a user-defined description for the swg scheme.

SEE ALSO
       apm url-filter

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							    2019-06-24						 apm swg-scheme(1)