@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 3.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/fast_acl.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/resources/advertise_policy.md +10 -10
- package/dist/docs/resources/alert_policy.md +9 -9
- package/dist/docs/resources/alert_receiver.md +4 -4
- package/dist/docs/resources/api_definition.md +2 -2
- package/dist/docs/resources/api_testing.md +6 -6
- package/dist/docs/resources/apm.md +8 -8
- package/dist/docs/resources/app_firewall.md +19 -19
- package/dist/docs/resources/app_setting.md +5 -5
- package/dist/docs/resources/app_type.md +3 -3
- package/dist/docs/resources/aws_tgw_site.md +50 -50
- package/dist/docs/resources/aws_vpc_site.md +66 -66
- package/dist/docs/resources/azure_vnet_site.md +93 -93
- package/dist/docs/resources/bgp.md +205 -37
- package/dist/docs/resources/bgp_routing_policy.md +7 -7
- package/dist/docs/resources/cdn_cache_rule.md +2 -2
- package/dist/docs/resources/cdn_loadbalancer.md +122 -122
- package/dist/docs/resources/cloud_connect.md +2 -2
- package/dist/docs/resources/cloud_credentials.md +2 -2
- package/dist/docs/resources/cloud_link.md +3 -3
- package/dist/docs/resources/cluster.md +18 -18
- package/dist/docs/resources/dc_cluster_group.md +4 -4
- package/dist/docs/resources/discovery.md +259 -8
- package/dist/docs/resources/dns_domain.md +2 -2
- package/dist/docs/resources/endpoint.md +5 -5
- package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
- package/dist/docs/resources/external_connector.md +7 -7
- package/dist/docs/resources/fast_acl.md +166 -60
- package/dist/docs/resources/fast_acl_rule.md +2 -2
- package/dist/docs/resources/fleet.md +25 -25
- package/dist/docs/resources/forward_proxy_policy.md +15 -15
- package/dist/docs/resources/forwarding_class.md +5 -5
- package/dist/docs/resources/gcp_vpc_site.md +37 -37
- package/dist/docs/resources/global_log_receiver.md +104 -104
- package/dist/docs/resources/healthcheck.md +2 -2
- package/dist/docs/resources/http_loadbalancer.md +287 -287
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/malicious_user_mitigation.md +6 -6
- package/dist/docs/resources/nat_policy.md +10 -10
- package/dist/docs/resources/network_connector.md +9 -9
- package/dist/docs/resources/network_firewall.md +3 -3
- package/dist/docs/resources/network_interface.md +28 -28
- package/dist/docs/resources/network_policy.md +217 -38
- package/dist/docs/resources/network_policy_view.md +16 -16
- package/dist/docs/resources/nfv_service.md +26 -26
- package/dist/docs/resources/origin_pool.md +48 -48
- package/dist/docs/resources/policy_based_routing.md +8 -8
- package/dist/docs/resources/protocol_inspection.md +4 -4
- package/dist/docs/resources/proxy.md +23 -23
- package/dist/docs/resources/rate_limiter.md +1 -1
- package/dist/docs/resources/rate_limiter_policy.md +8 -8
- package/dist/docs/resources/route.md +36 -36
- package/dist/docs/resources/secret_management_access.md +8 -8
- package/dist/docs/resources/securemesh_site.md +258 -1619
- package/dist/docs/resources/segment.md +4 -4
- package/dist/docs/resources/service_policy.md +44 -44
- package/dist/docs/resources/service_policy_rule.md +37 -37
- package/dist/docs/resources/site.md +244 -322
- package/dist/docs/resources/site_mesh_group.md +8 -8
- package/dist/docs/resources/subnet.md +5 -5
- package/dist/docs/resources/tcp_loadbalancer.md +37 -37
- package/dist/docs/resources/tunnel.md +4 -4
- package/dist/docs/resources/udp_loadbalancer.md +9 -9
- package/dist/docs/resources/user_identification.md +10 -10
- package/dist/docs/resources/virtual_host.md +42 -42
- package/dist/docs/resources/virtual_network.md +4 -4
- package/dist/docs/resources/voltstack_site.md +59 -59
- package/dist/docs/resources/waf_exclusion_policy.md +5 -5
- package/dist/docs/resources/workload.md +24 -24
- package/dist/metadata/resource-metadata.json +394 -948
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_bgp Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Networking"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages a BGP resource in F5 Distributed Cloud for bgp
|
|
5
|
+
Manages a BGP resource in F5 Distributed Cloud for bgp object is the configuration for peering with external bgp servers. it is created by users in system namespace. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_bgp (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages a BGP resource in F5 Distributed Cloud for bgp
|
|
10
|
+
Manages a BGP resource in F5 Distributed Cloud for bgp object is the configuration for peering with external bgp servers. it is created by users in system namespace. configuration.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_discovery Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Applications"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_discovery (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_fast_acl Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Security"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages object, object contains rules to protect site from denial of service It has destination{destination IP, destination port) and references to. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_fast_acl (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages object, object contains rules to protect site from denial of service It has destination{destination IP, destination port) and references to. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_log_receiver Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Monitoring"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages new
|
|
5
|
+
Manages new Log Receiver object. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_log_receiver (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages new
|
|
10
|
+
Manages new Log Receiver object. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_network_policy Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Security"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages network policy
|
|
5
|
+
Manages new network policy with configured parameters in specified namespace. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_network_policy (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages network policy
|
|
10
|
+
Manages new network policy with configured parameters in specified namespace. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_site Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Uncategorized"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages a Site resource in F5 Distributed Cloud for
|
|
5
|
+
Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_site (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages a Site resource in F5 Distributed Cloud for
|
|
10
|
+
Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -40,7 +40,7 @@ resource "f5xc_advertise_policy" "example" {
|
|
|
40
40
|
tls_parameters {
|
|
41
41
|
# Configure tls_parameters settings
|
|
42
42
|
}
|
|
43
|
-
#
|
|
43
|
+
# Enable this option
|
|
44
44
|
client_certificate_optional {
|
|
45
45
|
# Configure client_certificate_optional settings
|
|
46
46
|
}
|
|
@@ -122,13 +122,13 @@ A [`timeouts`](#timeouts) block supports the following:
|
|
|
122
122
|
|
|
123
123
|
A [`tls_parameters`](#tls-parameters) block supports the following:
|
|
124
124
|
|
|
125
|
-
<a id="optional-56d793"></a>• [`client_certificate_optional`](#optional-56d793) - Optional Block<br>
|
|
125
|
+
<a id="optional-56d793"></a>• [`client_certificate_optional`](#optional-56d793) - Optional Block<br>Enable this option
|
|
126
126
|
|
|
127
|
-
<a id="required-544cf5"></a>• [`client_certificate_required`](#required-544cf5) - Optional Block<br>
|
|
127
|
+
<a id="required-544cf5"></a>• [`client_certificate_required`](#required-544cf5) - Optional Block<br>Enable this option
|
|
128
128
|
|
|
129
129
|
<a id="tls-parameters-common-params"></a>• [`common_params`](#tls-parameters-common-params) - Optional Block<br>Information of different aspects for TLS authentication related to ciphers, certificates and trust store<br>See [Common Params](#tls-parameters-common-params) below.
|
|
130
130
|
|
|
131
|
-
<a id="tls-parameters-no-client-certificate"></a>• [`no_client_certificate`](#tls-parameters-no-client-certificate) - Optional Block<br>
|
|
131
|
+
<a id="tls-parameters-no-client-certificate"></a>• [`no_client_certificate`](#tls-parameters-no-client-certificate) - Optional Block<br>Enable this option
|
|
132
132
|
|
|
133
133
|
<a id="tls-parameters-xfcc-header-elements"></a>• [`xfcc_header_elements`](#tls-parameters-xfcc-header-elements) - Optional List Defaults to `XFCC_NONE`<br>Possible values are `XFCC_NONE`, `XFCC_CERT`, `XFCC_CHAIN`, `XFCC_SUBJECT`, `XFCC_URI`, `XFCC_DNS`<br>[Enum: XFCC_NONE|XFCC_CERT|XFCC_CHAIN|XFCC_SUBJECT|XFCC_URI|XFCC_DNS] X-Forwarded-Client-Cert header elements to be set in an mTLS enabled connections. If none are defined, the header will not be added
|
|
134
134
|
|
|
@@ -156,11 +156,11 @@ A [`tls_certificates`](#certificates-c9caff) block (within [`tls_parameters.comm
|
|
|
156
156
|
|
|
157
157
|
<a id="spec-5af02c"></a>• [`description_spec`](#spec-5af02c) - Optional String<br>Description. Description for the certificate
|
|
158
158
|
|
|
159
|
-
<a id="stapling-c091fa"></a>• [`disable_ocsp_stapling`](#stapling-c091fa) - Optional Block<br>
|
|
159
|
+
<a id="stapling-c091fa"></a>• [`disable_ocsp_stapling`](#stapling-c091fa) - Optional Block<br>Enable this option
|
|
160
160
|
|
|
161
161
|
<a id="key-da7979"></a>• [`private_key`](#key-da7979) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Private Key](#key-da7979) below.
|
|
162
162
|
|
|
163
|
-
<a id="defaults-f58bc7"></a>• [`use_system_defaults`](#defaults-f58bc7) - Optional Block<br>
|
|
163
|
+
<a id="defaults-f58bc7"></a>• [`use_system_defaults`](#defaults-f58bc7) - Optional Block<br>Enable this option
|
|
164
164
|
|
|
165
165
|
#### TLS Parameters Common Params TLS Certificates Custom Hash Algorithms
|
|
166
166
|
|
|
@@ -212,9 +212,9 @@ A [`where`](#where) block supports the following:
|
|
|
212
212
|
|
|
213
213
|
A [`site`](#where-site) block (within [`where`](#where)) supports the following:
|
|
214
214
|
|
|
215
|
-
<a id="where-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-site-disable-internet-vip) - Optional Block<br>
|
|
215
|
+
<a id="where-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-site-disable-internet-vip) - Optional Block<br>Enable this option
|
|
216
216
|
|
|
217
|
-
<a id="where-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-site-enable-internet-vip) - Optional Block<br>
|
|
217
|
+
<a id="where-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-site-enable-internet-vip) - Optional Block<br>Enable this option
|
|
218
218
|
|
|
219
219
|
<a id="where-site-network-type"></a>• [`network_type`](#where-site-network-type) - Optional String Defaults to `VIRTUAL_NETWORK_SITE_LOCAL`<br>Possible values are `VIRTUAL_NETWORK_SITE_LOCAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE`, `VIRTUAL_NETWORK_PER_SITE`, `VIRTUAL_NETWORK_PUBLIC`, `VIRTUAL_NETWORK_GLOBAL`, `VIRTUAL_NETWORK_SITE_SERVICE`, `VIRTUAL_NETWORK_VER_INTERNAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE`, `VIRTUAL_NETWORK_IP_AUTO`, `VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK`, `VIRTUAL_NETWORK_SRV6_NETWORK`, `VIRTUAL_NETWORK_IP_FABRIC`, `VIRTUAL_NETWORK_SEGMENT`<br>[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to
|
|
220
220
|
|
|
@@ -258,9 +258,9 @@ A [`ref`](#where-virtual-network-ref) block (within [`where.virtual_network`](#w
|
|
|
258
258
|
|
|
259
259
|
A [`virtual_site`](#where-virtual-site) block (within [`where`](#where)) supports the following:
|
|
260
260
|
|
|
261
|
-
<a id="where-virtual-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-virtual-site-disable-internet-vip) - Optional Block<br>
|
|
261
|
+
<a id="where-virtual-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-virtual-site-disable-internet-vip) - Optional Block<br>Enable this option
|
|
262
262
|
|
|
263
|
-
<a id="where-virtual-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-virtual-site-enable-internet-vip) - Optional Block<br>
|
|
263
|
+
<a id="where-virtual-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-virtual-site-enable-internet-vip) - Optional Block<br>Enable this option
|
|
264
264
|
|
|
265
265
|
<a id="where-virtual-site-network-type"></a>• [`network_type`](#where-virtual-site-network-type) - Optional String Defaults to `VIRTUAL_NETWORK_SITE_LOCAL`<br>Possible values are `VIRTUAL_NETWORK_SITE_LOCAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE`, `VIRTUAL_NETWORK_PER_SITE`, `VIRTUAL_NETWORK_PUBLIC`, `VIRTUAL_NETWORK_GLOBAL`, `VIRTUAL_NETWORK_SITE_SERVICE`, `VIRTUAL_NETWORK_VER_INTERNAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE`, `VIRTUAL_NETWORK_IP_AUTO`, `VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK`, `VIRTUAL_NETWORK_SRV6_NETWORK`, `VIRTUAL_NETWORK_IP_FABRIC`, `VIRTUAL_NETWORK_SEGMENT`<br>[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to
|
|
266
266
|
|
|
@@ -94,17 +94,17 @@ A [`notification_parameters`](#notification-parameters) block supports the follo
|
|
|
94
94
|
|
|
95
95
|
<a id="notification-parameters-custom"></a>• [`custom`](#notification-parameters-custom) - Optional Block<br>Specify list of custom labels to group/aggregate the alerts<br>See [Custom](#notification-parameters-custom) below.
|
|
96
96
|
|
|
97
|
-
<a id="notification-parameters-default"></a>• [`default`](#notification-parameters-default) - Optional Block<br>
|
|
97
|
+
<a id="notification-parameters-default"></a>• [`default`](#notification-parameters-default) - Optional Block<br>Enable this option
|
|
98
98
|
|
|
99
99
|
<a id="notification-parameters-group-interval"></a>• [`group_interval`](#notification-parameters-group-interval) - Optional String<br>Group Interval is used to specify how long to wait before sending a notification about new alerts that are added to the group for which an initial notification has already been sent. Format: [0-9]\[smhd], where s - seconds, m - minutes, h - hours, d - days If not specified, group_interval
|
|
100
100
|
|
|
101
101
|
<a id="notification-parameters-group-wait"></a>• [`group_wait`](#notification-parameters-group-wait) - Optional String<br>Time value used to specify how long to initially wait for an inhibiting alert to arrive or collect more alerts for the same group. Format: [0-9]\[smhd], where s - seconds, m - minutes, h - hours, d - days If not specified, group_wait defaults to '30s'
|
|
102
102
|
|
|
103
|
-
<a id="notification-parameters-individual"></a>• [`individual`](#notification-parameters-individual) - Optional Block<br>
|
|
103
|
+
<a id="notification-parameters-individual"></a>• [`individual`](#notification-parameters-individual) - Optional Block<br>Enable this option
|
|
104
104
|
|
|
105
105
|
<a id="notification-parameters-repeat-interval"></a>• [`repeat_interval`](#notification-parameters-repeat-interval) - Optional String<br>Repeat Interval is used to specify how long to wait before sending a notification again if it has already been sent successfully. Format: [0-9]\[smhd], where s - seconds, m - minutes, h - hours, d - days If not specified, group_interval defaults to '4h'
|
|
106
106
|
|
|
107
|
-
<a id="notification-parameters-ves-io-group"></a>• [`ves_io_group`](#notification-parameters-ves-io-group) - Optional Block<br>
|
|
107
|
+
<a id="notification-parameters-ves-io-group"></a>• [`ves_io_group`](#notification-parameters-ves-io-group) - Optional Block<br>Enable this option
|
|
108
108
|
|
|
109
109
|
#### Notification Parameters Custom
|
|
110
110
|
|
|
@@ -134,17 +134,17 @@ A [`routes`](#routes) block supports the following:
|
|
|
134
134
|
|
|
135
135
|
<a id="routes-alertname-regex"></a>• [`alertname_regex`](#routes-alertname-regex) - Optional String<br>Regular Expression match for the alertname
|
|
136
136
|
|
|
137
|
-
<a id="routes-any"></a>• [`any`](#routes-any) - Optional Block<br>
|
|
137
|
+
<a id="routes-any"></a>• [`any`](#routes-any) - Optional Block<br>Enable this option
|
|
138
138
|
|
|
139
139
|
<a id="routes-custom"></a>• [`custom`](#routes-custom) - Optional Block<br>Set of matchers an alert has to fulfill to match the route<br>See [Custom](#routes-custom) below.
|
|
140
140
|
|
|
141
|
-
<a id="routes-dont-send"></a>• [`dont_send`](#routes-dont-send) - Optional Block<br>
|
|
141
|
+
<a id="routes-dont-send"></a>• [`dont_send`](#routes-dont-send) - Optional Block<br>Enable this option
|
|
142
142
|
|
|
143
143
|
<a id="routes-group"></a>• [`group`](#routes-group) - Optional Block<br>Select one or more known group names to match the incoming alert<br>See [Group](#routes-group) below.
|
|
144
144
|
|
|
145
145
|
<a id="routes-notification-parameters"></a>• [`notification_parameters`](#routes-notification-parameters) - Optional Block<br>Set of notification parameters to decide how and when the alert notifications should be sent to the receivers<br>See [Notification Parameters](#routes-notification-parameters) below.
|
|
146
146
|
|
|
147
|
-
<a id="routes-send"></a>• [`send`](#routes-send) - Optional Block<br>
|
|
147
|
+
<a id="routes-send"></a>• [`send`](#routes-send) - Optional Block<br>Enable this option
|
|
148
148
|
|
|
149
149
|
<a id="routes-severity"></a>• [`severity`](#routes-severity) - Optional Block<br>Select one or more severity levels to match the incoming alert<br>See [Severity](#routes-severity) below.
|
|
150
150
|
|
|
@@ -196,17 +196,17 @@ A [`notification_parameters`](#routes-notification-parameters) block (within [`r
|
|
|
196
196
|
|
|
197
197
|
<a id="routes-notification-parameters-custom"></a>• [`custom`](#routes-notification-parameters-custom) - Optional Block<br>Specify list of custom labels to group/aggregate the alerts<br>See [Custom](#routes-notification-parameters-custom) below.
|
|
198
198
|
|
|
199
|
-
<a id="routes-notification-parameters-default"></a>• [`default`](#routes-notification-parameters-default) - Optional Block<br>
|
|
199
|
+
<a id="routes-notification-parameters-default"></a>• [`default`](#routes-notification-parameters-default) - Optional Block<br>Enable this option
|
|
200
200
|
|
|
201
201
|
<a id="interval-b0bcc1"></a>• [`group_interval`](#interval-b0bcc1) - Optional String<br>Group Interval is used to specify how long to wait before sending a notification about new alerts that are added to the group for which an initial notification has already been sent. Format: [0-9]\[smhd], where s - seconds, m - minutes, h - hours, d - days If not specified, group_interval
|
|
202
202
|
|
|
203
203
|
<a id="wait-34a75e"></a>• [`group_wait`](#wait-34a75e) - Optional String<br>Time value used to specify how long to initially wait for an inhibiting alert to arrive or collect more alerts for the same group. Format: [0-9]\[smhd], where s - seconds, m - minutes, h - hours, d - days If not specified, group_wait defaults to '30s'
|
|
204
204
|
|
|
205
|
-
<a id="individual-096c32"></a>• [`individual`](#individual-096c32) - Optional Block<br>
|
|
205
|
+
<a id="individual-096c32"></a>• [`individual`](#individual-096c32) - Optional Block<br>Enable this option
|
|
206
206
|
|
|
207
207
|
<a id="interval-4b248a"></a>• [`repeat_interval`](#interval-4b248a) - Optional String<br>Repeat Interval is used to specify how long to wait before sending a notification again if it has already been sent successfully. Format: [0-9]\[smhd], where s - seconds, m - minutes, h - hours, d - days If not specified, group_interval defaults to '4h'
|
|
208
208
|
|
|
209
|
-
<a id="group-12b5ad"></a>• [`ves_io_group`](#group-12b5ad) - Optional Block<br>
|
|
209
|
+
<a id="group-12b5ad"></a>• [`ves_io_group`](#group-12b5ad) - Optional Block<br>Enable this option
|
|
210
210
|
|
|
211
211
|
#### Routes Notification Parameters Custom
|
|
212
212
|
|
|
@@ -224,9 +224,9 @@ A [`http_config`](#webhook-http-config) block (within [`webhook`](#webhook)) sup
|
|
|
224
224
|
|
|
225
225
|
<a id="webhook-http-config-follow-redirects"></a>• [`follow_redirects`](#webhook-http-config-follow-redirects) - Optional Bool<br>Configure whether HTTP requests follow HTTP 3xx redirects
|
|
226
226
|
|
|
227
|
-
<a id="webhook-http-config-no-authorization"></a>• [`no_authorization`](#webhook-http-config-no-authorization) - Optional Block<br>
|
|
227
|
+
<a id="webhook-http-config-no-authorization"></a>• [`no_authorization`](#webhook-http-config-no-authorization) - Optional Block<br>Enable this option
|
|
228
228
|
|
|
229
|
-
<a id="webhook-http-config-no-tls"></a>• [`no_tls`](#webhook-http-config-no-tls) - Optional Block<br>
|
|
229
|
+
<a id="webhook-http-config-no-tls"></a>• [`no_tls`](#webhook-http-config-no-tls) - Optional Block<br>Enable this option
|
|
230
230
|
|
|
231
231
|
<a id="webhook-http-config-use-tls"></a>• [`use_tls`](#webhook-http-config-use-tls) - Optional Block<br>Configures the token request's TLS settings<br>See [Use TLS](#webhook-http-config-use-tls) below.
|
|
232
232
|
|
|
@@ -290,7 +290,7 @@ A [`client_cert_obj`](#webhook-http-config-client-cert-obj) block (within [`webh
|
|
|
290
290
|
|
|
291
291
|
An [`use_tls`](#webhook-http-config-use-tls) block (within [`webhook.http_config`](#webhook-http-config)) supports the following:
|
|
292
292
|
|
|
293
|
-
<a id="webhook-http-config-use-tls-disable-sni"></a>• [`disable_sni`](#webhook-http-config-use-tls-disable-sni) - Optional Block<br>
|
|
293
|
+
<a id="webhook-http-config-use-tls-disable-sni"></a>• [`disable_sni`](#webhook-http-config-use-tls-disable-sni) - Optional Block<br>Enable this option
|
|
294
294
|
|
|
295
295
|
<a id="webhook-http-config-use-tls-max-version"></a>• [`max_version`](#webhook-http-config-use-tls-max-version) - Optional String Defaults to `TLS_AUTO`<br>Possible values are `TLS_AUTO`, `TLSv1_0`, `TLSv1_1`, `TLSv1_2`, `TLSv1_3`<br>[Enum: TLS_AUTO|TLSv1_0|TLSv1_1|TLSv1_2|TLSv1_3] TlsProtocol is enumeration of supported TLS versions F5 Distributed Cloud will choose the optimal TLS version
|
|
296
296
|
|
|
@@ -300,7 +300,7 @@ An [`use_tls`](#webhook-http-config-use-tls) block (within [`webhook.http_config
|
|
|
300
300
|
|
|
301
301
|
<a id="verification-b3e5f0"></a>• [`use_server_verification`](#verification-b3e5f0) - Optional Block<br>TLS Validation Context for Servers. Upstream TLS Validation Context<br>See [Use Server Verification](#verification-b3e5f0) below.
|
|
302
302
|
|
|
303
|
-
<a id="trusted-ca-138b8e"></a>• [`volterra_trusted_ca`](#trusted-ca-138b8e) - Optional Block<br>
|
|
303
|
+
<a id="trusted-ca-138b8e"></a>• [`volterra_trusted_ca`](#trusted-ca-138b8e) - Optional Block<br>Enable this option
|
|
304
304
|
|
|
305
305
|
#### Webhook HTTP Config Use TLS Use Server Verification
|
|
306
306
|
|
|
@@ -64,8 +64,8 @@ resource "f5xc_api_definition" "example" {
|
|
|
64
64
|
<a id="api-inventory-inclusion-list"></a>• [`api_inventory_inclusion_list`](#api-inventory-inclusion-list) - Optional Block<br>List of API Endpoints included in the API Inventory. Typically, discovered API endpoints are added to the API Inventory using this list<br>See [API Inventory Inclusion List](#api-inventory-inclusion-list) below for details.
|
|
65
65
|
|
|
66
66
|
-> **One of the following:**
|
|
67
|
-
• <a id="mixed-schema-origin"></a>[`mixed_schema_origin`](#mixed-schema-origin) - Optional Block<br>
|
|
68
|
-
<br><br>• <a id="strict-schema-origin"></a>[`strict_schema_origin`](#strict-schema-origin) - Optional Block<br>
|
|
67
|
+
• <a id="mixed-schema-origin"></a>[`mixed_schema_origin`](#mixed-schema-origin) - Optional Block<br>Enable this option
|
|
68
|
+
<br><br>• <a id="strict-schema-origin"></a>[`strict_schema_origin`](#strict-schema-origin) - Optional Block<br>Enable this option
|
|
69
69
|
|
|
70
70
|
<a id="non-api-endpoints"></a>• [`non_api_endpoints`](#non-api-endpoints) - Optional Block<br>API Discovery Exclusion List. List of Non-API Endpoints<br>See [Non API Endpoints](#non-api-endpoints) below for details.
|
|
71
71
|
|
|
@@ -40,7 +40,7 @@ resource "f5xc_api_testing" "example" {
|
|
|
40
40
|
credentials {
|
|
41
41
|
# Configure credentials settings
|
|
42
42
|
}
|
|
43
|
-
#
|
|
43
|
+
# Enable this option
|
|
44
44
|
admin {
|
|
45
45
|
# Configure admin settings
|
|
46
46
|
}
|
|
@@ -71,9 +71,9 @@ resource "f5xc_api_testing" "example" {
|
|
|
71
71
|
<a id="domains"></a>• [`domains`](#domains) - Optional Block<br>Add and configure testing domains and credentials<br>See [Domains](#domains) below for details.
|
|
72
72
|
|
|
73
73
|
-> **One of the following:**
|
|
74
|
-
• <a id="every-day"></a>[`every_day`](#every-day) - Optional Block<br>
|
|
75
|
-
<br><br>• <a id="every-month"></a>[`every_month`](#every-month) - Optional Block<br>
|
|
76
|
-
<br><br>• <a id="every-week"></a>[`every_week`](#every-week) - Optional Block<br>
|
|
74
|
+
• <a id="every-day"></a>[`every_day`](#every-day) - Optional Block<br>Enable this option
|
|
75
|
+
<br><br>• <a id="every-month"></a>[`every_month`](#every-month) - Optional Block<br>Enable this option
|
|
76
|
+
<br><br>• <a id="every-week"></a>[`every_week`](#every-week) - Optional Block<br>Enable this option
|
|
77
77
|
|
|
78
78
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
79
79
|
|
|
@@ -99,7 +99,7 @@ A [`domains`](#domains) block supports the following:
|
|
|
99
99
|
|
|
100
100
|
A [`credentials`](#domains-credentials) block (within [`domains`](#domains)) supports the following:
|
|
101
101
|
|
|
102
|
-
<a id="domains-credentials-admin"></a>• [`admin`](#domains-credentials-admin) - Optional Block<br>
|
|
102
|
+
<a id="domains-credentials-admin"></a>• [`admin`](#domains-credentials-admin) - Optional Block<br>Enable this option
|
|
103
103
|
|
|
104
104
|
<a id="domains-credentials-api-key"></a>• [`api_key`](#domains-credentials-api-key) - Optional Block<br>API Key<br>See [API Key](#domains-credentials-api-key) below.
|
|
105
105
|
|
|
@@ -111,7 +111,7 @@ A [`credentials`](#domains-credentials) block (within [`domains`](#domains)) sup
|
|
|
111
111
|
|
|
112
112
|
<a id="domains-credentials-login-endpoint"></a>• [`login_endpoint`](#domains-credentials-login-endpoint) - Optional Block<br>Login Endpoint<br>See [Login Endpoint](#domains-credentials-login-endpoint) below.
|
|
113
113
|
|
|
114
|
-
<a id="domains-credentials-standard"></a>• [`standard`](#domains-credentials-standard) - Optional Block<br>
|
|
114
|
+
<a id="domains-credentials-standard"></a>• [`standard`](#domains-credentials-standard) - Optional Block<br>Enable this option
|
|
115
115
|
|
|
116
116
|
#### Domains Credentials API Key
|
|
117
117
|
|
|
@@ -156,9 +156,9 @@ An [`apm_aws_site`](#aws-site-type-choice-apm-aws-site) block (within [`aws_site
|
|
|
156
156
|
|
|
157
157
|
A [`market_place_image`](#aws-site-type-choice-market-place-image) block (within [`aws_site_type_choice`](#aws-site-type-choice)) supports the following:
|
|
158
158
|
|
|
159
|
-
<a id="mbps-34ab41"></a>• [`best_plus_pay_g200_mbps`](#mbps-34ab41) - Optional Block<br>
|
|
159
|
+
<a id="mbps-34ab41"></a>• [`best_plus_pay_g200_mbps`](#mbps-34ab41) - Optional Block<br>Enable this option
|
|
160
160
|
|
|
161
|
-
<a id="1gbps-f0a9c0"></a>• [`best_plus_payg_1gbps`](#1gbps-f0a9c0) - Optional Block<br>
|
|
161
|
+
<a id="1gbps-f0a9c0"></a>• [`best_plus_payg_1gbps`](#1gbps-f0a9c0) - Optional Block<br>Enable this option
|
|
162
162
|
|
|
163
163
|
#### Baremetal Site Type Choice
|
|
164
164
|
|
|
@@ -228,7 +228,7 @@ A [`https_management`](#https-management) block supports the following:
|
|
|
228
228
|
|
|
229
229
|
<a id="https-management-advertise-on-internet"></a>• [`advertise_on_internet`](#https-management-advertise-on-internet) - Optional Block<br>Defines a way to advertise a load balancer on public. If optional public_ip is provided, it will only be advertised on RE sites where that public_ip is available<br>See [Advertise On Internet](#https-management-advertise-on-internet) below.
|
|
230
230
|
|
|
231
|
-
<a id="vip-00de2c"></a>• [`advertise_on_internet_default_vip`](#vip-00de2c) - Optional Block<br>
|
|
231
|
+
<a id="vip-00de2c"></a>• [`advertise_on_internet_default_vip`](#vip-00de2c) - Optional Block<br>Enable this option
|
|
232
232
|
|
|
233
233
|
<a id="https-management-advertise-on-sli-vip"></a>• [`advertise_on_sli_vip`](#https-management-advertise-on-sli-vip) - Optional Block<br>Inline TLS Parameters. Inline TLS parameters<br>See [Advertise On SLI VIP](#https-management-advertise-on-sli-vip) below.
|
|
234
234
|
|
|
@@ -238,7 +238,7 @@ A [`https_management`](#https-management) block supports the following:
|
|
|
238
238
|
|
|
239
239
|
<a id="https-management-advertise-on-slo-vip"></a>• [`advertise_on_slo_vip`](#https-management-advertise-on-slo-vip) - Optional Block<br>Inline TLS Parameters. Inline TLS parameters<br>See [Advertise On Slo VIP](#https-management-advertise-on-slo-vip) below.
|
|
240
240
|
|
|
241
|
-
<a id="https-management-default-https-port"></a>• [`default_https_port`](#https-management-default-https-port) - Optional Block<br>
|
|
241
|
+
<a id="https-management-default-https-port"></a>• [`default_https_port`](#https-management-default-https-port) - Optional Block<br>Enable this option
|
|
242
242
|
|
|
243
243
|
<a id="https-management-domain-suffix"></a>• [`domain_suffix`](#https-management-domain-suffix) - Optional String<br>Domain suffix will be used along with node name to form URL to access node management
|
|
244
244
|
|
|
@@ -264,7 +264,7 @@ A [`public_ip`](#public-ip-e501cc) block (within [`https_management.advertise_on
|
|
|
264
264
|
|
|
265
265
|
An [`advertise_on_sli_vip`](#https-management-advertise-on-sli-vip) block (within [`https_management`](#https-management)) supports the following:
|
|
266
266
|
|
|
267
|
-
<a id="mtls-1bd8e3"></a>• [`no_mtls`](#mtls-1bd8e3) - Optional Block<br>
|
|
267
|
+
<a id="mtls-1bd8e3"></a>• [`no_mtls`](#mtls-1bd8e3) - Optional Block<br>Enable this option
|
|
268
268
|
|
|
269
269
|
<a id="certificates-5355d7"></a>• [`tls_certificates`](#certificates-5355d7) - Optional Block<br>Users can add one or more certificates that share the same set of domains. For example, domain.com and \*.domain.com - but use different signature algorithms<br>See [TLS Certificates](#certificates-5355d7) below.
|
|
270
270
|
|
|
@@ -320,7 +320,7 @@ An [`advertise_on_sli_vip`](#https-management-advertise-on-sli-vip) block (withi
|
|
|
320
320
|
|
|
321
321
|
An [`advertise_on_slo_internet_vip`](#vip-6dd6e5) block (within [`https_management`](#https-management)) supports the following:
|
|
322
322
|
|
|
323
|
-
<a id="mtls-65c4ed"></a>• [`no_mtls`](#mtls-65c4ed) - Optional Block<br>
|
|
323
|
+
<a id="mtls-65c4ed"></a>• [`no_mtls`](#mtls-65c4ed) - Optional Block<br>Enable this option
|
|
324
324
|
|
|
325
325
|
<a id="certificates-748bff"></a>• [`tls_certificates`](#certificates-748bff) - Optional Block<br>Users can add one or more certificates that share the same set of domains. For example, domain.com and \*.domain.com - but use different signature algorithms<br>See [TLS Certificates](#certificates-748bff) below.
|
|
326
326
|
|
|
@@ -376,7 +376,7 @@ An [`advertise_on_slo_internet_vip`](#vip-6dd6e5) block (within [`https_manageme
|
|
|
376
376
|
|
|
377
377
|
An [`advertise_on_slo_sli`](#https-management-advertise-on-slo-sli) block (within [`https_management`](#https-management)) supports the following:
|
|
378
378
|
|
|
379
|
-
<a id="mtls-e2f684"></a>• [`no_mtls`](#mtls-e2f684) - Optional Block<br>
|
|
379
|
+
<a id="mtls-e2f684"></a>• [`no_mtls`](#mtls-e2f684) - Optional Block<br>Enable this option
|
|
380
380
|
|
|
381
381
|
<a id="certificates-b923c1"></a>• [`tls_certificates`](#certificates-b923c1) - Optional Block<br>Users can add one or more certificates that share the same set of domains. For example, domain.com and \*.domain.com - but use different signature algorithms<br>See [TLS Certificates](#certificates-b923c1) below.
|
|
382
382
|
|
|
@@ -432,7 +432,7 @@ An [`advertise_on_slo_sli`](#https-management-advertise-on-slo-sli) block (withi
|
|
|
432
432
|
|
|
433
433
|
An [`advertise_on_slo_vip`](#https-management-advertise-on-slo-vip) block (within [`https_management`](#https-management)) supports the following:
|
|
434
434
|
|
|
435
|
-
<a id="mtls-476751"></a>• [`no_mtls`](#mtls-476751) - Optional Block<br>
|
|
435
|
+
<a id="mtls-476751"></a>• [`no_mtls`](#mtls-476751) - Optional Block<br>Enable this option
|
|
436
436
|
|
|
437
437
|
<a id="certificates-49cf23"></a>• [`tls_certificates`](#certificates-49cf23) - Optional Block<br>Users can add one or more certificates that share the same set of domains. For example, domain.com and \*.domain.com - but use different signature algorithms<br>See [TLS Certificates](#certificates-49cf23) below.
|
|
438
438
|
|
|
@@ -78,15 +78,15 @@ resource "f5xc_app_firewall" "example" {
|
|
|
78
78
|
|
|
79
79
|
-> **One of the following:**
|
|
80
80
|
• <a id="ai-risk-based-blocking"></a>[`ai_risk_based_blocking`](#ai-risk-based-blocking) - Optional Block<br>All Attack Types, including high, medium, and low accuracy signatures, automatic Attack Signature tuning, Threat Campaigns, and all Violations will be enabled. AI and ML algorithms will assess request risk, and only high-risk requests will be blocked by default. This feature is in preview mode<br>See [Ai Risk Based Blocking](#ai-risk-based-blocking) below for details.
|
|
81
|
-
<br><br>• <a id="default-detection-settings"></a>[`default_detection_settings`](#default-detection-settings) - Optional Block<br>
|
|
81
|
+
<br><br>• <a id="default-detection-settings"></a>[`default_detection_settings`](#default-detection-settings) - Optional Block<br>Enable this option
|
|
82
82
|
|
|
83
83
|
-> **One of the following:**
|
|
84
|
-
• <a id="allow-all-response-codes"></a>[`allow_all_response_codes`](#allow-all-response-codes) - Optional Block<br>
|
|
84
|
+
• <a id="allow-all-response-codes"></a>[`allow_all_response_codes`](#allow-all-response-codes) - Optional Block<br>Enable this option
|
|
85
85
|
<br><br>• <a id="allowed-response-codes"></a>[`allowed_response_codes`](#allowed-response-codes) - Optional Block<br>List of HTTP response status codes that are allowed<br>See [Allowed Response Codes](#allowed-response-codes) below for details.
|
|
86
86
|
|
|
87
87
|
-> **One of the following:**
|
|
88
|
-
• <a id="blocking"></a>[`blocking`](#blocking) - Optional Block<br>
|
|
89
|
-
<br><br>• <a id="monitoring"></a>[`monitoring`](#monitoring) - Optional Block<br>
|
|
88
|
+
• <a id="blocking"></a>[`blocking`](#blocking) - Optional Block<br>Enable this option
|
|
89
|
+
<br><br>• <a id="monitoring"></a>[`monitoring`](#monitoring) - Optional Block<br>Enable this option
|
|
90
90
|
|
|
91
91
|
-> **One of the following:**
|
|
92
92
|
• <a id="blocking-page"></a>[`blocking_page`](#blocking-page) - Optional Block<br>Custom Blocking Response Page. Custom blocking response page body<br>See [Blocking Page](#blocking-page) below for details.
|
|
@@ -96,17 +96,17 @@ resource "f5xc_app_firewall" "example" {
|
|
|
96
96
|
|
|
97
97
|
-> **One of the following:**
|
|
98
98
|
• <a id="custom-anonymization"></a>[`custom_anonymization`](#custom-anonymization) - Optional Block<br>Anonymization settings which is a list of HTTP headers, parameters and cookies<br>See [Custom Anonymization](#custom-anonymization) below for details.
|
|
99
|
-
<br><br>• <a id="default-anonymization"></a>[`default_anonymization`](#default-anonymization) - Optional Block<br>
|
|
99
|
+
<br><br>• <a id="default-anonymization"></a>[`default_anonymization`](#default-anonymization) - Optional Block<br>Enable this option
|
|
100
100
|
|
|
101
|
-
<a id="default-bot-setting"></a>• [`default_bot_setting`](#default-bot-setting) - Optional Block<br>
|
|
101
|
+
<a id="default-bot-setting"></a>• [`default_bot_setting`](#default-bot-setting) - Optional Block<br>Enable this option
|
|
102
102
|
|
|
103
103
|
<a id="detection-settings"></a>• [`detection_settings`](#detection-settings) - Optional Block<br>Specifies detection settings to be used by WAF<br>See [Detection Settings](#detection-settings) below for details.
|
|
104
104
|
|
|
105
|
-
<a id="disable-anonymization"></a>• [`disable_anonymization`](#disable-anonymization) - Optional Block<br>
|
|
105
|
+
<a id="disable-anonymization"></a>• [`disable_anonymization`](#disable-anonymization) - Optional Block<br>Enable this option
|
|
106
106
|
|
|
107
107
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
108
108
|
|
|
109
|
-
<a id="use-default-blocking-page"></a>• [`use_default_blocking_page`](#use-default-blocking-page) - Optional Block<br>
|
|
109
|
+
<a id="use-default-blocking-page"></a>• [`use_default_blocking_page`](#use-default-blocking-page) - Optional Block<br>Enable this option
|
|
110
110
|
|
|
111
111
|
### Attributes Reference
|
|
112
112
|
|
|
@@ -190,19 +190,19 @@ A [`detection_settings`](#detection-settings) block supports the following:
|
|
|
190
190
|
|
|
191
191
|
<a id="setting-37e8d9"></a>• [`bot_protection_setting`](#setting-37e8d9) - Optional Block<br>Bot Protection. Configuration of WAF Bot Protection<br>See [Bot Protection Setting](#setting-37e8d9) below.
|
|
192
192
|
|
|
193
|
-
<a id="detection-settings-default-bot-setting"></a>• [`default_bot_setting`](#detection-settings-default-bot-setting) - Optional Block<br>
|
|
193
|
+
<a id="detection-settings-default-bot-setting"></a>• [`default_bot_setting`](#detection-settings-default-bot-setting) - Optional Block<br>Enable this option
|
|
194
194
|
|
|
195
|
-
<a id="settings-da3fa7"></a>• [`default_violation_settings`](#settings-da3fa7) - Optional Block<br>
|
|
195
|
+
<a id="settings-da3fa7"></a>• [`default_violation_settings`](#settings-da3fa7) - Optional Block<br>Enable this option
|
|
196
196
|
|
|
197
|
-
<a id="detection-settings-disable-staging"></a>• [`disable_staging`](#detection-settings-disable-staging) - Optional Block<br>
|
|
197
|
+
<a id="detection-settings-disable-staging"></a>• [`disable_staging`](#detection-settings-disable-staging) - Optional Block<br>Enable this option
|
|
198
198
|
|
|
199
|
-
<a id="detection-settings-disable-suppression"></a>• [`disable_suppression`](#detection-settings-disable-suppression) - Optional Block<br>
|
|
199
|
+
<a id="detection-settings-disable-suppression"></a>• [`disable_suppression`](#detection-settings-disable-suppression) - Optional Block<br>Enable this option
|
|
200
200
|
|
|
201
|
-
<a id="campaigns-7bf1af"></a>• [`disable_threat_campaigns`](#campaigns-7bf1af) - Optional Block<br>
|
|
201
|
+
<a id="campaigns-7bf1af"></a>• [`disable_threat_campaigns`](#campaigns-7bf1af) - Optional Block<br>Enable this option
|
|
202
202
|
|
|
203
|
-
<a id="detection-settings-enable-suppression"></a>• [`enable_suppression`](#detection-settings-enable-suppression) - Optional Block<br>
|
|
203
|
+
<a id="detection-settings-enable-suppression"></a>• [`enable_suppression`](#detection-settings-enable-suppression) - Optional Block<br>Enable this option
|
|
204
204
|
|
|
205
|
-
<a id="campaigns-16aa5e"></a>• [`enable_threat_campaigns`](#campaigns-16aa5e) - Optional Block<br>
|
|
205
|
+
<a id="campaigns-16aa5e"></a>• [`enable_threat_campaigns`](#campaigns-16aa5e) - Optional Block<br>Enable this option
|
|
206
206
|
|
|
207
207
|
<a id="setting-306450"></a>• [`signature_selection_setting`](#setting-306450) - Optional Block<br>Attack Signatures are patterns that identify attacks on a web application and its components<br>See [Signature Selection Setting](#setting-306450) below.
|
|
208
208
|
|
|
@@ -228,13 +228,13 @@ A [`signature_selection_setting`](#setting-306450) block (within [`detection_set
|
|
|
228
228
|
|
|
229
229
|
<a id="settings-72f64b"></a>• [`attack_type_settings`](#settings-72f64b) - Optional Block<br>Specifies attack-type settings to be used by WAF<br>See [Attack Type Settings](#settings-72f64b) below.
|
|
230
230
|
|
|
231
|
-
<a id="settings-067018"></a>• [`default_attack_type_settings`](#settings-067018) - Optional Block<br>
|
|
231
|
+
<a id="settings-067018"></a>• [`default_attack_type_settings`](#settings-067018) - Optional Block<br>Enable this option
|
|
232
232
|
|
|
233
|
-
<a id="signatures-38e545"></a>• [`high_medium_accuracy_signatures`](#signatures-38e545) - Optional Block<br>
|
|
233
|
+
<a id="signatures-38e545"></a>• [`high_medium_accuracy_signatures`](#signatures-38e545) - Optional Block<br>Enable this option
|
|
234
234
|
|
|
235
|
-
<a id="signatures-b902f3"></a>• [`high_medium_low_accuracy_signatures`](#signatures-b902f3) - Optional Block<br>
|
|
235
|
+
<a id="signatures-b902f3"></a>• [`high_medium_low_accuracy_signatures`](#signatures-b902f3) - Optional Block<br>Enable this option
|
|
236
236
|
|
|
237
|
-
<a id="signatures-a0c47d"></a>• [`only_high_accuracy_signatures`](#signatures-a0c47d) - Optional Block<br>
|
|
237
|
+
<a id="signatures-a0c47d"></a>• [`only_high_accuracy_signatures`](#signatures-a0c47d) - Optional Block<br>Enable this option
|
|
238
238
|
|
|
239
239
|
#### Detection Settings Signature Selection Setting Attack Type Settings
|
|
240
240
|
|
|
@@ -108,9 +108,9 @@ An [`app_type_ref`](#app-type-settings-app-type-ref) block (within [`app_type_se
|
|
|
108
108
|
|
|
109
109
|
A [`business_logic_markup_setting`](#setting-ebbad6) block (within [`app_type_settings`](#app-type-settings)) supports the following:
|
|
110
110
|
|
|
111
|
-
<a id="disable-d65146"></a>• [`disable`](#disable-d65146) - Optional Block<br>
|
|
111
|
+
<a id="disable-d65146"></a>• [`disable`](#disable-d65146) - Optional Block<br>Enable this option
|
|
112
112
|
|
|
113
|
-
<a id="enable-280dfb"></a>• [`enable`](#enable-280dfb) - Optional Block<br>
|
|
113
|
+
<a id="enable-280dfb"></a>• [`enable`](#enable-280dfb) - Optional Block<br>Enable this option
|
|
114
114
|
|
|
115
115
|
#### App Type Settings Timeseries Analyses Setting
|
|
116
116
|
|
|
@@ -126,13 +126,13 @@ A [`timeseries_analyses_setting`](#setting-7d0042) block (within [`app_type_sett
|
|
|
126
126
|
|
|
127
127
|
An [`user_behavior_analysis_setting`](#setting-2c7217) block (within [`app_type_settings`](#app-type-settings)) supports the following:
|
|
128
128
|
|
|
129
|
-
<a id="detection-dd4d64"></a>• [`disable_detection`](#detection-dd4d64) - Optional Block<br>
|
|
129
|
+
<a id="detection-dd4d64"></a>• [`disable_detection`](#detection-dd4d64) - Optional Block<br>Enable this option
|
|
130
130
|
|
|
131
|
-
<a id="learning-b549ee"></a>• [`disable_learning`](#learning-b549ee) - Optional Block<br>
|
|
131
|
+
<a id="learning-b549ee"></a>• [`disable_learning`](#learning-b549ee) - Optional Block<br>Enable this option
|
|
132
132
|
|
|
133
133
|
<a id="detection-4127d2"></a>• [`enable_detection`](#detection-4127d2) - Optional Block<br>Various factors about user activity are monitored and analysed to determine malicious users. These settings allow tuning those factors used by the system to detect malicious users<br>See [Enable Detection](#detection-4127d2) below.
|
|
134
134
|
|
|
135
|
-
<a id="learning-94d2dc"></a>• [`enable_learning`](#learning-94d2dc) - Optional Block<br>
|
|
135
|
+
<a id="learning-94d2dc"></a>• [`enable_learning`](#learning-94d2dc) - Optional Block<br>Enable this option
|
|
136
136
|
|
|
137
137
|
#### App Type Settings User Behavior Analysis Setting Enable Detection
|
|
138
138
|
|
|
@@ -36,7 +36,7 @@ resource "f5xc_app_type" "example" {
|
|
|
36
36
|
business_logic_markup_setting {
|
|
37
37
|
# Configure business_logic_markup_setting settings
|
|
38
38
|
}
|
|
39
|
-
#
|
|
39
|
+
# Enable this option
|
|
40
40
|
disable {
|
|
41
41
|
# Configure disable settings
|
|
42
42
|
}
|
|
@@ -84,11 +84,11 @@ In addition to all arguments above, the following attributes are exported:
|
|
|
84
84
|
|
|
85
85
|
A [`business_logic_markup_setting`](#business-logic-markup-setting) block supports the following:
|
|
86
86
|
|
|
87
|
-
<a id="business-logic-markup-setting-disable"></a>• [`disable`](#business-logic-markup-setting-disable) - Optional Block<br>
|
|
87
|
+
<a id="business-logic-markup-setting-disable"></a>• [`disable`](#business-logic-markup-setting-disable) - Optional Block<br>Enable this option
|
|
88
88
|
|
|
89
89
|
<a id="settings-c32a65"></a>• [`discovered_api_settings`](#settings-c32a65) - Optional Block<br>Discovered API Settings. Configure Discovered API Settings<br>See [Discovered API Settings](#settings-c32a65) below.
|
|
90
90
|
|
|
91
|
-
<a id="business-logic-markup-setting-enable"></a>• [`enable`](#business-logic-markup-setting-enable) - Optional Block<br>
|
|
91
|
+
<a id="business-logic-markup-setting-enable"></a>• [`enable`](#business-logic-markup-setting-enable) - Optional Block<br>Enable this option
|
|
92
92
|
|
|
93
93
|
#### Business Logic Markup Setting Discovered API Settings
|
|
94
94
|
|