ALBAnalyticsProfile (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer AnalyticsProfile object", 
  "extends": {
    "$ref": "PolicyConfigResource
  }, 
  "id": "ALBAnalyticsProfile", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "_create_time": {
      "$ref": "EpochMsTimestamp, 
      "can_sort": true, 
      "description": "Timestamp of resource creation", 
      "readonly": true
    }, 
    "_create_user": {
      "description": "ID of the user who created this resource", 
      "readonly": true, 
      "type": "string"
    }, 
    "_last_modified_time": {
      "$ref": "EpochMsTimestamp, 
      "can_sort": true, 
      "description": "Timestamp of last modification", 
      "readonly": true
    }, 
    "_last_modified_user": {
      "description": "ID of the user who last modified this resource", 
      "readonly": true, 
      "type": "string"
    }, 
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_protection": {
      "description": "Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed             to modify it. NOT_PROTECTED - the client who retrieved the entity is allowed                 to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super                    user and can modify it, but only when providing                    the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this           entity.", 
      "readonly": true, 
      "title": "Indicates protection status of this resource", 
      "type": "string"
    }, 
    "_revision": {
      "description": "The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.", 
      "title": "Generation of this resource config", 
      "type": "int"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "_system_owned": {
      "description": "Indicates system owned resource", 
      "readonly": true, 
      "type": "boolean"
    }, 
    "apdex_response_threshold": {
      "default": 500, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 500.", 
      "maximum": 30000, 
      "minimum": 1, 
      "required": false, 
      "title": "Apdex response threshold", 
      "type": "integer"
    }, 
    "apdex_response_tolerated_factor": {
      "default": 4.0, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 4.0.", 
      "required": false, 
      "title": "Apdex response tolerated factor", 
      "type": "number"
    }, 
    "apdex_rtt_threshold": {
      "default": 250, 
      "description": "Satisfactory client to Avi Round Trip Time(RTT). Allowed values are 1-2000. Unit is MILLISECONDS. Default value when not specified in API or module is interpreted by ALB Controller as 250.", 
      "maximum": 2000, 
      "minimum": 1, 
      "required": false, 
      "title": "Apdex rtt threshold", 
      "type": "integer"
    }, 
    "apdex_rtt_tolerated_factor": {
      "default": 4.0, 
      "description": "Tolerated client to Avi Round Trip Time(RTT) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Default value when not specified in API or module is interpreted by ALB Controller as 4.0.", 
      "required": false, 
      "title": "Apdex rtt tolerated factor", 
      "type": "number"
    }, 
    "apdex_rum_threshold": {
      "default": 5000, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 5000.", 
      "maximum": 30000, 
      "minimum": 1, 
      "required": false, 
      "title": "Apdex rum threshold", 
      "type": "integer"
    }, 
    "apdex_rum_tolerated_factor": {
      "default": 4.0, 
      "description": "Virtual service threshold factor for tolerated Page Load Time (PLT) as multiple of apdex_rum_threshold. Allowed values are 1-1000. Default value when not specified in API or module is interpreted by ALB Controller as 4.0.", 
      "required": false, 
      "title": "Apdex rum tolerated factor", 
      "type": "number"
    }, 
    "apdex_server_response_threshold": {
      "default": 400, 
      "description": "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 (STAR) S_Latency. Greater than this number and the server response is considered Frustrated. Allowed values are 1-30000. Unit is MILLISECONDS. Default value when not specified in API or module is interpreted by ALB Controller as 400.", 
      "maximum": 30000, 
      "minimum": 1, 
      "required": false, 
      "title": "Apdex server response threshold", 
      "type": "integer"
    }, 
    "apdex_server_response_tolerated_factor": {
      "default": 4.0, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 4.0.", 
      "required": false, 
      "title": "Apdex server response tolerated factor", 
      "type": "number"
    }, 
    "apdex_server_rtt_threshold": {
      "default": 125, 
      "description": "Satisfactory client to Avi Round Trip Time(RTT). Allowed values are 1-2000. Unit is MILLISECONDS. Default value when not specified in API or module is interpreted by ALB Controller as 125.", 
      "maximum": 2000, 
      "minimum": 1, 
      "required": false, 
      "title": "Apdex server rtt threshold", 
      "type": "integer"
    }, 
    "apdex_server_rtt_tolerated_factor": {
      "default": 4.0, 
      "description": "Tolerated client to Avi Round Trip Time(RTT) factor. It is a multiple of apdex_rtt_tolerated_factor. Allowed values are 1-1000. Default value when not specified in API or module is interpreted by ALB Controller as 4.0.", 
      "required": false, 
      "title": "Apdex server rtt tolerated factor", 
      "type": "number"
    }, 
    "children": {
      "description": "subtree for this type within policy tree containing nested elements.", 
      "items": {
        "$ref": "ChildPolicyConfigResource
      }, 
      "required": false, 
      "title": "subtree for this type within policy tree", 
      "type": "array"
    }, 
    "client_log_config": {
      "$ref": "ALBClientLogConfiguration, 
      "description": "Configure which logs are sent to the Avi Controller from SEs and how they are processed.", 
      "required": false, 
      "title": "Client log config"
    }, 
    "client_log_streaming_config": {
      "$ref": "ALBClientLogStreamingConfig, 
      "description": "Configure to stream logs to an external server.", 
      "required": false, 
      "title": "Client log streaming config"
    }, 
    "conn_lossy_ooo_threshold": {
      "default": 50, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 50.", 
      "maximum": 100, 
      "minimum": 1, 
      "required": false, 
      "title": "Conn lossy ooo threshold", 
      "type": "integer"
    }, 
    "conn_lossy_timeo_rexmt_threshold": {
      "default": 20, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 20.", 
      "maximum": 100, 
      "minimum": 1, 
      "required": false, 
      "title": "Conn lossy timeo rexmt threshold", 
      "type": "integer"
    }, 
    "conn_lossy_total_rexmt_threshold": {
      "default": 50, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 50.", 
      "maximum": 100, 
      "minimum": 1, 
      "required": false, 
      "title": "Conn lossy total rexmt threshold", 
      "type": "integer"
    }, 
    "conn_lossy_zero_win_size_event_threshold": {
      "default": 2, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 2.", 
      "maximum": 100, 
      "minimum": 0, 
      "required": false, 
      "title": "Conn lossy zero win size event threshold", 
      "type": "integer"
    }, 
    "conn_server_lossy_ooo_threshold": {
      "default": 50, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 50.", 
      "maximum": 100, 
      "minimum": 1, 
      "required": false, 
      "title": "Conn server lossy ooo threshold", 
      "type": "integer"
    }, 
    "conn_server_lossy_timeo_rexmt_threshold": {
      "default": 20, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 20.", 
      "maximum": 100, 
      "minimum": 1, 
      "required": false, 
      "title": "Conn server lossy timeo rexmt threshold", 
      "type": "integer"
    }, 
    "conn_server_lossy_total_rexmt_threshold": {
      "default": 50, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 50.", 
      "maximum": 100, 
      "minimum": 1, 
      "required": false, 
      "title": "Conn server lossy total rexmt threshold", 
      "type": "integer"
    }, 
    "conn_server_lossy_zero_win_size_event_threshold": {
      "default": 2, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 2.", 
      "maximum": 100, 
      "minimum": 0, 
      "required": false, 
      "title": "Conn server lossy zero win size event threshold", 
      "type": "integer"
    }, 
    "description": {
      "can_sort": true, 
      "maxLength": 1024, 
      "title": "Description of this resource", 
      "type": "string"
    }, 
    "display_name": {
      "can_sort": true, 
      "description": "Defaults to ID if not set", 
      "maxLength": 255, 
      "title": "Identifier to use when displaying entity in logs or GUI", 
      "type": "string"
    }, 
    "enable_adaptive_config": {
      "default": true, 
      "description": "Enable adaptive configuration for optimizing resource usage. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable adaptive config", 
      "type": "boolean"
    }, 
    "enable_advanced_analytics": {
      "default": true, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable advanced analytics", 
      "type": "boolean"
    }, 
    "enable_ondemand_metrics": {
      "default": true, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable ondemand metrics", 
      "type": "boolean"
    }, 
    "enable_se_analytics": {
      "default": true, 
      "description": "Enable node (service engine) level analytics forvs metrics. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable se analytics", 
      "type": "boolean"
    }, 
    "enable_server_analytics": {
      "default": true, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable server analytics", 
      "type": "boolean"
    }, 
    "enable_vs_analytics": {
      "default": true, 
      "description": "Enable VirtualService (frontend) Analytics. This flag enables metrics and healthscore for Virtualservice. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable vs analytics", 
      "type": "boolean"
    }, 
    "exclude_client_close_before_request_as_error": {
      "default": false, 
      "description": "Exclude client closed connection before an HTTP request could be completed from being classified as an error. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude client close before request as error", 
      "type": "boolean"
    }, 
    "exclude_dns_policy_drop_as_significant": {
      "default": false, 
      "description": "Exclude dns policy drops from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude dns policy drop as significant", 
      "type": "boolean"
    }, 
    "exclude_gs_down_as_error": {
      "default": false, 
      "description": "Exclude queries to GSLB services that are operationally down from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude gs down as error", 
      "type": "boolean"
    }, 
    "exclude_http_error_codes": {
      "description": "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.", 
      "items": {
        "type": "integer"
      }, 
      "required": false, 
      "title": "Exclude http error codes", 
      "type": "array"
    }, 
    "exclude_invalid_dns_domain_as_error": {
      "default": false, 
      "description": "Exclude dns queries to domains outside the domains configured in the DNS application profile from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude invalid dns domain as error", 
      "type": "boolean"
    }, 
    "exclude_invalid_dns_query_as_error": {
      "default": false, 
      "description": "Exclude invalid dns queries from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude invalid dns query as error", 
      "type": "boolean"
    }, 
    "exclude_issuer_revoked_ocsp_responses_as_error": {
      "default": true, 
      "description": "Exclude the Issuer-Revoked OCSP Responses from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Exclude issuer revoked ocsp responses as error", 
      "type": "boolean"
    }, 
    "exclude_no_dns_record_as_error": {
      "default": false, 
      "description": "Exclude queries to domains that did not have configured services/records from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude no dns record as error", 
      "type": "boolean"
    }, 
    "exclude_no_valid_gs_member_as_error": {
      "default": false, 
      "description": "Exclude queries to GSLB services that have no available members from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude no valid gs member as error", 
      "type": "boolean"
    }, 
    "exclude_persistence_change_as_error": {
      "default": false, 
      "description": "Exclude persistence server changed while load balancing' from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude persistence change as error", 
      "type": "boolean"
    }, 
    "exclude_revoked_ocsp_responses_as_error": {
      "default": true, 
      "description": "Exclude the Revoked OCSP certificate status responses from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Exclude revoked ocsp responses as error", 
      "type": "boolean"
    }, 
    "exclude_server_dns_error_as_error": {
      "default": false, 
      "description": "Exclude server dns error response from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude server dns error as error", 
      "type": "boolean"
    }, 
    "exclude_server_tcp_reset_as_error": {
      "default": false, 
      "description": "Exclude server TCP reset from errors. It is common for applications like MS Exchange. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude server tcp reset as error", 
      "type": "boolean"
    }, 
    "exclude_sip_error_codes": {
      "description": "List of SIP status codes to be excluded from being classified as an error.", 
      "items": {
        "type": "integer"
      }, 
      "required": false, 
      "title": "Exclude sip error codes", 
      "type": "array"
    }, 
    "exclude_stale_ocsp_responses_as_error": {
      "default": true, 
      "description": "Exclude the Stale OCSP certificate status responses from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Exclude stale ocsp responses as error", 
      "type": "boolean"
    }, 
    "exclude_syn_retransmit_as_error": {
      "default": false, 
      "description": "Exclude 'server unanswered syns' from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude syn retransmit as error", 
      "type": "boolean"
    }, 
    "exclude_tcp_reset_as_error": {
      "default": false, 
      "description": "Exclude TCP resets by client from the list of potential errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude tcp reset as error", 
      "type": "boolean"
    }, 
    "exclude_unavailable_ocsp_responses_as_error": {
      "default": true, 
      "description": "Exclude the unavailable OCSP Responses from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Exclude unavailable ocsp responses as error", 
      "type": "boolean"
    }, 
    "exclude_unsupported_dns_query_as_error": {
      "default": false, 
      "description": "Exclude unsupported dns queries from the list of errors. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Exclude unsupported dns query as error", 
      "type": "boolean"
    }, 
    "healthscore_max_server_limit": {
      "default": 20, 
      "description": "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'. Default value when not specified in API or module is interpreted by ALB Controller as 20.", 
      "maximum": 5000, 
      "minimum": 0, 
      "required": false, 
      "title": "Healthscore max server limit", 
      "type": "integer"
    }, 
    "hs_event_throttle_window": {
      "default": 1209600, 
      "description": "Time window (in secs) within which only unique health change events should occur. Default value when not specified in API or module is interpreted by ALB Controller as 1209600.", 
      "required": false, 
      "title": "Hs event throttle window", 
      "type": "integer"
    }, 
    "hs_max_anomaly_penalty": {
      "default": 10, 
      "description": "Maximum penalty that may be deducted from health score for anomalies. Allowed values are 0-100. Default value when not specified in API or module is interpreted by ALB Controller as 10.", 
      "maximum": 100, 
      "minimum": 0, 
      "required": false, 
      "title": "Hs max anomaly penalty", 
      "type": "integer"
    }, 
    "hs_max_resources_penalty": {
      "default": 25, 
      "description": "Maximum penalty that may be deducted from health score for high resource utilization. Allowed values are 0-100. Default value when not specified in API or module is interpreted by ALB Controller as 25.", 
      "maximum": 100, 
      "minimum": 0, 
      "required": false, 
      "title": "Hs max resources penalty", 
      "type": "integer"
    }, 
    "hs_max_security_penalty": {
      "default": 100, 
      "description": "Maximum penalty that may be deducted from health score based on security assessment. Allowed values are 0-100. Default value when not specified in API or module is interpreted by ALB Controller as 100.", 
      "maximum": 100, 
      "minimum": 0, 
      "required": false, 
      "title": "Hs max security penalty", 
      "type": "integer"
    }, 
    "hs_min_dos_rate": {
      "default": 1000, 
      "description": "DoS connection rate below which the DoS security assessment will not kick in. Default value when not specified in API or module is interpreted by ALB Controller as 1000.", 
      "required": false, 
      "title": "Hs min dos rate", 
      "type": "integer"
    }, 
    "hs_performance_boost": {
      "default": 0, 
      "description": "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. Default value when not specified in API or module is interpreted by ALB Controller as 0.", 
      "maximum": 100, 
      "minimum": 0, 
      "required": false, 
      "title": "Hs performance boost", 
      "type": "integer"
    }, 
    "hs_pscore_traffic_threshold_l4_client": {
      "default": 10.0, 
      "description": "Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Default value when not specified in API or module is interpreted by ALB Controller as 10.0.", 
      "required": false, 
      "title": "Hs pscore traffic threshold l4 client", 
      "type": "number"
    }, 
    "hs_pscore_traffic_threshold_l4_server": {
      "default": 10.0, 
      "description": "Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. Default value when not specified in API or module is interpreted by ALB Controller as 10.0.", 
      "required": false, 
      "title": "Hs pscore traffic threshold l4 server", 
      "type": "number"
    }, 
    "hs_security_certscore_expired": {
      "default": 0.0, 
      "description": "Score assigned when the certificate has expired. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 0.0.", 
      "required": false, 
      "title": "Hs security certscore expired", 
      "type": "number"
    }, 
    "hs_security_certscore_gt30d": {
      "default": 5.0, 
      "description": "Score assigned when the certificate expires in more than 30 days. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 5.0.", 
      "required": false, 
      "title": "Hs security certscore gt30d", 
      "type": "number"
    }, 
    "hs_security_certscore_le07d": {
      "default": 2.0, 
      "description": "Score assigned when the certificate expires in less than or equal to 7 days. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 2.0.", 
      "required": false, 
      "title": "Hs security certscore le07d", 
      "type": "number"
    }, 
    "hs_security_certscore_le30d": {
      "default": 4.0, 
      "description": "Score assigned when the certificate expires in less than or equal to 30 days. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 4.0.", 
      "required": false, 
      "title": "Hs security certscore le30d", 
      "type": "number"
    }, 
    "hs_security_chain_invalidity_penalty": {
      "default": 1.0, 
      "description": "Penalty for allowing certificates with invalid chain. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 1.0.", 
      "required": false, 
      "title": "Hs security chain invalidity penalty", 
      "type": "number"
    }, 
    "hs_security_cipherscore_eq000b": {
      "default": 0.0, 
      "description": "Score assigned when the minimum cipher strength is 0 bits. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 0.0.", 
      "required": false, 
      "title": "Hs security cipherscore eq000b", 
      "type": "number"
    }, 
    "hs_security_cipherscore_ge128b": {
      "default": 5.0, 
      "description": "Score assigned when the minimum cipher strength is greater than equal to 128 bits. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 5.0.", 
      "required": false, 
      "title": "Hs security cipherscore ge128b", 
      "type": "number"
    }, 
    "hs_security_cipherscore_lt128b": {
      "default": 3.5, 
      "description": "Score assigned when the minimum cipher strength is less than 128 bits. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 3.5.", 
      "required": false, 
      "title": "Hs security cipherscore lt128b", 
      "type": "number"
    }, 
    "hs_security_encalgo_score_none": {
      "default": 0.0, 
      "description": "Score assigned when no algorithm is used for encryption. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 0.0.", 
      "required": false, 
      "title": "Hs security encalgo score none", 
      "type": "number"
    }, 
    "hs_security_encalgo_score_rc4": {
      "default": 2.5, 
      "description": "Score assigned when RC4 algorithm is used for encryption. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 2.5.", 
      "required": false, 
      "title": "Hs security encalgo score rc4", 
      "type": "number"
    }, 
    "hs_security_hsts_penalty": {
      "default": 1.0, 
      "description": "Penalty for not enabling HSTS. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 1.0.", 
      "required": false, 
      "title": "Hs security hsts penalty", 
      "type": "number"
    }, 
    "hs_security_nonpfs_penalty": {
      "default": 1.0, 
      "description": "Penalty for allowing non-PFS handshakes. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 1.0.", 
      "required": false, 
      "title": "Hs security nonpfs penalty", 
      "type": "number"
    }, 
    "hs_security_ocsp_revoked_score": {
      "default": 0.0, 
      "description": "Score assigned when OCSP Certificate Status is set to Revoked or Issuer Revoked. Allowed values are 0.0-5.0. Default value when not specified in API or module is interpreted by ALB Controller as 0.0.", 
      "required": false, 
      "title": "Hs security ocsp revoked score", 
      "type": "number"
    }, 
    "hs_security_selfsignedcert_penalty": {
      "default": 1.0, 
      "description": "Deprecated. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 1.0.", 
      "required": false, 
      "title": "Hs security selfsignedcert penalty", 
      "type": "number"
    }, 
    "hs_security_ssl30_score": {
      "default": 3.5, 
      "description": "Score assigned when supporting SSL3.0 encryption protocol. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 3.5.", 
      "required": false, 
      "title": "Hs security ssl30 score", 
      "type": "number"
    }, 
    "hs_security_tls10_score": {
      "default": 5.0, 
      "description": "Score assigned when supporting TLS1.0 encryption protocol. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 5.0.", 
      "required": false, 
      "title": "Hs security tls10 score", 
      "type": "number"
    }, 
    "hs_security_tls11_score": {
      "default": 5.0, 
      "description": "Score assigned when supporting TLS1.1 encryption protocol. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 5.0.", 
      "required": false, 
      "title": "Hs security tls11 score", 
      "type": "number"
    }, 
    "hs_security_tls12_score": {
      "default": 5.0, 
      "description": "Score assigned when supporting TLS1.2 encryption protocol. Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 5.0.", 
      "required": false, 
      "title": "Hs security tls12 score", 
      "type": "number"
    }, 
    "hs_security_tls13_score": {
      "description": "Score assigned when supporting TLS1.3 encryption protocol. Allowed values are 0-5.", 
      "required": false, 
      "title": "Hs security tls13 score", 
      "type": "number"
    }, 
    "hs_security_weak_signature_algo_penalty": {
      "default": 1.0, 
      "description": "Penalty for allowing weak signature algorithm(s). Allowed values are 0-5. Default value when not specified in API or module is interpreted by ALB Controller as 1.0.", 
      "required": false, 
      "title": "Hs security weak signature algo penalty", 
      "type": "number"
    }, 
    "id": {
      "can_sort": true, 
      "title": "Unique identifier of this resource", 
      "type": "string"
    }, 
    "marked_for_delete": {
      "default": false, 
      "description": "Intent objects are not directly deleted from the system when a delete is invoked on them. They are marked for deletion and only when all the realized entities for that intent object gets deleted, the intent object is deleted. Objects that are marked for deletion are not returned in GET call. One can use the search API to get these objects.", 
      "readonly": true, 
      "required": false, 
      "title": "Indicates whether the intent object is marked for deletion", 
      "type": "boolean"
    }, 
    "ondemand_metrics_idle_timeout": {
      "default": 1800, 
      "description": "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. Unit is SECONDS. Default value when not specified in API or module is interpreted by ALB Controller as 1800.", 
      "required": false, 
      "title": "Ondemand metrics idle timeout", 
      "type": "integer"
    }, 
    "overridden": {
      "default": false, 
      "description": "Global intent objects cannot be modified by the user. However, certain global intent objects can be overridden locally by use of this property. In such cases, the overridden local values take precedence over the globally defined values for the properties.", 
      "readonly": true, 
      "required": false, 
      "title": "Indicates whether this object is the overridden intent object", 
      "type": "boolean"
    }, 
    "parent_path": {
      "description": "Path of its parent", 
      "readonly": true, 
      "required": false, 
      "title": "Path of its parent", 
      "type": "string"
    }, 
    "path": {
      "description": "Absolute path of this object", 
      "readonly": true, 
      "required": false, 
      "title": "Absolute path of this object", 
      "type": "string"
    }, 
    "ranges": {
      "description": "List of HTTP status code ranges to be excluded from being classified as an error.", 
      "items": {
        "$ref": "ALBHTTPStatusRange
      }, 
      "required": false, 
      "title": "Ranges", 
      "type": "array"
    }, 
    "relative_path": {
      "description": "Path relative from its parent", 
      "readonly": true, 
      "required": false, 
      "title": "Relative path of this object", 
      "type": "string"
    }, 
    "resource_type": {
      "description": "The type of this resource.", 
      "readonly": false, 
      "type": "string"
    }, 
    "resp_code_block": {
      "description": "Block of HTTP response codes to be excluded from being classified as an error. Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX.", 
      "items": {
        "$ref": "ALBAnalyticsProfileRespCodeBlock
      }, 
      "required": false, 
      "title": "Resp code block", 
      "type": "array"
    }, 
    "sensitive_log_profile": {
      "$ref": "ALBSensitiveLogProfile, 
      "description": "Rules applied to the HTTP application log for filtering sensitive information.", 
      "required": false, 
      "title": "Sensitive log profile"
    }, 
    "sip_log_depth": {
      "default": 20, 
      "description": "Maximum number of SIP messages added in logs for a SIP transaction. By default, this value is 20. Allowed values are 1-1000. Default value when not specified in API or module is interpreted by ALB Controller as 20.", 
      "maximum": 1000, 
      "minimum": 1, 
      "required": false, 
      "title": "Sip log depth", 
      "type": "integer"
    }, 
    "tags": {
      "items": {
        "$ref": "Tag
      }, 
      "maxItems": 30, 
      "title": "Opaque identifiers meaningful to the API user", 
      "type": "array"
    }, 
    "unique_id": {
      "description": "This is a UUID generated by the GM/LM to uniquely identify entites in a federated environment. For entities that are stretched across multiple sites, the same ID will be used on all the stretched sites.", 
      "readonly": true, 
      "required": false, 
      "title": "A unique identifier assigned by the system", 
      "type": "string"
    }
  }, 
  "title": "AnalyticsProfile", 
  "type": "object"
}