netscaler.adc.analyticsprofile module – Configuration for Analytics profile resource.
Note
This module is part of the netscaler.adc collection (version 2.6.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install netscaler.adc
.
To use it in a playbook, specify: netscaler.adc.analyticsprofile
.
New in netscaler.adc 2.0.0
Synopsis
Configuration for Analytics profile resource.
Parameters
Parameter |
Comments |
---|---|
On enabling this option, the Citrix ADC will log all the request and response headers. Choices:
|
|
Token for authenticating with the endpoint. If the endpoint requires the Authorization header in a particular format, specify the complete format as the value to this parameter. For eg., in case of splunk, the Authorizaiton header is required to be of the form - Splunk <auth-token>. |
|
By default, application/json content-type is used. If this needs to be overridden, specify the value. |
|
If the endpoint requires some metadata to be present before the actual json data, specify the same. |
|
The URL at which to upload the analytics data on the endpoint |
|
Base NITRO API path. Define only in case of an ADM service proxy call Default: |
|
This option indicates the whether auditlog should be sent to the REST collector. Choices:
|
|
The collector can be an IP, an appflow collector name, a service or a vserver. If IP is specified, the transport is considered as logstream and default port of 5557 is taken. If collector name is specified, the collector properties are taken from the configured collector. If service is specified, the configured service is assumed as the collector. If vserver is specified, the services bound to it are considered as collectors and the records are load balanced. |
|
On enabling this option, the Citrix ADC will log TCP CQA parameters. Choices:
|
|
This option indicates the whether events should be sent to the REST collector. Choices:
|
|
On enabling this option, the Citrix ADC will log the gRPC status headers Choices:
|
|
On enabling this option, the Citrix ADC will log Authentication header. Choices:
|
|
On enabling this option, the Citrix ADC will insert a javascript into the HTTP response to collect the client side page-timings and will send the same to the configured collectors. Choices:
|
|
On enabling this option, the Citrix ADC will log content-length header. Choices:
|
|
On enabling this option, the Citrix ADC will log cookie header. Choices:
|
|
On enabling this option, the Citrix ADC will log domain name. Choices:
|
|
On enabling this option, the Citrix ADC will log the Host header in appflow records Choices:
|
|
On enabling this option, the Citrix ADC will log location header. Choices:
|
|
On enabling this option, the Citrix ADC will log the method header in appflow records Choices:
|
|
On enabling this option, the Citrix ADC will link the embedded objects of a page together. Choices:
|
|
On enabling this option, the Citrix ADC will log the referer header in appflow records Choices:
|
|
On enabling this option, the Citrix ADC will log set-cookie header. Choices:
|
|
On enabling this option, the Citrix ADC will log set-cookie2 header. Choices:
|
|
On enabling this option, the Citrix ADC will log the URL in appflow records Choices:
|
|
On enabling this option, the Citrix ADC will log URL Query. Choices:
|
|
On enabling this option, the Citrix ADC will log User-Agent header. Choices:
|
|
On enabling this option, the Citrix ADC will Via header. Choices:
|
|
On enabling this option, the Citrix ADC will log X-Forwarded-For header. Choices:
|
|
On enabling this option, the Citrix ADC will log the Integrated Caching appflow records Choices:
|
|
The ID of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The IP of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The name of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The password of the managed NetScaler instance. Define only in case of an ADM service proxy call In Settings > Administration > System Configurations > Basic Settings, if you select Prompt Credentials for Instance Login, ensure to configure username and password of a managed instance. |
|
The username of the managed NetScaler instance. Define only in case of an ADM service proxy call In Settings > Administration > System Configurations > Basic Settings, if you select Prompt Credentials for Instance Login, ensure to configure username and password of a managed instance. |
|
This option indicates the whether metrics should be sent to the REST collector. Choices:
|
|
This option is for configuring the metrics export frequency in seconds, frequency value must be in [30,300] seconds range |
|
Name for the analytics profile. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my appflow profile” or ‘my appflow profile’). |
|
The IP address of the NetScaler ADC appliance acting as a proxy server. Define only in case of an ADM service proxy call Choices:
|
|
The authentication token provided by a login operation. |
|
The password with which to authenticate to the NetScaler ADC node. |
|
Which protocol to use when accessing the nitro API objects. Choices:
|
|
The username with which to authenticate to the NetScaler ADC node. |
|
The ip address of the NetScaler ADC appliance where the nitro API calls will be made. The port can be specified with the colon (:). E.g. 192.168.1.1:555. |
|
This option indicates the format of REST API POST body. It depends on the consumer of the analytics data. Choices:
|
|
If The module will not save the configuration on the NetScaler ADC node if it made no changes. Choices:
|
|
This option is for configuring json schema file containing a list of counters to be exported by metricscollector |
|
This option is for setting the mode of how data is provided Choices:
|
|
The state of the resource being configured by the module on the NetScaler ADC node. When When When Choices:
|
|
On enabling this option, the Citrix ADC will log TCP burst parameters. Choices:
|
|
This option indicates what information needs to be collected and exported. Choices:
|
|
On enabling this option, the Citrix ADC will send the URL category record. Choices:
|
|
If Choices:
|
Notes
Note
For more information on using Ansible to manage NetScaler ADC Network devices see https://www.ansible.com/integrations/networks/citrixadc.
Examples
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Indicates if any change is made by the module Returned: always Sample: |
|
Dictionary of before and after changes Returned: always Sample: |
|
List of differences between the actual configured object and the configuration specified in the module Returned: when changed Sample: |
|
Indicates if the module failed or not Returned: always Sample: |
|
list of logged messages by the module Returned: always Sample: |