apm policy agent decision-boxΒΆ

apm policy agent decision-box(1)			BIG-IP TMSH Manual			  apm policy agent decision-box(1)

NAME
       decision-box - Manages a Decision Box agent.

MODULE
       apm policy agent

SYNTAX
       Configure the decision-box component within the policy agent module using the following syntax.

   CREATE/MODIFY
	create decision-box [name]
	modify decision-box [name]
	  options
	    app-service [[string] | none]
	    customization-group [name]

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

   DELETE
	delete decision-box ([name] | all)

DESCRIPTION
       You can use the decision-box component to configure a Decision Box agent.

EXAMPLES
       create dynamic-acl MyADQueryagent
	    Creates the Decision Box agent named MyADQueryagent.

       list decision-box all
	    Displays a list of Decision Box agents.

       delete decision-box MyADagent
	    Deletes the MyADagent Decision Box agent.

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.

       customization-group
	    Specifies the name of the existing customization group to which the agent belongs.

       [name]
	    Specifies the name of a Decision Box agent. This setting is required.

       partition
	    Displays the partition within which the component resides.

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

BIG-IP							    2012-10-19				  apm policy agent decision-box(1)