addAzureApplicationInsights
The addAzureApplicationInsights operation handles configuration related to AzureApplicationInsights model.
Data Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
name | True | string | Field level constraints: cannot be null, cannot be blank or empty, length must be between 0 and 128 (inclusive). (Note: Additional constraints might exist) |
|||
description | False | string | Field level constraints: length must be between 0 and 200 (inclusive). (Note: Additional constraints might exist) |
|||
instrumentationKey | False | string | A String that represents the key used on the backend to correlate to the correct customer instance of Azure application insights | |||
region | False | string | An ENUM value that represents Azure region into which this traffic is destined. | |||
customURL | False | string | A String object that indicates the URL. Applicable only for the CUSTOM Region value. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Example
- name: Execute 'addAzureApplicationInsights' operation
ftd_configuration:
operation: "addAzureApplicationInsights"
data:
name: "{{ name }}"
description: "{{ description }}"
instrumentationKey: "{{ instrumentation_key }}"
region: "{{ region }}"
customURL: "{{ custom_url }}"
type: "{{ type }}"