apm policy agent message-boxΒΆ

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

NAME
       message-box - Manages a Message Box agent.

MODULE
       apm policy agent

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

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

	edit message-box [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list message-box
	list message-box [ [ [name] | [glob] | [regex] ] ... ]
	show running-config message-box
	show running-config message-box  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    partition

	show message-box
	show message-box [name]

   DELETE
	delete message-box [name]

DESCRIPTION
       You can use the message-box agent to create, display, or delete a Message Box agent.  You cannot use the
       command line interface to create or modify the messages that display in a message box. You can also edit
       customizable messages using the visual policy editor.

EXAMPLES
       create message-box MyMessageBoxAgent { customization group "MyMessageBoxCG" }
	    Creates the Message Box agent named MyMessageBoxAgent that is associated with the customization group
	    named MyMessageBoxCG.

       list message-box
	    Displays a list of Message Box agents.

       delete message-box MyMessageBoxAgent
	    Deletes the Message Box agent named MyMessage BoxAgent.

OPTIONS
       [name]
	    Specifies the name of a Message Box agent. This option is required.

       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 customization group that contains the messages you want to apply to an access
	    policy. This option is required.

       partition
	    Displays the partition within which the component resides.

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

BIG-IP						      2012-12-20		      apm policy agent message-box(1)