apm policy agent response-selectionΒΆ

apm policy agent response-selection(1)			BIG-IP TMSH Manual		    apm policy agent response-selection(1)

NAME
       response-selection - Manages a Response Selection agent.

MODULE
       apm policy agent

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

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

	edit response-selection [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

	show response-selection
	show response-selection [name]

   DELETE
	delete response-selection [name]

DESCRIPTION
       You can use the response-selection component to create a Response Selection agent to assign a response config object for
       error response generation.

EXAMPLES
       create response-selection my_resp_sel_ag response my_response
	    Creates the my_resp_sel_ag Response Selection agent.

       list response-selection
	    Displays a list of Response Selection agents.

       delete response-selection my_resp_sel_agent
	    Deletes the Response Selection agent named my_resp_sel_agent.

OPTIONS
       [name]
	    Specifies the name of a Response Selection agent. This option 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.

       response
	    Specifies the response config object name.

SEE ALSO
       api-protection response

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

BIG-IP							    2018-07-12			    apm policy agent response-selection(1)