apm policy agent request-classificationΒΆ

apm policy agent request-classification(1)		BIG-IP TMSH Manual		apm policy agent request-classification(1)

NAME
       request-classification - Manages a Request Classification agent.

MODULE
       apm policy agent

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

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

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

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

   DELETE
	delete request-classification [name]

DESCRIPTION
       Use the request-classification component to create, modify, display, or delete a Request Classification agent. A Request
       Classification agent classifies the API requests based on their URIs and http methods according to the API path definition
       in the corresponding API Protection profile.

EXAMPLES
       create request-classification my_rca_ag
	    Creates the my_rca_ag Request Classification agent.

       list request-classification
	    Displays a list of Request Classification agents.

       delete request-classification my_rca_ag
	    Deletes the my_rca_ag Request Classification agent.

OPTIONS
       [name]
	    Specifies the name of a Request Classification 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.

SEE ALSO
       api-protection profile apiprotection

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 request-classification(1)