@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.0
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/addon_service.md +143 -0
- package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
- package/dist/docs/data-sources/addon_subscription.md +134 -0
- package/dist/docs/data-sources/allowed_tenant.md +134 -0
- package/dist/docs/data-sources/api_credential.md +134 -0
- package/dist/docs/data-sources/bigip_irule.md +134 -0
- package/dist/docs/data-sources/child_tenant.md +134 -0
- package/dist/docs/data-sources/child_tenant_manager.md +134 -0
- package/dist/docs/data-sources/contact.md +134 -0
- package/dist/docs/data-sources/customer_support.md +134 -0
- package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
- package/dist/docs/data-sources/dns_lb_pool.md +134 -0
- package/dist/docs/data-sources/dns_load_balancer.md +134 -0
- package/dist/docs/data-sources/dns_zone.md +145 -0
- package/dist/docs/data-sources/geo_location_set.md +134 -0
- package/dist/docs/data-sources/ike1.md +134 -0
- package/dist/docs/data-sources/ike2.md +134 -0
- package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
- package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
- package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
- package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
- package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
- package/dist/docs/data-sources/k8s_cluster.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
- package/dist/docs/data-sources/managed_tenant.md +134 -0
- package/dist/docs/data-sources/namespace.md +141 -0
- package/dist/docs/data-sources/oidc_provider.md +134 -0
- package/dist/docs/data-sources/quota.md +134 -0
- package/dist/docs/data-sources/registration.md +134 -0
- package/dist/docs/data-sources/report_config.md +134 -0
- package/dist/docs/data-sources/role.md +134 -0
- package/dist/docs/data-sources/secret_policy.md +134 -0
- package/dist/docs/data-sources/secret_policy_rule.md +134 -0
- package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
- package/dist/docs/data-sources/srv6_network_slice.md +134 -0
- package/dist/docs/data-sources/tenant_profile.md +134 -0
- package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
- package/dist/docs/data-sources/token.md +134 -0
- package/dist/docs/data-sources/tpm_api_key.md +134 -0
- package/dist/docs/data-sources/tpm_category.md +134 -0
- package/dist/docs/data-sources/tpm_manager.md +134 -0
- package/dist/docs/data-sources/virtual_k8s.md +134 -0
- package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
- package/dist/docs/resources/addon_subscription.md +213 -0
- package/dist/docs/resources/allowed_tenant.md +181 -0
- package/dist/docs/resources/api_credential.md +184 -0
- package/dist/docs/resources/bigip_irule.md +173 -0
- package/dist/docs/resources/child_tenant.md +237 -0
- package/dist/docs/resources/child_tenant_manager.md +201 -0
- package/dist/docs/resources/contact.md +187 -0
- package/dist/docs/resources/customer_support.md +253 -0
- package/dist/docs/resources/dns_lb_health_check.md +249 -0
- package/dist/docs/resources/dns_lb_pool.md +310 -0
- package/dist/docs/resources/dns_load_balancer.md +309 -0
- package/dist/docs/resources/dns_zone.md +790 -0
- package/dist/docs/resources/geo_location_set.md +180 -0
- package/dist/docs/resources/ike1.md +216 -0
- package/dist/docs/resources/ike2.md +210 -0
- package/dist/docs/resources/ike_phase1_profile.md +224 -0
- package/dist/docs/resources/ike_phase2_profile.md +214 -0
- package/dist/docs/resources/infraprotect_asn.md +183 -0
- package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
- package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
- package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
- package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
- package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
- package/dist/docs/resources/infraprotect_tunnel.md +289 -0
- package/dist/docs/resources/k8s_cluster.md +326 -0
- package/dist/docs/resources/k8s_cluster_role.md +222 -0
- package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
- package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
- package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
- package/dist/docs/resources/managed_tenant.md +193 -0
- package/dist/docs/resources/namespace.md +170 -0
- package/dist/docs/resources/oidc_provider.md +291 -0
- package/dist/docs/resources/quota.md +187 -0
- package/dist/docs/resources/registration.md +489 -0
- package/dist/docs/resources/report_config.md +237 -0
- package/dist/docs/resources/role.md +183 -0
- package/dist/docs/resources/secret_policy.md +240 -0
- package/dist/docs/resources/secret_policy_rule.md +198 -0
- package/dist/docs/resources/securemesh_site_v2.md +2027 -0
- package/dist/docs/resources/srv6_network_slice.md +175 -0
- package/dist/docs/resources/tenant_profile.md +233 -0
- package/dist/docs/resources/ticket_tracking_system.md +195 -0
- package/dist/docs/resources/token.md +170 -0
- package/dist/docs/resources/tpm_api_key.md +191 -0
- package/dist/docs/resources/tpm_category.md +191 -0
- package/dist/docs/resources/tpm_manager.md +167 -0
- package/dist/docs/resources/virtual_k8s.md +209 -0
- package/dist/docs/resources/voltshare_admin_policy.md +271 -0
- package/dist/docs/specifications/api/CHANGELOG.md +4 -4
- package/dist/docs/specifications/api/README.md +1 -1
- package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
- package/dist/docs/specifications/api/domains/ai_services.json +21 -21
- package/dist/docs/specifications/api/domains/api.json +173 -173
- package/dist/docs/specifications/api/domains/authentication.json +45 -45
- package/dist/docs/specifications/api/domains/bigip.json +94 -94
- package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
- package/dist/docs/specifications/api/domains/blindfold.json +109 -109
- package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
- package/dist/docs/specifications/api/domains/cdn.json +177 -177
- package/dist/docs/specifications/api/domains/ce_management.json +111 -111
- package/dist/docs/specifications/api/domains/certificates.json +75 -75
- package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
- package/dist/docs/specifications/api/domains/container_services.json +91 -91
- package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
- package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
- package/dist/docs/specifications/api/domains/ddos.json +154 -154
- package/dist/docs/specifications/api/domains/dns.json +148 -148
- package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
- package/dist/docs/specifications/api/domains/marketplace.json +103 -103
- package/dist/docs/specifications/api/domains/network.json +230 -230
- package/dist/docs/specifications/api/domains/network_security.json +187 -187
- package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
- package/dist/docs/specifications/api/domains/object_storage.json +12 -12
- package/dist/docs/specifications/api/domains/observability.json +102 -102
- package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
- package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
- package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
- package/dist/docs/specifications/api/domains/shape.json +313 -313
- package/dist/docs/specifications/api/domains/sites.json +349 -349
- package/dist/docs/specifications/api/domains/statistics.json +225 -225
- package/dist/docs/specifications/api/domains/support.json +108 -108
- package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
- package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
- package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
- package/dist/docs/specifications/api/domains/users.json +66 -66
- package/dist/docs/specifications/api/domains/virtual.json +244 -244
- package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
- package/dist/docs/specifications/api/domains/waf.json +139 -139
- package/dist/docs/specifications/api/index.json +99 -4
- package/dist/docs/specifications/api/openapi.json +2616 -2616
- package/dist/docs/specifications/api/openapi.yaml +2616 -2616
- package/package.json +1 -1
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_addon_service Data Source - terraform-provider-f5xc"
|
|
3
|
+
subcategory: "Uncategorized"
|
|
4
|
+
description: |-
|
|
5
|
+
Retrieves information about an F5 Distributed Cloud Addon Service.
|
|
6
|
+
Addon services are system-managed resources that provide additional functionality
|
|
7
|
+
such as Bot Defense, Client Side Defense, and other security features. This data
|
|
8
|
+
source allows you to query addon service details including tier requirements and
|
|
9
|
+
activation type.
|
|
10
|
+
~> Note: Addon services cannot be created or modified via Terraform. Use the
|
|
11
|
+
f5xc_addon_subscription resource to subscribe to an addon service.
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# f5xc_addon_service (Data Source)
|
|
15
|
+
|
|
16
|
+
Retrieves information about an F5 Distributed Cloud Addon Service.
|
|
17
|
+
|
|
18
|
+
Addon services are system-managed resources that provide additional functionality
|
|
19
|
+
such as Bot Defense, Client Side Defense, and other security features. This data
|
|
20
|
+
source allows you to query addon service details including tier requirements and
|
|
21
|
+
activation type.
|
|
22
|
+
|
|
23
|
+
~> **Note:** Addon services cannot be created or modified via Terraform. Use the
|
|
24
|
+
`f5xc_addon_subscription` resource to subscribe to an addon service.
|
|
25
|
+
|
|
26
|
+
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
27
|
+
|
|
28
|
+
## Example Usage
|
|
29
|
+
|
|
30
|
+
```terraform
|
|
31
|
+
data "f5xc_addon_service" "example" {
|
|
32
|
+
name = "example-resource"
|
|
33
|
+
namespace = "system"
|
|
34
|
+
}
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
<!-- schema generated by tfplugindocs -->
|
|
38
|
+
## Argument Reference
|
|
39
|
+
|
|
40
|
+
### Metadata Argument Reference
|
|
41
|
+
|
|
42
|
+
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the addon service (e.g., `bot_defense`, `client_side_defense`)
|
|
43
|
+
|
|
44
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Optional String<br>Namespace where the addon service is defined. Usually `shared`
|
|
45
|
+
|
|
46
|
+
### Attributes Reference
|
|
47
|
+
|
|
48
|
+
In addition to all arguments above, the following attributes are exported:
|
|
49
|
+
|
|
50
|
+
<a id="activation-type"></a>• [`activation_type`](#activation-type) - Optional String<br>How the addon service is activated. Possible values: `self` (user can activate directly), `partial` (requires partial SRE management), `managed` (requires full manual intervention)
|
|
51
|
+
|
|
52
|
+
<a id="addon-service-group-display-name"></a>• [`addon_service_group_display_name`](#addon-service-group-display-name) - Optional String<br>Display name of the addon service group
|
|
53
|
+
|
|
54
|
+
<a id="addon-service-group-name"></a>• [`addon_service_group_name`](#addon-service-group-name) - Optional String<br>Name of the addon service group this service belongs to
|
|
55
|
+
|
|
56
|
+
<a id="display-name"></a>• [`display_name`](#display-name) - Optional String<br>Human-readable display name of the addon service
|
|
57
|
+
|
|
58
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the data source
|
|
59
|
+
|
|
60
|
+
<a id="tier"></a>• [`tier`](#tier) - Optional String<br>Subscription tier required for this addon service. Possible values: `NO_TIER`, `BASIC`, `STANDARD`, `ADVANCED`, `PREMIUM`
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Common Types
|
|
65
|
+
|
|
66
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
67
|
+
|
|
68
|
+
### Object Reference {#common-object-reference}
|
|
69
|
+
|
|
70
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
71
|
+
|
|
72
|
+
| Field | Type | Description |
|
|
73
|
+
| ----- | ---- | ----------- |
|
|
74
|
+
| `name` | String | Name of the referenced object |
|
|
75
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
76
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
77
|
+
|
|
78
|
+
### Transformers {#common-transformers}
|
|
79
|
+
|
|
80
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
81
|
+
|
|
82
|
+
| Value | Description |
|
|
83
|
+
| ----- | ----------- |
|
|
84
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
85
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
86
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
87
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
88
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
89
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
90
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
91
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
92
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
93
|
+
|
|
94
|
+
### HTTP Methods {#common-http-methods}
|
|
95
|
+
|
|
96
|
+
HTTP methods used for request matching.
|
|
97
|
+
|
|
98
|
+
| Value | Description |
|
|
99
|
+
| ----- | ----------- |
|
|
100
|
+
| `ANY` | Match any HTTP method |
|
|
101
|
+
| `GET` | HTTP GET request |
|
|
102
|
+
| `HEAD` | HTTP HEAD request |
|
|
103
|
+
| `POST` | HTTP POST request |
|
|
104
|
+
| `PUT` | HTTP PUT request |
|
|
105
|
+
| `DELETE` | HTTP DELETE request |
|
|
106
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
107
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
108
|
+
| `TRACE` | HTTP TRACE request |
|
|
109
|
+
| `PATCH` | HTTP PATCH request |
|
|
110
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
111
|
+
|
|
112
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
113
|
+
|
|
114
|
+
TLS fingerprint categories for malicious client detection.
|
|
115
|
+
|
|
116
|
+
| Value | Description |
|
|
117
|
+
| ----- | ----------- |
|
|
118
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
119
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
120
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
121
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
122
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
123
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
124
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
125
|
+
|
|
126
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
127
|
+
|
|
128
|
+
IP address threat categories for security filtering.
|
|
129
|
+
|
|
130
|
+
| Value | Description |
|
|
131
|
+
| ----- | ----------- |
|
|
132
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
133
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
134
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
135
|
+
| `BOTNETS` | Known botnet IPs |
|
|
136
|
+
| `SCANNERS` | Network scanner IPs |
|
|
137
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
138
|
+
| `PHISHING` | Phishing-related IPs |
|
|
139
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
140
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
141
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
142
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
143
|
+
| `NETWORK` | Known bad network ranges |
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_addon_service_activation_status Data Source - terraform-provider-f5xc"
|
|
3
|
+
subcategory: "Uncategorized"
|
|
4
|
+
description: |-
|
|
5
|
+
Checks the activation status of an F5 Distributed Cloud Addon Service.
|
|
6
|
+
Use this data source to determine if an addon service can be activated for your tenant
|
|
7
|
+
and what the current subscription state is.
|
|
8
|
+
Possible state values:
|
|
9
|
+
| State | Description |
|
|
10
|
+
| --------------- | ---------------------------------------- |
|
|
11
|
+
| `AS_NONE` | Default state, service not subscribed |
|
|
12
|
+
| `AS_PENDING` | Subscription request pending activation |
|
|
13
|
+
| `AS_SUBSCRIBED` | Service is active and subscribed |
|
|
14
|
+
| `AS_ERROR` | Subscription in error state |
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# f5xc_addon_service_activation_status (Data Source)
|
|
18
|
+
|
|
19
|
+
Checks the activation status of an F5 Distributed Cloud Addon Service.
|
|
20
|
+
|
|
21
|
+
Use this data source to determine if an addon service can be activated for your tenant
|
|
22
|
+
and what the current subscription state is.
|
|
23
|
+
|
|
24
|
+
**Possible state values:**
|
|
25
|
+
|
|
26
|
+
| State | Description |
|
|
27
|
+
| --------------- | ---------------------------------------- |
|
|
28
|
+
| `AS_NONE` | Default state, service not subscribed |
|
|
29
|
+
| `AS_PENDING` | Subscription request pending activation |
|
|
30
|
+
| `AS_SUBSCRIBED` | Service is active and subscribed |
|
|
31
|
+
| `AS_ERROR` | Subscription in error state |
|
|
32
|
+
|
|
33
|
+
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
34
|
+
|
|
35
|
+
## Example Usage
|
|
36
|
+
|
|
37
|
+
```terraform
|
|
38
|
+
data "f5xc_addon_service_activation_status" "example" {
|
|
39
|
+
name = "example-resource"
|
|
40
|
+
namespace = "system"
|
|
41
|
+
}
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
<!-- schema generated by tfplugindocs -->
|
|
45
|
+
## Argument Reference
|
|
46
|
+
|
|
47
|
+
### Spec Argument Reference
|
|
48
|
+
|
|
49
|
+
<a id="addon-service"></a>• [`addon_service`](#addon-service) - Required String<br>Name of the addon service to check (e.g., `bot_defense`, `client_side_defense`)
|
|
50
|
+
|
|
51
|
+
### Attributes Reference
|
|
52
|
+
|
|
53
|
+
In addition to all arguments above, the following attributes are exported:
|
|
54
|
+
|
|
55
|
+
<a id="can-activate"></a>• [`can_activate`](#can-activate) - Optional Bool<br>Whether the addon service can be activated. True if state is `AS_NONE` (not yet subscribed) or `AS_SUBSCRIBED` (already active)
|
|
56
|
+
|
|
57
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the data source
|
|
58
|
+
|
|
59
|
+
<a id="message"></a>• [`message`](#message) - Optional String<br>Human-readable message describing the current activation status
|
|
60
|
+
|
|
61
|
+
<a id="state"></a>• [`state`](#state) - Optional String<br>Current state of the addon service subscription. Possible values: `AS_NONE`, `AS_PENDING`, `AS_SUBSCRIBED`, `AS_ERROR`
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Common Types
|
|
66
|
+
|
|
67
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
68
|
+
|
|
69
|
+
### Object Reference {#common-object-reference}
|
|
70
|
+
|
|
71
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
72
|
+
|
|
73
|
+
| Field | Type | Description |
|
|
74
|
+
| ----- | ---- | ----------- |
|
|
75
|
+
| `name` | String | Name of the referenced object |
|
|
76
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
77
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
78
|
+
|
|
79
|
+
### Transformers {#common-transformers}
|
|
80
|
+
|
|
81
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
82
|
+
|
|
83
|
+
| Value | Description |
|
|
84
|
+
| ----- | ----------- |
|
|
85
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
86
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
87
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
88
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
89
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
90
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
91
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
92
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
93
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
94
|
+
|
|
95
|
+
### HTTP Methods {#common-http-methods}
|
|
96
|
+
|
|
97
|
+
HTTP methods used for request matching.
|
|
98
|
+
|
|
99
|
+
| Value | Description |
|
|
100
|
+
| ----- | ----------- |
|
|
101
|
+
| `ANY` | Match any HTTP method |
|
|
102
|
+
| `GET` | HTTP GET request |
|
|
103
|
+
| `HEAD` | HTTP HEAD request |
|
|
104
|
+
| `POST` | HTTP POST request |
|
|
105
|
+
| `PUT` | HTTP PUT request |
|
|
106
|
+
| `DELETE` | HTTP DELETE request |
|
|
107
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
108
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
109
|
+
| `TRACE` | HTTP TRACE request |
|
|
110
|
+
| `PATCH` | HTTP PATCH request |
|
|
111
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
112
|
+
|
|
113
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
114
|
+
|
|
115
|
+
TLS fingerprint categories for malicious client detection.
|
|
116
|
+
|
|
117
|
+
| Value | Description |
|
|
118
|
+
| ----- | ----------- |
|
|
119
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
120
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
121
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
122
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
123
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
124
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
125
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
126
|
+
|
|
127
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
128
|
+
|
|
129
|
+
IP address threat categories for security filtering.
|
|
130
|
+
|
|
131
|
+
| Value | Description |
|
|
132
|
+
| ----- | ----------- |
|
|
133
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
134
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
135
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
136
|
+
| `BOTNETS` | Known botnet IPs |
|
|
137
|
+
| `SCANNERS` | Network scanner IPs |
|
|
138
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
139
|
+
| `PHISHING` | Phishing-related IPs |
|
|
140
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
141
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
142
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
143
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
144
|
+
| `NETWORK` | Known bad network ranges |
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_addon_subscription Data Source - terraform-provider-f5xc"
|
|
3
|
+
subcategory: "Subscriptions"
|
|
4
|
+
description: |-
|
|
5
|
+
Manages new Addon Subscription with Addon Subscription State in F5 Distributed Cloud.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# f5xc_addon_subscription (Data Source)
|
|
9
|
+
|
|
10
|
+
Manages new Addon Subscription with Addon Subscription State in F5 Distributed Cloud.
|
|
11
|
+
|
|
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
|
+
|
|
14
|
+
## Example Usage
|
|
15
|
+
|
|
16
|
+
```terraform
|
|
17
|
+
# Addon Subscription Data Source Example
|
|
18
|
+
# Retrieves information about an existing Addon Subscription
|
|
19
|
+
|
|
20
|
+
# Look up an existing Addon Subscription by name
|
|
21
|
+
data "f5xc_addon_subscription" "example" {
|
|
22
|
+
name = "example-addon-subscription"
|
|
23
|
+
namespace = "system"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
# Example: Use the data source in another resource
|
|
27
|
+
# output "addon_subscription_id" {
|
|
28
|
+
# value = data.f5xc_addon_subscription.example.id
|
|
29
|
+
# }
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
<!-- schema generated by tfplugindocs -->
|
|
33
|
+
## Argument Reference
|
|
34
|
+
|
|
35
|
+
### Metadata Argument Reference
|
|
36
|
+
|
|
37
|
+
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the AddonSubscription
|
|
38
|
+
|
|
39
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the AddonSubscription exists
|
|
40
|
+
|
|
41
|
+
### Attributes Reference
|
|
42
|
+
|
|
43
|
+
In addition to all arguments above, the following attributes are exported:
|
|
44
|
+
|
|
45
|
+
<a id="annotations"></a>• [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
|
|
46
|
+
|
|
47
|
+
<a id="description"></a>• [`description`](#description) - Optional String<br>Description of the AddonSubscription
|
|
48
|
+
|
|
49
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the resource
|
|
50
|
+
|
|
51
|
+
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels applied to this resource
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Common Types
|
|
56
|
+
|
|
57
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
58
|
+
|
|
59
|
+
### Object Reference {#common-object-reference}
|
|
60
|
+
|
|
61
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
62
|
+
|
|
63
|
+
| Field | Type | Description |
|
|
64
|
+
| ----- | ---- | ----------- |
|
|
65
|
+
| `name` | String | Name of the referenced object |
|
|
66
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
67
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
68
|
+
|
|
69
|
+
### Transformers {#common-transformers}
|
|
70
|
+
|
|
71
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
72
|
+
|
|
73
|
+
| Value | Description |
|
|
74
|
+
| ----- | ----------- |
|
|
75
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
76
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
77
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
78
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
79
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
80
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
81
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
82
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
83
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
84
|
+
|
|
85
|
+
### HTTP Methods {#common-http-methods}
|
|
86
|
+
|
|
87
|
+
HTTP methods used for request matching.
|
|
88
|
+
|
|
89
|
+
| Value | Description |
|
|
90
|
+
| ----- | ----------- |
|
|
91
|
+
| `ANY` | Match any HTTP method |
|
|
92
|
+
| `GET` | HTTP GET request |
|
|
93
|
+
| `HEAD` | HTTP HEAD request |
|
|
94
|
+
| `POST` | HTTP POST request |
|
|
95
|
+
| `PUT` | HTTP PUT request |
|
|
96
|
+
| `DELETE` | HTTP DELETE request |
|
|
97
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
98
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
99
|
+
| `TRACE` | HTTP TRACE request |
|
|
100
|
+
| `PATCH` | HTTP PATCH request |
|
|
101
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
102
|
+
|
|
103
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
104
|
+
|
|
105
|
+
TLS fingerprint categories for malicious client detection.
|
|
106
|
+
|
|
107
|
+
| Value | Description |
|
|
108
|
+
| ----- | ----------- |
|
|
109
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
110
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
111
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
112
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
113
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
114
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
115
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
116
|
+
|
|
117
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
118
|
+
|
|
119
|
+
IP address threat categories for security filtering.
|
|
120
|
+
|
|
121
|
+
| Value | Description |
|
|
122
|
+
| ----- | ----------- |
|
|
123
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
124
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
125
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
126
|
+
| `BOTNETS` | Known botnet IPs |
|
|
127
|
+
| `SCANNERS` | Network scanner IPs |
|
|
128
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
129
|
+
| `PHISHING` | Phishing-related IPs |
|
|
130
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
131
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
132
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
133
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
134
|
+
| `NETWORK` | Known bad network ranges |
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_allowed_tenant Data Source - terraform-provider-f5xc"
|
|
3
|
+
subcategory: "Organization"
|
|
4
|
+
description: |-
|
|
5
|
+
Manages allowed_tenant config instance. Name of the object is name of the tenant that is allowed to manage. in F5 Distributed Cloud.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# f5xc_allowed_tenant (Data Source)
|
|
9
|
+
|
|
10
|
+
Manages allowed_tenant config instance. Name of the object is name of the tenant that is allowed to manage. in F5 Distributed Cloud.
|
|
11
|
+
|
|
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
|
+
|
|
14
|
+
## Example Usage
|
|
15
|
+
|
|
16
|
+
```terraform
|
|
17
|
+
# Allowed Tenant Data Source Example
|
|
18
|
+
# Retrieves information about an existing Allowed Tenant
|
|
19
|
+
|
|
20
|
+
# Look up an existing Allowed Tenant by name
|
|
21
|
+
data "f5xc_allowed_tenant" "example" {
|
|
22
|
+
name = "example-allowed-tenant"
|
|
23
|
+
namespace = "system"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
# Example: Use the data source in another resource
|
|
27
|
+
# output "allowed_tenant_id" {
|
|
28
|
+
# value = data.f5xc_allowed_tenant.example.id
|
|
29
|
+
# }
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
<!-- schema generated by tfplugindocs -->
|
|
33
|
+
## Argument Reference
|
|
34
|
+
|
|
35
|
+
### Metadata Argument Reference
|
|
36
|
+
|
|
37
|
+
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the AllowedTenant
|
|
38
|
+
|
|
39
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the AllowedTenant exists
|
|
40
|
+
|
|
41
|
+
### Attributes Reference
|
|
42
|
+
|
|
43
|
+
In addition to all arguments above, the following attributes are exported:
|
|
44
|
+
|
|
45
|
+
<a id="annotations"></a>• [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
|
|
46
|
+
|
|
47
|
+
<a id="description"></a>• [`description`](#description) - Optional String<br>Description of the AllowedTenant
|
|
48
|
+
|
|
49
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the resource
|
|
50
|
+
|
|
51
|
+
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels applied to this resource
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Common Types
|
|
56
|
+
|
|
57
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
58
|
+
|
|
59
|
+
### Object Reference {#common-object-reference}
|
|
60
|
+
|
|
61
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
62
|
+
|
|
63
|
+
| Field | Type | Description |
|
|
64
|
+
| ----- | ---- | ----------- |
|
|
65
|
+
| `name` | String | Name of the referenced object |
|
|
66
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
67
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
68
|
+
|
|
69
|
+
### Transformers {#common-transformers}
|
|
70
|
+
|
|
71
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
72
|
+
|
|
73
|
+
| Value | Description |
|
|
74
|
+
| ----- | ----------- |
|
|
75
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
76
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
77
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
78
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
79
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
80
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
81
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
82
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
83
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
84
|
+
|
|
85
|
+
### HTTP Methods {#common-http-methods}
|
|
86
|
+
|
|
87
|
+
HTTP methods used for request matching.
|
|
88
|
+
|
|
89
|
+
| Value | Description |
|
|
90
|
+
| ----- | ----------- |
|
|
91
|
+
| `ANY` | Match any HTTP method |
|
|
92
|
+
| `GET` | HTTP GET request |
|
|
93
|
+
| `HEAD` | HTTP HEAD request |
|
|
94
|
+
| `POST` | HTTP POST request |
|
|
95
|
+
| `PUT` | HTTP PUT request |
|
|
96
|
+
| `DELETE` | HTTP DELETE request |
|
|
97
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
98
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
99
|
+
| `TRACE` | HTTP TRACE request |
|
|
100
|
+
| `PATCH` | HTTP PATCH request |
|
|
101
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
102
|
+
|
|
103
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
104
|
+
|
|
105
|
+
TLS fingerprint categories for malicious client detection.
|
|
106
|
+
|
|
107
|
+
| Value | Description |
|
|
108
|
+
| ----- | ----------- |
|
|
109
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
110
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
111
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
112
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
113
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
114
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
115
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
116
|
+
|
|
117
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
118
|
+
|
|
119
|
+
IP address threat categories for security filtering.
|
|
120
|
+
|
|
121
|
+
| Value | Description |
|
|
122
|
+
| ----- | ----------- |
|
|
123
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
124
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
125
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
126
|
+
| `BOTNETS` | Known botnet IPs |
|
|
127
|
+
| `SCANNERS` | Network scanner IPs |
|
|
128
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
129
|
+
| `PHISHING` | Phishing-related IPs |
|
|
130
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
131
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
132
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
133
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
134
|
+
| `NETWORK` | Known bad network ranges |
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_api_credential Data Source - terraform-provider-f5xc"
|
|
3
|
+
subcategory: "Authentication"
|
|
4
|
+
description: |-
|
|
5
|
+
Manages request specification. in F5 Distributed Cloud.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# f5xc_api_credential (Data Source)
|
|
9
|
+
|
|
10
|
+
Manages request specification. in F5 Distributed Cloud.
|
|
11
|
+
|
|
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
|
+
|
|
14
|
+
## Example Usage
|
|
15
|
+
|
|
16
|
+
```terraform
|
|
17
|
+
# API Credential Data Source Example
|
|
18
|
+
# Retrieves information about an existing API Credential
|
|
19
|
+
|
|
20
|
+
# Look up an existing API Credential by name
|
|
21
|
+
data "f5xc_api_credential" "example" {
|
|
22
|
+
name = "example-api-credential"
|
|
23
|
+
namespace = "system"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
# Example: Use the data source in another resource
|
|
27
|
+
# output "api_credential_id" {
|
|
28
|
+
# value = data.f5xc_api_credential.example.id
|
|
29
|
+
# }
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
<!-- schema generated by tfplugindocs -->
|
|
33
|
+
## Argument Reference
|
|
34
|
+
|
|
35
|
+
### Metadata Argument Reference
|
|
36
|
+
|
|
37
|
+
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the APICredential
|
|
38
|
+
|
|
39
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the APICredential exists
|
|
40
|
+
|
|
41
|
+
### Attributes Reference
|
|
42
|
+
|
|
43
|
+
In addition to all arguments above, the following attributes are exported:
|
|
44
|
+
|
|
45
|
+
<a id="annotations"></a>• [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
|
|
46
|
+
|
|
47
|
+
<a id="description"></a>• [`description`](#description) - Optional String<br>Description of the APICredential
|
|
48
|
+
|
|
49
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the resource
|
|
50
|
+
|
|
51
|
+
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels applied to this resource
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Common Types
|
|
56
|
+
|
|
57
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
58
|
+
|
|
59
|
+
### Object Reference {#common-object-reference}
|
|
60
|
+
|
|
61
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
62
|
+
|
|
63
|
+
| Field | Type | Description |
|
|
64
|
+
| ----- | ---- | ----------- |
|
|
65
|
+
| `name` | String | Name of the referenced object |
|
|
66
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
67
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
68
|
+
|
|
69
|
+
### Transformers {#common-transformers}
|
|
70
|
+
|
|
71
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
72
|
+
|
|
73
|
+
| Value | Description |
|
|
74
|
+
| ----- | ----------- |
|
|
75
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
76
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
77
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
78
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
79
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
80
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
81
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
82
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
83
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
84
|
+
|
|
85
|
+
### HTTP Methods {#common-http-methods}
|
|
86
|
+
|
|
87
|
+
HTTP methods used for request matching.
|
|
88
|
+
|
|
89
|
+
| Value | Description |
|
|
90
|
+
| ----- | ----------- |
|
|
91
|
+
| `ANY` | Match any HTTP method |
|
|
92
|
+
| `GET` | HTTP GET request |
|
|
93
|
+
| `HEAD` | HTTP HEAD request |
|
|
94
|
+
| `POST` | HTTP POST request |
|
|
95
|
+
| `PUT` | HTTP PUT request |
|
|
96
|
+
| `DELETE` | HTTP DELETE request |
|
|
97
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
98
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
99
|
+
| `TRACE` | HTTP TRACE request |
|
|
100
|
+
| `PATCH` | HTTP PATCH request |
|
|
101
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
102
|
+
|
|
103
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
104
|
+
|
|
105
|
+
TLS fingerprint categories for malicious client detection.
|
|
106
|
+
|
|
107
|
+
| Value | Description |
|
|
108
|
+
| ----- | ----------- |
|
|
109
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
110
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
111
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
112
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
113
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
114
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
115
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
116
|
+
|
|
117
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
118
|
+
|
|
119
|
+
IP address threat categories for security filtering.
|
|
120
|
+
|
|
121
|
+
| Value | Description |
|
|
122
|
+
| ----- | ----------- |
|
|
123
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
124
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
125
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
126
|
+
| `BOTNETS` | Known botnet IPs |
|
|
127
|
+
| `SCANNERS` | Network scanner IPs |
|
|
128
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
129
|
+
| `PHISHING` | Phishing-related IPs |
|
|
130
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
131
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
132
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
133
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
134
|
+
| `NETWORK` | Known bad network ranges |
|