avi.Analyticsprofile
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “Avi: avi.Analyticsprofile” sidebar_current: “docs-avi-resource-analyticsprofile” description: |- Creates and manages Avi AnalyticsProfile.
avi.Analyticsprofile
The AnalyticsProfile resource allows the creation and management of Avi AnalyticsProfile
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const foo = new avi.Analyticsprofile("foo", {tenantRef: "/api/tenant/?name=admin"});
import pulumi
import pulumi_avi as avi
foo = avi.Analyticsprofile("foo", tenant_ref="/api/tenant/?name=admin")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.NewAnalyticsprofile(ctx, "foo", &avi.AnalyticsprofileArgs{
TenantRef: pulumi.String("/api/tenant/?name=admin"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var foo = new Avi.Analyticsprofile("foo", new()
{
TenantRef = "/api/tenant/?name=admin",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.Analyticsprofile;
import com.pulumi.avi.AnalyticsprofileArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var foo = new Analyticsprofile("foo", AnalyticsprofileArgs.builder()
.tenantRef("/api/tenant/?name=admin")
.build());
}
}
resources:
foo:
type: avi:Analyticsprofile
properties:
tenantRef: /api/tenant/?name=admin
Create Analyticsprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Analyticsprofile(name: string, args?: AnalyticsprofileArgs, opts?: CustomResourceOptions);
@overload
def Analyticsprofile(resource_name: str,
args: Optional[AnalyticsprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Analyticsprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
analyticsprofile_id: Optional[str] = None,
apdex_response_threshold: Optional[str] = None,
apdex_response_tolerated_factor: Optional[str] = None,
apdex_rtt_threshold: Optional[str] = None,
apdex_rtt_tolerated_factor: Optional[str] = None,
apdex_rum_threshold: Optional[str] = None,
apdex_rum_tolerated_factor: Optional[str] = None,
apdex_server_response_threshold: Optional[str] = None,
apdex_server_response_tolerated_factor: Optional[str] = None,
apdex_server_rtt_threshold: Optional[str] = None,
apdex_server_rtt_tolerated_factor: Optional[str] = None,
client_log_configs: Optional[Sequence[AnalyticsprofileClientLogConfigArgs]] = None,
client_log_streaming_configs: Optional[Sequence[AnalyticsprofileClientLogStreamingConfigArgs]] = None,
configpb_attributes: Optional[Sequence[AnalyticsprofileConfigpbAttributeArgs]] = None,
conn_lossy_ooo_threshold: Optional[str] = None,
conn_lossy_timeo_rexmt_threshold: Optional[str] = None,
conn_lossy_total_rexmt_threshold: Optional[str] = None,
conn_lossy_zero_win_size_event_threshold: Optional[str] = None,
conn_server_lossy_ooo_threshold: Optional[str] = None,
conn_server_lossy_timeo_rexmt_threshold: Optional[str] = None,
conn_server_lossy_total_rexmt_threshold: Optional[str] = None,
conn_server_lossy_zero_win_size_event_threshold: Optional[str] = None,
description: Optional[str] = None,
enable_adaptive_config: Optional[str] = None,
enable_advanced_analytics: Optional[str] = None,
enable_ondemand_metrics: Optional[str] = None,
enable_se_analytics: Optional[str] = None,
enable_server_analytics: Optional[str] = None,
enable_vs_analytics: Optional[str] = None,
exclude_client_close_before_request_as_error: Optional[str] = None,
exclude_dns_policy_drop_as_significant: Optional[str] = None,
exclude_gs_down_as_error: Optional[str] = None,
exclude_http_error_codes: Optional[Sequence[float]] = None,
exclude_invalid_dns_domain_as_error: Optional[str] = None,
exclude_invalid_dns_query_as_error: Optional[str] = None,
exclude_issuer_revoked_ocsp_responses_as_error: Optional[str] = None,
exclude_no_dns_record_as_error: Optional[str] = None,
exclude_no_valid_gs_member_as_error: Optional[str] = None,
exclude_persistence_change_as_error: Optional[str] = None,
exclude_revoked_ocsp_responses_as_error: Optional[str] = None,
exclude_server_dns_error_as_error: Optional[str] = None,
exclude_server_tcp_reset_as_error: Optional[str] = None,
exclude_sip_error_codes: Optional[Sequence[float]] = None,
exclude_stale_ocsp_responses_as_error: Optional[str] = None,
exclude_syn_retransmit_as_error: Optional[str] = None,
exclude_tcp_reset_as_error: Optional[str] = None,
exclude_unavailable_ocsp_responses_as_error: Optional[str] = None,
exclude_unsupported_dns_query_as_error: Optional[str] = None,
healthscore_max_server_limit: Optional[str] = None,
hs_event_throttle_window: Optional[str] = None,
hs_max_anomaly_penalty: Optional[str] = None,
hs_max_resources_penalty: Optional[str] = None,
hs_max_security_penalty: Optional[str] = None,
hs_min_dos_rate: Optional[str] = None,
hs_performance_boost: Optional[str] = None,
hs_pscore_traffic_threshold_l4_client: Optional[str] = None,
hs_pscore_traffic_threshold_l4_server: Optional[str] = None,
hs_security_certscore_expired: Optional[str] = None,
hs_security_certscore_gt30d: Optional[str] = None,
hs_security_certscore_le07d: Optional[str] = None,
hs_security_certscore_le30d: Optional[str] = None,
hs_security_chain_invalidity_penalty: Optional[str] = None,
hs_security_cipherscore_eq000b: Optional[str] = None,
hs_security_cipherscore_ge128b: Optional[str] = None,
hs_security_cipherscore_lt128b: Optional[str] = None,
hs_security_encalgo_score_none: Optional[str] = None,
hs_security_encalgo_score_rc4: Optional[str] = None,
hs_security_hsts_penalty: Optional[str] = None,
hs_security_nonpfs_penalty: Optional[str] = None,
hs_security_ocsp_revoked_score: Optional[str] = None,
hs_security_selfsignedcert_penalty: Optional[str] = None,
hs_security_ssl30_score: Optional[str] = None,
hs_security_tls10_score: Optional[str] = None,
hs_security_tls11_score: Optional[str] = None,
hs_security_tls12_score: Optional[str] = None,
hs_security_tls13_score: Optional[str] = None,
hs_security_weak_signature_algo_penalty: Optional[str] = None,
latency_audit_props: Optional[Sequence[AnalyticsprofileLatencyAuditPropArgs]] = None,
markers: Optional[Sequence[AnalyticsprofileMarkerArgs]] = None,
name: Optional[str] = None,
ondemand_metrics_idle_timeout: Optional[str] = None,
ranges: Optional[Sequence[AnalyticsprofileRangeArgs]] = None,
resp_code_blocks: Optional[Sequence[str]] = None,
sensitive_log_profiles: Optional[Sequence[AnalyticsprofileSensitiveLogProfileArgs]] = None,
sip_log_depth: Optional[str] = None,
tenant_ref: Optional[str] = None,
time_tracker_props: Optional[Sequence[AnalyticsprofileTimeTrackerPropArgs]] = None,
uuid: Optional[str] = None)
func NewAnalyticsprofile(ctx *Context, name string, args *AnalyticsprofileArgs, opts ...ResourceOption) (*Analyticsprofile, error)
public Analyticsprofile(string name, AnalyticsprofileArgs? args = null, CustomResourceOptions? opts = null)
public Analyticsprofile(String name, AnalyticsprofileArgs args)
public Analyticsprofile(String name, AnalyticsprofileArgs args, CustomResourceOptions options)
type: avi:Analyticsprofile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AnalyticsprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AnalyticsprofileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AnalyticsprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AnalyticsprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AnalyticsprofileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var analyticsprofileResource = new Avi.Analyticsprofile("analyticsprofileResource", new()
{
AnalyticsprofileId = "string",
ApdexResponseThreshold = "string",
ApdexResponseToleratedFactor = "string",
ApdexRttThreshold = "string",
ApdexRttToleratedFactor = "string",
ApdexRumThreshold = "string",
ApdexRumToleratedFactor = "string",
ApdexServerResponseThreshold = "string",
ApdexServerResponseToleratedFactor = "string",
ApdexServerRttThreshold = "string",
ApdexServerRttToleratedFactor = "string",
ClientLogConfigs = new[]
{
new Avi.Inputs.AnalyticsprofileClientLogConfigArgs
{
EnableSignificantLogCollection = "string",
FilteredLogProcessing = "string",
NonSignificantLogProcessing = "string",
SignificantLogProcessing = "string",
},
},
ClientLogStreamingConfigs = new[]
{
new Avi.Inputs.AnalyticsprofileClientLogStreamingConfigArgs
{
ExternalServer = "string",
ExternalServerPort = "string",
FormatConfigs = new[]
{
new Avi.Inputs.AnalyticsprofileClientLogStreamingConfigFormatConfigArgs
{
Format = "string",
IncludedFields = new[]
{
"string",
},
},
},
LogTypesToSend = "string",
MarkerKeys = new[]
{
new Avi.Inputs.AnalyticsprofileClientLogStreamingConfigMarkerKeyArgs
{
Key = "string",
Values = new[]
{
"string",
},
},
},
MaxLogsPerSecond = "string",
Protocol = "string",
SyslogConfigs = new[]
{
new Avi.Inputs.AnalyticsprofileClientLogStreamingConfigSyslogConfigArgs
{
Facility = "string",
FilteredLogSeverity = "string",
Hostname = "string",
MsgId = "string",
NonSignificantLogSeverity = "string",
ProcId = "string",
SignificantLogSeverity = "string",
},
},
},
},
ConfigpbAttributes = new[]
{
new Avi.Inputs.AnalyticsprofileConfigpbAttributeArgs
{
Version = "string",
},
},
ConnLossyOooThreshold = "string",
ConnLossyTimeoRexmtThreshold = "string",
ConnLossyTotalRexmtThreshold = "string",
ConnLossyZeroWinSizeEventThreshold = "string",
ConnServerLossyOooThreshold = "string",
ConnServerLossyTimeoRexmtThreshold = "string",
ConnServerLossyTotalRexmtThreshold = "string",
ConnServerLossyZeroWinSizeEventThreshold = "string",
Description = "string",
EnableAdaptiveConfig = "string",
EnableAdvancedAnalytics = "string",
EnableOndemandMetrics = "string",
EnableSeAnalytics = "string",
EnableServerAnalytics = "string",
EnableVsAnalytics = "string",
ExcludeClientCloseBeforeRequestAsError = "string",
ExcludeDnsPolicyDropAsSignificant = "string",
ExcludeGsDownAsError = "string",
ExcludeHttpErrorCodes = new[]
{
0,
},
ExcludeInvalidDnsDomainAsError = "string",
ExcludeInvalidDnsQueryAsError = "string",
ExcludeIssuerRevokedOcspResponsesAsError = "string",
ExcludeNoDnsRecordAsError = "string",
ExcludeNoValidGsMemberAsError = "string",
ExcludePersistenceChangeAsError = "string",
ExcludeRevokedOcspResponsesAsError = "string",
ExcludeServerDnsErrorAsError = "string",
ExcludeServerTcpResetAsError = "string",
ExcludeSipErrorCodes = new[]
{
0,
},
ExcludeStaleOcspResponsesAsError = "string",
ExcludeSynRetransmitAsError = "string",
ExcludeTcpResetAsError = "string",
ExcludeUnavailableOcspResponsesAsError = "string",
ExcludeUnsupportedDnsQueryAsError = "string",
HealthscoreMaxServerLimit = "string",
HsEventThrottleWindow = "string",
HsMaxAnomalyPenalty = "string",
HsMaxResourcesPenalty = "string",
HsMaxSecurityPenalty = "string",
HsMinDosRate = "string",
HsPerformanceBoost = "string",
HsPscoreTrafficThresholdL4Client = "string",
HsPscoreTrafficThresholdL4Server = "string",
HsSecurityCertscoreExpired = "string",
HsSecurityCertscoreGt30d = "string",
HsSecurityCertscoreLe07d = "string",
HsSecurityCertscoreLe30d = "string",
HsSecurityChainInvalidityPenalty = "string",
HsSecurityCipherscoreEq000b = "string",
HsSecurityCipherscoreGe128b = "string",
HsSecurityCipherscoreLt128b = "string",
HsSecurityEncalgoScoreNone = "string",
HsSecurityEncalgoScoreRc4 = "string",
HsSecurityHstsPenalty = "string",
HsSecurityNonpfsPenalty = "string",
HsSecurityOcspRevokedScore = "string",
HsSecuritySelfsignedcertPenalty = "string",
HsSecuritySsl30Score = "string",
HsSecurityTls10Score = "string",
HsSecurityTls11Score = "string",
HsSecurityTls12Score = "string",
HsSecurityTls13Score = "string",
HsSecurityWeakSignatureAlgoPenalty = "string",
LatencyAuditProps = new[]
{
new Avi.Inputs.AnalyticsprofileLatencyAuditPropArgs
{
ConnEstAuditMode = "string",
ConnEstThreshold = "string",
LatencyAuditMode = "string",
LatencyThreshold = "string",
},
},
Markers = new[]
{
new Avi.Inputs.AnalyticsprofileMarkerArgs
{
Key = "string",
Values = new[]
{
"string",
},
},
},
Name = "string",
OndemandMetricsIdleTimeout = "string",
Ranges = new[]
{
new Avi.Inputs.AnalyticsprofileRangeArgs
{
Begin = "string",
End = "string",
},
},
RespCodeBlocks = new[]
{
"string",
},
SensitiveLogProfiles = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileArgs
{
HeaderFieldRules = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileHeaderFieldRuleArgs
{
Action = "string",
Enabled = "string",
Index = "string",
Matches = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileHeaderFieldRuleMatchArgs
{
MatchCriteria = "string",
MatchStrs = new[]
{
"string",
},
StringGroupRefs = new[]
{
"string",
},
},
},
Name = "string",
},
},
UriQueryFieldRules = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleArgs
{
Action = "string",
Enabled = "string",
Index = "string",
Matches = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleMatchArgs
{
MatchCriteria = "string",
MatchStrs = new[]
{
"string",
},
StringGroupRefs = new[]
{
"string",
},
},
},
Name = "string",
},
},
WafFieldRules = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileWafFieldRuleArgs
{
Action = "string",
Enabled = "string",
Index = "string",
Matches = new[]
{
new Avi.Inputs.AnalyticsprofileSensitiveLogProfileWafFieldRuleMatchArgs
{
MatchCriteria = "string",
MatchStrs = new[]
{
"string",
},
StringGroupRefs = new[]
{
"string",
},
},
},
Name = "string",
},
},
},
},
SipLogDepth = "string",
TenantRef = "string",
TimeTrackerProps = new[]
{
new Avi.Inputs.AnalyticsprofileTimeTrackerPropArgs
{
BeConnEstAuditMode = "string",
BeConnEstThreshold = "string",
FeConnEstAuditMode = "string",
FeConnEstThreshold = "string",
IngressSigLog = "string",
},
},
Uuid = "string",
});
example, err := avi.NewAnalyticsprofile(ctx, "analyticsprofileResource", &avi.AnalyticsprofileArgs{
AnalyticsprofileId: pulumi.String("string"),
ApdexResponseThreshold: pulumi.String("string"),
ApdexResponseToleratedFactor: pulumi.String("string"),
ApdexRttThreshold: pulumi.String("string"),
ApdexRttToleratedFactor: pulumi.String("string"),
ApdexRumThreshold: pulumi.String("string"),
ApdexRumToleratedFactor: pulumi.String("string"),
ApdexServerResponseThreshold: pulumi.String("string"),
ApdexServerResponseToleratedFactor: pulumi.String("string"),
ApdexServerRttThreshold: pulumi.String("string"),
ApdexServerRttToleratedFactor: pulumi.String("string"),
ClientLogConfigs: avi.AnalyticsprofileClientLogConfigArray{
&avi.AnalyticsprofileClientLogConfigArgs{
EnableSignificantLogCollection: pulumi.String("string"),
FilteredLogProcessing: pulumi.String("string"),
NonSignificantLogProcessing: pulumi.String("string"),
SignificantLogProcessing: pulumi.String("string"),
},
},
ClientLogStreamingConfigs: avi.AnalyticsprofileClientLogStreamingConfigArray{
&avi.AnalyticsprofileClientLogStreamingConfigArgs{
ExternalServer: pulumi.String("string"),
ExternalServerPort: pulumi.String("string"),
FormatConfigs: avi.AnalyticsprofileClientLogStreamingConfigFormatConfigArray{
&avi.AnalyticsprofileClientLogStreamingConfigFormatConfigArgs{
Format: pulumi.String("string"),
IncludedFields: pulumi.StringArray{
pulumi.String("string"),
},
},
},
LogTypesToSend: pulumi.String("string"),
MarkerKeys: avi.AnalyticsprofileClientLogStreamingConfigMarkerKeyArray{
&avi.AnalyticsprofileClientLogStreamingConfigMarkerKeyArgs{
Key: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
MaxLogsPerSecond: pulumi.String("string"),
Protocol: pulumi.String("string"),
SyslogConfigs: avi.AnalyticsprofileClientLogStreamingConfigSyslogConfigArray{
&avi.AnalyticsprofileClientLogStreamingConfigSyslogConfigArgs{
Facility: pulumi.String("string"),
FilteredLogSeverity: pulumi.String("string"),
Hostname: pulumi.String("string"),
MsgId: pulumi.String("string"),
NonSignificantLogSeverity: pulumi.String("string"),
ProcId: pulumi.String("string"),
SignificantLogSeverity: pulumi.String("string"),
},
},
},
},
ConfigpbAttributes: avi.AnalyticsprofileConfigpbAttributeArray{
&avi.AnalyticsprofileConfigpbAttributeArgs{
Version: pulumi.String("string"),
},
},
ConnLossyOooThreshold: pulumi.String("string"),
ConnLossyTimeoRexmtThreshold: pulumi.String("string"),
ConnLossyTotalRexmtThreshold: pulumi.String("string"),
ConnLossyZeroWinSizeEventThreshold: pulumi.String("string"),
ConnServerLossyOooThreshold: pulumi.String("string"),
ConnServerLossyTimeoRexmtThreshold: pulumi.String("string"),
ConnServerLossyTotalRexmtThreshold: pulumi.String("string"),
ConnServerLossyZeroWinSizeEventThreshold: pulumi.String("string"),
Description: pulumi.String("string"),
EnableAdaptiveConfig: pulumi.String("string"),
EnableAdvancedAnalytics: pulumi.String("string"),
EnableOndemandMetrics: pulumi.String("string"),
EnableSeAnalytics: pulumi.String("string"),
EnableServerAnalytics: pulumi.String("string"),
EnableVsAnalytics: pulumi.String("string"),
ExcludeClientCloseBeforeRequestAsError: pulumi.String("string"),
ExcludeDnsPolicyDropAsSignificant: pulumi.String("string"),
ExcludeGsDownAsError: pulumi.String("string"),
ExcludeHttpErrorCodes: pulumi.Float64Array{
pulumi.Float64(0),
},
ExcludeInvalidDnsDomainAsError: pulumi.String("string"),
ExcludeInvalidDnsQueryAsError: pulumi.String("string"),
ExcludeIssuerRevokedOcspResponsesAsError: pulumi.String("string"),
ExcludeNoDnsRecordAsError: pulumi.String("string"),
ExcludeNoValidGsMemberAsError: pulumi.String("string"),
ExcludePersistenceChangeAsError: pulumi.String("string"),
ExcludeRevokedOcspResponsesAsError: pulumi.String("string"),
ExcludeServerDnsErrorAsError: pulumi.String("string"),
ExcludeServerTcpResetAsError: pulumi.String("string"),
ExcludeSipErrorCodes: pulumi.Float64Array{
pulumi.Float64(0),
},
ExcludeStaleOcspResponsesAsError: pulumi.String("string"),
ExcludeSynRetransmitAsError: pulumi.String("string"),
ExcludeTcpResetAsError: pulumi.String("string"),
ExcludeUnavailableOcspResponsesAsError: pulumi.String("string"),
ExcludeUnsupportedDnsQueryAsError: pulumi.String("string"),
HealthscoreMaxServerLimit: pulumi.String("string"),
HsEventThrottleWindow: pulumi.String("string"),
HsMaxAnomalyPenalty: pulumi.String("string"),
HsMaxResourcesPenalty: pulumi.String("string"),
HsMaxSecurityPenalty: pulumi.String("string"),
HsMinDosRate: pulumi.String("string"),
HsPerformanceBoost: pulumi.String("string"),
HsPscoreTrafficThresholdL4Client: pulumi.String("string"),
HsPscoreTrafficThresholdL4Server: pulumi.String("string"),
HsSecurityCertscoreExpired: pulumi.String("string"),
HsSecurityCertscoreGt30d: pulumi.String("string"),
HsSecurityCertscoreLe07d: pulumi.String("string"),
HsSecurityCertscoreLe30d: pulumi.String("string"),
HsSecurityChainInvalidityPenalty: pulumi.String("string"),
HsSecurityCipherscoreEq000b: pulumi.String("string"),
HsSecurityCipherscoreGe128b: pulumi.String("string"),
HsSecurityCipherscoreLt128b: pulumi.String("string"),
HsSecurityEncalgoScoreNone: pulumi.String("string"),
HsSecurityEncalgoScoreRc4: pulumi.String("string"),
HsSecurityHstsPenalty: pulumi.String("string"),
HsSecurityNonpfsPenalty: pulumi.String("string"),
HsSecurityOcspRevokedScore: pulumi.String("string"),
HsSecuritySelfsignedcertPenalty: pulumi.String("string"),
HsSecuritySsl30Score: pulumi.String("string"),
HsSecurityTls10Score: pulumi.String("string"),
HsSecurityTls11Score: pulumi.String("string"),
HsSecurityTls12Score: pulumi.String("string"),
HsSecurityTls13Score: pulumi.String("string"),
HsSecurityWeakSignatureAlgoPenalty: pulumi.String("string"),
LatencyAuditProps: avi.AnalyticsprofileLatencyAuditPropArray{
&avi.AnalyticsprofileLatencyAuditPropArgs{
ConnEstAuditMode: pulumi.String("string"),
ConnEstThreshold: pulumi.String("string"),
LatencyAuditMode: pulumi.String("string"),
LatencyThreshold: pulumi.String("string"),
},
},
Markers: avi.AnalyticsprofileMarkerArray{
&avi.AnalyticsprofileMarkerArgs{
Key: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
OndemandMetricsIdleTimeout: pulumi.String("string"),
Ranges: avi.AnalyticsprofileRangeArray{
&avi.AnalyticsprofileRangeArgs{
Begin: pulumi.String("string"),
End: pulumi.String("string"),
},
},
RespCodeBlocks: pulumi.StringArray{
pulumi.String("string"),
},
SensitiveLogProfiles: avi.AnalyticsprofileSensitiveLogProfileArray{
&avi.AnalyticsprofileSensitiveLogProfileArgs{
HeaderFieldRules: avi.AnalyticsprofileSensitiveLogProfileHeaderFieldRuleArray{
&avi.AnalyticsprofileSensitiveLogProfileHeaderFieldRuleArgs{
Action: pulumi.String("string"),
Enabled: pulumi.String("string"),
Index: pulumi.String("string"),
Matches: avi.AnalyticsprofileSensitiveLogProfileHeaderFieldRuleMatchArray{
&avi.AnalyticsprofileSensitiveLogProfileHeaderFieldRuleMatchArgs{
MatchCriteria: pulumi.String("string"),
MatchStrs: pulumi.StringArray{
pulumi.String("string"),
},
StringGroupRefs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
},
},
UriQueryFieldRules: avi.AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleArray{
&avi.AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleArgs{
Action: pulumi.String("string"),
Enabled: pulumi.String("string"),
Index: pulumi.String("string"),
Matches: avi.AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleMatchArray{
&avi.AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleMatchArgs{
MatchCriteria: pulumi.String("string"),
MatchStrs: pulumi.StringArray{
pulumi.String("string"),
},
StringGroupRefs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
},
},
WafFieldRules: avi.AnalyticsprofileSensitiveLogProfileWafFieldRuleArray{
&avi.AnalyticsprofileSensitiveLogProfileWafFieldRuleArgs{
Action: pulumi.String("string"),
Enabled: pulumi.String("string"),
Index: pulumi.String("string"),
Matches: avi.AnalyticsprofileSensitiveLogProfileWafFieldRuleMatchArray{
&avi.AnalyticsprofileSensitiveLogProfileWafFieldRuleMatchArgs{
MatchCriteria: pulumi.String("string"),
MatchStrs: pulumi.StringArray{
pulumi.String("string"),
},
StringGroupRefs: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
},
},
},
},
SipLogDepth: pulumi.String("string"),
TenantRef: pulumi.String("string"),
TimeTrackerProps: avi.AnalyticsprofileTimeTrackerPropArray{
&avi.AnalyticsprofileTimeTrackerPropArgs{
BeConnEstAuditMode: pulumi.String("string"),
BeConnEstThreshold: pulumi.String("string"),
FeConnEstAuditMode: pulumi.String("string"),
FeConnEstThreshold: pulumi.String("string"),
IngressSigLog: pulumi.String("string"),
},
},
Uuid: pulumi.String("string"),
})
var analyticsprofileResource = new Analyticsprofile("analyticsprofileResource", AnalyticsprofileArgs.builder()
.analyticsprofileId("string")
.apdexResponseThreshold("string")
.apdexResponseToleratedFactor("string")
.apdexRttThreshold("string")
.apdexRttToleratedFactor("string")
.apdexRumThreshold("string")
.apdexRumToleratedFactor("string")
.apdexServerResponseThreshold("string")
.apdexServerResponseToleratedFactor("string")
.apdexServerRttThreshold("string")
.apdexServerRttToleratedFactor("string")
.clientLogConfigs(AnalyticsprofileClientLogConfigArgs.builder()
.enableSignificantLogCollection("string")
.filteredLogProcessing("string")
.nonSignificantLogProcessing("string")
.significantLogProcessing("string")
.build())
.clientLogStreamingConfigs(AnalyticsprofileClientLogStreamingConfigArgs.builder()
.externalServer("string")
.externalServerPort("string")
.formatConfigs(AnalyticsprofileClientLogStreamingConfigFormatConfigArgs.builder()
.format("string")
.includedFields("string")
.build())
.logTypesToSend("string")
.markerKeys(AnalyticsprofileClientLogStreamingConfigMarkerKeyArgs.builder()
.key("string")
.values("string")
.build())
.maxLogsPerSecond("string")
.protocol("string")
.syslogConfigs(AnalyticsprofileClientLogStreamingConfigSyslogConfigArgs.builder()
.facility("string")
.filteredLogSeverity("string")
.hostname("string")
.msgId("string")
.nonSignificantLogSeverity("string")
.procId("string")
.significantLogSeverity("string")
.build())
.build())
.configpbAttributes(AnalyticsprofileConfigpbAttributeArgs.builder()
.version("string")
.build())
.connLossyOooThreshold("string")
.connLossyTimeoRexmtThreshold("string")
.connLossyTotalRexmtThreshold("string")
.connLossyZeroWinSizeEventThreshold("string")
.connServerLossyOooThreshold("string")
.connServerLossyTimeoRexmtThreshold("string")
.connServerLossyTotalRexmtThreshold("string")
.connServerLossyZeroWinSizeEventThreshold("string")
.description("string")
.enableAdaptiveConfig("string")
.enableAdvancedAnalytics("string")
.enableOndemandMetrics("string")
.enableSeAnalytics("string")
.enableServerAnalytics("string")
.enableVsAnalytics("string")
.excludeClientCloseBeforeRequestAsError("string")
.excludeDnsPolicyDropAsSignificant("string")
.excludeGsDownAsError("string")
.excludeHttpErrorCodes(0)
.excludeInvalidDnsDomainAsError("string")
.excludeInvalidDnsQueryAsError("string")
.excludeIssuerRevokedOcspResponsesAsError("string")
.excludeNoDnsRecordAsError("string")
.excludeNoValidGsMemberAsError("string")
.excludePersistenceChangeAsError("string")
.excludeRevokedOcspResponsesAsError("string")
.excludeServerDnsErrorAsError("string")
.excludeServerTcpResetAsError("string")
.excludeSipErrorCodes(0)
.excludeStaleOcspResponsesAsError("string")
.excludeSynRetransmitAsError("string")
.excludeTcpResetAsError("string")
.excludeUnavailableOcspResponsesAsError("string")
.excludeUnsupportedDnsQueryAsError("string")
.healthscoreMaxServerLimit("string")
.hsEventThrottleWindow("string")
.hsMaxAnomalyPenalty("string")
.hsMaxResourcesPenalty("string")
.hsMaxSecurityPenalty("string")
.hsMinDosRate("string")
.hsPerformanceBoost("string")
.hsPscoreTrafficThresholdL4Client("string")
.hsPscoreTrafficThresholdL4Server("string")
.hsSecurityCertscoreExpired("string")
.hsSecurityCertscoreGt30d("string")
.hsSecurityCertscoreLe07d("string")
.hsSecurityCertscoreLe30d("string")
.hsSecurityChainInvalidityPenalty("string")
.hsSecurityCipherscoreEq000b("string")
.hsSecurityCipherscoreGe128b("string")
.hsSecurityCipherscoreLt128b("string")
.hsSecurityEncalgoScoreNone("string")
.hsSecurityEncalgoScoreRc4("string")
.hsSecurityHstsPenalty("string")
.hsSecurityNonpfsPenalty("string")
.hsSecurityOcspRevokedScore("string")
.hsSecuritySelfsignedcertPenalty("string")
.hsSecuritySsl30Score("string")
.hsSecurityTls10Score("string")
.hsSecurityTls11Score("string")
.hsSecurityTls12Score("string")
.hsSecurityTls13Score("string")
.hsSecurityWeakSignatureAlgoPenalty("string")
.latencyAuditProps(AnalyticsprofileLatencyAuditPropArgs.builder()
.connEstAuditMode("string")
.connEstThreshold("string")
.latencyAuditMode("string")
.latencyThreshold("string")
.build())
.markers(AnalyticsprofileMarkerArgs.builder()
.key("string")
.values("string")
.build())
.name("string")
.ondemandMetricsIdleTimeout("string")
.ranges(AnalyticsprofileRangeArgs.builder()
.begin("string")
.end("string")
.build())
.respCodeBlocks("string")
.sensitiveLogProfiles(AnalyticsprofileSensitiveLogProfileArgs.builder()
.headerFieldRules(AnalyticsprofileSensitiveLogProfileHeaderFieldRuleArgs.builder()
.action("string")
.enabled("string")
.index("string")
.matches(AnalyticsprofileSensitiveLogProfileHeaderFieldRuleMatchArgs.builder()
.matchCriteria("string")
.matchStrs("string")
.stringGroupRefs("string")
.build())
.name("string")
.build())
.uriQueryFieldRules(AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleArgs.builder()
.action("string")
.enabled("string")
.index("string")
.matches(AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleMatchArgs.builder()
.matchCriteria("string")
.matchStrs("string")
.stringGroupRefs("string")
.build())
.name("string")
.build())
.wafFieldRules(AnalyticsprofileSensitiveLogProfileWafFieldRuleArgs.builder()
.action("string")
.enabled("string")
.index("string")
.matches(AnalyticsprofileSensitiveLogProfileWafFieldRuleMatchArgs.builder()
.matchCriteria("string")
.matchStrs("string")
.stringGroupRefs("string")
.build())
.name("string")
.build())
.build())
.sipLogDepth("string")
.tenantRef("string")
.timeTrackerProps(AnalyticsprofileTimeTrackerPropArgs.builder()
.beConnEstAuditMode("string")
.beConnEstThreshold("string")
.feConnEstAuditMode("string")
.feConnEstThreshold("string")
.ingressSigLog("string")
.build())
.uuid("string")
.build());
analyticsprofile_resource = avi.Analyticsprofile("analyticsprofileResource",
analyticsprofile_id="string",
apdex_response_threshold="string",
apdex_response_tolerated_factor="string",
apdex_rtt_threshold="string",
apdex_rtt_tolerated_factor="string",
apdex_rum_threshold="string",
apdex_rum_tolerated_factor="string",
apdex_server_response_threshold="string",
apdex_server_response_tolerated_factor="string",
apdex_server_rtt_threshold="string",
apdex_server_rtt_tolerated_factor="string",
client_log_configs=[{
"enable_significant_log_collection": "string",
"filtered_log_processing": "string",
"non_significant_log_processing": "string",
"significant_log_processing": "string",
}],
client_log_streaming_configs=[{
"external_server": "string",
"external_server_port": "string",
"format_configs": [{
"format": "string",
"included_fields": ["string"],
}],
"log_types_to_send": "string",
"marker_keys": [{
"key": "string",
"values": ["string"],
}],
"max_logs_per_second": "string",
"protocol": "string",
"syslog_configs": [{
"facility": "string",
"filtered_log_severity": "string",
"hostname": "string",
"msg_id": "string",
"non_significant_log_severity": "string",
"proc_id": "string",
"significant_log_severity": "string",
}],
}],
configpb_attributes=[{
"version": "string",
}],
conn_lossy_ooo_threshold="string",
conn_lossy_timeo_rexmt_threshold="string",
conn_lossy_total_rexmt_threshold="string",
conn_lossy_zero_win_size_event_threshold="string",
conn_server_lossy_ooo_threshold="string",
conn_server_lossy_timeo_rexmt_threshold="string",
conn_server_lossy_total_rexmt_threshold="string",
conn_server_lossy_zero_win_size_event_threshold="string",
description="string",
enable_adaptive_config="string",
enable_advanced_analytics="string",
enable_ondemand_metrics="string",
enable_se_analytics="string",
enable_server_analytics="string",
enable_vs_analytics="string",
exclude_client_close_before_request_as_error="string",
exclude_dns_policy_drop_as_significant="string",
exclude_gs_down_as_error="string",
exclude_http_error_codes=[0],
exclude_invalid_dns_domain_as_error="string",
exclude_invalid_dns_query_as_error="string",
exclude_issuer_revoked_ocsp_responses_as_error="string",
exclude_no_dns_record_as_error="string",
exclude_no_valid_gs_member_as_error="string",
exclude_persistence_change_as_error="string",
exclude_revoked_ocsp_responses_as_error="string",
exclude_server_dns_error_as_error="string",
exclude_server_tcp_reset_as_error="string",
exclude_sip_error_codes=[0],
exclude_stale_ocsp_responses_as_error="string",
exclude_syn_retransmit_as_error="string",
exclude_tcp_reset_as_error="string",
exclude_unavailable_ocsp_responses_as_error="string",
exclude_unsupported_dns_query_as_error="string",
healthscore_max_server_limit="string",
hs_event_throttle_window="string",
hs_max_anomaly_penalty="string",
hs_max_resources_penalty="string",
hs_max_security_penalty="string",
hs_min_dos_rate="string",
hs_performance_boost="string",
hs_pscore_traffic_threshold_l4_client="string",
hs_pscore_traffic_threshold_l4_server="string",
hs_security_certscore_expired="string",
hs_security_certscore_gt30d="string",
hs_security_certscore_le07d="string",
hs_security_certscore_le30d="string",
hs_security_chain_invalidity_penalty="string",
hs_security_cipherscore_eq000b="string",
hs_security_cipherscore_ge128b="string",
hs_security_cipherscore_lt128b="string",
hs_security_encalgo_score_none="string",
hs_security_encalgo_score_rc4="string",
hs_security_hsts_penalty="string",
hs_security_nonpfs_penalty="string",
hs_security_ocsp_revoked_score="string",
hs_security_selfsignedcert_penalty="string",
hs_security_ssl30_score="string",
hs_security_tls10_score="string",
hs_security_tls11_score="string",
hs_security_tls12_score="string",
hs_security_tls13_score="string",
hs_security_weak_signature_algo_penalty="string",
latency_audit_props=[{
"conn_est_audit_mode": "string",
"conn_est_threshold": "string",
"latency_audit_mode": "string",
"latency_threshold": "string",
}],
markers=[{
"key": "string",
"values": ["string"],
}],
name="string",
ondemand_metrics_idle_timeout="string",
ranges=[{
"begin": "string",
"end": "string",
}],
resp_code_blocks=["string"],
sensitive_log_profiles=[{
"header_field_rules": [{
"action": "string",
"enabled": "string",
"index": "string",
"matches": [{
"match_criteria": "string",
"match_strs": ["string"],
"string_group_refs": ["string"],
}],
"name": "string",
}],
"uri_query_field_rules": [{
"action": "string",
"enabled": "string",
"index": "string",
"matches": [{
"match_criteria": "string",
"match_strs": ["string"],
"string_group_refs": ["string"],
}],
"name": "string",
}],
"waf_field_rules": [{
"action": "string",
"enabled": "string",
"index": "string",
"matches": [{
"match_criteria": "string",
"match_strs": ["string"],
"string_group_refs": ["string"],
}],
"name": "string",
}],
}],
sip_log_depth="string",
tenant_ref="string",
time_tracker_props=[{
"be_conn_est_audit_mode": "string",
"be_conn_est_threshold": "string",
"fe_conn_est_audit_mode": "string",
"fe_conn_est_threshold": "string",
"ingress_sig_log": "string",
}],
uuid="string")
const analyticsprofileResource = new avi.Analyticsprofile("analyticsprofileResource", {
analyticsprofileId: "string",
apdexResponseThreshold: "string",
apdexResponseToleratedFactor: "string",
apdexRttThreshold: "string",
apdexRttToleratedFactor: "string",
apdexRumThreshold: "string",
apdexRumToleratedFactor: "string",
apdexServerResponseThreshold: "string",
apdexServerResponseToleratedFactor: "string",
apdexServerRttThreshold: "string",
apdexServerRttToleratedFactor: "string",
clientLogConfigs: [{
enableSignificantLogCollection: "string",
filteredLogProcessing: "string",
nonSignificantLogProcessing: "string",
significantLogProcessing: "string",
}],
clientLogStreamingConfigs: [{
externalServer: "string",
externalServerPort: "string",
formatConfigs: [{
format: "string",
includedFields: ["string"],
}],
logTypesToSend: "string",
markerKeys: [{
key: "string",
values: ["string"],
}],
maxLogsPerSecond: "string",
protocol: "string",
syslogConfigs: [{
facility: "string",
filteredLogSeverity: "string",
hostname: "string",
msgId: "string",
nonSignificantLogSeverity: "string",
procId: "string",
significantLogSeverity: "string",
}],
}],
configpbAttributes: [{
version: "string",
}],
connLossyOooThreshold: "string",
connLossyTimeoRexmtThreshold: "string",
connLossyTotalRexmtThreshold: "string",
connLossyZeroWinSizeEventThreshold: "string",
connServerLossyOooThreshold: "string",
connServerLossyTimeoRexmtThreshold: "string",
connServerLossyTotalRexmtThreshold: "string",
connServerLossyZeroWinSizeEventThreshold: "string",
description: "string",
enableAdaptiveConfig: "string",
enableAdvancedAnalytics: "string",
enableOndemandMetrics: "string",
enableSeAnalytics: "string",
enableServerAnalytics: "string",
enableVsAnalytics: "string",
excludeClientCloseBeforeRequestAsError: "string",
excludeDnsPolicyDropAsSignificant: "string",
excludeGsDownAsError: "string",
excludeHttpErrorCodes: [0],
excludeInvalidDnsDomainAsError: "string",
excludeInvalidDnsQueryAsError: "string",
excludeIssuerRevokedOcspResponsesAsError: "string",
excludeNoDnsRecordAsError: "string",
excludeNoValidGsMemberAsError: "string",
excludePersistenceChangeAsError: "string",
excludeRevokedOcspResponsesAsError: "string",
excludeServerDnsErrorAsError: "string",
excludeServerTcpResetAsError: "string",
excludeSipErrorCodes: [0],
excludeStaleOcspResponsesAsError: "string",
excludeSynRetransmitAsError: "string",
excludeTcpResetAsError: "string",
excludeUnavailableOcspResponsesAsError: "string",
excludeUnsupportedDnsQueryAsError: "string",
healthscoreMaxServerLimit: "string",
hsEventThrottleWindow: "string",
hsMaxAnomalyPenalty: "string",
hsMaxResourcesPenalty: "string",
hsMaxSecurityPenalty: "string",
hsMinDosRate: "string",
hsPerformanceBoost: "string",
hsPscoreTrafficThresholdL4Client: "string",
hsPscoreTrafficThresholdL4Server: "string",
hsSecurityCertscoreExpired: "string",
hsSecurityCertscoreGt30d: "string",
hsSecurityCertscoreLe07d: "string",
hsSecurityCertscoreLe30d: "string",
hsSecurityChainInvalidityPenalty: "string",
hsSecurityCipherscoreEq000b: "string",
hsSecurityCipherscoreGe128b: "string",
hsSecurityCipherscoreLt128b: "string",
hsSecurityEncalgoScoreNone: "string",
hsSecurityEncalgoScoreRc4: "string",
hsSecurityHstsPenalty: "string",
hsSecurityNonpfsPenalty: "string",
hsSecurityOcspRevokedScore: "string",
hsSecuritySelfsignedcertPenalty: "string",
hsSecuritySsl30Score: "string",
hsSecurityTls10Score: "string",
hsSecurityTls11Score: "string",
hsSecurityTls12Score: "string",
hsSecurityTls13Score: "string",
hsSecurityWeakSignatureAlgoPenalty: "string",
latencyAuditProps: [{
connEstAuditMode: "string",
connEstThreshold: "string",
latencyAuditMode: "string",
latencyThreshold: "string",
}],
markers: [{
key: "string",
values: ["string"],
}],
name: "string",
ondemandMetricsIdleTimeout: "string",
ranges: [{
begin: "string",
end: "string",
}],
respCodeBlocks: ["string"],
sensitiveLogProfiles: [{
headerFieldRules: [{
action: "string",
enabled: "string",
index: "string",
matches: [{
matchCriteria: "string",
matchStrs: ["string"],
stringGroupRefs: ["string"],
}],
name: "string",
}],
uriQueryFieldRules: [{
action: "string",
enabled: "string",
index: "string",
matches: [{
matchCriteria: "string",
matchStrs: ["string"],
stringGroupRefs: ["string"],
}],
name: "string",
}],
wafFieldRules: [{
action: "string",
enabled: "string",
index: "string",
matches: [{
matchCriteria: "string",
matchStrs: ["string"],
stringGroupRefs: ["string"],
}],
name: "string",
}],
}],
sipLogDepth: "string",
tenantRef: "string",
timeTrackerProps: [{
beConnEstAuditMode: "string",
beConnEstThreshold: "string",
feConnEstAuditMode: "string",
feConnEstThreshold: "string",
ingressSigLog: "string",
}],
uuid: "string",
});
type: avi:Analyticsprofile
properties:
analyticsprofileId: string
apdexResponseThreshold: string
apdexResponseToleratedFactor: string
apdexRttThreshold: string
apdexRttToleratedFactor: string
apdexRumThreshold: string
apdexRumToleratedFactor: string
apdexServerResponseThreshold: string
apdexServerResponseToleratedFactor: string
apdexServerRttThreshold: string
apdexServerRttToleratedFactor: string
clientLogConfigs:
- enableSignificantLogCollection: string
filteredLogProcessing: string
nonSignificantLogProcessing: string
significantLogProcessing: string
clientLogStreamingConfigs:
- externalServer: string
externalServerPort: string
formatConfigs:
- format: string
includedFields:
- string
logTypesToSend: string
markerKeys:
- key: string
values:
- string
maxLogsPerSecond: string
protocol: string
syslogConfigs:
- facility: string
filteredLogSeverity: string
hostname: string
msgId: string
nonSignificantLogSeverity: string
procId: string
significantLogSeverity: string
configpbAttributes:
- version: string
connLossyOooThreshold: string
connLossyTimeoRexmtThreshold: string
connLossyTotalRexmtThreshold: string
connLossyZeroWinSizeEventThreshold: string
connServerLossyOooThreshold: string
connServerLossyTimeoRexmtThreshold: string
connServerLossyTotalRexmtThreshold: string
connServerLossyZeroWinSizeEventThreshold: string
description: string
enableAdaptiveConfig: string
enableAdvancedAnalytics: string
enableOndemandMetrics: string
enableSeAnalytics: string
enableServerAnalytics: string
enableVsAnalytics: string
excludeClientCloseBeforeRequestAsError: string
excludeDnsPolicyDropAsSignificant: string
excludeGsDownAsError: string
excludeHttpErrorCodes:
- 0
excludeInvalidDnsDomainAsError: string
excludeInvalidDnsQueryAsError: string
excludeIssuerRevokedOcspResponsesAsError: string
excludeNoDnsRecordAsError: string
excludeNoValidGsMemberAsError: string
excludePersistenceChangeAsError: string
excludeRevokedOcspResponsesAsError: string
excludeServerDnsErrorAsError: string
excludeServerTcpResetAsError: string
excludeSipErrorCodes:
- 0
excludeStaleOcspResponsesAsError: string
excludeSynRetransmitAsError: string
excludeTcpResetAsError: string
excludeUnavailableOcspResponsesAsError: string
excludeUnsupportedDnsQueryAsError: string
healthscoreMaxServerLimit: string
hsEventThrottleWindow: string
hsMaxAnomalyPenalty: string
hsMaxResourcesPenalty: string
hsMaxSecurityPenalty: string
hsMinDosRate: string
hsPerformanceBoost: string
hsPscoreTrafficThresholdL4Client: string
hsPscoreTrafficThresholdL4Server: string
hsSecurityCertscoreExpired: string
hsSecurityCertscoreGt30d: string
hsSecurityCertscoreLe07d: string
hsSecurityCertscoreLe30d: string
hsSecurityChainInvalidityPenalty: string
hsSecurityCipherscoreEq000b: string
hsSecurityCipherscoreGe128b: string
hsSecurityCipherscoreLt128b: string
hsSecurityEncalgoScoreNone: string
hsSecurityEncalgoScoreRc4: string
hsSecurityHstsPenalty: string
hsSecurityNonpfsPenalty: string
hsSecurityOcspRevokedScore: string
hsSecuritySelfsignedcertPenalty: string
hsSecuritySsl30Score: string
hsSecurityTls10Score: string
hsSecurityTls11Score: string
hsSecurityTls12Score: string
hsSecurityTls13Score: string
hsSecurityWeakSignatureAlgoPenalty: string
latencyAuditProps:
- connEstAuditMode: string
connEstThreshold: string
latencyAuditMode: string
latencyThreshold: string
markers:
- key: string
values:
- string
name: string
ondemandMetricsIdleTimeout: string
ranges:
- begin: string
end: string
respCodeBlocks:
- string
sensitiveLogProfiles:
- headerFieldRules:
- action: string
enabled: string
index: string
matches:
- matchCriteria: string
matchStrs:
- string
stringGroupRefs:
- string
name: string
uriQueryFieldRules:
- action: string
enabled: string
index: string
matches:
- matchCriteria: string
matchStrs:
- string
stringGroupRefs:
- string
name: string
wafFieldRules:
- action: string
enabled: string
index: string
matches:
- matchCriteria: string
matchStrs:
- string
stringGroupRefs:
- string
name: string
sipLogDepth: string
tenantRef: string
timeTrackerProps:
- beConnEstAuditMode: string
beConnEstThreshold: string
feConnEstAuditMode: string
feConnEstThreshold: string
ingressSigLog: string
uuid: string
Analyticsprofile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Analyticsprofile resource accepts the following input properties:
- Analyticsprofile
Id string - Apdex
Response stringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- Apdex
Response stringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rtt stringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- Apdex
Rtt stringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rum stringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- Apdex
Rum stringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- Apdex
Server stringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- Apdex
Server stringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Client
Log List<AnalyticsprofileConfigs Client Log Config> - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Client
Log List<AnalyticsprofileStreaming Configs Client Log Streaming Config> - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<AnalyticsprofileConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Conn
Lossy stringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Lossy stringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Conn
Server stringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Server stringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Adaptive stringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Advanced stringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- Enable
Ondemand stringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Se stringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Server stringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Vs stringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Client stringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Dns stringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Gs stringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Http List<double>Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Invalid stringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Invalid stringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Issuer stringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
No stringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
No stringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Persistence stringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Revoked stringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Server stringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Server stringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Sip List<double>Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Stale stringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Syn stringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Tcp stringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- string
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Unsupported stringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Healthscore
Max stringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- Hs
Event stringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- Hs
Max stringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Max stringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- Hs
Max stringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- Hs
Min stringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- Hs
Performance stringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- Hs
Pscore stringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Pscore stringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Security stringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- Hs
Security stringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- Hs
Security stringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- Hs
Security stringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Latency
Audit List<AnalyticsprofileProps Latency Audit Prop> - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
List<Analyticsprofile
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ondemand
Metrics stringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ranges
List<Analyticsprofile
Range> - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- Resp
Code List<string>Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Log List<AnalyticsprofileProfiles Sensitive Log Profile> - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sip
Log stringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Time
Tracker List<AnalyticsprofileProps Time Tracker Prop> - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Analyticsprofile
Id string - Apdex
Response stringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- Apdex
Response stringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rtt stringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- Apdex
Rtt stringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rum stringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- Apdex
Rum stringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- Apdex
Server stringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- Apdex
Server stringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Client
Log []AnalyticsprofileConfigs Client Log Config Args - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Client
Log []AnalyticsprofileStreaming Configs Client Log Streaming Config Args - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []AnalyticsprofileConfigpb Attribute Args - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Conn
Lossy stringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Lossy stringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Conn
Server stringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Server stringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Adaptive stringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Advanced stringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- Enable
Ondemand stringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Se stringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Server stringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Vs stringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Client stringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Dns stringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Gs stringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Http []float64Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Invalid stringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Invalid stringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Issuer stringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
No stringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
No stringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Persistence stringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Revoked stringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Server stringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Server stringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Sip []float64Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Stale stringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Syn stringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Tcp stringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- string
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Unsupported stringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Healthscore
Max stringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- Hs
Event stringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- Hs
Max stringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Max stringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- Hs
Max stringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- Hs
Min stringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- Hs
Performance stringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- Hs
Pscore stringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Pscore stringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Security stringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- Hs
Security stringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- Hs
Security stringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- Hs
Security stringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Latency
Audit []AnalyticsprofileProps Latency Audit Prop Args - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
[]Analyticsprofile
Marker Args - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ondemand
Metrics stringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ranges
[]Analyticsprofile
Range Args - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- Resp
Code []stringBlocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Log []AnalyticsprofileProfiles Sensitive Log Profile Args - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sip
Log stringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Time
Tracker []AnalyticsprofileProps Time Tracker Prop Args - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile
Id String - apdex
Response StringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex
Response StringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rtt StringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex
Rtt StringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rum StringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex
Rum StringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex
Server StringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex
Server StringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client
Log List<AnalyticsprofileConfigs Client Log Config> - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client
Log List<AnalyticsprofileStreaming Configs Client Log Streaming Config> - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<AnalyticsprofileConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn
Lossy StringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Lossy StringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn
Server StringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Server StringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Adaptive StringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Advanced StringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable
Ondemand StringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Se StringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Server StringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Vs StringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Client StringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Dns StringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Gs StringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Http List<Double>Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Invalid StringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Invalid StringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Issuer StringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
No StringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
No StringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Persistence StringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Revoked StringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Server StringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Server StringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Sip List<Double>Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Stale StringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Syn StringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Tcp StringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- String
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Unsupported StringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore
Max StringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs
Event StringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs
Max StringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Max StringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs
Max StringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs
Min StringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs
Performance StringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs
Pscore StringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Pscore StringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Security StringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs
Security StringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs
Security StringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs
Security StringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency
Audit List<AnalyticsprofileProps Latency Audit Prop> - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
List<Analyticsprofile
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand
Metrics StringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges
List<Analyticsprofile
Range> - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp
Code List<String>Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Log List<AnalyticsprofileProfiles Sensitive Log Profile> - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip
Log StringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time
Tracker List<AnalyticsprofileProps Time Tracker Prop> - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile
Id string - apdex
Response stringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex
Response stringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rtt stringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex
Rtt stringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rum stringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex
Rum stringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server stringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex
Server stringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server stringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex
Server stringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client
Log AnalyticsprofileConfigs Client Log Config[] - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client
Log AnalyticsprofileStreaming Configs Client Log Streaming Config[] - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes AnalyticsprofileConfigpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn
Lossy stringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy stringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Lossy stringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy stringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn
Server stringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server stringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Server stringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server stringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Adaptive stringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Advanced stringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable
Ondemand stringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Se stringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Server stringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Vs stringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Client stringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Dns stringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Gs stringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Http number[]Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Invalid stringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Invalid stringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Issuer stringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
No stringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
No stringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Persistence stringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Revoked stringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Server stringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Server stringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Sip number[]Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Stale stringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Syn stringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Tcp stringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- string
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Unsupported stringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore
Max stringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs
Event stringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs
Max stringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Max stringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs
Max stringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs
Min stringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs
Performance stringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs
Pscore stringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Pscore stringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Security stringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs
Security stringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs
Security stringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security stringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs
Security stringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security stringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency
Audit AnalyticsprofileProps Latency Audit Prop[] - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Analyticsprofile
Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand
Metrics stringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges
Analyticsprofile
Range[] - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp
Code string[]Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Log AnalyticsprofileProfiles Sensitive Log Profile[] - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip
Log stringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time
Tracker AnalyticsprofileProps Time Tracker Prop[] - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile_
id str - apdex_
response_ strthreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex_
response_ strtolerated_ factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
rtt_ strthreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex_
rtt_ strtolerated_ factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
rum_ strthreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex_
rum_ strtolerated_ factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
server_ strresponse_ threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex_
server_ strresponse_ tolerated_ factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
server_ strrtt_ threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex_
server_ strrtt_ tolerated_ factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client_
log_ Sequence[Analyticsprofileconfigs Client Log Config Args] - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client_
log_ Sequence[Analyticsprofilestreaming_ configs Client Log Streaming Config Args] - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[AnalyticsprofileConfigpb Attribute Args] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn_
lossy_ strooo_ threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
lossy_ strtimeo_ rexmt_ threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn_
lossy_ strtotal_ rexmt_ threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
lossy_ strzero_ win_ size_ event_ threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn_
server_ strlossy_ ooo_ threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
server_ strlossy_ timeo_ rexmt_ threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn_
server_ strlossy_ total_ rexmt_ threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
server_ strlossy_ zero_ win_ size_ event_ threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
adaptive_ strconfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
advanced_ stranalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable_
ondemand_ strmetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
se_ stranalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
server_ stranalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
vs_ stranalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude_
client_ strclose_ before_ request_ as_ error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
dns_ strpolicy_ drop_ as_ significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
gs_ strdown_ as_ error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
http_ Sequence[float]error_ codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude_
invalid_ strdns_ domain_ as_ error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
invalid_ strdns_ query_ as_ error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
issuer_ strrevoked_ ocsp_ responses_ as_ error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
no_ strdns_ record_ as_ error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
no_ strvalid_ gs_ member_ as_ error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
persistence_ strchange_ as_ error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
revoked_ strocsp_ responses_ as_ error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
server_ strdns_ error_ as_ error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
server_ strtcp_ reset_ as_ error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
sip_ Sequence[float]error_ codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude_
stale_ strocsp_ responses_ as_ error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
syn_ strretransmit_ as_ error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
tcp_ strreset_ as_ error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- str
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
unsupported_ strdns_ query_ as_ error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore_
max_ strserver_ limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs_
event_ strthrottle_ window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs_
max_ stranomaly_ penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs_
max_ strresources_ penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs_
max_ strsecurity_ penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs_
min_ strdos_ rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs_
performance_ strboost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs_
pscore_ strtraffic_ threshold_ l4_ client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs_
pscore_ strtraffic_ threshold_ l4_ server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs_
security_ strcertscore_ expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strcertscore_ gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strcertscore_ le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs_
security_ strcertscore_ le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs_
security_ strchain_ invalidity_ penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strcipherscore_ eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strcipherscore_ ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strcipherscore_ lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs_
security_ strencalgo_ score_ none - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strencalgo_ score_ rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs_
security_ strhsts_ penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strnonpfs_ penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strocsp_ revoked_ score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strselfsignedcert_ penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strssl30_ score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs_
security_ strtls10_ score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strtls11_ score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strtls12_ score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strtls13_ score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strweak_ signature_ algo_ penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency_
audit_ Sequence[Analyticsprofileprops Latency Audit Prop Args] - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Sequence[Analyticsprofile
Marker Args] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand_
metrics_ stridle_ timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges
Sequence[Analyticsprofile
Range Args] - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp_
code_ Sequence[str]blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive_
log_ Sequence[Analyticsprofileprofiles Sensitive Log Profile Args] - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip_
log_ strdepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time_
tracker_ Sequence[Analyticsprofileprops Time Tracker Prop Args] - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile
Id String - apdex
Response StringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex
Response StringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rtt StringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex
Rtt StringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rum StringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex
Rum StringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex
Server StringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex
Server StringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client
Log List<Property Map>Configs - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client
Log List<Property Map>Streaming Configs - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn
Lossy StringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Lossy StringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn
Server StringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Server StringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Adaptive StringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Advanced StringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable
Ondemand StringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Se StringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Server StringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Vs StringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Client StringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Dns StringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Gs StringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Http List<Number>Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Invalid StringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Invalid StringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Issuer StringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
No StringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
No StringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Persistence StringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Revoked StringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Server StringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Server StringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Sip List<Number>Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Stale StringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Syn StringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Tcp StringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- String
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Unsupported StringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore
Max StringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs
Event StringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs
Max StringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Max StringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs
Max StringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs
Min StringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs
Performance StringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs
Pscore StringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Pscore StringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Security StringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs
Security StringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs
Security StringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs
Security StringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency
Audit List<Property Map>Props - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand
Metrics StringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges List<Property Map>
- List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp
Code List<String>Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Log List<Property Map>Profiles - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip
Log StringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time
Tracker List<Property Map>Props - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Outputs
All input properties are implicitly available as output properties. Additionally, the Analyticsprofile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Analyticsprofile Resource
Get an existing Analyticsprofile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AnalyticsprofileState, opts?: CustomResourceOptions): Analyticsprofile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
analyticsprofile_id: Optional[str] = None,
apdex_response_threshold: Optional[str] = None,
apdex_response_tolerated_factor: Optional[str] = None,
apdex_rtt_threshold: Optional[str] = None,
apdex_rtt_tolerated_factor: Optional[str] = None,
apdex_rum_threshold: Optional[str] = None,
apdex_rum_tolerated_factor: Optional[str] = None,
apdex_server_response_threshold: Optional[str] = None,
apdex_server_response_tolerated_factor: Optional[str] = None,
apdex_server_rtt_threshold: Optional[str] = None,
apdex_server_rtt_tolerated_factor: Optional[str] = None,
client_log_configs: Optional[Sequence[AnalyticsprofileClientLogConfigArgs]] = None,
client_log_streaming_configs: Optional[Sequence[AnalyticsprofileClientLogStreamingConfigArgs]] = None,
configpb_attributes: Optional[Sequence[AnalyticsprofileConfigpbAttributeArgs]] = None,
conn_lossy_ooo_threshold: Optional[str] = None,
conn_lossy_timeo_rexmt_threshold: Optional[str] = None,
conn_lossy_total_rexmt_threshold: Optional[str] = None,
conn_lossy_zero_win_size_event_threshold: Optional[str] = None,
conn_server_lossy_ooo_threshold: Optional[str] = None,
conn_server_lossy_timeo_rexmt_threshold: Optional[str] = None,
conn_server_lossy_total_rexmt_threshold: Optional[str] = None,
conn_server_lossy_zero_win_size_event_threshold: Optional[str] = None,
description: Optional[str] = None,
enable_adaptive_config: Optional[str] = None,
enable_advanced_analytics: Optional[str] = None,
enable_ondemand_metrics: Optional[str] = None,
enable_se_analytics: Optional[str] = None,
enable_server_analytics: Optional[str] = None,
enable_vs_analytics: Optional[str] = None,
exclude_client_close_before_request_as_error: Optional[str] = None,
exclude_dns_policy_drop_as_significant: Optional[str] = None,
exclude_gs_down_as_error: Optional[str] = None,
exclude_http_error_codes: Optional[Sequence[float]] = None,
exclude_invalid_dns_domain_as_error: Optional[str] = None,
exclude_invalid_dns_query_as_error: Optional[str] = None,
exclude_issuer_revoked_ocsp_responses_as_error: Optional[str] = None,
exclude_no_dns_record_as_error: Optional[str] = None,
exclude_no_valid_gs_member_as_error: Optional[str] = None,
exclude_persistence_change_as_error: Optional[str] = None,
exclude_revoked_ocsp_responses_as_error: Optional[str] = None,
exclude_server_dns_error_as_error: Optional[str] = None,
exclude_server_tcp_reset_as_error: Optional[str] = None,
exclude_sip_error_codes: Optional[Sequence[float]] = None,
exclude_stale_ocsp_responses_as_error: Optional[str] = None,
exclude_syn_retransmit_as_error: Optional[str] = None,
exclude_tcp_reset_as_error: Optional[str] = None,
exclude_unavailable_ocsp_responses_as_error: Optional[str] = None,
exclude_unsupported_dns_query_as_error: Optional[str] = None,
healthscore_max_server_limit: Optional[str] = None,
hs_event_throttle_window: Optional[str] = None,
hs_max_anomaly_penalty: Optional[str] = None,
hs_max_resources_penalty: Optional[str] = None,
hs_max_security_penalty: Optional[str] = None,
hs_min_dos_rate: Optional[str] = None,
hs_performance_boost: Optional[str] = None,
hs_pscore_traffic_threshold_l4_client: Optional[str] = None,
hs_pscore_traffic_threshold_l4_server: Optional[str] = None,
hs_security_certscore_expired: Optional[str] = None,
hs_security_certscore_gt30d: Optional[str] = None,
hs_security_certscore_le07d: Optional[str] = None,
hs_security_certscore_le30d: Optional[str] = None,
hs_security_chain_invalidity_penalty: Optional[str] = None,
hs_security_cipherscore_eq000b: Optional[str] = None,
hs_security_cipherscore_ge128b: Optional[str] = None,
hs_security_cipherscore_lt128b: Optional[str] = None,
hs_security_encalgo_score_none: Optional[str] = None,
hs_security_encalgo_score_rc4: Optional[str] = None,
hs_security_hsts_penalty: Optional[str] = None,
hs_security_nonpfs_penalty: Optional[str] = None,
hs_security_ocsp_revoked_score: Optional[str] = None,
hs_security_selfsignedcert_penalty: Optional[str] = None,
hs_security_ssl30_score: Optional[str] = None,
hs_security_tls10_score: Optional[str] = None,
hs_security_tls11_score: Optional[str] = None,
hs_security_tls12_score: Optional[str] = None,
hs_security_tls13_score: Optional[str] = None,
hs_security_weak_signature_algo_penalty: Optional[str] = None,
latency_audit_props: Optional[Sequence[AnalyticsprofileLatencyAuditPropArgs]] = None,
markers: Optional[Sequence[AnalyticsprofileMarkerArgs]] = None,
name: Optional[str] = None,
ondemand_metrics_idle_timeout: Optional[str] = None,
ranges: Optional[Sequence[AnalyticsprofileRangeArgs]] = None,
resp_code_blocks: Optional[Sequence[str]] = None,
sensitive_log_profiles: Optional[Sequence[AnalyticsprofileSensitiveLogProfileArgs]] = None,
sip_log_depth: Optional[str] = None,
tenant_ref: Optional[str] = None,
time_tracker_props: Optional[Sequence[AnalyticsprofileTimeTrackerPropArgs]] = None,
uuid: Optional[str] = None) -> Analyticsprofile
func GetAnalyticsprofile(ctx *Context, name string, id IDInput, state *AnalyticsprofileState, opts ...ResourceOption) (*Analyticsprofile, error)
public static Analyticsprofile Get(string name, Input<string> id, AnalyticsprofileState? state, CustomResourceOptions? opts = null)
public static Analyticsprofile get(String name, Output<String> id, AnalyticsprofileState state, CustomResourceOptions options)
resources: _: type: avi:Analyticsprofile get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Analyticsprofile
Id string - Apdex
Response stringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- Apdex
Response stringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rtt stringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- Apdex
Rtt stringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rum stringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- Apdex
Rum stringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- Apdex
Server stringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- Apdex
Server stringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Client
Log List<AnalyticsprofileConfigs Client Log Config> - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Client
Log List<AnalyticsprofileStreaming Configs Client Log Streaming Config> - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<AnalyticsprofileConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Conn
Lossy stringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Lossy stringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Conn
Server stringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Server stringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Adaptive stringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Advanced stringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- Enable
Ondemand stringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Se stringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Server stringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Vs stringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Client stringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Dns stringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Gs stringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Http List<double>Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Invalid stringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Invalid stringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Issuer stringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
No stringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
No stringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Persistence stringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Revoked stringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Server stringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Server stringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Sip List<double>Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Stale stringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Syn stringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Tcp stringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- string
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Unsupported stringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Healthscore
Max stringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- Hs
Event stringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- Hs
Max stringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Max stringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- Hs
Max stringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- Hs
Min stringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- Hs
Performance stringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- Hs
Pscore stringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Pscore stringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Security stringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- Hs
Security stringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- Hs
Security stringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- Hs
Security stringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Latency
Audit List<AnalyticsprofileProps Latency Audit Prop> - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
List<Analyticsprofile
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ondemand
Metrics stringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ranges
List<Analyticsprofile
Range> - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- Resp
Code List<string>Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Log List<AnalyticsprofileProfiles Sensitive Log Profile> - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sip
Log stringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Time
Tracker List<AnalyticsprofileProps Time Tracker Prop> - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Analyticsprofile
Id string - Apdex
Response stringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- Apdex
Response stringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rtt stringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- Apdex
Rtt stringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Rum stringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- Apdex
Rum stringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- Apdex
Server stringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Apdex
Server stringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- Apdex
Server stringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- Client
Log []AnalyticsprofileConfigs Client Log Config Args - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Client
Log []AnalyticsprofileStreaming Configs Client Log Streaming Config Args - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []AnalyticsprofileConfigpb Attribute Args - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Conn
Lossy stringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Lossy stringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Lossy stringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Conn
Server stringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Conn
Server stringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- Conn
Server stringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Adaptive stringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Advanced stringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- Enable
Ondemand stringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Se stringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Server stringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enable
Vs stringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Client stringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Dns stringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Gs stringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Http []float64Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Invalid stringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Invalid stringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Issuer stringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
No stringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
No stringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Persistence stringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Revoked stringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Server stringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Server stringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Sip []float64Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Exclude
Stale stringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Syn stringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Exclude
Tcp stringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- string
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- Exclude
Unsupported stringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- Healthscore
Max stringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- Hs
Event stringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- Hs
Max stringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Max stringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- Hs
Max stringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- Hs
Min stringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- Hs
Performance stringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- Hs
Pscore stringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Pscore stringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- Hs
Security stringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- Hs
Security stringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- Hs
Security stringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- Hs
Security stringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- Hs
Security stringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Hs
Security stringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- Hs
Security stringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- Hs
Security stringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- Latency
Audit []AnalyticsprofileProps Latency Audit Prop Args - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
[]Analyticsprofile
Marker Args - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ondemand
Metrics stringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ranges
[]Analyticsprofile
Range Args - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- Resp
Code []stringBlocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sensitive
Log []AnalyticsprofileProfiles Sensitive Log Profile Args - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sip
Log stringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Time
Tracker []AnalyticsprofileProps Time Tracker Prop Args - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile
Id String - apdex
Response StringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex
Response StringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rtt StringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex
Rtt StringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rum StringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex
Rum StringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex
Server StringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex
Server StringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client
Log List<AnalyticsprofileConfigs Client Log Config> - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client
Log List<AnalyticsprofileStreaming Configs Client Log Streaming Config> - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<AnalyticsprofileConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn
Lossy StringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Lossy StringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn
Server StringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Server StringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Adaptive StringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Advanced StringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable
Ondemand StringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Se StringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Server StringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Vs StringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Client StringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Dns StringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Gs StringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Http List<Double>Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Invalid StringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Invalid StringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Issuer StringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
No StringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
No StringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Persistence StringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Revoked StringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Server StringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Server StringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Sip List<Double>Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Stale StringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Syn StringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Tcp StringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- String
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Unsupported StringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore
Max StringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs
Event StringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs
Max StringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Max StringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs
Max StringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs
Min StringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs
Performance StringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs
Pscore StringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Pscore StringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Security StringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs
Security StringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs
Security StringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs
Security StringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency
Audit List<AnalyticsprofileProps Latency Audit Prop> - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
List<Analyticsprofile
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand
Metrics StringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges
List<Analyticsprofile
Range> - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp
Code List<String>Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Log List<AnalyticsprofileProfiles Sensitive Log Profile> - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip
Log StringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time
Tracker List<AnalyticsprofileProps Time Tracker Prop> - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile
Id string - apdex
Response stringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex
Response stringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rtt stringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex
Rtt stringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rum stringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex
Rum stringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server stringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex
Server stringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server stringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex
Server stringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client
Log AnalyticsprofileConfigs Client Log Config[] - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client
Log AnalyticsprofileStreaming Configs Client Log Streaming Config[] - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes AnalyticsprofileConfigpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn
Lossy stringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy stringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Lossy stringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy stringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn
Server stringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server stringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Server stringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server stringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Adaptive stringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Advanced stringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable
Ondemand stringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Se stringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Server stringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Vs stringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Client stringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Dns stringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Gs stringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Http number[]Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Invalid stringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Invalid stringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Issuer stringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
No stringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
No stringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Persistence stringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Revoked stringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Server stringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Server stringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Sip number[]Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Stale stringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Syn stringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Tcp stringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- string
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Unsupported stringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore
Max stringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs
Event stringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs
Max stringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Max stringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs
Max stringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs
Min stringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs
Performance stringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs
Pscore stringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Pscore stringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Security stringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs
Security stringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs
Security stringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security stringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs
Security stringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security stringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security stringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security stringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security stringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency
Audit AnalyticsprofileProps Latency Audit Prop[] - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Analyticsprofile
Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand
Metrics stringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges
Analyticsprofile
Range[] - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp
Code string[]Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Log AnalyticsprofileProfiles Sensitive Log Profile[] - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip
Log stringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time
Tracker AnalyticsprofileProps Time Tracker Prop[] - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile_
id str - apdex_
response_ strthreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex_
response_ strtolerated_ factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
rtt_ strthreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex_
rtt_ strtolerated_ factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
rum_ strthreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex_
rum_ strtolerated_ factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
server_ strresponse_ threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex_
server_ strresponse_ tolerated_ factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex_
server_ strrtt_ threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex_
server_ strrtt_ tolerated_ factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client_
log_ Sequence[Analyticsprofileconfigs Client Log Config Args] - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client_
log_ Sequence[Analyticsprofilestreaming_ configs Client Log Streaming Config Args] - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[AnalyticsprofileConfigpb Attribute Args] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn_
lossy_ strooo_ threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
lossy_ strtimeo_ rexmt_ threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn_
lossy_ strtotal_ rexmt_ threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
lossy_ strzero_ win_ size_ event_ threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn_
server_ strlossy_ ooo_ threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
server_ strlossy_ timeo_ rexmt_ threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn_
server_ strlossy_ total_ rexmt_ threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn_
server_ strlossy_ zero_ win_ size_ event_ threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
adaptive_ strconfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
advanced_ stranalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable_
ondemand_ strmetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
se_ stranalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
server_ stranalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable_
vs_ stranalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude_
client_ strclose_ before_ request_ as_ error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
dns_ strpolicy_ drop_ as_ significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
gs_ strdown_ as_ error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
http_ Sequence[float]error_ codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude_
invalid_ strdns_ domain_ as_ error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
invalid_ strdns_ query_ as_ error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
issuer_ strrevoked_ ocsp_ responses_ as_ error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
no_ strdns_ record_ as_ error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
no_ strvalid_ gs_ member_ as_ error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
persistence_ strchange_ as_ error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
revoked_ strocsp_ responses_ as_ error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
server_ strdns_ error_ as_ error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
server_ strtcp_ reset_ as_ error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
sip_ Sequence[float]error_ codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude_
stale_ strocsp_ responses_ as_ error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
syn_ strretransmit_ as_ error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude_
tcp_ strreset_ as_ error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- str
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude_
unsupported_ strdns_ query_ as_ error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore_
max_ strserver_ limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs_
event_ strthrottle_ window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs_
max_ stranomaly_ penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs_
max_ strresources_ penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs_
max_ strsecurity_ penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs_
min_ strdos_ rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs_
performance_ strboost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs_
pscore_ strtraffic_ threshold_ l4_ client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs_
pscore_ strtraffic_ threshold_ l4_ server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs_
security_ strcertscore_ expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strcertscore_ gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strcertscore_ le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs_
security_ strcertscore_ le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs_
security_ strchain_ invalidity_ penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strcipherscore_ eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strcipherscore_ ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strcipherscore_ lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs_
security_ strencalgo_ score_ none - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strencalgo_ score_ rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs_
security_ strhsts_ penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strnonpfs_ penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strocsp_ revoked_ score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs_
security_ strselfsignedcert_ penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs_
security_ strssl30_ score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs_
security_ strtls10_ score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strtls11_ score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strtls12_ score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strtls13_ score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs_
security_ strweak_ signature_ algo_ penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency_
audit_ Sequence[Analyticsprofileprops Latency Audit Prop Args] - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Sequence[Analyticsprofile
Marker Args] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand_
metrics_ stridle_ timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges
Sequence[Analyticsprofile
Range Args] - List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp_
code_ Sequence[str]blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive_
log_ Sequence[Analyticsprofileprofiles Sensitive Log Profile Args] - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip_
log_ strdepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time_
tracker_ Sequence[Analyticsprofileprops Time Tracker Prop Args] - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- analyticsprofile
Id String - apdex
Response StringThreshold - If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied. It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold. Greater than this number and the client's request is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition.
- apdex
Response StringTolerated Factor - Client tolerated response latency factor. Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rtt StringThreshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition.
- apdex
Rtt StringTolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Rum StringThreshold - If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied. It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency. Greater than this number and the client's request is considered frustrated. A pageload includes the time for dns lookup, download of all http objects, and page render time. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition.
- apdex
Rum StringTolerated Factor - Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringResponse Threshold - A server http response is considered satisfied if latency is less than the satisfactory latency threshold. The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency. Greater than this number and the server response is considered frustrated. Allowed values are 1-30000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition.
- apdex
Server StringResponse Tolerated Factor - Server tolerated response latency factor. Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- apdex
Server StringRtt Threshold - Satisfactory client to avi round trip time(rtt). Allowed values are 1-2000. Unit is milliseconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition.
- apdex
Server StringRtt Tolerated Factor - Tolerated client to avi round trip time(rtt) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition.
- client
Log List<Property Map>Configs - Configure which logs are sent to the avi controller from ses and how they are processed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- client
Log List<Property Map>Streaming Configs - Configure to stream logs to an external server. Field introduced in 17.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- conn
Lossy StringOoo Threshold - A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringTimeo Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Lossy StringTotal Rexmt Threshold - A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Lossy StringZero Win Size Event Threshold - A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- conn
Server StringLossy Ooo Threshold - A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Timeo Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- conn
Server StringLossy Total Rexmt Threshold - A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. Allowed values are 1-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition.
- conn
Server StringLossy Zero Win Size Event Threshold - A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. Allowed values are 0-100. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Adaptive StringConfig - Enable adaptive configuration for optimizing resource usage. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Advanced StringAnalytics - Enables advanced analytics features like anomaly detection. If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. However, setting it to false reduces cpu and memory requirements for analytics subsystem. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition. Special default for essentials edition is false, basic edition is false, enterprise edition is true.
- enable
Ondemand StringMetrics - Virtual service (vs) metrics are processed only when there is live data traffic on the vs. In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Se StringAnalytics - Enable node (service engine) level analytics forvs metrics. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Server StringAnalytics - Enables analytics on backend servers. This may be desired in container environment when there are large number of ephemeral servers. Additionally, no healthscore of servers is computed when server analytics is enabled. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- enable
Vs StringAnalytics - Enable virtualservice (frontend) analytics. This flag enables metrics and healthscore for virtualservice. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Client StringClose Before Request As Error - Exclude client closed connection before an http request could be completed from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Dns StringPolicy Drop As Significant - Exclude dns policy drops from the list of errors. Field introduced in 17.2.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Gs StringDown As Error - Exclude queries to gslb services that are operationally down from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Http List<Number>Error Codes - List of http status codes to be excluded from being classified as an error. Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Invalid StringDns Domain As Error - Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Invalid StringDns Query As Error - Exclude invalid dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Issuer StringRevoked Ocsp Responses As Error - Exclude the issuer-revoked ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
No StringDns Record As Error - Exclude queries to domains that did not have configured services/records from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
No StringValid Gs Member As Error - Exclude queries to gslb services that have no available members from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Persistence StringChange As Error - Exclude persistence server changed while load balancing' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Revoked StringOcsp Responses As Error - Exclude the revoked ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Server StringDns Error As Error - Exclude server dns error response from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Server StringTcp Reset As Error - Exclude server tcp reset from errors. It is common for applications like ms exchange. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Sip List<Number>Error Codes - List of sip status codes to be excluded from being classified as an error. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- exclude
Stale StringOcsp Responses As Error - Exclude the stale ocsp certificate status responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Syn StringRetransmit As Error - Exclude 'server unanswered syns' from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- exclude
Tcp StringReset As Error - Exclude tcp resets by client from the list of potential errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- String
- Exclude the unavailable ocsp responses from the list of errors. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
- exclude
Unsupported StringDns Query As Error - Exclude unsupported dns queries from the list of errors. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
- healthscore
Max StringServer Limit - Skips health score computation of pool servers when number of servers in a pool is more than this setting. Allowed values are 0-5000. Special values are 0- server health score is deactivated. Field introduced in 17.2.13, 18.1.4. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20.
- hs
Event StringThrottle Window - Time window (in secs) within which only unique health change events should occur. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition.
- hs
Max StringAnomaly Penalty - Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Max StringResources Penalty - Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition.
- hs
Max StringSecurity Penalty - Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition.
- hs
Min StringDos Rate - Dos connection rate below which the dos security assessment will not kick in. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition.
- hs
Performance StringBoost - Adds free performance score credits to health score. It can be used for compensating health score for known slow applications. Allowed values are 0-100. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition.
- hs
Pscore StringTraffic Threshold L4Client - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Pscore StringTraffic Threshold L4Server - Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition.
- hs
Security StringCertscore Expired - Score assigned when the certificate has expired. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCertscore Gt30d - Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCertscore Le07d - Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition.
- hs
Security StringCertscore Le30d - Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition.
- hs
Security StringChain Invalidity Penalty - Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringCipherscore Eq000b - Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringCipherscore Ge128b - Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringCipherscore Lt128b - Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringEncalgo Score None - Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringEncalgo Score Rc4 - Score assigned when rc4 algorithm is used for encryption. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition.
- hs
Security StringHsts Penalty - Penalty for not enabling hsts. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringNonpfs Penalty - Penalty for allowing non-pfs handshakes. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringOcsp Revoked Score - Score assigned when ocsp certificate status is set to revoked or issuer revoked. Allowed values are 0.0-5.0. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition.
- hs
Security StringSelfsignedcert Penalty - Deprecated. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- hs
Security StringSsl30Score - Score assigned when supporting ssl3.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition.
- hs
Security StringTls10Score - Score assigned when supporting tls1.0 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls11Score - Score assigned when supporting tls1.1 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls12Score - Score assigned when supporting tls1.2 encryption protocol. Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringTls13Score - Score assigned when supporting tls1.3 encryption protocol. Allowed values are 0-5. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition.
- hs
Security StringWeak Signature Algo Penalty - Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition.
- latency
Audit List<Property Map>Props - Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- The name of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ondemand
Metrics StringIdle Timeout - This flag sets the time duration of no live data traffic after which virtual service metrics processing is suspended. It is applicable only when enable_ondemand_metrics is set to false. Field introduced in 18.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ranges List<Property Map>
- List of http status code ranges to be excluded from being classified as an error. Allowed with any value in enterprise, enterprise with cloud services edition.
- resp
Code List<String>Blocks - Block of http response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. Allowed with any value in enterprise, enterprise with cloud services edition.
- sensitive
Log List<Property Map>Profiles - Rules applied to the http application log for filtering sensitive information. Field introduced in 17.2.10, 18.1.2. Allowed with any value in enterprise, enterprise with cloud services edition.
- sip
Log StringDepth - Maximum number of sip messages added in logs for a sip transaction. By default, this value is 20. Allowed values are 1-1000. Field introduced in 17.2.13, 18.1.5, 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- time
Tracker List<Property Map>Props - Time tracker properties for connection establishment audit. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the analytics profile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
AnalyticsprofileClientLogConfig, AnalyticsprofileClientLogConfigArgs
- Enable
Significant stringLog Collection - Filtered
Log stringProcessing - Non
Significant stringLog Processing - Significant
Log stringProcessing
- Enable
Significant stringLog Collection - Filtered
Log stringProcessing - Non
Significant stringLog Processing - Significant
Log stringProcessing
- enable
Significant StringLog Collection - filtered
Log StringProcessing - non
Significant StringLog Processing - significant
Log StringProcessing
- enable
Significant stringLog Collection - filtered
Log stringProcessing - non
Significant stringLog Processing - significant
Log stringProcessing
- enable
Significant StringLog Collection - filtered
Log StringProcessing - non
Significant StringLog Processing - significant
Log StringProcessing
AnalyticsprofileClientLogStreamingConfig, AnalyticsprofileClientLogStreamingConfigArgs
- External
Server string - External
Server stringPort - Format
Configs List<AnalyticsprofileClient Log Streaming Config Format Config> - Log
Types stringTo Send - Marker
Keys List<AnalyticsprofileClient Log Streaming Config Marker Key> - Max
Logs stringPer Second - Protocol string
- Syslog
Configs List<AnalyticsprofileClient Log Streaming Config Syslog Config>
- External
Server string - External
Server stringPort - Format
Configs []AnalyticsprofileClient Log Streaming Config Format Config - Log
Types stringTo Send - Marker
Keys []AnalyticsprofileClient Log Streaming Config Marker Key - Max
Logs stringPer Second - Protocol string
- Syslog
Configs []AnalyticsprofileClient Log Streaming Config Syslog Config
- external
Server String - external
Server StringPort - format
Configs List<AnalyticsprofileClient Log Streaming Config Format Config> - log
Types StringTo Send - marker
Keys List<AnalyticsprofileClient Log Streaming Config Marker Key> - max
Logs StringPer Second - protocol String
- syslog
Configs List<AnalyticsprofileClient Log Streaming Config Syslog Config>
- external
Server string - external
Server stringPort - format
Configs AnalyticsprofileClient Log Streaming Config Format Config[] - log
Types stringTo Send - marker
Keys AnalyticsprofileClient Log Streaming Config Marker Key[] - max
Logs stringPer Second - protocol string
- syslog
Configs AnalyticsprofileClient Log Streaming Config Syslog Config[]
- external_
server str - external_
server_ strport - format_
configs Sequence[AnalyticsprofileClient Log Streaming Config Format Config] - log_
types_ strto_ send - marker_
keys Sequence[AnalyticsprofileClient Log Streaming Config Marker Key] - max_
logs_ strper_ second - protocol str
- syslog_
configs Sequence[AnalyticsprofileClient Log Streaming Config Syslog Config]
AnalyticsprofileClientLogStreamingConfigFormatConfig, AnalyticsprofileClientLogStreamingConfigFormatConfigArgs
- Format string
- Included
Fields List<string>
- Format string
- Included
Fields []string
- format String
- included
Fields List<String>
- format string
- included
Fields string[]
- format str
- included_
fields Sequence[str]
- format String
- included
Fields List<String>
AnalyticsprofileClientLogStreamingConfigMarkerKey, AnalyticsprofileClientLogStreamingConfigMarkerKeyArgs
AnalyticsprofileClientLogStreamingConfigSyslogConfig, AnalyticsprofileClientLogStreamingConfigSyslogConfigArgs
- Facility string
- Filtered
Log stringSeverity - Hostname string
- Msg
Id string - Non
Significant stringLog Severity - Proc
Id string - Significant
Log stringSeverity
- Facility string
- Filtered
Log stringSeverity - Hostname string
- Msg
Id string - Non
Significant stringLog Severity - Proc
Id string - Significant
Log stringSeverity
- facility String
- filtered
Log StringSeverity - hostname String
- msg
Id String - non
Significant StringLog Severity - proc
Id String - significant
Log StringSeverity
- facility string
- filtered
Log stringSeverity - hostname string
- msg
Id string - non
Significant stringLog Severity - proc
Id string - significant
Log stringSeverity
- facility str
- filtered_
log_ strseverity - hostname str
- msg_
id str - non_
significant_ strlog_ severity - proc_
id str - significant_
log_ strseverity
- facility String
- filtered
Log StringSeverity - hostname String
- msg
Id String - non
Significant StringLog Severity - proc
Id String - significant
Log StringSeverity
AnalyticsprofileConfigpbAttribute, AnalyticsprofileConfigpbAttributeArgs
- Version string
- Version string
- version String
- version string
- version str
- version String
AnalyticsprofileLatencyAuditProp, AnalyticsprofileLatencyAuditPropArgs
- Conn
Est stringAudit Mode - Conn
Est stringThreshold - Latency
Audit stringMode - Latency
Threshold string
- Conn
Est stringAudit Mode - Conn
Est stringThreshold - Latency
Audit stringMode - Latency
Threshold string
- conn
Est StringAudit Mode - conn
Est StringThreshold - latency
Audit StringMode - latency
Threshold String
- conn
Est stringAudit Mode - conn
Est stringThreshold - latency
Audit stringMode - latency
Threshold string
- conn
Est StringAudit Mode - conn
Est StringThreshold - latency
Audit StringMode - latency
Threshold String
AnalyticsprofileMarker, AnalyticsprofileMarkerArgs
AnalyticsprofileRange, AnalyticsprofileRangeArgs
AnalyticsprofileSensitiveLogProfile, AnalyticsprofileSensitiveLogProfileArgs
AnalyticsprofileSensitiveLogProfileHeaderFieldRule, AnalyticsprofileSensitiveLogProfileHeaderFieldRuleArgs
AnalyticsprofileSensitiveLogProfileHeaderFieldRuleMatch, AnalyticsprofileSensitiveLogProfileHeaderFieldRuleMatchArgs
- Match
Criteria string - Match
Strs List<string> - String
Group List<string>Refs
- Match
Criteria string - Match
Strs []string - String
Group []stringRefs
- match
Criteria String - match
Strs List<String> - string
Group List<String>Refs
- match
Criteria string - match
Strs string[] - string
Group string[]Refs
- match_
criteria str - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Criteria String - match
Strs List<String> - string
Group List<String>Refs
AnalyticsprofileSensitiveLogProfileUriQueryFieldRule, AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleArgs
AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleMatch, AnalyticsprofileSensitiveLogProfileUriQueryFieldRuleMatchArgs
- Match
Criteria string - Match
Strs List<string> - String
Group List<string>Refs
- Match
Criteria string - Match
Strs []string - String
Group []stringRefs
- match
Criteria String - match
Strs List<String> - string
Group List<String>Refs
- match
Criteria string - match
Strs string[] - string
Group string[]Refs
- match_
criteria str - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Criteria String - match
Strs List<String> - string
Group List<String>Refs
AnalyticsprofileSensitiveLogProfileWafFieldRule, AnalyticsprofileSensitiveLogProfileWafFieldRuleArgs
AnalyticsprofileSensitiveLogProfileWafFieldRuleMatch, AnalyticsprofileSensitiveLogProfileWafFieldRuleMatchArgs
- Match
Criteria string - Match
Strs List<string> - String
Group List<string>Refs
- Match
Criteria string - Match
Strs []string - String
Group []stringRefs
- match
Criteria String - match
Strs List<String> - string
Group List<String>Refs
- match
Criteria string - match
Strs string[] - string
Group string[]Refs
- match_
criteria str - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Criteria String - match
Strs List<String> - string
Group List<String>Refs
AnalyticsprofileTimeTrackerProp, AnalyticsprofileTimeTrackerPropArgs
- Be
Conn stringEst Audit Mode - Be
Conn stringEst Threshold - Fe
Conn stringEst Audit Mode - Fe
Conn stringEst Threshold - Ingress
Sig stringLog
- Be
Conn stringEst Audit Mode - Be
Conn stringEst Threshold - Fe
Conn stringEst Audit Mode - Fe
Conn stringEst Threshold - Ingress
Sig stringLog
- be
Conn StringEst Audit Mode - be
Conn StringEst Threshold - fe
Conn StringEst Audit Mode - fe
Conn StringEst Threshold - ingress
Sig StringLog
- be
Conn stringEst Audit Mode - be
Conn stringEst Threshold - fe
Conn stringEst Audit Mode - fe
Conn stringEst Threshold - ingress
Sig stringLog
- be
Conn StringEst Audit Mode - be
Conn StringEst Threshold - fe
Conn StringEst Audit Mode - fe
Conn StringEst Threshold - ingress
Sig StringLog
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.