ApplicationInsightsPolicy

ApplicationInsightsPolicy
ApplicationInsightsPolicy
JSON Example
{
    "_last_modified": "string",
    "application_insights_params": {
        "enable_learn_from_bots": false,
        "enable_per_uri_learning": false,
        "learn_from_authenticated_clients_only": false,
        "learn_from_bots": {
            "classifications": [
                {
                    "type": "string",
                    "user_defined_type": "string"
                }
            ],
            "match_operation": "string"
        },
        "learn_from_urls_without_args": false,
        "max_params": 0,
        "max_uris": 0,
        "trusted_ipgroup_ref": "string"
    },
    "application_sampling_config": {
        "max_sampling_percent": 0,
        "min_update_interval": 0
    },
    "description": "string",
    "enable_application_insights": false,
    "name": "string",
    "tenant_ref": "string",
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

application_insights_params
Optional

application_insights_params

application_sampling_config
Optional

application_sampling_config

string
description
Optional

Details of the Application Insights Configuration. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
enable_application_insights
Optional

Enable Application Insights, formerly called learning for this virtual service. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
name
Required

The name of the Application Insights Configuration. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
tenant_ref
Optional

Details of the Tenant for the Application Insights Configuration. It is a reference to an object of type Tenant. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
url
Optional

url

string
uuid
Optional

UUID of the Application Insights Configuration. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.