apm policy agent ending-redirectΒΆ

apm policy agent ending-redireBIG-IP TMSH Mapmapolicy agent ending-redirect(1)



NAME
       ending-redirect - Manages an Ending Redirect agent.

MODULE
       apm policy agent

SYNTAX
       Configure the ending-redirect component within the policy agent module
       using the following syntax.

   CREATE/MODIFY
	create ending-redirect [name]
	modify ending-redirect [name]
	  options
	    app-service [[string] | none]
	    close-session [true | false]
	    url [value]

   DISPLAY
	list ending-redirect
	list ending-redirect [ [ [name] | [glob] | [regex] ] ... ]
	show running-config ending-redirect
	show running-config ending-redirect  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    app-service
	    current-module
	    non-default-properties
	    one-line
	    partition

   DELETE
	 delete ending-redirect ([name] | all)

DESCRIPTION
       The Redirect ending can be used to redirect the user, rather than
       allowing or denying a connection. It can also send a user directly to
       an update script or to different server or landing URI.	Upon reaching
       a Redirect ending, the user sees a screen indicating that they are
       being redirected to a different URL. You can use the ending-redirect
       component to create and manage an Ending Redirect agent.

EXAMPLES
       create ending-redirect MyEndingRedirectAgent { url
       "http://www.myweb.com" }
	    Creates the Ending Redirect agent named MyEndingRedirectAgent that
	    redirects a connection to http://www.myweb.com.

	    =item

	    Creates an agent using the current protocol and the session
	    variable %{session.server.network.protocol}

       list ending-redirect
	    Displays a list of Ending Redirect agents.

       delete ending-redirect MyEndingRedirectAgent
	    Deletes the Ending Redirect agent named MyEndingRedirectAgent.

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.

       close-session
	    Redirects to the specified URI after closing the session if
	    enabled. Otherwise, redirect to the specified URI without closing
	    the session. The default is enabled.

       [name]
	    Specifies the name of an Ending Redirect agent. This option is
	    required.

       url  Specifies the URL to which the system redirects the original
	    request. This option is required, and you must specify an absolute
	    URL.

	    An absolute URL specifies the exact location of a file or
	    directory on the Internet.

SEE ALSO
       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 2011-2013, 2015-2016. All rights
       reserved.



BIG-IP				  2016-03-1apm policy agent ending-redirect(1)