@robinmordasiewicz/f5xc-terraform-mcp 3.11.1 → 3.11.2
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/certificate.md +2 -2
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/namespace.md +141 -0
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/data-sources/workload.md +2 -2
- package/dist/docs/index.md +241 -117
- package/dist/docs/resources/bgp.md +4 -238
- package/dist/docs/resources/certificate.md +56 -4
- package/dist/docs/resources/discovery.md +8 -259
- package/dist/docs/resources/log_receiver.md +825 -44
- package/dist/docs/resources/namespace.md +170 -0
- package/dist/docs/resources/site.md +911 -200
- package/dist/docs/resources/workload.md +9 -2951
- package/dist/metadata/resource-metadata.json +371 -177
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
- package/dist/docs/data-sources/index.md +0 -25
- package/dist/docs/functions/index.md +0 -39
- package/dist/docs/guides/index.md +0 -22
- package/dist/docs/resources/index.md +0 -27
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-01-
|
|
2
|
+
"generated_at": "2026-01-10T03:51:05Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"resources": {
|
|
5
5
|
"address_allocator": {
|
|
@@ -2292,7 +2292,7 @@
|
|
|
2292
2292
|
}
|
|
2293
2293
|
},
|
|
2294
2294
|
"bgp": {
|
|
2295
|
-
"description": "Manages
|
|
2295
|
+
"description": "Manages bgp_asn_set creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.",
|
|
2296
2296
|
"import_format": "namespace/name",
|
|
2297
2297
|
"attributes": {
|
|
2298
2298
|
"annotations": {
|
|
@@ -2301,12 +2301,11 @@
|
|
|
2301
2301
|
"optional": true,
|
|
2302
2302
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
2303
2303
|
},
|
|
2304
|
-
"
|
|
2305
|
-
"type": "
|
|
2304
|
+
"as_numbers": {
|
|
2305
|
+
"type": "list",
|
|
2306
2306
|
"required": false,
|
|
2307
2307
|
"optional": true,
|
|
2308
|
-
"
|
|
2309
|
-
"description": "BGP Parameters. BGP parameters for the local site."
|
|
2308
|
+
"description": "Unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create whitelists or blacklists for use in network policy or service policy."
|
|
2310
2309
|
},
|
|
2311
2310
|
"description": {
|
|
2312
2311
|
"type": "string",
|
|
@@ -2346,20 +2345,6 @@
|
|
|
2346
2345
|
"plan_modifier": "RequiresReplace",
|
|
2347
2346
|
"validation": "name",
|
|
2348
2347
|
"description": "Namespace where the BGP will be created."
|
|
2349
|
-
},
|
|
2350
|
-
"peers": {
|
|
2351
|
-
"type": "list",
|
|
2352
|
-
"required": false,
|
|
2353
|
-
"optional": true,
|
|
2354
|
-
"is_block": true,
|
|
2355
|
-
"description": "Peers. List of peers ."
|
|
2356
|
-
},
|
|
2357
|
-
"where": {
|
|
2358
|
-
"type": "object",
|
|
2359
|
-
"required": false,
|
|
2360
|
-
"optional": true,
|
|
2361
|
-
"is_block": true,
|
|
2362
|
-
"description": "VirtualSiteSiteRefSelector defines a union of reference to site or reference to virtual_site It used to refer site or a group of sites indicated by virtual site."
|
|
2363
2348
|
}
|
|
2364
2349
|
}
|
|
2365
2350
|
},
|
|
@@ -3212,10 +3197,20 @@
|
|
|
3212
3197
|
}
|
|
3213
3198
|
},
|
|
3214
3199
|
"certificate": {
|
|
3215
|
-
"description": "Manages a Certificate resource in F5 Distributed Cloud for
|
|
3200
|
+
"description": "Manages a Certificate resource in F5 Distributed Cloud for certificate. configuration.",
|
|
3216
3201
|
"category": "Security",
|
|
3217
3202
|
"tier": "Standard",
|
|
3218
3203
|
"import_format": "namespace/name",
|
|
3204
|
+
"oneof_groups": {
|
|
3205
|
+
"ocsp_stapling_choice": {
|
|
3206
|
+
"fields": [
|
|
3207
|
+
"custom_hash_algorithms",
|
|
3208
|
+
"disable_ocsp_stapling",
|
|
3209
|
+
"use_system_defaults"
|
|
3210
|
+
],
|
|
3211
|
+
"default": "use_system_defaults"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3219
3214
|
"attributes": {
|
|
3220
3215
|
"annotations": {
|
|
3221
3216
|
"type": "map",
|
|
@@ -3223,13 +3218,28 @@
|
|
|
3223
3218
|
"optional": true,
|
|
3224
3219
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
3225
3220
|
},
|
|
3221
|
+
"certificate_chain": {
|
|
3222
|
+
"type": "object",
|
|
3223
|
+
"required": false,
|
|
3224
|
+
"optional": true,
|
|
3225
|
+
"is_block": true,
|
|
3226
|
+
"description": "Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name."
|
|
3227
|
+
},
|
|
3226
3228
|
"certificate_url": {
|
|
3227
3229
|
"type": "string",
|
|
3228
3230
|
"required": false,
|
|
3229
3231
|
"optional": true,
|
|
3230
3232
|
"computed": true,
|
|
3231
3233
|
"plan_modifier": "UseStateForUnknown",
|
|
3232
|
-
"description": "Certificate
|
|
3234
|
+
"description": "Certificate. Certificate or certificate chain in PEM format including the PEM headers."
|
|
3235
|
+
},
|
|
3236
|
+
"custom_hash_algorithms": {
|
|
3237
|
+
"type": "object",
|
|
3238
|
+
"required": false,
|
|
3239
|
+
"optional": true,
|
|
3240
|
+
"is_block": true,
|
|
3241
|
+
"oneof_group": "ocsp_stapling_choice",
|
|
3242
|
+
"description": "[OneOf: custom_hash_algorithms, disable_ocsp_stapling, use_system_defaults; Default: use_system_defaults] Specifies the hash algorithms to be used."
|
|
3233
3243
|
},
|
|
3234
3244
|
"description": {
|
|
3235
3245
|
"type": "string",
|
|
@@ -3243,6 +3253,14 @@
|
|
|
3243
3253
|
"optional": true,
|
|
3244
3254
|
"description": "A value of true will administratively disable the object."
|
|
3245
3255
|
},
|
|
3256
|
+
"disable_ocsp_stapling": {
|
|
3257
|
+
"type": "object",
|
|
3258
|
+
"required": false,
|
|
3259
|
+
"optional": true,
|
|
3260
|
+
"is_block": true,
|
|
3261
|
+
"oneof_group": "ocsp_stapling_choice",
|
|
3262
|
+
"description": "Enable this option"
|
|
3263
|
+
},
|
|
3246
3264
|
"id": {
|
|
3247
3265
|
"type": "string",
|
|
3248
3266
|
"required": false,
|
|
@@ -3269,6 +3287,21 @@
|
|
|
3269
3287
|
"plan_modifier": "RequiresReplace",
|
|
3270
3288
|
"validation": "name",
|
|
3271
3289
|
"description": "Namespace where the Certificate will be created."
|
|
3290
|
+
},
|
|
3291
|
+
"private_key": {
|
|
3292
|
+
"type": "object",
|
|
3293
|
+
"required": false,
|
|
3294
|
+
"optional": true,
|
|
3295
|
+
"is_block": true,
|
|
3296
|
+
"description": "SecretType is used in an object to indicate a sensitive/confidential field."
|
|
3297
|
+
},
|
|
3298
|
+
"use_system_defaults": {
|
|
3299
|
+
"type": "object",
|
|
3300
|
+
"required": false,
|
|
3301
|
+
"optional": true,
|
|
3302
|
+
"is_block": true,
|
|
3303
|
+
"oneof_group": "ocsp_stapling_choice",
|
|
3304
|
+
"description": "Enable this option"
|
|
3272
3305
|
}
|
|
3273
3306
|
},
|
|
3274
3307
|
"dependencies": {
|
|
@@ -3340,7 +3373,7 @@
|
|
|
3340
3373
|
},
|
|
3341
3374
|
"cloud_connect": {
|
|
3342
3375
|
"description": "Manages a Cloud Connect resource in F5 Distributed Cloud for establishing connectivity to cloud provider networks.",
|
|
3343
|
-
"import_format": "name",
|
|
3376
|
+
"import_format": "namespace/name",
|
|
3344
3377
|
"oneof_groups": {
|
|
3345
3378
|
"cloud": {
|
|
3346
3379
|
"fields": [
|
|
@@ -3527,8 +3560,8 @@
|
|
|
3527
3560
|
},
|
|
3528
3561
|
"dependencies": {
|
|
3529
3562
|
"referenced_by": [
|
|
3530
|
-
"aws_vpc_site",
|
|
3531
3563
|
"azure_vnet_site",
|
|
3564
|
+
"aws_vpc_site",
|
|
3532
3565
|
"gcp_vpc_site"
|
|
3533
3566
|
]
|
|
3534
3567
|
}
|
|
@@ -4485,23 +4518,8 @@
|
|
|
4485
4518
|
}
|
|
4486
4519
|
},
|
|
4487
4520
|
"discovery": {
|
|
4488
|
-
"description": "Manages
|
|
4521
|
+
"description": "Manages API discovery creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.",
|
|
4489
4522
|
"import_format": "namespace/name",
|
|
4490
|
-
"oneof_groups": {
|
|
4491
|
-
"cluster_identifier_choice": {
|
|
4492
|
-
"fields": [
|
|
4493
|
-
"cluster_id",
|
|
4494
|
-
"no_cluster_id"
|
|
4495
|
-
],
|
|
4496
|
-
"default": "no_cluster_id"
|
|
4497
|
-
},
|
|
4498
|
-
"discovery_choice": {
|
|
4499
|
-
"fields": [
|
|
4500
|
-
"discovery_consul",
|
|
4501
|
-
"discovery_k8s"
|
|
4502
|
-
]
|
|
4503
|
-
}
|
|
4504
|
-
},
|
|
4505
4523
|
"attributes": {
|
|
4506
4524
|
"annotations": {
|
|
4507
4525
|
"type": "map",
|
|
@@ -4509,14 +4527,12 @@
|
|
|
4509
4527
|
"optional": true,
|
|
4510
4528
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
4511
4529
|
},
|
|
4512
|
-
"
|
|
4513
|
-
"type": "
|
|
4530
|
+
"custom_auth_types": {
|
|
4531
|
+
"type": "list",
|
|
4514
4532
|
"required": false,
|
|
4515
4533
|
"optional": true,
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
4518
|
-
"oneof_group": "cluster_identifier_choice",
|
|
4519
|
-
"description": "[OneOf: cluster_id, no_cluster_id; Default: no_cluster_id] Specify identifier for discovery cluster. This identifier can be specified in endpoint object to discover only from this discovery object."
|
|
4534
|
+
"is_block": true,
|
|
4535
|
+
"description": "Select your custom authentication types to be detected in the API discovery."
|
|
4520
4536
|
},
|
|
4521
4537
|
"description": {
|
|
4522
4538
|
"type": "string",
|
|
@@ -4530,22 +4546,6 @@
|
|
|
4530
4546
|
"optional": true,
|
|
4531
4547
|
"description": "A value of true will administratively disable the object."
|
|
4532
4548
|
},
|
|
4533
|
-
"discovery_consul": {
|
|
4534
|
-
"type": "object",
|
|
4535
|
-
"required": false,
|
|
4536
|
-
"optional": true,
|
|
4537
|
-
"is_block": true,
|
|
4538
|
-
"oneof_group": "discovery_choice",
|
|
4539
|
-
"description": "[OneOf: discovery_consul, discovery_k8s] Discovery configuration for Hashicorp Consul."
|
|
4540
|
-
},
|
|
4541
|
-
"discovery_k8s": {
|
|
4542
|
-
"type": "object",
|
|
4543
|
-
"required": false,
|
|
4544
|
-
"optional": true,
|
|
4545
|
-
"is_block": true,
|
|
4546
|
-
"oneof_group": "discovery_choice",
|
|
4547
|
-
"description": "K8s Discovery Configuration. Discovery configuration for K8s."
|
|
4548
|
-
},
|
|
4549
4549
|
"id": {
|
|
4550
4550
|
"type": "string",
|
|
4551
4551
|
"required": false,
|
|
@@ -4572,21 +4572,6 @@
|
|
|
4572
4572
|
"plan_modifier": "RequiresReplace",
|
|
4573
4573
|
"validation": "name",
|
|
4574
4574
|
"description": "Namespace where the Discovery will be created."
|
|
4575
|
-
},
|
|
4576
|
-
"no_cluster_id": {
|
|
4577
|
-
"type": "object",
|
|
4578
|
-
"required": false,
|
|
4579
|
-
"optional": true,
|
|
4580
|
-
"is_block": true,
|
|
4581
|
-
"oneof_group": "cluster_identifier_choice",
|
|
4582
|
-
"description": "Enable this option"
|
|
4583
|
-
},
|
|
4584
|
-
"where": {
|
|
4585
|
-
"type": "object",
|
|
4586
|
-
"required": false,
|
|
4587
|
-
"optional": true,
|
|
4588
|
-
"is_block": true,
|
|
4589
|
-
"description": "NetworkSiteRefSelector defines a union of reference to site or reference to virtual_network or reference to virtual_site It is used to determine virtual network using following rules * Direct reference to virtual_network object * Site local network when refering to site object * All site local.."
|
|
4590
4575
|
}
|
|
4591
4576
|
}
|
|
4592
4577
|
},
|
|
@@ -6661,8 +6646,8 @@
|
|
|
6661
6646
|
},
|
|
6662
6647
|
"dependencies": {
|
|
6663
6648
|
"referenced_by": [
|
|
6664
|
-
"http_loadbalancer",
|
|
6665
6649
|
"origin_pool",
|
|
6650
|
+
"http_loadbalancer",
|
|
6666
6651
|
"tcp_loadbalancer"
|
|
6667
6652
|
]
|
|
6668
6653
|
}
|
|
@@ -7662,19 +7647,40 @@
|
|
|
7662
7647
|
}
|
|
7663
7648
|
},
|
|
7664
7649
|
"log_receiver": {
|
|
7665
|
-
"description": "Manages new Log Receiver object. in F5 Distributed Cloud.",
|
|
7650
|
+
"description": "Manages new Global Log Receiver object. in F5 Distributed Cloud.",
|
|
7666
7651
|
"category": "Monitoring",
|
|
7667
7652
|
"tier": "Standard",
|
|
7668
7653
|
"import_format": "namespace/name",
|
|
7669
7654
|
"oneof_groups": {
|
|
7670
|
-
"
|
|
7655
|
+
"filter_choice": {
|
|
7671
7656
|
"fields": [
|
|
7672
|
-
"
|
|
7657
|
+
"ns_all",
|
|
7658
|
+
"ns_current",
|
|
7659
|
+
"ns_list"
|
|
7673
7660
|
]
|
|
7674
7661
|
},
|
|
7675
|
-
"
|
|
7662
|
+
"log_type": {
|
|
7676
7663
|
"fields": [
|
|
7677
|
-
"
|
|
7664
|
+
"audit_logs",
|
|
7665
|
+
"dns_logs",
|
|
7666
|
+
"request_logs",
|
|
7667
|
+
"security_events"
|
|
7668
|
+
]
|
|
7669
|
+
},
|
|
7670
|
+
"receiver": {
|
|
7671
|
+
"fields": [
|
|
7672
|
+
"aws_cloud_watch_receiver",
|
|
7673
|
+
"azure_event_hubs_receiver",
|
|
7674
|
+
"azure_receiver",
|
|
7675
|
+
"datadog_receiver",
|
|
7676
|
+
"gcp_bucket_receiver",
|
|
7677
|
+
"http_receiver",
|
|
7678
|
+
"kafka_receiver",
|
|
7679
|
+
"new_relic_receiver",
|
|
7680
|
+
"qradar_receiver",
|
|
7681
|
+
"s3_receiver",
|
|
7682
|
+
"splunk_receiver",
|
|
7683
|
+
"sumo_logic_receiver"
|
|
7678
7684
|
]
|
|
7679
7685
|
}
|
|
7680
7686
|
},
|
|
@@ -7685,6 +7691,46 @@
|
|
|
7685
7691
|
"optional": true,
|
|
7686
7692
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
7687
7693
|
},
|
|
7694
|
+
"audit_logs": {
|
|
7695
|
+
"type": "object",
|
|
7696
|
+
"required": false,
|
|
7697
|
+
"optional": true,
|
|
7698
|
+
"is_block": true,
|
|
7699
|
+
"oneof_group": "log_type",
|
|
7700
|
+
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events] Enable this option"
|
|
7701
|
+
},
|
|
7702
|
+
"aws_cloud_watch_receiver": {
|
|
7703
|
+
"type": "object",
|
|
7704
|
+
"required": false,
|
|
7705
|
+
"optional": true,
|
|
7706
|
+
"is_block": true,
|
|
7707
|
+
"oneof_group": "receiver",
|
|
7708
|
+
"description": "[OneOf: aws_cloud_watch_receiver, azure_event_hubs_receiver, azure_receiver, datadog_receiver, gcp_bucket_receiver, http_receiver, kafka_receiver, new_relic_receiver, qradar_receiver, s3_receiver, splunk_receiver, sumo_logic_receiver] AWS Cloudwatch Logs Configuration for Global Log Receiver."
|
|
7709
|
+
},
|
|
7710
|
+
"azure_event_hubs_receiver": {
|
|
7711
|
+
"type": "object",
|
|
7712
|
+
"required": false,
|
|
7713
|
+
"optional": true,
|
|
7714
|
+
"is_block": true,
|
|
7715
|
+
"oneof_group": "receiver",
|
|
7716
|
+
"description": "Azure Event Hubs Configuration for Global Log Receiver."
|
|
7717
|
+
},
|
|
7718
|
+
"azure_receiver": {
|
|
7719
|
+
"type": "object",
|
|
7720
|
+
"required": false,
|
|
7721
|
+
"optional": true,
|
|
7722
|
+
"is_block": true,
|
|
7723
|
+
"oneof_group": "receiver",
|
|
7724
|
+
"description": "Azure Blob Configuration for Global Log Receiver."
|
|
7725
|
+
},
|
|
7726
|
+
"datadog_receiver": {
|
|
7727
|
+
"type": "object",
|
|
7728
|
+
"required": false,
|
|
7729
|
+
"optional": true,
|
|
7730
|
+
"is_block": true,
|
|
7731
|
+
"oneof_group": "receiver",
|
|
7732
|
+
"description": "Datadog Configuration. Configuration for Datadog endpoint."
|
|
7733
|
+
},
|
|
7688
7734
|
"description": {
|
|
7689
7735
|
"type": "string",
|
|
7690
7736
|
"required": false,
|
|
@@ -7697,6 +7743,30 @@
|
|
|
7697
7743
|
"optional": true,
|
|
7698
7744
|
"description": "A value of true will administratively disable the object."
|
|
7699
7745
|
},
|
|
7746
|
+
"dns_logs": {
|
|
7747
|
+
"type": "object",
|
|
7748
|
+
"required": false,
|
|
7749
|
+
"optional": true,
|
|
7750
|
+
"is_block": true,
|
|
7751
|
+
"oneof_group": "log_type",
|
|
7752
|
+
"description": "Enable this option"
|
|
7753
|
+
},
|
|
7754
|
+
"gcp_bucket_receiver": {
|
|
7755
|
+
"type": "object",
|
|
7756
|
+
"required": false,
|
|
7757
|
+
"optional": true,
|
|
7758
|
+
"is_block": true,
|
|
7759
|
+
"oneof_group": "receiver",
|
|
7760
|
+
"description": "GCP Bucket Configuration for Global Log Receiver."
|
|
7761
|
+
},
|
|
7762
|
+
"http_receiver": {
|
|
7763
|
+
"type": "object",
|
|
7764
|
+
"required": false,
|
|
7765
|
+
"optional": true,
|
|
7766
|
+
"is_block": true,
|
|
7767
|
+
"oneof_group": "receiver",
|
|
7768
|
+
"description": "HTTP Configuration. Configuration for HTTP endpoint."
|
|
7769
|
+
},
|
|
7700
7770
|
"id": {
|
|
7701
7771
|
"type": "string",
|
|
7702
7772
|
"required": false,
|
|
@@ -7704,6 +7774,14 @@
|
|
|
7704
7774
|
"plan_modifier": "UseStateForUnknown",
|
|
7705
7775
|
"description": "Unique identifier for the resource."
|
|
7706
7776
|
},
|
|
7777
|
+
"kafka_receiver": {
|
|
7778
|
+
"type": "object",
|
|
7779
|
+
"required": false,
|
|
7780
|
+
"optional": true,
|
|
7781
|
+
"is_block": true,
|
|
7782
|
+
"oneof_group": "receiver",
|
|
7783
|
+
"description": "Kafka Configuration for Global Log Receiver."
|
|
7784
|
+
},
|
|
7707
7785
|
"labels": {
|
|
7708
7786
|
"type": "map",
|
|
7709
7787
|
"required": false,
|
|
@@ -7724,21 +7802,85 @@
|
|
|
7724
7802
|
"validation": "name",
|
|
7725
7803
|
"description": "Namespace where the Log Receiver will be created."
|
|
7726
7804
|
},
|
|
7727
|
-
"
|
|
7805
|
+
"new_relic_receiver": {
|
|
7728
7806
|
"type": "object",
|
|
7729
7807
|
"required": false,
|
|
7730
7808
|
"optional": true,
|
|
7731
7809
|
"is_block": true,
|
|
7732
|
-
"oneof_group": "
|
|
7810
|
+
"oneof_group": "receiver",
|
|
7811
|
+
"description": "NewRelic Configuration. Configuration for NewRelic endpoint."
|
|
7812
|
+
},
|
|
7813
|
+
"ns_all": {
|
|
7814
|
+
"type": "object",
|
|
7815
|
+
"required": false,
|
|
7816
|
+
"optional": true,
|
|
7817
|
+
"is_block": true,
|
|
7818
|
+
"oneof_group": "filter_choice",
|
|
7819
|
+
"description": "[OneOf: ns_all, ns_current, ns_list] Enable this option"
|
|
7820
|
+
},
|
|
7821
|
+
"ns_current": {
|
|
7822
|
+
"type": "object",
|
|
7823
|
+
"required": false,
|
|
7824
|
+
"optional": true,
|
|
7825
|
+
"is_block": true,
|
|
7826
|
+
"oneof_group": "filter_choice",
|
|
7733
7827
|
"description": "Enable this option"
|
|
7734
7828
|
},
|
|
7735
|
-
"
|
|
7829
|
+
"ns_list": {
|
|
7736
7830
|
"type": "object",
|
|
7737
7831
|
"required": false,
|
|
7738
7832
|
"optional": true,
|
|
7739
7833
|
"is_block": true,
|
|
7740
|
-
"oneof_group": "
|
|
7741
|
-
"description": "
|
|
7834
|
+
"oneof_group": "filter_choice",
|
|
7835
|
+
"description": "Namespace List. Namespace List."
|
|
7836
|
+
},
|
|
7837
|
+
"qradar_receiver": {
|
|
7838
|
+
"type": "object",
|
|
7839
|
+
"required": false,
|
|
7840
|
+
"optional": true,
|
|
7841
|
+
"is_block": true,
|
|
7842
|
+
"oneof_group": "receiver",
|
|
7843
|
+
"description": "IBM QRadar Configuration. Configuration for IBM QRadar endpoint."
|
|
7844
|
+
},
|
|
7845
|
+
"request_logs": {
|
|
7846
|
+
"type": "object",
|
|
7847
|
+
"required": false,
|
|
7848
|
+
"optional": true,
|
|
7849
|
+
"is_block": true,
|
|
7850
|
+
"oneof_group": "log_type",
|
|
7851
|
+
"description": "Enable this option"
|
|
7852
|
+
},
|
|
7853
|
+
"s3_receiver": {
|
|
7854
|
+
"type": "object",
|
|
7855
|
+
"required": false,
|
|
7856
|
+
"optional": true,
|
|
7857
|
+
"is_block": true,
|
|
7858
|
+
"oneof_group": "receiver",
|
|
7859
|
+
"description": "S3 Configuration for Global Log Receiver."
|
|
7860
|
+
},
|
|
7861
|
+
"security_events": {
|
|
7862
|
+
"type": "object",
|
|
7863
|
+
"required": false,
|
|
7864
|
+
"optional": true,
|
|
7865
|
+
"is_block": true,
|
|
7866
|
+
"oneof_group": "log_type",
|
|
7867
|
+
"description": "Enable this option"
|
|
7868
|
+
},
|
|
7869
|
+
"splunk_receiver": {
|
|
7870
|
+
"type": "object",
|
|
7871
|
+
"required": false,
|
|
7872
|
+
"optional": true,
|
|
7873
|
+
"is_block": true,
|
|
7874
|
+
"oneof_group": "receiver",
|
|
7875
|
+
"description": "Configuration for Splunk HEC Logs endpoint."
|
|
7876
|
+
},
|
|
7877
|
+
"sumo_logic_receiver": {
|
|
7878
|
+
"type": "object",
|
|
7879
|
+
"required": false,
|
|
7880
|
+
"optional": true,
|
|
7881
|
+
"is_block": true,
|
|
7882
|
+
"oneof_group": "receiver",
|
|
7883
|
+
"description": "SumoLogic Configuration. Configuration for SumoLogic endpoint."
|
|
7742
7884
|
}
|
|
7743
7885
|
}
|
|
7744
7886
|
},
|
|
@@ -10481,7 +10623,7 @@
|
|
|
10481
10623
|
}
|
|
10482
10624
|
},
|
|
10483
10625
|
"site": {
|
|
10484
|
-
"description": "Manages a Site resource in F5 Distributed Cloud for
|
|
10626
|
+
"description": "Manages a Site resource in F5 Distributed Cloud for azure vnet site specification. configuration.",
|
|
10485
10627
|
"category": "Infrastructure",
|
|
10486
10628
|
"tier": "Standard",
|
|
10487
10629
|
"import_format": "namespace/name",
|
|
@@ -10496,7 +10638,7 @@
|
|
|
10496
10638
|
},
|
|
10497
10639
|
"deployment": {
|
|
10498
10640
|
"fields": [
|
|
10499
|
-
"
|
|
10641
|
+
"azure_cred"
|
|
10500
10642
|
]
|
|
10501
10643
|
},
|
|
10502
10644
|
"logs_receiver_choice": {
|
|
@@ -10505,18 +10647,29 @@
|
|
|
10505
10647
|
"logs_streaming_disabled"
|
|
10506
10648
|
]
|
|
10507
10649
|
},
|
|
10508
|
-
"
|
|
10650
|
+
"region_choice": {
|
|
10509
10651
|
"fields": [
|
|
10510
|
-
"
|
|
10511
|
-
"
|
|
10652
|
+
"alternate_region",
|
|
10653
|
+
"azure_region"
|
|
10512
10654
|
]
|
|
10513
10655
|
},
|
|
10514
10656
|
"site_type": {
|
|
10515
10657
|
"fields": [
|
|
10516
10658
|
"ingress_egress_gw",
|
|
10659
|
+
"ingress_egress_gw_ar",
|
|
10517
10660
|
"ingress_gw",
|
|
10518
|
-
"
|
|
10661
|
+
"ingress_gw_ar",
|
|
10662
|
+
"voltstack_cluster",
|
|
10663
|
+
"voltstack_cluster_ar"
|
|
10519
10664
|
]
|
|
10665
|
+
},
|
|
10666
|
+
"worker_nodes": {
|
|
10667
|
+
"fields": [
|
|
10668
|
+
"no_worker_nodes",
|
|
10669
|
+
"nodes_per_az",
|
|
10670
|
+
"total_nodes"
|
|
10671
|
+
],
|
|
10672
|
+
"default": "no_worker_nodes"
|
|
10520
10673
|
}
|
|
10521
10674
|
},
|
|
10522
10675
|
"attributes": {
|
|
@@ -10535,35 +10688,53 @@
|
|
|
10535
10688
|
"is_block": true,
|
|
10536
10689
|
"description": "SecretType is used in an object to indicate a sensitive/confidential field."
|
|
10537
10690
|
},
|
|
10691
|
+
"alternate_region": {
|
|
10692
|
+
"type": "string",
|
|
10693
|
+
"required": false,
|
|
10694
|
+
"optional": true,
|
|
10695
|
+
"computed": true,
|
|
10696
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10697
|
+
"oneof_group": "region_choice",
|
|
10698
|
+
"description": "[OneOf: alternate_region, azure_region] Name of the Azure region which does not support availability zones."
|
|
10699
|
+
},
|
|
10538
10700
|
"annotations": {
|
|
10539
10701
|
"type": "map",
|
|
10540
10702
|
"required": false,
|
|
10541
10703
|
"optional": true,
|
|
10542
10704
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
10543
10705
|
},
|
|
10544
|
-
"
|
|
10706
|
+
"azure_cred": {
|
|
10545
10707
|
"type": "object",
|
|
10546
10708
|
"required": false,
|
|
10547
10709
|
"optional": true,
|
|
10548
10710
|
"is_block": true,
|
|
10549
|
-
"oneof_group": "
|
|
10550
|
-
"description": "
|
|
10711
|
+
"oneof_group": "deployment",
|
|
10712
|
+
"description": "Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name."
|
|
10551
10713
|
},
|
|
10552
|
-
"
|
|
10714
|
+
"azure_region": {
|
|
10715
|
+
"type": "string",
|
|
10716
|
+
"required": false,
|
|
10717
|
+
"optional": true,
|
|
10718
|
+
"computed": true,
|
|
10719
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10720
|
+
"oneof_group": "region_choice",
|
|
10721
|
+
"description": "Name of the Azure region which supports availability zones."
|
|
10722
|
+
},
|
|
10723
|
+
"block_all_services": {
|
|
10553
10724
|
"type": "object",
|
|
10554
10725
|
"required": false,
|
|
10555
10726
|
"optional": true,
|
|
10556
10727
|
"is_block": true,
|
|
10557
10728
|
"oneof_group": "blocked_services_choice",
|
|
10558
|
-
"description": "
|
|
10729
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
10559
10730
|
},
|
|
10560
|
-
"
|
|
10731
|
+
"blocked_services": {
|
|
10561
10732
|
"type": "object",
|
|
10562
10733
|
"required": false,
|
|
10563
10734
|
"optional": true,
|
|
10564
10735
|
"is_block": true,
|
|
10565
|
-
"oneof_group": "
|
|
10566
|
-
"description": "
|
|
10736
|
+
"oneof_group": "blocked_services_choice",
|
|
10737
|
+
"description": "Disable node local services on this site."
|
|
10567
10738
|
},
|
|
10568
10739
|
"coordinates": {
|
|
10569
10740
|
"type": "object",
|
|
@@ -10607,21 +10778,6 @@
|
|
|
10607
10778
|
"plan_modifier": "UseStateForUnknown",
|
|
10608
10779
|
"description": "Disk size to be used for this instance in GiB. 80 is 80 GiB."
|
|
10609
10780
|
},
|
|
10610
|
-
"gcp_labels": {
|
|
10611
|
-
"type": "object",
|
|
10612
|
-
"required": false,
|
|
10613
|
-
"optional": true,
|
|
10614
|
-
"is_block": true,
|
|
10615
|
-
"description": "GCP Label is a label consisting of a user-defined key and value. It helps to manage, identify, organize, search for, and filter resources in GCP console."
|
|
10616
|
-
},
|
|
10617
|
-
"gcp_region": {
|
|
10618
|
-
"type": "string",
|
|
10619
|
-
"required": false,
|
|
10620
|
-
"optional": true,
|
|
10621
|
-
"computed": true,
|
|
10622
|
-
"plan_modifier": "UseStateForUnknown",
|
|
10623
|
-
"description": "GCP Region. Name for GCP Region."
|
|
10624
|
-
},
|
|
10625
10781
|
"id": {
|
|
10626
10782
|
"type": "string",
|
|
10627
10783
|
"required": false,
|
|
@@ -10635,7 +10791,15 @@
|
|
|
10635
10791
|
"optional": true,
|
|
10636
10792
|
"is_block": true,
|
|
10637
10793
|
"oneof_group": "site_type",
|
|
10638
|
-
"description": "[OneOf: ingress_egress_gw, ingress_gw, voltstack_cluster]
|
|
10794
|
+
"description": "[OneOf: ingress_egress_gw, ingress_egress_gw_ar, ingress_gw, ingress_gw_ar, voltstack_cluster, voltstack_cluster_ar] Two interface Azure ingress/egress site."
|
|
10795
|
+
},
|
|
10796
|
+
"ingress_egress_gw_ar": {
|
|
10797
|
+
"type": "object",
|
|
10798
|
+
"required": false,
|
|
10799
|
+
"optional": true,
|
|
10800
|
+
"is_block": true,
|
|
10801
|
+
"oneof_group": "site_type",
|
|
10802
|
+
"description": "Two interface Azure ingress/egress site on Alternate Region with no support for zones."
|
|
10639
10803
|
},
|
|
10640
10804
|
"ingress_gw": {
|
|
10641
10805
|
"type": "object",
|
|
@@ -10643,15 +10807,15 @@
|
|
|
10643
10807
|
"optional": true,
|
|
10644
10808
|
"is_block": true,
|
|
10645
10809
|
"oneof_group": "site_type",
|
|
10646
|
-
"description": "
|
|
10810
|
+
"description": "Single interface Azure ingress site on on Recommended Region."
|
|
10647
10811
|
},
|
|
10648
|
-
"
|
|
10649
|
-
"type": "
|
|
10812
|
+
"ingress_gw_ar": {
|
|
10813
|
+
"type": "object",
|
|
10650
10814
|
"required": false,
|
|
10651
10815
|
"optional": true,
|
|
10652
|
-
"
|
|
10653
|
-
"
|
|
10654
|
-
"description": "
|
|
10816
|
+
"is_block": true,
|
|
10817
|
+
"oneof_group": "site_type",
|
|
10818
|
+
"description": "Azure Ingress Gateway on Alternate Region. Single interface Azure ingress site."
|
|
10655
10819
|
},
|
|
10656
10820
|
"kubernetes_upgrade_drain": {
|
|
10657
10821
|
"type": "object",
|
|
@@ -10682,6 +10846,14 @@
|
|
|
10682
10846
|
"oneof_group": "logs_receiver_choice",
|
|
10683
10847
|
"description": "Enable this option"
|
|
10684
10848
|
},
|
|
10849
|
+
"machine_type": {
|
|
10850
|
+
"type": "string",
|
|
10851
|
+
"required": false,
|
|
10852
|
+
"optional": true,
|
|
10853
|
+
"computed": true,
|
|
10854
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10855
|
+
"description": "Select Instance size based on performance needed. The default setting for Accelerated Networking is enabled, thus make sure you select a Virtual Machine that supports accelerated networking or disable the setting under, Select Ingress Gateway or Ingress/Egress Gateway \u003e advanced OPTIONS.."
|
|
10856
|
+
},
|
|
10685
10857
|
"name": {
|
|
10686
10858
|
"type": "string",
|
|
10687
10859
|
"required": true,
|
|
@@ -10696,6 +10868,23 @@
|
|
|
10696
10868
|
"validation": "name",
|
|
10697
10869
|
"description": "Namespace where the Site will be created."
|
|
10698
10870
|
},
|
|
10871
|
+
"no_worker_nodes": {
|
|
10872
|
+
"type": "object",
|
|
10873
|
+
"required": false,
|
|
10874
|
+
"optional": true,
|
|
10875
|
+
"is_block": true,
|
|
10876
|
+
"oneof_group": "worker_nodes",
|
|
10877
|
+
"description": "[OneOf: no_worker_nodes, nodes_per_az, total_nodes; Default: no_worker_nodes] Enable this option"
|
|
10878
|
+
},
|
|
10879
|
+
"nodes_per_az": {
|
|
10880
|
+
"type": "int64",
|
|
10881
|
+
"required": false,
|
|
10882
|
+
"optional": true,
|
|
10883
|
+
"computed": true,
|
|
10884
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10885
|
+
"oneof_group": "worker_nodes",
|
|
10886
|
+
"description": "Desired Worker Nodes Per AZ. Max limit is up to 21."
|
|
10887
|
+
},
|
|
10699
10888
|
"offline_survivability_mode": {
|
|
10700
10889
|
"type": "object",
|
|
10701
10890
|
"required": false,
|
|
@@ -10710,36 +10899,51 @@
|
|
|
10710
10899
|
"is_block": true,
|
|
10711
10900
|
"description": "Select the F5XC Operating System Version for the site. By default, latest available OS Version will be used. Refer to release notes to find required released OS versions."
|
|
10712
10901
|
},
|
|
10713
|
-
"
|
|
10902
|
+
"resource_group": {
|
|
10903
|
+
"type": "string",
|
|
10904
|
+
"required": false,
|
|
10905
|
+
"optional": true,
|
|
10906
|
+
"computed": true,
|
|
10907
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10908
|
+
"description": "Azure resource group for resources that will be created ."
|
|
10909
|
+
},
|
|
10910
|
+
"ssh_key": {
|
|
10911
|
+
"type": "string",
|
|
10912
|
+
"required": false,
|
|
10913
|
+
"optional": true,
|
|
10914
|
+
"computed": true,
|
|
10915
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10916
|
+
"description": "Public SSH key for accessing the site."
|
|
10917
|
+
},
|
|
10918
|
+
"sw": {
|
|
10714
10919
|
"type": "object",
|
|
10715
10920
|
"required": false,
|
|
10716
10921
|
"optional": true,
|
|
10717
10922
|
"is_block": true,
|
|
10718
|
-
"
|
|
10719
|
-
"description": "[OneOf: private_connect_disabled, private_connectivity] Enable this option"
|
|
10923
|
+
"description": "Select the F5XC Software Version for the site. By default, latest available F5XC Software Version will be used. Refer to release notes to find required released SW versions."
|
|
10720
10924
|
},
|
|
10721
|
-
"
|
|
10925
|
+
"tags": {
|
|
10722
10926
|
"type": "object",
|
|
10723
10927
|
"required": false,
|
|
10724
10928
|
"optional": true,
|
|
10725
10929
|
"is_block": true,
|
|
10726
|
-
"
|
|
10727
|
-
"description": "Private Connect Configuration. Private Connect Configuration."
|
|
10930
|
+
"description": "Azure Tags is a label consisting of a user-defined key and value. It helps to manage, identify, organize, search for, and filter resources in Azure console."
|
|
10728
10931
|
},
|
|
10729
|
-
"
|
|
10730
|
-
"type": "
|
|
10932
|
+
"total_nodes": {
|
|
10933
|
+
"type": "int64",
|
|
10731
10934
|
"required": false,
|
|
10732
10935
|
"optional": true,
|
|
10733
10936
|
"computed": true,
|
|
10734
10937
|
"plan_modifier": "UseStateForUnknown",
|
|
10735
|
-
"
|
|
10938
|
+
"oneof_group": "worker_nodes",
|
|
10939
|
+
"description": "Total number of worker nodes to be deployed across all AZ's used in the Site."
|
|
10736
10940
|
},
|
|
10737
|
-
"
|
|
10941
|
+
"vnet": {
|
|
10738
10942
|
"type": "object",
|
|
10739
10943
|
"required": false,
|
|
10740
10944
|
"optional": true,
|
|
10741
10945
|
"is_block": true,
|
|
10742
|
-
"description": "
|
|
10946
|
+
"description": "Defines choice about Azure VNet for a view."
|
|
10743
10947
|
},
|
|
10744
10948
|
"voltstack_cluster": {
|
|
10745
10949
|
"type": "object",
|
|
@@ -10747,7 +10951,15 @@
|
|
|
10747
10951
|
"optional": true,
|
|
10748
10952
|
"is_block": true,
|
|
10749
10953
|
"oneof_group": "site_type",
|
|
10750
|
-
"description": "App Stack
|
|
10954
|
+
"description": "App Stack Cluster of single interface Azure nodes."
|
|
10955
|
+
},
|
|
10956
|
+
"voltstack_cluster_ar": {
|
|
10957
|
+
"type": "object",
|
|
10958
|
+
"required": false,
|
|
10959
|
+
"optional": true,
|
|
10960
|
+
"is_block": true,
|
|
10961
|
+
"oneof_group": "site_type",
|
|
10962
|
+
"description": "App Stack Cluster of single interface Azure nodes."
|
|
10751
10963
|
}
|
|
10752
10964
|
},
|
|
10753
10965
|
"dependencies": {
|
|
@@ -12902,20 +13114,10 @@
|
|
|
12902
13114
|
}
|
|
12903
13115
|
},
|
|
12904
13116
|
"workload": {
|
|
12905
|
-
"description": "Manages
|
|
13117
|
+
"description": "Manages workload_flavor. in F5 Distributed Cloud.",
|
|
12906
13118
|
"category": "Container",
|
|
12907
13119
|
"tier": "Advanced",
|
|
12908
13120
|
"import_format": "namespace/name",
|
|
12909
|
-
"oneof_groups": {
|
|
12910
|
-
"workload_choice": {
|
|
12911
|
-
"fields": [
|
|
12912
|
-
"job",
|
|
12913
|
-
"service",
|
|
12914
|
-
"simple_service",
|
|
12915
|
-
"stateful_service"
|
|
12916
|
-
]
|
|
12917
|
-
}
|
|
12918
|
-
},
|
|
12919
13121
|
"attributes": {
|
|
12920
13122
|
"annotations": {
|
|
12921
13123
|
"type": "map",
|
|
@@ -12935,20 +13137,20 @@
|
|
|
12935
13137
|
"optional": true,
|
|
12936
13138
|
"description": "A value of true will administratively disable the object."
|
|
12937
13139
|
},
|
|
12938
|
-
"
|
|
13140
|
+
"ephemeral_storage": {
|
|
12939
13141
|
"type": "string",
|
|
12940
13142
|
"required": false,
|
|
13143
|
+
"optional": true,
|
|
12941
13144
|
"computed": true,
|
|
12942
13145
|
"plan_modifier": "UseStateForUnknown",
|
|
12943
|
-
"description": "
|
|
13146
|
+
"description": "Ephemeral storage in MiB (mebibyte) allocated for the workload_flavor."
|
|
12944
13147
|
},
|
|
12945
|
-
"
|
|
12946
|
-
"type": "
|
|
13148
|
+
"id": {
|
|
13149
|
+
"type": "string",
|
|
12947
13150
|
"required": false,
|
|
12948
|
-
"
|
|
12949
|
-
"
|
|
12950
|
-
"
|
|
12951
|
-
"description": "[OneOf: job, service, simple_service, stateful_service] Jobs are used for running batch processing tasks and run to completion. Jobs are generally used for tasks like report generation, billing, parallel data processing, ETL processing, etc."
|
|
13151
|
+
"computed": true,
|
|
13152
|
+
"plan_modifier": "UseStateForUnknown",
|
|
13153
|
+
"description": "Unique identifier for the resource."
|
|
12952
13154
|
},
|
|
12953
13155
|
"labels": {
|
|
12954
13156
|
"type": "map",
|
|
@@ -12956,6 +13158,14 @@
|
|
|
12956
13158
|
"optional": true,
|
|
12957
13159
|
"description": "Labels is a user defined key value map that can be attached to resources for organization and filtering."
|
|
12958
13160
|
},
|
|
13161
|
+
"memory": {
|
|
13162
|
+
"type": "string",
|
|
13163
|
+
"required": false,
|
|
13164
|
+
"optional": true,
|
|
13165
|
+
"computed": true,
|
|
13166
|
+
"plan_modifier": "UseStateForUnknown",
|
|
13167
|
+
"description": "Memory in MiB (mebibyte) allocated for the workload_flavor."
|
|
13168
|
+
},
|
|
12959
13169
|
"name": {
|
|
12960
13170
|
"type": "string",
|
|
12961
13171
|
"required": true,
|
|
@@ -12970,29 +13180,13 @@
|
|
|
12970
13180
|
"validation": "name",
|
|
12971
13181
|
"description": "Namespace where the Workload will be created."
|
|
12972
13182
|
},
|
|
12973
|
-
"
|
|
12974
|
-
"type": "
|
|
12975
|
-
"required": false,
|
|
12976
|
-
"optional": true,
|
|
12977
|
-
"is_block": true,
|
|
12978
|
-
"oneof_group": "workload_choice",
|
|
12979
|
-
"description": "Service does not maintain per replica state, however it can be configured to use persistent storage that is shared amongst all the replicas. Replicas of a service are fungible and do not have a stable network identity or storage. Common examples of services are web servers, application servers.."
|
|
12980
|
-
},
|
|
12981
|
-
"simple_service": {
|
|
12982
|
-
"type": "object",
|
|
12983
|
-
"required": false,
|
|
12984
|
-
"optional": true,
|
|
12985
|
-
"is_block": true,
|
|
12986
|
-
"oneof_group": "workload_choice",
|
|
12987
|
-
"description": "SimpleService is a service having one container and one replica that is deployed on all Regional Edges and advertised on Internet via HTTP loadbalancer on default VIP."
|
|
12988
|
-
},
|
|
12989
|
-
"stateful_service": {
|
|
12990
|
-
"type": "object",
|
|
13183
|
+
"vcpus": {
|
|
13184
|
+
"type": "int64",
|
|
12991
13185
|
"required": false,
|
|
12992
13186
|
"optional": true,
|
|
12993
|
-
"
|
|
12994
|
-
"
|
|
12995
|
-
"description": "
|
|
13187
|
+
"computed": true,
|
|
13188
|
+
"plan_modifier": "UseStateForUnknown",
|
|
13189
|
+
"description": "Number of vCPUs allocated for the workload_flavor. Each vCPU is a thread on a CPU core."
|
|
12996
13190
|
}
|
|
12997
13191
|
},
|
|
12998
13192
|
"dependencies": {
|
|
@@ -13080,4 +13274,4 @@
|
|
|
13080
13274
|
}
|
|
13081
13275
|
}
|
|
13082
13276
|
}
|
|
13083
|
-
}
|
|
13277
|
+
}
|