Home > Configuration > Analytics > setanalyticsprofile_outputmode

setanalyticsprofile_outputmode

Use this method to set this option indicates the format of REST API POST body. It depends on the consumer of the analytics data.

Syntax



Parameters

name

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').
This is mandatory parameter.

outputmode

This option indicates the format of REST API POST body. It depends on the consumer of the analytics data.
Default value = NS_ANALYTICS_OUT_MODE_AVRO.
Possible Values : avro, prometheus, influx, json.

Return Value

Returns simpleResult

See Also