apm aaa http-connector-transportΒΆ

apm aaa http-connector-transport(1)			BIG-IP TMSH Manual		       apm aaa http-connector-transport(1)

NAME
       http-connector-transport - stores the Network level configuration used by HTTP Connector Request.

MODULE
       apm aaa

       Configure the http-connector-transport object within the aaa module using the syntax shown in the following sections.

   CREATE/MODIFY
	create/modify http-connector-transport [name]
	   options:
	    ssl-profile [name]
	    dns-resolver [[name] | none]
	    max-response-size [integer]
	    timeout [integer]

	edit http-connector-transport [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list http-connector-transport
	list http-connector-transport [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete http-connector-transport [name]

DESCRIPTION
       You can use the http-connector-transport to configure Network level configuration used by HTTP Connector Request.

EXAMPLES
       create http-connector-transport HttpConnector { ssl-profile serverssl dns-resolver your-dns-resolver max-response-size
       32768 timeout 5 }
	    Creates the HTTP Connector Transport Object named HttpConnector with Server SSl Profile serverssl, sets the DNS
	    resolver your-dns-resolver, sets the Max Response Size to 32768 bytes and sets the Timeout to be 5 seconds.

       delete http-connector-transport HttpConnector
	    Deletes the HTTP Connector Transport Object named HttpConnector from the system.

OPTIONS
       name Specifies the name for the HTTP Connector Transport Object. This setting is required.

       ssl-profile
	    Specifies the server SSL profile.

       dns-resolver
	    Specifies the Dns Resolver. This setting is required.

       max-response-size
	    Specifies the limit on size of the response body that is allowed in bytes. If response body size is greater than
	    specified limit than the data in body is ignored. If response headers were specified in http-connector-request object,
	    they will still be processed in the event of response body being ignored due to max-response-size off limit. Default
	    is 32768 bytes.

       timeout
	    Specifies the timeout in seconds.

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

BIG-IP							    2019-06-26			       apm aaa http-connector-transport(1)