saas ati profileΒΆ

saas ati profile(1)					BIG-IP TMSH Manual				       saas ati profile(1)

NAME
       profile - Configures an Application Traffic Insight Profile Service profile.

MODULE
       wom profile

SYNTAX
       Configure the profile component within the saas ati module using the syntax shown in the following sections.

   CREATE/MODIFY
	create profile [name]
	modify profile [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    api-svc-add-connecting-ip [disabled | enabled]
	    api-svc-connecting-ip-header [string]
	    api-svc-domain-pool [[name] | none]
	    api-svc-hostname [string]
	    api-svc-ivs-ssl [[name] | none]
	    api-svc-js-path [string]
	    api-svc-telemetry-path [string]
	    api-svc-use-sni [disabled | enabled]
	    irules [none | add | delete | replace-all-with] { [name] ... }
	    js-inject-exclude-paths [none | add | delete | replace-all-with] { [string] ... }
	    js-inject-exclude-paths-enable [disabled | enabled]
	    js-inject-include-paths [none | add | delete | replace-all-with] { [string] ... }
	    js-inject-include-paths-enable [disabled | enabled]
	    js-inject-location [head | body]
	    js-inject-script-attribute [async-defer | async | sync | defer]
	    proxy-destination [string]
	    proxy-password [[String] | none]
	    proxy-pool [[name] | none]
	    proxy-username [[String] | none]
	    use-proxy-server [disabled | enabled]

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

	show profile
	show profile [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)

   DELETE
	delete profile [name]

DESCRIPTION
       You can use the profile component to manage an ATI profile.

EXAMPLES
       create profile my_ati_profile

       Creates an ATI profile named my_ati_profile using the system defaults.

       modify ati my_ati_profile fast-close disabled

       Turns off fast-close for the ati profile named my_ati_profile.

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.

       defaults-from
	    Specifies the profile that you want to use as the parent profile. The new profile inherits all settings and values
	    from the parent profile specified. The default value is ati.

       description
	    User defined description.

       api-svc-add-connecting-ip
	    Specifies whether to add a new header with a connecting IP to the HTTP request. The default value is enabled.

       api-svc-connecting-ip-header
	    Specifies the connecting IP XFF header. The default value is x-iapp-real-ip.

       api-svc-domain-pool
	    Specifies the pool created using the domain received in VoltConsole (or F5 Support). The default value is none.

       api-svc-domain-hostname
	    Specifies hostname received in VoltConsole (or F5 Support). The default value is us.gimp.zeronaught.com.

       api-svc-ivs-ssl
	    Specifies the server SSL profile the system uses to connect to the backend server.

       api-svc-js-path
	    Specifies the JavaScript path received in VoltConsole (or F5 Support).

       api-svc-telemetry-path
	    Specifies the telemetry path. The default value is /__imp_apg__/api/dip/v1/dip.

       api-svc-use-sni
	    Specifies whether use Server Name Indication (SNI) for pool members. The default value is enabled.

       irules
	    Specifies the iRules to attach to api-svc-domain-pool or proxy-pool.  iRules help automate the intercepting,
	    processing, and routing of ATI-related traffic to the ATI backend server.  The BIG-IP applies iRules in the order that
	    they appear in the list.  The default value is none.

       js-inject-exclude-paths
	    Specifies list of URL paths that the JS injections should be excluded from.  You can use * for wildcard pattern
	    matching.  The default value is none.

       js-inject-exclude-paths-enable
	    Specifies whether to exclude the JS injection from specific URL paths. The default value is disabled.

       js-inject-include-paths
	    Specifies list of URL paths to receive the JS injections.  You can use * for wildcard pattern matching.  The default
	    value is none.

       js-inject-include-paths-enable
	    Specifies whether to include the specific URL paths to receive the JS injections.  When disabled all URL paths receive
	    the JS injection.  The default value is disabled.

       js-inject-location
	    Specifies the location of the JS injection. The default value is after head.

       js-inject-script-attribute
	    Specifies the attribute that is added to the injected script tag. The default value is async-defer.

       proxy-destination
	    Specifies the protocol and domain from the JS URL you received in VoltConsole (or from F5 Support).  You can add a
	    port number if you are using a port that is not standard for http or https.  The default value is
	    https://us.gimp.zeronaught.com.

       proxy-password
	    Specifies the proxy password for the proxy pool. The default value is none.

       proxy-pool
	    Specifies the proxy server pool used for routing traffic to the backend server.

       proxy-username
	    Specifies the username for the proxy pool. The default value is none.

       use-proxy-server
	    Specifies whether to route data to proxy-destination via the proxy-pool, otherwise data is sent using api-svc-domain-
	    pool.  The default value is disabled.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the component resides.

       record-replay
	    Specifies whether the system opens ati files faster by performing more intelligent read-ahead operations. The default
	    value is enabled.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at sign (@[regular
	    expression]) to indicate that the identifier is a regular expression. See help regex for a description of regular
	    expression syntax.

       write-behind
	    Specifies whether the system speeds up ati file uploads to the server by fulfilling write requests through the WAN
	    Optimization Manager closer to the request initiator. The default value is enabled.

SEE ALSO
       create, delete, glob, list, ltm virtual, modify, regex, show, 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 2009-2021. All rights reserved.

BIG-IP							    2021-12-08					       saas ati profile(1)