apm policy agent session-checkΒΆ

apm policy agent session-check(1)		  BIG-IP TMSH Manual		    apm policy agent session-check(1)

NAME
       session-check - Manages a Session Check agent.

MODULE
       apm policy agent

SYNTAX
       Configure the session-check component within the policy agent module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create session-check [name]
	modify session-check [name]
	  options:
	    app-service [[string] | none]

	edit session-check [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list session-check
	list session-check [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    partition

   DELETE
	delete session-check [name]

DESCRIPTION
       You can use the session-check component to create and manage an agent that check for the existence of access
       policy session in a flow.

EXAMPLES
       create session-check example_session_check_ag
	    Creates the example_session_check_ag Session Check agent that performs the access policy session
	    existence check for the flow.

       delete session-check ExampleSessionCheckAgent delete
	    Deletes the Session Check agent named ExampleSessionCheckAgent.

OPTIONS
       [name]
	    Specifies the name of a Session Check agent. This setting is required.

       partition
	    Displays the partition within which the component resides.

       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.

SEE ALSO
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 2017-2018. All rights reserved.

BIG-IP						      2018-04-21		    apm policy agent session-check(1)