@robinmordasiewicz/f5xc-api-mcp 2.0.2-2601050111 → 2.0.5-2601050335

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.
Files changed (61) hide show
  1. package/dist/generator/domain-metadata.d.ts +46 -7
  2. package/dist/generator/domain-metadata.d.ts.map +1 -1
  3. package/dist/generator/domain-metadata.js +30 -21
  4. package/dist/generator/domain-metadata.js.map +1 -1
  5. package/dist/generator/openapi-parser.d.ts +23 -0
  6. package/dist/generator/openapi-parser.d.ts.map +1 -1
  7. package/dist/generator/openapi-parser.js +14 -0
  8. package/dist/generator/openapi-parser.js.map +1 -1
  9. package/dist/tools/discovery/best-practices.d.ts +3 -0
  10. package/dist/tools/discovery/best-practices.d.ts.map +1 -1
  11. package/dist/tools/discovery/best-practices.js +24 -0
  12. package/dist/tools/discovery/best-practices.js.map +1 -1
  13. package/dist/tools/discovery/index-loader.d.ts.map +1 -1
  14. package/dist/tools/discovery/index-loader.js +2 -0
  15. package/dist/tools/discovery/index-loader.js.map +1 -1
  16. package/dist/tools/discovery/types.d.ts +2 -0
  17. package/dist/tools/discovery/types.d.ts.map +1 -1
  18. package/dist/tools/generated/dependency-graph.json +1 -1
  19. package/dist/version.d.ts +2 -2
  20. package/dist/version.js +2 -2
  21. package/manifest.json +1 -1
  22. package/package.json +1 -1
  23. package/specs/domains/admin_console_and_ui.json +26 -26
  24. package/specs/domains/ai_services.json +22 -22
  25. package/specs/domains/api.json +174 -184
  26. package/specs/domains/authentication.json +46 -46
  27. package/specs/domains/bigip.json +95 -95
  28. package/specs/domains/billing_and_usage.json +64 -64
  29. package/specs/domains/blindfold.json +110 -110
  30. package/specs/domains/bot_and_threat_defense.json +66 -66
  31. package/specs/domains/cdn.json +178 -558
  32. package/specs/domains/ce_management.json +112 -112
  33. package/specs/domains/certificates.json +76 -76
  34. package/specs/domains/cloud_infrastructure.json +113 -113
  35. package/specs/domains/container_services.json +92 -147
  36. package/specs/domains/data_and_privacy_security.json +67 -67
  37. package/specs/domains/data_intelligence.json +63 -63
  38. package/specs/domains/ddos.json +155 -155
  39. package/specs/domains/dns.json +149 -169
  40. package/specs/domains/managed_kubernetes.json +86 -86
  41. package/specs/domains/marketplace.json +104 -104
  42. package/specs/domains/network.json +231 -231
  43. package/specs/domains/network_security.json +188 -198
  44. package/specs/domains/nginx_one.json +63 -63
  45. package/specs/domains/object_storage.json +13 -13
  46. package/specs/domains/observability.json +103 -103
  47. package/specs/domains/rate_limiting.json +53 -53
  48. package/specs/domains/secops_and_incident_response.json +37 -37
  49. package/specs/domains/service_mesh.json +120 -125
  50. package/specs/domains/shape.json +314 -314
  51. package/specs/domains/sites.json +350 -350
  52. package/specs/domains/statistics.json +226 -226
  53. package/specs/domains/support.json +109 -109
  54. package/specs/domains/telemetry_and_insights.json +73 -73
  55. package/specs/domains/tenant_and_identity.json +269 -274
  56. package/specs/domains/threat_campaign.json +67 -87
  57. package/specs/domains/users.json +67 -67
  58. package/specs/domains/virtual.json +245 -875
  59. package/specs/domains/vpm_and_node_management.json +2 -2
  60. package/specs/domains/waf.json +140 -335
  61. package/specs/index.json +2 -183
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Cdn",
5
5
  "description": "Content distribution through global edge networks with rule-based eligibility. Path matchers, cookie patterns, and query parameter filters control caching behavior. Expression-based rules enable fine-grained targeting by request attributes. Load balancer integration provides throughput aggregation, request log queries, and on-demand cache clearing across worldwide distribution points.",
6
- "version": "2.0.2",
6
+ "version": "2.0.5",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -13,7 +13,7 @@
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
15
  "summary": "Path-based policies with TTL controls and header conditions. Purge operations, access logs, and cache eligibility for multi-region deployments.",
16
- "x-ves-cli-domain": "cdn"
16
+ "x-f5xc-cli-domain": "cdn"
17
17
  },
18
18
  "servers": [
19
19
  {
@@ -6244,11 +6244,6 @@
6244
6244
  "example_json": "{\n \"metadata\": {\n \"name\": \"default-waf\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"detection_settings\": {\"signature_detection\": true},\n \"signature_set\": {\"signature_set_name\": \"default_waf_signature_set\"},\n \"bot_defense\": {\"disabled\": false},\n \"data_guard\": {\"disabled\": false},\n \"blocking\": {\"disabled\": false}\n }\n}\n",
6245
6245
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/app_firewalls\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @waf-policy.json\n"
6246
6246
  },
6247
- "x-f5xc-cli-aliases": [
6248
- "firewall",
6249
- "waf-policy",
6250
- "attack-protection"
6251
- ],
6252
6247
  "x-f5xc-cli-domain": "waf"
6253
6248
  },
6254
6249
  "app_firewallAttackType": {
@@ -6299,11 +6294,6 @@
6299
6294
  "example_json": "{\n \"metadata\": {\n \"name\": \"default-waf\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"detection_settings\": {\"signature_detection\": true},\n \"signature_set\": {\"signature_set_name\": \"default_waf_signature_set\"},\n \"bot_defense\": {\"disabled\": false},\n \"data_guard\": {\"disabled\": false},\n \"blocking\": {\"disabled\": false}\n }\n}\n",
6300
6295
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/app_firewalls\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @waf-policy.json\n"
6301
6296
  },
6302
- "x-f5xc-cli-aliases": [
6303
- "firewall",
6304
- "waf-policy",
6305
- "attack-protection"
6306
- ],
6307
6297
  "x-f5xc-cli-domain": "waf"
6308
6298
  },
6309
6299
  "app_securityApiEndpoint": {
@@ -6391,7 +6381,7 @@
6391
6381
  },
6392
6382
  "x-original-maxLength": 1024,
6393
6383
  "x-reconciled-from-discovery": true,
6394
- "x-reconciled-at": "2026-01-04T19:54:30.559839+00:00"
6384
+ "x-reconciled-at": "2026-01-05T03:03:12.185825+00:00"
6395
6385
  },
6396
6386
  "namespace": {
6397
6387
  "type": "string",
@@ -6410,7 +6400,7 @@
6410
6400
  },
6411
6401
  "x-original-maxLength": 1024,
6412
6402
  "x-reconciled-from-discovery": true,
6413
- "x-reconciled-at": "2026-01-04T19:54:30.559845+00:00"
6403
+ "x-reconciled-at": "2026-01-05T03:03:12.185831+00:00"
6414
6404
  },
6415
6405
  "path": {
6416
6406
  "type": "string",
@@ -6581,7 +6571,7 @@
6581
6571
  },
6582
6572
  "x-original-maxLength": 1024,
6583
6573
  "x-reconciled-from-discovery": true,
6584
- "x-reconciled-at": "2026-01-04T19:54:30.559861+00:00"
6574
+ "x-reconciled-at": "2026-01-05T03:03:12.185844+00:00"
6585
6575
  },
6586
6576
  "namespace": {
6587
6577
  "type": "string",
@@ -6600,7 +6590,7 @@
6600
6590
  },
6601
6591
  "x-original-maxLength": 1024,
6602
6592
  "x-reconciled-from-discovery": true,
6603
- "x-reconciled-at": "2026-01-04T19:54:30.559866+00:00"
6593
+ "x-reconciled-at": "2026-01-05T03:03:12.185848+00:00"
6604
6594
  },
6605
6595
  "user_id": {
6606
6596
  "type": "string",
@@ -6670,7 +6660,7 @@
6670
6660
  },
6671
6661
  "x-original-maxLength": 1024,
6672
6662
  "x-reconciled-from-discovery": true,
6673
- "x-reconciled-at": "2026-01-04T19:54:30.559873+00:00"
6663
+ "x-reconciled-at": "2026-01-05T03:03:12.185855+00:00"
6674
6664
  },
6675
6665
  "rule": {
6676
6666
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -6747,7 +6737,7 @@
6747
6737
  },
6748
6738
  "x-original-maxLength": 1024,
6749
6739
  "x-reconciled-from-discovery": true,
6750
- "x-reconciled-at": "2026-01-04T19:54:30.559884+00:00"
6740
+ "x-reconciled-at": "2026-01-05T03:03:12.185865+00:00"
6751
6741
  },
6752
6742
  "namespace": {
6753
6743
  "type": "string",
@@ -6766,7 +6756,7 @@
6766
6756
  },
6767
6757
  "x-original-maxLength": 1024,
6768
6758
  "x-reconciled-from-discovery": true,
6769
- "x-reconciled-at": "2026-01-04T19:54:30.559888+00:00"
6759
+ "x-reconciled-at": "2026-01-05T03:03:12.185869+00:00"
6770
6760
  },
6771
6761
  "tls_fingerprint_matcher": {
6772
6762
  "$ref": "#/components/schemas/policyTlsFingerprintMatcherType"
@@ -6877,7 +6867,7 @@
6877
6867
  },
6878
6868
  "x-original-maxLength": 1024,
6879
6869
  "x-reconciled-from-discovery": true,
6880
- "x-reconciled-at": "2026-01-04T19:54:30.559901+00:00"
6870
+ "x-reconciled-at": "2026-01-05T03:03:12.185880+00:00"
6881
6871
  },
6882
6872
  "namespace": {
6883
6873
  "type": "string",
@@ -6896,7 +6886,7 @@
6896
6886
  },
6897
6887
  "x-original-maxLength": 1024,
6898
6888
  "x-reconciled-from-discovery": true,
6899
- "x-reconciled-at": "2026-01-04T19:54:30.559905+00:00"
6889
+ "x-reconciled-at": "2026-01-05T03:03:12.185883+00:00"
6900
6890
  },
6901
6891
  "path": {
6902
6892
  "type": "string",
@@ -7001,7 +6991,7 @@
7001
6991
  },
7002
6992
  "x-original-maxLength": 1024,
7003
6993
  "x-reconciled-from-discovery": true,
7004
- "x-reconciled-at": "2026-01-04T19:54:30.559916+00:00"
6994
+ "x-reconciled-at": "2026-01-05T03:03:12.185893+00:00"
7005
6995
  },
7006
6996
  "namespace": {
7007
6997
  "type": "string",
@@ -7020,7 +7010,7 @@
7020
7010
  },
7021
7011
  "x-original-maxLength": 1024,
7022
7012
  "x-reconciled-from-discovery": true,
7023
- "x-reconciled-at": "2026-01-04T19:54:30.559920+00:00"
7013
+ "x-reconciled-at": "2026-01-05T03:03:12.185897+00:00"
7024
7014
  },
7025
7015
  "path": {
7026
7016
  "type": "string",
@@ -7119,7 +7109,7 @@
7119
7109
  },
7120
7110
  "x-original-maxLength": 1024,
7121
7111
  "x-reconciled-from-discovery": true,
7122
- "x-reconciled-at": "2026-01-04T19:54:30.559930+00:00"
7112
+ "x-reconciled-at": "2026-01-05T03:03:12.185905+00:00"
7123
7113
  },
7124
7114
  "namespace": {
7125
7115
  "type": "string",
@@ -7138,7 +7128,7 @@
7138
7128
  },
7139
7129
  "x-original-maxLength": 1024,
7140
7130
  "x-reconciled-from-discovery": true,
7141
- "x-reconciled-at": "2026-01-04T19:54:30.559935+00:00"
7131
+ "x-reconciled-at": "2026-01-05T03:03:12.185909+00:00"
7142
7132
  },
7143
7133
  "path": {
7144
7134
  "type": "string",
@@ -7324,7 +7314,7 @@
7324
7314
  },
7325
7315
  "x-original-maxLength": 1024,
7326
7316
  "x-reconciled-from-discovery": true,
7327
- "x-reconciled-at": "2026-01-04T19:54:30.559950+00:00"
7317
+ "x-reconciled-at": "2026-01-05T03:03:12.185922+00:00"
7328
7318
  },
7329
7319
  "namespace": {
7330
7320
  "type": "string",
@@ -7343,7 +7333,7 @@
7343
7333
  },
7344
7334
  "x-original-maxLength": 1024,
7345
7335
  "x-reconciled-from-discovery": true,
7346
- "x-reconciled-at": "2026-01-04T19:54:30.559954+00:00"
7336
+ "x-reconciled-at": "2026-01-05T03:03:12.185926+00:00"
7347
7337
  },
7348
7338
  "sec_event_name": {
7349
7339
  "type": "string",
@@ -7474,7 +7464,7 @@
7474
7464
  },
7475
7465
  "x-original-maxLength": 1024,
7476
7466
  "x-reconciled-from-discovery": true,
7477
- "x-reconciled-at": "2026-01-04T19:54:30.559966+00:00"
7467
+ "x-reconciled-at": "2026-01-05T03:03:12.185937+00:00"
7478
7468
  },
7479
7469
  "rule": {
7480
7470
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -7530,7 +7520,7 @@
7530
7520
  "x-original-maxLength": 256,
7531
7521
  "format": "hostname",
7532
7522
  "x-reconciled-from-discovery": true,
7533
- "x-reconciled-at": "2026-01-04T19:54:30.559975+00:00"
7523
+ "x-reconciled-at": "2026-01-05T03:03:12.185945+00:00"
7534
7524
  },
7535
7525
  "exclude_bot_names": {
7536
7526
  "type": "array",
@@ -7627,7 +7617,7 @@
7627
7617
  },
7628
7618
  "x-original-maxLength": 1024,
7629
7619
  "x-reconciled-from-discovery": true,
7630
- "x-reconciled-at": "2026-01-04T19:54:30.559985+00:00"
7620
+ "x-reconciled-at": "2026-01-05T03:03:12.185953+00:00"
7631
7621
  },
7632
7622
  "namespace": {
7633
7623
  "type": "string",
@@ -7646,7 +7636,7 @@
7646
7636
  },
7647
7637
  "x-original-maxLength": 1024,
7648
7638
  "x-reconciled-from-discovery": true,
7649
- "x-reconciled-at": "2026-01-04T19:54:30.559989+00:00"
7639
+ "x-reconciled-at": "2026-01-05T03:03:12.185957+00:00"
7650
7640
  },
7651
7641
  "req_path": {
7652
7642
  "type": "string",
@@ -7740,7 +7730,7 @@
7740
7730
  },
7741
7731
  "x-original-maxLength": 1024,
7742
7732
  "x-reconciled-from-discovery": true,
7743
- "x-reconciled-at": "2026-01-04T19:54:30.559998+00:00"
7733
+ "x-reconciled-at": "2026-01-05T03:03:12.185965+00:00"
7744
7734
  },
7745
7735
  "waf_exclusion_policy": {
7746
7736
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -7788,7 +7778,7 @@
7788
7778
  },
7789
7779
  "x-original-maxLength": 1024,
7790
7780
  "x-reconciled-from-discovery": true,
7791
- "x-reconciled-at": "2026-01-04T19:54:30.560006+00:00"
7781
+ "x-reconciled-at": "2026-01-05T03:03:12.185971+00:00"
7792
7782
  },
7793
7783
  "namespace": {
7794
7784
  "type": "string",
@@ -7807,7 +7797,7 @@
7807
7797
  },
7808
7798
  "x-original-maxLength": 1024,
7809
7799
  "x-reconciled-from-discovery": true,
7810
- "x-reconciled-at": "2026-01-04T19:54:30.560010+00:00"
7800
+ "x-reconciled-at": "2026-01-05T03:03:12.185975+00:00"
7811
7801
  },
7812
7802
  "request_data": {
7813
7803
  "$ref": "#/components/schemas/app_securityRequestData"
@@ -7941,7 +7931,7 @@
7941
7931
  "maxLength": 15,
7942
7932
  "minLength": 3,
7943
7933
  "x-reconciled-from-discovery": true,
7944
- "x-reconciled-at": "2026-01-04T19:54:30.560025+00:00"
7934
+ "x-reconciled-at": "2026-01-05T03:03:12.185996+00:00"
7945
7935
  }
7946
7936
  },
7947
7937
  "x-f5xc-minimum-configuration": {
@@ -8047,7 +8037,7 @@
8047
8037
  },
8048
8038
  "x-original-maxLength": 1024,
8049
8039
  "x-reconciled-from-discovery": true,
8050
- "x-reconciled-at": "2026-01-04T19:54:30.560032+00:00"
8040
+ "x-reconciled-at": "2026-01-05T03:03:12.186003+00:00"
8051
8041
  }
8052
8042
  },
8053
8043
  "x-f5xc-minimum-configuration": {
@@ -8187,7 +8177,7 @@
8187
8177
  },
8188
8178
  "x-original-maxLength": 1024,
8189
8179
  "x-reconciled-from-discovery": true,
8190
- "x-reconciled-at": "2026-01-04T19:54:30.560043+00:00"
8180
+ "x-reconciled-at": "2026-01-05T03:03:12.186013+00:00"
8191
8181
  },
8192
8182
  "query": {
8193
8183
  "type": "string",
@@ -8370,7 +8360,7 @@
8370
8360
  },
8371
8361
  "x-original-maxLength": 1024,
8372
8362
  "x-reconciled-from-discovery": true,
8373
- "x-reconciled-at": "2026-01-04T19:54:30.560058+00:00"
8363
+ "x-reconciled-at": "2026-01-05T03:03:12.186027+00:00"
8374
8364
  },
8375
8365
  "start_time": {
8376
8366
  "type": "string",
@@ -8638,7 +8628,7 @@
8638
8628
  },
8639
8629
  "x-original-maxLength": 1024,
8640
8630
  "x-reconciled-from-discovery": true,
8641
- "x-reconciled-at": "2026-01-04T19:54:30.560078+00:00"
8631
+ "x-reconciled-at": "2026-01-05T03:03:12.186045+00:00"
8642
8632
  },
8643
8633
  "query": {
8644
8634
  "type": "string",
@@ -8841,7 +8831,7 @@
8841
8831
  },
8842
8832
  "x-original-maxLength": 1024,
8843
8833
  "x-reconciled-from-discovery": true,
8844
- "x-reconciled-at": "2026-01-04T19:54:30.560096+00:00"
8834
+ "x-reconciled-at": "2026-01-05T03:03:12.186061+00:00"
8845
8835
  },
8846
8836
  "scroll_id": {
8847
8837
  "type": "string",
@@ -8932,7 +8922,7 @@
8932
8922
  },
8933
8923
  "x-original-maxLength": 1024,
8934
8924
  "x-reconciled-from-discovery": true,
8935
- "x-reconciled-at": "2026-01-04T19:54:30.560105+00:00"
8925
+ "x-reconciled-at": "2026-01-05T03:03:12.186069+00:00"
8936
8926
  },
8937
8927
  "query": {
8938
8928
  "type": "string",
@@ -9114,7 +9104,7 @@
9114
9104
  },
9115
9105
  "x-original-maxLength": 1024,
9116
9106
  "x-reconciled-from-discovery": true,
9117
- "x-reconciled-at": "2026-01-04T19:54:30.560120+00:00"
9107
+ "x-reconciled-at": "2026-01-05T03:03:12.186082+00:00"
9118
9108
  },
9119
9109
  "query": {
9120
9110
  "type": "string",
@@ -9317,7 +9307,7 @@
9317
9307
  },
9318
9308
  "x-original-maxLength": 1024,
9319
9309
  "x-reconciled-from-discovery": true,
9320
- "x-reconciled-at": "2026-01-04T19:54:30.560137+00:00"
9310
+ "x-reconciled-at": "2026-01-05T03:03:12.186098+00:00"
9321
9311
  },
9322
9312
  "scroll_id": {
9323
9313
  "type": "string",
@@ -9408,7 +9398,7 @@
9408
9398
  },
9409
9399
  "x-original-maxLength": 1024,
9410
9400
  "x-reconciled-from-discovery": true,
9411
- "x-reconciled-at": "2026-01-04T19:54:30.560146+00:00"
9401
+ "x-reconciled-at": "2026-01-05T03:03:12.186106+00:00"
9412
9402
  },
9413
9403
  "query": {
9414
9404
  "type": "string",
@@ -9590,7 +9580,7 @@
9590
9580
  },
9591
9581
  "x-original-maxLength": 1024,
9592
9582
  "x-reconciled-from-discovery": true,
9593
- "x-reconciled-at": "2026-01-04T19:54:30.560161+00:00"
9583
+ "x-reconciled-at": "2026-01-05T03:03:12.186120+00:00"
9594
9584
  },
9595
9585
  "query": {
9596
9586
  "type": "string",
@@ -9793,7 +9783,7 @@
9793
9783
  },
9794
9784
  "x-original-maxLength": 1024,
9795
9785
  "x-reconciled-from-discovery": true,
9796
- "x-reconciled-at": "2026-01-04T19:54:30.560178+00:00"
9786
+ "x-reconciled-at": "2026-01-05T03:03:12.186136+00:00"
9797
9787
  },
9798
9788
  "scroll_id": {
9799
9789
  "type": "string",
@@ -9866,7 +9856,7 @@
9866
9856
  },
9867
9857
  "x-original-maxLength": 1024,
9868
9858
  "x-reconciled-from-discovery": true,
9869
- "x-reconciled-at": "2026-01-04T19:54:30.560185+00:00"
9859
+ "x-reconciled-at": "2026-01-05T03:03:12.186144+00:00"
9870
9860
  },
9871
9861
  "id": {
9872
9862
  "type": "string",
@@ -9980,7 +9970,7 @@
9980
9970
  },
9981
9971
  "x-original-maxLength": 1024,
9982
9972
  "x-reconciled-from-discovery": true,
9983
- "x-reconciled-at": "2026-01-04T19:54:30.560196+00:00"
9973
+ "x-reconciled-at": "2026-01-05T03:03:12.186154+00:00"
9984
9974
  },
9985
9975
  "references": {
9986
9976
  "type": "array",
@@ -12110,11 +12100,6 @@
12110
12100
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
12111
12101
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
12112
12102
  },
12113
- "x-f5xc-cli-aliases": [
12114
- "http-lb",
12115
- "virtual-service",
12116
- "api-endpoint"
12117
- ],
12118
12103
  "x-f5xc-cli-domain": "virtual"
12119
12104
  },
12120
12105
  "http_loadbalancerSensitiveDataTypes": {
@@ -12168,11 +12153,6 @@
12168
12153
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
12169
12154
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
12170
12155
  },
12171
- "x-f5xc-cli-aliases": [
12172
- "http-lb",
12173
- "virtual-service",
12174
- "api-endpoint"
12175
- ],
12176
12156
  "x-f5xc-cli-domain": "virtual"
12177
12157
  },
12178
12158
  "ioschemaHeaderMatcherType": {
@@ -12250,7 +12230,7 @@
12250
12230
  },
12251
12231
  "x-original-maxLength": 256,
12252
12232
  "x-reconciled-from-discovery": true,
12253
- "x-reconciled-at": "2026-01-04T19:54:30.560375+00:00"
12233
+ "x-reconciled-at": "2026-01-05T03:03:12.186314+00:00"
12254
12234
  },
12255
12235
  "presence": {
12256
12236
  "type": "boolean",
@@ -12331,7 +12311,7 @@
12331
12311
  "readOnly": true,
12332
12312
  "x-original-maxLength": 1024,
12333
12313
  "x-reconciled-from-discovery": true,
12334
- "x-reconciled-at": "2026-01-04T19:54:30.560383+00:00"
12314
+ "x-reconciled-at": "2026-01-05T03:03:12.186321+00:00"
12335
12315
  },
12336
12316
  "name": {
12337
12317
  "type": "string",
@@ -12350,7 +12330,7 @@
12350
12330
  },
12351
12331
  "x-original-maxLength": 1024,
12352
12332
  "x-reconciled-from-discovery": true,
12353
- "x-reconciled-at": "2026-01-04T19:54:30.560387+00:00"
12333
+ "x-reconciled-at": "2026-01-05T03:03:12.186325+00:00"
12354
12334
  },
12355
12335
  "namespace": {
12356
12336
  "type": "string",
@@ -12369,7 +12349,7 @@
12369
12349
  },
12370
12350
  "x-original-maxLength": 1024,
12371
12351
  "x-reconciled-from-discovery": true,
12372
- "x-reconciled-at": "2026-01-04T19:54:30.560391+00:00"
12352
+ "x-reconciled-at": "2026-01-05T03:03:12.186329+00:00"
12373
12353
  },
12374
12354
  "tenant": {
12375
12355
  "type": "string",
@@ -12390,7 +12370,7 @@
12390
12370
  "x-field-mutability": "read-only",
12391
12371
  "x-original-maxLength": 1024,
12392
12372
  "x-reconciled-from-discovery": true,
12393
- "x-reconciled-at": "2026-01-04T19:54:30.560396+00:00"
12373
+ "x-reconciled-at": "2026-01-05T03:03:12.186333+00:00"
12394
12374
  },
12395
12375
  "uid": {
12396
12376
  "type": "string",
@@ -12412,7 +12392,7 @@
12412
12392
  "x-original-maxLength": 1024,
12413
12393
  "format": "uuid",
12414
12394
  "x-reconciled-from-discovery": true,
12415
- "x-reconciled-at": "2026-01-04T19:54:30.560401+00:00"
12395
+ "x-reconciled-at": "2026-01-05T03:03:12.186338+00:00"
12416
12396
  }
12417
12397
  },
12418
12398
  "x-f5xc-minimum-configuration": {
@@ -12450,7 +12430,7 @@
12450
12430
  "maxLength": 15,
12451
12431
  "minLength": 3,
12452
12432
  "x-reconciled-from-discovery": true,
12453
- "x-reconciled-at": "2026-01-04T19:54:30.560407+00:00"
12433
+ "x-reconciled-at": "2026-01-05T03:03:12.186342+00:00"
12454
12434
  }
12455
12435
  },
12456
12436
  "x-f5xc-minimum-configuration": {
@@ -12670,7 +12650,7 @@
12670
12650
  },
12671
12651
  "x-original-maxLength": 1024,
12672
12652
  "x-reconciled-from-discovery": true,
12673
- "x-reconciled-at": "2026-01-04T19:54:30.560447+00:00"
12653
+ "x-reconciled-at": "2026-01-05T03:03:12.186362+00:00"
12674
12654
  },
12675
12655
  "order_by": {
12676
12656
  "$ref": "#/components/schemas/logOrderByData"
@@ -12772,7 +12752,7 @@
12772
12752
  },
12773
12753
  "x-original-maxLength": 1024,
12774
12754
  "x-reconciled-from-discovery": true,
12775
- "x-reconciled-at": "2026-01-04T19:54:30.560460+00:00"
12755
+ "x-reconciled-at": "2026-01-05T03:03:12.186373+00:00"
12776
12756
  },
12777
12757
  "order_by": {
12778
12758
  "$ref": "#/components/schemas/logOrderByData"
@@ -12882,7 +12862,7 @@
12882
12862
  },
12883
12863
  "x-original-maxLength": 1024,
12884
12864
  "x-reconciled-from-discovery": true,
12885
- "x-reconciled-at": "2026-01-04T19:54:30.560476+00:00"
12865
+ "x-reconciled-at": "2026-01-05T03:03:12.186386+00:00"
12886
12866
  }
12887
12867
  },
12888
12868
  "x-f5xc-minimum-configuration": {
@@ -13040,7 +13020,7 @@
13040
13020
  },
13041
13021
  "x-original-maxLength": 1024,
13042
13022
  "x-reconciled-from-discovery": true,
13043
- "x-reconciled-at": "2026-01-04T19:54:30.560489+00:00"
13023
+ "x-reconciled-at": "2026-01-05T03:03:12.186397+00:00"
13044
13024
  },
13045
13025
  "sub_aggs": {
13046
13026
  "type": "object",
@@ -13144,7 +13124,7 @@
13144
13124
  "maxLength": 15,
13145
13125
  "minLength": 3,
13146
13126
  "x-reconciled-from-discovery": true,
13147
- "x-reconciled-at": "2026-01-04T19:54:30.560507+00:00"
13127
+ "x-reconciled-at": "2026-01-05T03:03:12.186413+00:00"
13148
13128
  }
13149
13129
  },
13150
13130
  "x-f5xc-minimum-configuration": {
@@ -13199,7 +13179,7 @@
13199
13179
  "maxLength": 15,
13200
13180
  "minLength": 3,
13201
13181
  "x-reconciled-from-discovery": true,
13202
- "x-reconciled-at": "2026-01-04T19:54:30.560515+00:00"
13182
+ "x-reconciled-at": "2026-01-05T03:03:12.186418+00:00"
13203
13183
  }
13204
13184
  },
13205
13185
  "x-f5xc-minimum-configuration": {
@@ -13416,7 +13396,7 @@
13416
13396
  "maxLength": 16,
13417
13397
  "minLength": 7,
13418
13398
  "x-reconciled-from-discovery": true,
13419
- "x-reconciled-at": "2026-01-04T19:54:30.560537+00:00"
13399
+ "x-reconciled-at": "2026-01-05T03:03:12.186437+00:00"
13420
13400
  },
13421
13401
  "value": {
13422
13402
  "type": "number",
@@ -13432,7 +13412,7 @@
13432
13412
  "maxLength": 15,
13433
13413
  "minLength": 3,
13434
13414
  "x-reconciled-from-discovery": true,
13435
- "x-reconciled-at": "2026-01-04T19:54:30.560542+00:00"
13415
+ "x-reconciled-at": "2026-01-05T03:03:12.186441+00:00"
13436
13416
  }
13437
13417
  },
13438
13418
  "x-f5xc-minimum-configuration": {
@@ -13558,7 +13538,7 @@
13558
13538
  },
13559
13539
  "x-original-maxLength": 1024,
13560
13540
  "x-reconciled-from-discovery": true,
13561
- "x-reconciled-at": "2026-01-04T19:54:30.560553+00:00"
13541
+ "x-reconciled-at": "2026-01-05T03:03:12.186451+00:00"
13562
13542
  },
13563
13543
  "sec_event_type": {
13564
13544
  "type": "string",
@@ -13693,7 +13673,7 @@
13693
13673
  },
13694
13674
  "x-original-maxLength": 1024,
13695
13675
  "x-reconciled-from-discovery": true,
13696
- "x-reconciled-at": "2026-01-04T19:54:30.560566+00:00"
13676
+ "x-reconciled-at": "2026-01-05T03:03:12.186462+00:00"
13697
13677
  }
13698
13678
  },
13699
13679
  "x-f5xc-minimum-configuration": {
@@ -13770,7 +13750,7 @@
13770
13750
  },
13771
13751
  "x-original-maxLength": 1024,
13772
13752
  "x-reconciled-from-discovery": true,
13773
- "x-reconciled-at": "2026-01-04T19:54:30.560573+00:00"
13753
+ "x-reconciled-at": "2026-01-05T03:03:12.186468+00:00"
13774
13754
  }
13775
13755
  },
13776
13756
  "x-f5xc-minimum-configuration": {
@@ -14336,7 +14316,7 @@
14336
14316
  },
14337
14317
  "x-original-maxLength": 256,
14338
14318
  "x-reconciled-from-discovery": true,
14339
- "x-reconciled-at": "2026-01-04T19:54:30.560618+00:00"
14319
+ "x-reconciled-at": "2026-01-05T03:03:12.186507+00:00"
14340
14320
  }
14341
14321
  },
14342
14322
  "x-f5xc-minimum-configuration": {
@@ -14911,7 +14891,7 @@
14911
14891
  },
14912
14892
  "x-original-maxLength": 256,
14913
14893
  "x-reconciled-from-discovery": true,
14914
- "x-reconciled-at": "2026-01-04T19:54:30.560637+00:00"
14894
+ "x-reconciled-at": "2026-01-05T03:03:12.186523+00:00"
14915
14895
  }
14916
14896
  },
14917
14897
  "x-f5xc-minimum-configuration": {
@@ -15727,7 +15707,7 @@
15727
15707
  },
15728
15708
  "x-original-maxLength": 256,
15729
15709
  "x-reconciled-from-discovery": true,
15730
- "x-reconciled-at": "2026-01-04T19:54:30.560679+00:00"
15710
+ "x-reconciled-at": "2026-01-05T03:03:12.186560+00:00"
15731
15711
  },
15732
15712
  "name": {
15733
15713
  "type": "string",
@@ -15757,7 +15737,7 @@
15757
15737
  },
15758
15738
  "x-original-maxLength": 1024,
15759
15739
  "x-reconciled-from-discovery": true,
15760
- "x-reconciled-at": "2026-01-04T19:54:30.560683+00:00"
15740
+ "x-reconciled-at": "2026-01-05T03:03:12.186564+00:00"
15761
15741
  }
15762
15742
  },
15763
15743
  "x-f5xc-minimum-configuration": {
@@ -15861,7 +15841,7 @@
15861
15841
  },
15862
15842
  "x-original-maxLength": 1024,
15863
15843
  "x-reconciled-from-discovery": true,
15864
- "x-reconciled-at": "2026-01-04T19:54:30.560689+00:00"
15844
+ "x-reconciled-at": "2026-01-05T03:03:12.186569+00:00"
15865
15845
  },
15866
15846
  "previous_value": {
15867
15847
  "type": "string",
@@ -15895,7 +15875,7 @@
15895
15875
  },
15896
15876
  "x-original-maxLength": 1024,
15897
15877
  "x-reconciled-from-discovery": true,
15898
- "x-reconciled-at": "2026-01-04T19:54:30.560696+00:00"
15878
+ "x-reconciled-at": "2026-01-05T03:03:12.186575+00:00"
15899
15879
  }
15900
15880
  },
15901
15881
  "x-f5xc-minimum-configuration": {
@@ -16443,7 +16423,7 @@
16443
16423
  },
16444
16424
  "x-original-maxLength": 256,
16445
16425
  "x-reconciled-from-discovery": true,
16446
- "x-reconciled-at": "2026-01-04T19:54:30.560739+00:00"
16426
+ "x-reconciled-at": "2026-01-05T03:03:12.186613+00:00"
16447
16427
  }
16448
16428
  },
16449
16429
  "x-f5xc-minimum-configuration": {
@@ -16566,7 +16546,7 @@
16566
16546
  },
16567
16547
  "x-original-maxLength": 256,
16568
16548
  "x-reconciled-from-discovery": true,
16569
- "x-reconciled-at": "2026-01-04T19:54:30.560751+00:00"
16549
+ "x-reconciled-at": "2026-01-05T03:03:12.186623+00:00"
16570
16550
  }
16571
16551
  },
16572
16552
  "x-f5xc-minimum-configuration": {
@@ -16620,7 +16600,7 @@
16620
16600
  },
16621
16601
  "x-original-maxLength": 128,
16622
16602
  "x-reconciled-from-discovery": true,
16623
- "x-reconciled-at": "2026-01-04T19:54:30.560755+00:00"
16603
+ "x-reconciled-at": "2026-01-05T03:03:12.186627+00:00"
16624
16604
  },
16625
16605
  "namespace": {
16626
16606
  "type": "string",
@@ -16645,7 +16625,7 @@
16645
16625
  },
16646
16626
  "x-original-maxLength": 64,
16647
16627
  "x-reconciled-from-discovery": true,
16648
- "x-reconciled-at": "2026-01-04T19:54:30.560759+00:00"
16628
+ "x-reconciled-at": "2026-01-05T03:03:12.186631+00:00"
16649
16629
  },
16650
16630
  "tenant": {
16651
16631
  "type": "string",
@@ -16672,7 +16652,7 @@
16672
16652
  "x-field-mutability": "read-only",
16673
16653
  "x-original-maxLength": 64,
16674
16654
  "x-reconciled-from-discovery": true,
16675
- "x-reconciled-at": "2026-01-04T19:54:30.560764+00:00"
16655
+ "x-reconciled-at": "2026-01-05T03:03:12.186635+00:00"
16676
16656
  }
16677
16657
  },
16678
16658
  "x-f5xc-minimum-configuration": {
@@ -16894,7 +16874,7 @@
16894
16874
  },
16895
16875
  "x-original-maxLength": 1024,
16896
16876
  "x-reconciled-from-discovery": true,
16897
- "x-reconciled-at": "2026-01-04T19:54:38.251173+00:00"
16877
+ "x-reconciled-at": "2026-01-05T03:03:18.819214+00:00"
16898
16878
  }
16899
16879
  },
16900
16880
  "x-f5xc-example": "[EMAIL, CC]",
@@ -17467,7 +17447,7 @@
17467
17447
  },
17468
17448
  "x-original-maxLength": 1024,
17469
17449
  "x-reconciled-from-discovery": true,
17470
- "x-reconciled-at": "2026-01-04T19:54:38.251238+00:00"
17450
+ "x-reconciled-at": "2026-01-05T03:03:18.819274+00:00"
17471
17451
  },
17472
17452
  "query": {
17473
17453
  "type": "array",
@@ -17685,7 +17665,7 @@
17685
17665
  },
17686
17666
  "x-original-maxLength": 1024,
17687
17667
  "x-reconciled-from-discovery": true,
17688
- "x-reconciled-at": "2026-01-04T19:54:38.251256+00:00"
17668
+ "x-reconciled-at": "2026-01-05T03:03:18.819291+00:00"
17689
17669
  },
17690
17670
  "query": {
17691
17671
  "type": "array",
@@ -18710,7 +18690,7 @@
18710
18690
  },
18711
18691
  "x-original-maxLength": 1024,
18712
18692
  "x-reconciled-from-discovery": true,
18713
- "x-reconciled-at": "2026-01-04T19:54:38.251357+00:00"
18693
+ "x-reconciled-at": "2026-01-05T03:03:18.819382+00:00"
18714
18694
  },
18715
18695
  "namespace": {
18716
18696
  "type": "string",
@@ -18729,7 +18709,7 @@
18729
18709
  },
18730
18710
  "x-original-maxLength": 1024,
18731
18711
  "x-reconciled-from-discovery": true,
18732
- "x-reconciled-at": "2026-01-04T19:54:38.251362+00:00"
18712
+ "x-reconciled-at": "2026-01-05T03:03:18.819387+00:00"
18733
18713
  }
18734
18714
  },
18735
18715
  "x-f5xc-minimum-configuration": {
@@ -18802,7 +18782,7 @@
18802
18782
  },
18803
18783
  "x-original-maxLength": 1024,
18804
18784
  "x-reconciled-from-discovery": true,
18805
- "x-reconciled-at": "2026-01-04T19:54:38.251372+00:00"
18785
+ "x-reconciled-at": "2026-01-05T03:03:18.819395+00:00"
18806
18786
  }
18807
18787
  },
18808
18788
  "x-f5xc-minimum-configuration": {
@@ -18900,7 +18880,7 @@
18900
18880
  "maxLength": 17,
18901
18881
  "minLength": 17,
18902
18882
  "x-reconciled-from-discovery": true,
18903
- "x-reconciled-at": "2026-01-04T19:54:38.251387+00:00"
18883
+ "x-reconciled-at": "2026-01-05T03:03:18.819409+00:00"
18904
18884
  },
18905
18885
  "system_metadata": {
18906
18886
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -19776,7 +19756,7 @@
19776
19756
  },
19777
19757
  "x-original-maxLength": 1024,
19778
19758
  "x-reconciled-from-discovery": true,
19779
- "x-reconciled-at": "2026-01-04T19:54:38.251465+00:00"
19759
+ "x-reconciled-at": "2026-01-05T03:03:18.819467+00:00"
19780
19760
  },
19781
19761
  "start_time": {
19782
19762
  "type": "string",
@@ -19956,7 +19936,7 @@
19956
19936
  },
19957
19937
  "x-original-maxLength": 1024,
19958
19938
  "x-reconciled-from-discovery": true,
19959
- "x-reconciled-at": "2026-01-04T19:54:38.251483+00:00"
19939
+ "x-reconciled-at": "2026-01-05T03:03:18.819481+00:00"
19960
19940
  }
19961
19941
  },
19962
19942
  "x-f5xc-minimum-configuration": {
@@ -20011,7 +19991,7 @@
20011
19991
  "maxLength": 15,
20012
19992
  "minLength": 3,
20013
19993
  "x-reconciled-from-discovery": true,
20014
- "x-reconciled-at": "2026-01-04T19:54:38.251491+00:00"
19994
+ "x-reconciled-at": "2026-01-05T03:03:18.819488+00:00"
20015
19995
  }
20016
19996
  },
20017
19997
  "x-f5xc-minimum-configuration": {
@@ -20065,7 +20045,7 @@
20065
20045
  },
20066
20046
  "x-original-maxLength": 1024,
20067
20047
  "x-reconciled-from-discovery": true,
20068
- "x-reconciled-at": "2026-01-04T19:54:38.251498+00:00"
20048
+ "x-reconciled-at": "2026-01-05T03:03:18.819494+00:00"
20069
20049
  }
20070
20050
  },
20071
20051
  "x-f5xc-minimum-configuration": {
@@ -20192,7 +20172,7 @@
20192
20172
  },
20193
20173
  "x-original-maxLength": 1024,
20194
20174
  "x-reconciled-from-discovery": true,
20195
- "x-reconciled-at": "2026-01-04T19:54:38.251509+00:00"
20175
+ "x-reconciled-at": "2026-01-05T03:03:18.819503+00:00"
20196
20176
  },
20197
20177
  "disabled": {
20198
20178
  "type": "boolean",
@@ -20242,7 +20222,7 @@
20242
20222
  },
20243
20223
  "x-original-maxLength": 1024,
20244
20224
  "x-reconciled-from-discovery": true,
20245
- "x-reconciled-at": "2026-01-04T19:54:38.251520+00:00"
20225
+ "x-reconciled-at": "2026-01-05T03:03:18.819512+00:00"
20246
20226
  },
20247
20227
  "namespace": {
20248
20228
  "type": "string",
@@ -20261,7 +20241,7 @@
20261
20241
  },
20262
20242
  "x-original-maxLength": 1024,
20263
20243
  "x-reconciled-from-discovery": true,
20264
- "x-reconciled-at": "2026-01-04T19:54:38.251525+00:00"
20244
+ "x-reconciled-at": "2026-01-05T03:03:18.819516+00:00"
20265
20245
  },
20266
20246
  "owner_view": {
20267
20247
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -20302,7 +20282,7 @@
20302
20282
  "x-field-mutability": "read-only",
20303
20283
  "x-original-maxLength": 1024,
20304
20284
  "x-reconciled-from-discovery": true,
20305
- "x-reconciled-at": "2026-01-04T19:54:38.251533+00:00"
20285
+ "x-reconciled-at": "2026-01-05T03:03:18.819523+00:00"
20306
20286
  },
20307
20287
  "uid": {
20308
20288
  "type": "string",
@@ -20323,7 +20303,7 @@
20323
20303
  "x-original-maxLength": 1024,
20324
20304
  "format": "uuid",
20325
20305
  "x-reconciled-from-discovery": true,
20326
- "x-reconciled-at": "2026-01-04T19:54:38.251538+00:00"
20306
+ "x-reconciled-at": "2026-01-05T03:03:18.819528+00:00"
20327
20307
  }
20328
20308
  },
20329
20309
  "x-f5xc-minimum-configuration": {
@@ -20904,7 +20884,7 @@
20904
20884
  },
20905
20885
  "x-original-maxLength": 1024,
20906
20886
  "x-reconciled-from-discovery": true,
20907
- "x-reconciled-at": "2026-01-04T19:54:38.251589+00:00"
20887
+ "x-reconciled-at": "2026-01-05T03:03:18.819572+00:00"
20908
20888
  },
20909
20889
  "namespace": {
20910
20890
  "type": "string",
@@ -20930,7 +20910,7 @@
20930
20910
  },
20931
20911
  "x-original-maxLength": 1024,
20932
20912
  "x-reconciled-from-discovery": true,
20933
- "x-reconciled-at": "2026-01-04T19:54:38.251593+00:00"
20913
+ "x-reconciled-at": "2026-01-05T03:03:18.819576+00:00"
20934
20914
  },
20935
20915
  "service_op_id": {
20936
20916
  "type": "integer",
@@ -21190,7 +21170,7 @@
21190
21170
  },
21191
21171
  "x-original-maxLength": 1024,
21192
21172
  "x-reconciled-from-discovery": true,
21193
- "x-reconciled-at": "2026-01-04T19:54:38.251615+00:00"
21173
+ "x-reconciled-at": "2026-01-05T03:03:18.819595+00:00"
21194
21174
  },
21195
21175
  "namespace": {
21196
21176
  "type": "string",
@@ -21216,7 +21196,7 @@
21216
21196
  },
21217
21197
  "x-original-maxLength": 1024,
21218
21198
  "x-reconciled-from-discovery": true,
21219
- "x-reconciled-at": "2026-01-04T19:54:38.251620+00:00"
21199
+ "x-reconciled-at": "2026-01-05T03:03:18.819599+00:00"
21220
21200
  },
21221
21201
  "time_range": {
21222
21202
  "$ref": "#/components/schemas/common_cdnServiceOperationsTimeRange"
@@ -21490,7 +21470,7 @@
21490
21470
  },
21491
21471
  "x-original-maxLength": 1024,
21492
21472
  "x-reconciled-from-discovery": true,
21493
- "x-reconciled-at": "2026-01-04T19:54:38.251644+00:00"
21473
+ "x-reconciled-at": "2026-01-05T03:03:18.819620+00:00"
21494
21474
  }
21495
21475
  },
21496
21476
  "x-f5xc-minimum-configuration": {
@@ -22139,7 +22119,7 @@
22139
22119
  },
22140
22120
  "x-original-maxLength": 1024,
22141
22121
  "x-reconciled-from-discovery": true,
22142
- "x-reconciled-at": "2026-01-04T19:54:38.251717+00:00"
22122
+ "x-reconciled-at": "2026-01-05T03:03:18.819684+00:00"
22143
22123
  }
22144
22124
  },
22145
22125
  "x-f5xc-minimum-configuration": {
@@ -24534,7 +24514,7 @@
24534
24514
  },
24535
24515
  "x-original-maxLength": 1024,
24536
24516
  "x-reconciled-from-discovery": true,
24537
- "x-reconciled-at": "2026-01-04T19:54:38.252010+00:00"
24517
+ "x-reconciled-at": "2026-01-05T03:03:18.819945+00:00"
24538
24518
  },
24539
24519
  "uid": {
24540
24520
  "type": "string",
@@ -24555,7 +24535,7 @@
24555
24535
  "x-original-maxLength": 1024,
24556
24536
  "format": "uuid",
24557
24537
  "x-reconciled-from-discovery": true,
24558
- "x-reconciled-at": "2026-01-04T19:54:38.252015+00:00"
24538
+ "x-reconciled-at": "2026-01-05T03:03:18.819950+00:00"
24559
24539
  }
24560
24540
  },
24561
24541
  "x-f5xc-minimum-configuration": {
@@ -24676,11 +24656,6 @@
24676
24656
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
24677
24657
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
24678
24658
  },
24679
- "x-f5xc-cli-aliases": [
24680
- "http-lb",
24681
- "virtual-service",
24682
- "api-endpoint"
24683
- ],
24684
24659
  "x-f5xc-cli-domain": "virtual"
24685
24660
  },
24686
24661
  "ioschemaEmpty": {
@@ -24839,11 +24814,6 @@
24839
24814
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
24840
24815
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
24841
24816
  },
24842
- "x-f5xc-cli-aliases": [
24843
- "pool",
24844
- "backend-pool",
24845
- "server-group"
24846
- ],
24847
24817
  "x-f5xc-cli-domain": "virtual"
24848
24818
  },
24849
24819
  "origin_poolOriginServerPublicName": {
@@ -24919,11 +24889,6 @@
24919
24889
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
24920
24890
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
24921
24891
  },
24922
- "x-f5xc-cli-aliases": [
24923
- "pool",
24924
- "backend-pool",
24925
- "server-group"
24926
- ],
24927
24892
  "x-f5xc-cli-domain": "virtual"
24928
24893
  },
24929
24894
  "origin_poolTlsCertificatesType": {
@@ -24975,11 +24940,6 @@
24975
24940
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
24976
24941
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
24977
24942
  },
24978
- "x-f5xc-cli-aliases": [
24979
- "pool",
24980
- "backend-pool",
24981
- "server-group"
24982
- ],
24983
24943
  "x-f5xc-cli-domain": "virtual"
24984
24944
  },
24985
24945
  "origin_poolUpstreamTlsParameters": {
@@ -25086,11 +25046,6 @@
25086
25046
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
25087
25047
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
25088
25048
  },
25089
- "x-f5xc-cli-aliases": [
25090
- "pool",
25091
- "backend-pool",
25092
- "server-group"
25093
- ],
25094
25049
  "x-f5xc-cli-domain": "virtual"
25095
25050
  },
25096
25051
  "origin_poolUpstreamTlsValidationContext": {
@@ -25141,11 +25096,6 @@
25141
25096
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
25142
25097
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
25143
25098
  },
25144
- "x-f5xc-cli-aliases": [
25145
- "pool",
25146
- "backend-pool",
25147
- "server-group"
25148
- ],
25149
25099
  "x-f5xc-cli-domain": "virtual"
25150
25100
  },
25151
25101
  "policyArgMatcherType": {
@@ -25207,7 +25157,7 @@
25207
25157
  },
25208
25158
  "x-original-maxLength": 256,
25209
25159
  "x-reconciled-from-discovery": true,
25210
- "x-reconciled-at": "2026-01-04T19:54:38.252246+00:00"
25160
+ "x-reconciled-at": "2026-01-05T03:03:18.820156+00:00"
25211
25161
  }
25212
25162
  },
25213
25163
  "x-f5xc-minimum-configuration": {
@@ -25557,7 +25507,7 @@
25557
25507
  },
25558
25508
  "x-original-maxLength": 256,
25559
25509
  "x-reconciled-from-discovery": true,
25560
- "x-reconciled-at": "2026-01-04T19:54:38.252303+00:00"
25510
+ "x-reconciled-at": "2026-01-05T03:03:18.820204+00:00"
25561
25511
  }
25562
25512
  },
25563
25513
  "x-f5xc-minimum-configuration": {
@@ -25595,7 +25545,7 @@
25595
25545
  },
25596
25546
  "x-original-maxLength": 1024,
25597
25547
  "x-reconciled-from-discovery": true,
25598
- "x-reconciled-at": "2026-01-04T19:54:38.252308+00:00"
25548
+ "x-reconciled-at": "2026-01-05T03:03:18.820209+00:00"
25599
25549
  }
25600
25550
  },
25601
25551
  "x-f5xc-minimum-configuration": {
@@ -25630,7 +25580,7 @@
25630
25580
  },
25631
25581
  "x-original-maxLength": 1024,
25632
25582
  "x-reconciled-from-discovery": true,
25633
- "x-reconciled-at": "2026-01-04T19:54:38.252312+00:00"
25583
+ "x-reconciled-at": "2026-01-05T03:03:18.820213+00:00"
25634
25584
  }
25635
25585
  },
25636
25586
  "x-f5xc-minimum-configuration": {
@@ -25665,7 +25615,7 @@
25665
25615
  },
25666
25616
  "x-original-maxLength": 1024,
25667
25617
  "x-reconciled-from-discovery": true,
25668
- "x-reconciled-at": "2026-01-04T19:54:38.252321+00:00"
25618
+ "x-reconciled-at": "2026-01-05T03:03:18.820220+00:00"
25669
25619
  }
25670
25620
  },
25671
25621
  "x-f5xc-minimum-configuration": {
@@ -26160,7 +26110,7 @@
26160
26110
  },
26161
26111
  "x-original-maxLength": 1024,
26162
26112
  "x-reconciled-from-discovery": true,
26163
- "x-reconciled-at": "2026-01-04T19:54:38.252412+00:00"
26113
+ "x-reconciled-at": "2026-01-05T03:03:18.820299+00:00"
26164
26114
  }
26165
26115
  },
26166
26116
  "x-f5xc-minimum-configuration": {
@@ -26611,7 +26561,7 @@
26611
26561
  },
26612
26562
  "x-original-maxLength": 1024,
26613
26563
  "x-reconciled-from-discovery": true,
26614
- "x-reconciled-at": "2026-01-04T19:54:38.252455+00:00"
26564
+ "x-reconciled-at": "2026-01-05T03:03:18.820328+00:00"
26615
26565
  },
26616
26566
  "store_provider": {
26617
26567
  "type": "string",
@@ -27009,7 +26959,7 @@
27009
26959
  },
27010
26960
  "x-original-maxLength": 256,
27011
26961
  "x-reconciled-from-discovery": true,
27012
- "x-reconciled-at": "2026-01-04T19:54:38.252505+00:00"
26962
+ "x-reconciled-at": "2026-01-05T03:03:18.820371+00:00"
27013
26963
  },
27014
26964
  "regex_values": {
27015
26965
  "type": "array",
@@ -27183,7 +27133,7 @@
27183
27133
  },
27184
27134
  "x-original-maxLength": 1024,
27185
27135
  "x-reconciled-from-discovery": true,
27186
- "x-reconciled-at": "2026-01-04T19:54:38.252517+00:00"
27136
+ "x-reconciled-at": "2026-01-05T03:03:18.820382+00:00"
27187
27137
  },
27188
27138
  "url": {
27189
27139
  "type": "string",
@@ -27280,7 +27230,7 @@
27280
27230
  },
27281
27231
  "x-original-maxLength": 1024,
27282
27232
  "x-reconciled-from-discovery": true,
27283
- "x-reconciled-at": "2026-01-04T19:54:38.252526+00:00"
27233
+ "x-reconciled-at": "2026-01-05T03:03:18.820390+00:00"
27284
27234
  },
27285
27235
  "service_name": {
27286
27236
  "type": "string",
@@ -27319,7 +27269,7 @@
27319
27269
  },
27320
27270
  "x-original-maxLength": 1024,
27321
27271
  "x-reconciled-from-discovery": true,
27322
- "x-reconciled-at": "2026-01-04T19:54:38.252532+00:00"
27272
+ "x-reconciled-at": "2026-01-05T03:03:18.820395+00:00"
27323
27273
  },
27324
27274
  "type": {
27325
27275
  "type": "string",
@@ -27446,7 +27396,7 @@
27446
27396
  },
27447
27397
  "x-original-maxLength": 256,
27448
27398
  "x-reconciled-from-discovery": true,
27449
- "x-reconciled-at": "2026-01-04T19:54:38.252550+00:00"
27399
+ "x-reconciled-at": "2026-01-05T03:03:18.820410+00:00"
27450
27400
  },
27451
27401
  "samesite_lax": {
27452
27402
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -28065,7 +28015,7 @@
28065
28015
  },
28066
28016
  "x-original-maxLength": 256,
28067
28017
  "x-reconciled-from-discovery": true,
28068
- "x-reconciled-at": "2026-01-04T19:54:38.252590+00:00"
28018
+ "x-reconciled-at": "2026-01-05T03:03:18.820444+00:00"
28069
28019
  },
28070
28020
  "secret_value": {
28071
28021
  "$ref": "#/components/schemas/schemaSecretType"
@@ -28091,7 +28041,7 @@
28091
28041
  },
28092
28042
  "x-original-maxLength": 8096,
28093
28043
  "x-reconciled-from-discovery": true,
28094
- "x-reconciled-at": "2026-01-04T19:54:38.252596+00:00"
28044
+ "x-reconciled-at": "2026-01-05T03:03:18.820449+00:00"
28095
28045
  }
28096
28046
  },
28097
28047
  "x-f5xc-minimum-configuration": {
@@ -28231,7 +28181,7 @@
28231
28181
  },
28232
28182
  "x-original-maxLength": 1024,
28233
28183
  "x-reconciled-from-discovery": true,
28234
- "x-reconciled-at": "2026-01-04T19:54:38.252603+00:00"
28184
+ "x-reconciled-at": "2026-01-05T03:03:18.820454+00:00"
28235
28185
  }
28236
28186
  },
28237
28187
  "x-f5xc-minimum-configuration": {
@@ -28363,7 +28313,7 @@
28363
28313
  },
28364
28314
  "x-original-maxLength": 1200,
28365
28315
  "x-reconciled-from-discovery": true,
28366
- "x-reconciled-at": "2026-01-04T19:54:38.252625+00:00"
28316
+ "x-reconciled-at": "2026-01-05T03:03:18.820472+00:00"
28367
28317
  },
28368
28318
  "disable": {
28369
28319
  "type": "boolean",
@@ -28416,7 +28366,7 @@
28416
28366
  },
28417
28367
  "x-original-maxLength": 1024,
28418
28368
  "x-reconciled-from-discovery": true,
28419
- "x-reconciled-at": "2026-01-04T19:54:38.252632+00:00"
28369
+ "x-reconciled-at": "2026-01-05T03:03:18.820479+00:00"
28420
28370
  },
28421
28371
  "namespace": {
28422
28372
  "type": "string",
@@ -28435,7 +28385,7 @@
28435
28385
  },
28436
28386
  "x-original-maxLength": 1024,
28437
28387
  "x-reconciled-from-discovery": true,
28438
- "x-reconciled-at": "2026-01-04T19:54:38.252637+00:00"
28388
+ "x-reconciled-at": "2026-01-05T03:03:18.820482+00:00"
28439
28389
  }
28440
28390
  },
28441
28391
  "x-f5xc-minimum-configuration": {
@@ -28511,7 +28461,7 @@
28511
28461
  },
28512
28462
  "x-original-maxLength": 1200,
28513
28463
  "x-reconciled-from-discovery": true,
28514
- "x-reconciled-at": "2026-01-04T19:54:38.252644+00:00"
28464
+ "x-reconciled-at": "2026-01-05T03:03:18.820488+00:00"
28515
28465
  },
28516
28466
  "disable": {
28517
28467
  "type": "boolean",
@@ -28566,7 +28516,7 @@
28566
28516
  },
28567
28517
  "x-original-maxLength": 1024,
28568
28518
  "x-reconciled-from-discovery": true,
28569
- "x-reconciled-at": "2026-01-04T19:54:38.252652+00:00"
28519
+ "x-reconciled-at": "2026-01-05T03:03:18.820495+00:00"
28570
28520
  },
28571
28521
  "namespace": {
28572
28522
  "type": "string",
@@ -28585,7 +28535,7 @@
28585
28535
  },
28586
28536
  "x-original-maxLength": 1024,
28587
28537
  "x-reconciled-from-discovery": true,
28588
- "x-reconciled-at": "2026-01-04T19:54:38.252656+00:00"
28538
+ "x-reconciled-at": "2026-01-05T03:03:18.820498+00:00"
28589
28539
  }
28590
28540
  },
28591
28541
  "x-f5xc-minimum-configuration": {
@@ -28661,7 +28611,7 @@
28661
28611
  },
28662
28612
  "x-original-maxLength": 1200,
28663
28613
  "x-reconciled-from-discovery": true,
28664
- "x-reconciled-at": "2026-01-04T19:54:38.252663+00:00"
28614
+ "x-reconciled-at": "2026-01-05T03:03:18.820504+00:00"
28665
28615
  },
28666
28616
  "disable": {
28667
28617
  "type": "boolean",
@@ -28714,7 +28664,7 @@
28714
28664
  },
28715
28665
  "x-original-maxLength": 1024,
28716
28666
  "x-reconciled-from-discovery": true,
28717
- "x-reconciled-at": "2026-01-04T19:54:38.252670+00:00"
28667
+ "x-reconciled-at": "2026-01-05T03:03:18.820510+00:00"
28718
28668
  },
28719
28669
  "namespace": {
28720
28670
  "type": "string",
@@ -28733,7 +28683,7 @@
28733
28683
  },
28734
28684
  "x-original-maxLength": 1024,
28735
28685
  "x-reconciled-from-discovery": true,
28736
- "x-reconciled-at": "2026-01-04T19:54:38.252674+00:00"
28686
+ "x-reconciled-at": "2026-01-05T03:03:18.820514+00:00"
28737
28687
  }
28738
28688
  },
28739
28689
  "x-f5xc-minimum-configuration": {
@@ -28894,7 +28844,7 @@
28894
28844
  "x-original-maxLength": 1024,
28895
28845
  "format": "uuid",
28896
28846
  "x-reconciled-from-discovery": true,
28897
- "x-reconciled-at": "2026-01-04T19:54:38.252692+00:00"
28847
+ "x-reconciled-at": "2026-01-05T03:03:18.820529+00:00"
28898
28848
  },
28899
28849
  "vtrp_id": {
28900
28850
  "type": "string",
@@ -29006,7 +28956,7 @@
29006
28956
  },
29007
28957
  "x-original-maxLength": 1024,
29008
28958
  "x-reconciled-from-discovery": true,
29009
- "x-reconciled-at": "2026-01-04T19:54:38.252702+00:00"
28959
+ "x-reconciled-at": "2026-01-05T03:03:18.820537+00:00"
29010
28960
  },
29011
28961
  "status": {
29012
28962
  "type": "string",
@@ -29025,7 +28975,7 @@
29025
28975
  },
29026
28976
  "x-original-maxLength": 1024,
29027
28977
  "x-reconciled-from-discovery": true,
29028
- "x-reconciled-at": "2026-01-04T19:54:38.252706+00:00"
28978
+ "x-reconciled-at": "2026-01-05T03:03:18.820541+00:00"
29029
28979
  }
29030
28980
  },
29031
28981
  "x-f5xc-minimum-configuration": {
@@ -29203,7 +29153,7 @@
29203
29153
  "x-field-mutability": "read-only",
29204
29154
  "x-original-maxLength": 1024,
29205
29155
  "x-reconciled-from-discovery": true,
29206
- "x-reconciled-at": "2026-01-04T19:54:38.252726+00:00"
29156
+ "x-reconciled-at": "2026-01-05T03:03:18.820557+00:00"
29207
29157
  },
29208
29158
  "uid": {
29209
29159
  "type": "string",
@@ -29224,7 +29174,7 @@
29224
29174
  "x-original-maxLength": 1024,
29225
29175
  "format": "uuid",
29226
29176
  "x-reconciled-from-discovery": true,
29227
- "x-reconciled-at": "2026-01-04T19:54:38.252731+00:00"
29177
+ "x-reconciled-at": "2026-01-05T03:03:18.820562+00:00"
29228
29178
  }
29229
29179
  },
29230
29180
  "x-f5xc-minimum-configuration": {
@@ -29307,7 +29257,7 @@
29307
29257
  },
29308
29258
  "x-original-maxLength": 1024,
29309
29259
  "x-reconciled-from-discovery": true,
29310
- "x-reconciled-at": "2026-01-04T19:54:38.252739+00:00"
29260
+ "x-reconciled-at": "2026-01-05T03:03:18.820568+00:00"
29311
29261
  },
29312
29262
  "disable_ocsp_stapling": {
29313
29263
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -29380,7 +29330,7 @@
29380
29330
  },
29381
29331
  "x-original-maxLength": 1024,
29382
29332
  "x-reconciled-from-discovery": true,
29383
- "x-reconciled-at": "2026-01-04T19:54:38.252760+00:00"
29333
+ "x-reconciled-at": "2026-01-05T03:03:18.820586+00:00"
29384
29334
  },
29385
29335
  "location": {
29386
29336
  "type": "string",
@@ -29397,7 +29347,7 @@
29397
29347
  },
29398
29348
  "x-original-maxLength": 1024,
29399
29349
  "x-reconciled-from-discovery": true,
29400
- "x-reconciled-at": "2026-01-04T19:54:38.252764+00:00"
29350
+ "x-reconciled-at": "2026-01-05T03:03:18.820589+00:00"
29401
29351
  },
29402
29352
  "provider": {
29403
29353
  "type": "string",
@@ -29414,7 +29364,7 @@
29414
29364
  },
29415
29365
  "x-original-maxLength": 1024,
29416
29366
  "x-reconciled-from-discovery": true,
29417
- "x-reconciled-at": "2026-01-04T19:54:38.252768+00:00"
29367
+ "x-reconciled-at": "2026-01-05T03:03:18.820593+00:00"
29418
29368
  },
29419
29369
  "secret_encoding": {
29420
29370
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -29436,7 +29386,7 @@
29436
29386
  "maxLength": 1,
29437
29387
  "minLength": 1,
29438
29388
  "x-reconciled-from-discovery": true,
29439
- "x-reconciled-at": "2026-01-04T19:54:38.252775+00:00"
29389
+ "x-reconciled-at": "2026-01-05T03:03:18.820599+00:00"
29440
29390
  }
29441
29391
  },
29442
29392
  "x-f5xc-minimum-configuration": {
@@ -29479,7 +29429,7 @@
29479
29429
  },
29480
29430
  "x-original-maxLength": 1024,
29481
29431
  "x-reconciled-from-discovery": true,
29482
- "x-reconciled-at": "2026-01-04T19:54:38.252781+00:00"
29432
+ "x-reconciled-at": "2026-01-05T03:03:18.820603+00:00"
29483
29433
  },
29484
29434
  "name": {
29485
29435
  "type": "string",
@@ -29498,7 +29448,7 @@
29498
29448
  },
29499
29449
  "x-original-maxLength": 1024,
29500
29450
  "x-reconciled-from-discovery": true,
29501
- "x-reconciled-at": "2026-01-04T19:54:38.252786+00:00"
29451
+ "x-reconciled-at": "2026-01-05T03:03:18.820607+00:00"
29502
29452
  },
29503
29453
  "namespace": {
29504
29454
  "type": "string",
@@ -29517,7 +29467,7 @@
29517
29467
  },
29518
29468
  "x-original-maxLength": 1024,
29519
29469
  "x-reconciled-from-discovery": true,
29520
- "x-reconciled-at": "2026-01-04T19:54:38.252790+00:00"
29470
+ "x-reconciled-at": "2026-01-05T03:03:18.820611+00:00"
29521
29471
  },
29522
29472
  "uid": {
29523
29473
  "type": "string",
@@ -29538,7 +29488,7 @@
29538
29488
  "x-original-maxLength": 1024,
29539
29489
  "format": "uuid",
29540
29490
  "x-reconciled-from-discovery": true,
29541
- "x-reconciled-at": "2026-01-04T19:54:38.252795+00:00"
29491
+ "x-reconciled-at": "2026-01-05T03:03:18.820616+00:00"
29542
29492
  }
29543
29493
  },
29544
29494
  "x-f5xc-minimum-configuration": {
@@ -29576,7 +29526,7 @@
29576
29526
  },
29577
29527
  "x-original-maxLength": 1024,
29578
29528
  "x-reconciled-from-discovery": true,
29579
- "x-reconciled-at": "2026-01-04T19:54:38.252800+00:00"
29529
+ "x-reconciled-at": "2026-01-05T03:03:18.820620+00:00"
29580
29530
  }
29581
29531
  },
29582
29532
  "x-f5xc-minimum-configuration": {
@@ -30964,7 +30914,7 @@
30964
30914
  },
30965
30915
  "x-original-maxLength": 1024,
30966
30916
  "x-reconciled-from-discovery": true,
30967
- "x-reconciled-at": "2026-01-04T19:54:38.252955+00:00"
30917
+ "x-reconciled-at": "2026-01-05T03:03:18.820745+00:00"
30968
30918
  },
30969
30919
  "operator": {
30970
30920
  "$ref": "#/components/schemas/viewscdn_loadbalancerCacheOperator"
@@ -31212,7 +31162,7 @@
31212
31162
  },
31213
31163
  "x-original-maxLength": 1024,
31214
31164
  "x-reconciled-from-discovery": true,
31215
- "x-reconciled-at": "2026-01-04T19:54:38.252983+00:00"
31165
+ "x-reconciled-at": "2026-01-05T03:03:18.820768+00:00"
31216
31166
  },
31217
31167
  "operator": {
31218
31168
  "$ref": "#/components/schemas/viewscdn_loadbalancerCacheOperator"
@@ -33180,7 +33130,7 @@
33180
33130
  "x-original-maxLength": 256,
33181
33131
  "format": "hostname",
33182
33132
  "x-reconciled-from-discovery": true,
33183
- "x-reconciled-at": "2026-01-04T19:54:38.253210+00:00"
33133
+ "x-reconciled-at": "2026-01-05T03:03:18.820962+00:00"
33184
33134
  },
33185
33135
  "simple_login": {
33186
33136
  "$ref": "#/components/schemas/common_wafSimpleLogin"
@@ -33533,7 +33483,7 @@
33533
33483
  },
33534
33484
  "x-original-maxLength": 1024,
33535
33485
  "x-reconciled-from-discovery": true,
33536
- "x-reconciled-at": "2026-01-04T19:54:38.253243+00:00"
33486
+ "x-reconciled-at": "2026-01-05T03:03:18.821010+00:00"
33537
33487
  },
33538
33488
  "type": {
33539
33489
  "type": "string",
@@ -33566,7 +33516,7 @@
33566
33516
  },
33567
33517
  "x-original-maxLength": 1024,
33568
33518
  "x-reconciled-from-discovery": true,
33569
- "x-reconciled-at": "2026-01-04T19:54:38.253249+00:00"
33519
+ "x-reconciled-at": "2026-01-05T03:03:18.821019+00:00"
33570
33520
  }
33571
33521
  },
33572
33522
  "x-f5xc-minimum-configuration": {
@@ -33779,7 +33729,7 @@
33779
33729
  "x-original-maxLength": 1024,
33780
33730
  "format": "hostname",
33781
33731
  "x-reconciled-from-discovery": true,
33782
- "x-reconciled-at": "2026-01-04T19:54:38.253267+00:00"
33732
+ "x-reconciled-at": "2026-01-05T03:03:18.821035+00:00"
33783
33733
  },
33784
33734
  "service_domain": {
33785
33735
  "type": "string",
@@ -34316,7 +34266,7 @@
34316
34266
  },
34317
34267
  "x-original-maxLength": 256,
34318
34268
  "x-reconciled-from-discovery": true,
34319
- "x-reconciled-at": "2026-01-04T19:54:38.566170+00:00"
34269
+ "x-reconciled-at": "2026-01-05T03:03:19.088770+00:00"
34320
34270
  },
34321
34271
  "operator": {
34322
34272
  "$ref": "#/components/schemas/cdn_cache_ruleCacheOperator"
@@ -34589,7 +34539,7 @@
34589
34539
  },
34590
34540
  "x-original-maxLength": 256,
34591
34541
  "x-reconciled-from-discovery": true,
34592
- "x-reconciled-at": "2026-01-04T19:54:38.566196+00:00"
34542
+ "x-reconciled-at": "2026-01-05T03:03:19.088793+00:00"
34593
34543
  },
34594
34544
  "operator": {
34595
34545
  "$ref": "#/components/schemas/cdn_cache_ruleCacheOperator"
@@ -34773,7 +34723,7 @@
34773
34723
  },
34774
34724
  "x-original-maxLength": 1024,
34775
34725
  "x-reconciled-from-discovery": true,
34776
- "x-reconciled-at": "2026-01-04T19:54:38.566217+00:00"
34726
+ "x-reconciled-at": "2026-01-05T03:03:19.088811+00:00"
34777
34727
  },
34778
34728
  "namespace": {
34779
34729
  "type": "string",
@@ -34792,7 +34742,7 @@
34792
34742
  },
34793
34743
  "x-original-maxLength": 1024,
34794
34744
  "x-reconciled-from-discovery": true,
34795
- "x-reconciled-at": "2026-01-04T19:54:38.566222+00:00"
34745
+ "x-reconciled-at": "2026-01-05T03:03:19.088816+00:00"
34796
34746
  }
34797
34747
  },
34798
34748
  "x-f5xc-minimum-configuration": {
@@ -35027,7 +34977,7 @@
35027
34977
  },
35028
34978
  "x-original-maxLength": 1024,
35029
34979
  "x-reconciled-from-discovery": true,
35030
- "x-reconciled-at": "2026-01-04T19:54:38.566244+00:00"
34980
+ "x-reconciled-at": "2026-01-05T03:03:19.088835+00:00"
35031
34981
  },
35032
34982
  "disabled": {
35033
34983
  "type": "boolean",
@@ -35077,7 +35027,7 @@
35077
35027
  },
35078
35028
  "x-original-maxLength": 1024,
35079
35029
  "x-reconciled-from-discovery": true,
35080
- "x-reconciled-at": "2026-01-04T19:54:38.566254+00:00"
35030
+ "x-reconciled-at": "2026-01-05T03:03:19.088843+00:00"
35081
35031
  },
35082
35032
  "namespace": {
35083
35033
  "type": "string",
@@ -35096,7 +35046,7 @@
35096
35046
  },
35097
35047
  "x-original-maxLength": 1024,
35098
35048
  "x-reconciled-from-discovery": true,
35099
- "x-reconciled-at": "2026-01-04T19:54:38.566259+00:00"
35049
+ "x-reconciled-at": "2026-01-05T03:03:19.088847+00:00"
35100
35050
  },
35101
35051
  "owner_view": {
35102
35052
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -35122,7 +35072,7 @@
35122
35072
  "x-field-mutability": "read-only",
35123
35073
  "x-original-maxLength": 1024,
35124
35074
  "x-reconciled-from-discovery": true,
35125
- "x-reconciled-at": "2026-01-04T19:54:38.566265+00:00"
35075
+ "x-reconciled-at": "2026-01-05T03:03:19.088852+00:00"
35126
35076
  },
35127
35077
  "uid": {
35128
35078
  "type": "string",
@@ -35143,7 +35093,7 @@
35143
35093
  "x-original-maxLength": 1024,
35144
35094
  "format": "uuid",
35145
35095
  "x-reconciled-from-discovery": true,
35146
- "x-reconciled-at": "2026-01-04T19:54:38.566271+00:00"
35096
+ "x-reconciled-at": "2026-01-05T03:03:19.088858+00:00"
35147
35097
  }
35148
35098
  },
35149
35099
  "x-f5xc-minimum-configuration": {
@@ -36196,11 +36146,6 @@
36196
36146
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36197
36147
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36198
36148
  },
36199
- "x-f5xc-cli-aliases": [
36200
- "http-lb",
36201
- "virtual-service",
36202
- "api-endpoint"
36203
- ],
36204
36149
  "x-f5xc-cli-domain": "virtual"
36205
36150
  },
36206
36151
  "http_loadbalancerAdvancedOptionsType": {
@@ -36559,11 +36504,6 @@
36559
36504
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36560
36505
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36561
36506
  },
36562
- "x-f5xc-cli-aliases": [
36563
- "http-lb",
36564
- "virtual-service",
36565
- "api-endpoint"
36566
- ],
36567
36507
  "x-f5xc-cli-domain": "virtual"
36568
36508
  },
36569
36509
  "http_loadbalancerApiInventorySchemaQueryType": {
@@ -36607,11 +36547,6 @@
36607
36547
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36608
36548
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36609
36549
  },
36610
- "x-f5xc-cli-aliases": [
36611
- "http-lb",
36612
- "virtual-service",
36613
- "api-endpoint"
36614
- ],
36615
36550
  "x-f5xc-cli-domain": "virtual"
36616
36551
  },
36617
36552
  "http_loadbalancerApiKey": {
@@ -36644,7 +36579,7 @@
36644
36579
  },
36645
36580
  "x-original-maxLength": 128,
36646
36581
  "x-reconciled-from-discovery": true,
36647
- "x-reconciled-at": "2026-01-04T19:54:50.887776+00:00"
36582
+ "x-reconciled-at": "2026-01-05T03:03:29.822797+00:00"
36648
36583
  },
36649
36584
  "value": {
36650
36585
  "$ref": "#/components/schemas/schemaSecretType"
@@ -36679,11 +36614,6 @@
36679
36614
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36680
36615
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36681
36616
  },
36682
- "x-f5xc-cli-aliases": [
36683
- "http-lb",
36684
- "virtual-service",
36685
- "api-endpoint"
36686
- ],
36687
36617
  "x-f5xc-cli-domain": "virtual"
36688
36618
  },
36689
36619
  "http_loadbalancerApiTesting": {
@@ -36777,11 +36707,6 @@
36777
36707
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36778
36708
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36779
36709
  },
36780
- "x-f5xc-cli-aliases": [
36781
- "http-lb",
36782
- "virtual-service",
36783
- "api-endpoint"
36784
- ],
36785
36710
  "x-f5xc-cli-domain": "virtual"
36786
36711
  },
36787
36712
  "http_loadbalancerAssignAPIDefinitionReq": {
@@ -36824,7 +36749,7 @@
36824
36749
  },
36825
36750
  "x-original-maxLength": 1024,
36826
36751
  "x-reconciled-from-discovery": true,
36827
- "x-reconciled-at": "2026-01-04T19:54:50.887792+00:00"
36752
+ "x-reconciled-at": "2026-01-05T03:03:29.822811+00:00"
36828
36753
  },
36829
36754
  "namespace": {
36830
36755
  "type": "string",
@@ -36843,7 +36768,7 @@
36843
36768
  },
36844
36769
  "x-original-maxLength": 1024,
36845
36770
  "x-reconciled-from-discovery": true,
36846
- "x-reconciled-at": "2026-01-04T19:54:50.887796+00:00"
36771
+ "x-reconciled-at": "2026-01-05T03:03:29.822815+00:00"
36847
36772
  }
36848
36773
  },
36849
36774
  "x-f5xc-minimum-configuration": {
@@ -36875,11 +36800,6 @@
36875
36800
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36876
36801
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36877
36802
  },
36878
- "x-f5xc-cli-aliases": [
36879
- "http-lb",
36880
- "virtual-service",
36881
- "api-endpoint"
36882
- ],
36883
36803
  "x-f5xc-cli-domain": "virtual"
36884
36804
  },
36885
36805
  "http_loadbalancerAssignAPIDefinitionResp": {
@@ -36917,11 +36837,6 @@
36917
36837
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36918
36838
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36919
36839
  },
36920
- "x-f5xc-cli-aliases": [
36921
- "http-lb",
36922
- "virtual-service",
36923
- "api-endpoint"
36924
- ],
36925
36840
  "x-f5xc-cli-domain": "virtual"
36926
36841
  },
36927
36842
  "http_loadbalancerBasicAuthentication": {
@@ -36986,11 +36901,6 @@
36986
36901
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
36987
36902
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
36988
36903
  },
36989
- "x-f5xc-cli-aliases": [
36990
- "http-lb",
36991
- "virtual-service",
36992
- "api-endpoint"
36993
- ],
36994
36904
  "x-f5xc-cli-domain": "virtual"
36995
36905
  },
36996
36906
  "http_loadbalancerBearer": {
@@ -37032,11 +36942,6 @@
37032
36942
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37033
36943
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37034
36944
  },
37035
- "x-f5xc-cli-aliases": [
37036
- "http-lb",
37037
- "virtual-service",
37038
- "api-endpoint"
37039
- ],
37040
36945
  "x-f5xc-cli-domain": "virtual"
37041
36946
  },
37042
36947
  "http_loadbalancerCachingPolicy": {
@@ -37083,11 +36988,6 @@
37083
36988
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37084
36989
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37085
36990
  },
37086
- "x-f5xc-cli-aliases": [
37087
- "http-lb",
37088
- "virtual-service",
37089
- "api-endpoint"
37090
- ],
37091
36991
  "x-f5xc-cli-domain": "virtual"
37092
36992
  },
37093
36993
  "http_loadbalancerCreateRequest": {
@@ -37133,11 +37033,6 @@
37133
37033
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37134
37034
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37135
37035
  },
37136
- "x-f5xc-cli-aliases": [
37137
- "http-lb",
37138
- "virtual-service",
37139
- "api-endpoint"
37140
- ],
37141
37036
  "x-f5xc-cli-domain": "virtual"
37142
37037
  },
37143
37038
  "http_loadbalancerCreateResponse": {
@@ -37183,11 +37078,6 @@
37183
37078
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37184
37079
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37185
37080
  },
37186
- "x-f5xc-cli-aliases": [
37187
- "http-lb",
37188
- "virtual-service",
37189
- "api-endpoint"
37190
- ],
37191
37081
  "x-f5xc-cli-domain": "virtual"
37192
37082
  },
37193
37083
  "http_loadbalancerCredentials": {
@@ -37270,11 +37160,6 @@
37270
37160
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37271
37161
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37272
37162
  },
37273
- "x-f5xc-cli-aliases": [
37274
- "http-lb",
37275
- "virtual-service",
37276
- "api-endpoint"
37277
- ],
37278
37163
  "x-f5xc-cli-domain": "virtual"
37279
37164
  },
37280
37165
  "http_loadbalancerDeleteRequest": {
@@ -37314,7 +37199,7 @@
37314
37199
  },
37315
37200
  "x-original-maxLength": 1024,
37316
37201
  "x-reconciled-from-discovery": true,
37317
- "x-reconciled-at": "2026-01-04T19:54:50.887827+00:00"
37202
+ "x-reconciled-at": "2026-01-05T03:03:29.822842+00:00"
37318
37203
  },
37319
37204
  "namespace": {
37320
37205
  "type": "string",
@@ -37333,7 +37218,7 @@
37333
37218
  },
37334
37219
  "x-original-maxLength": 1024,
37335
37220
  "x-reconciled-from-discovery": true,
37336
- "x-reconciled-at": "2026-01-04T19:54:50.887831+00:00"
37221
+ "x-reconciled-at": "2026-01-05T03:03:29.822846+00:00"
37337
37222
  }
37338
37223
  },
37339
37224
  "x-f5xc-minimum-configuration": {
@@ -37365,11 +37250,6 @@
37365
37250
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37366
37251
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37367
37252
  },
37368
- "x-f5xc-cli-aliases": [
37369
- "http-lb",
37370
- "virtual-service",
37371
- "api-endpoint"
37372
- ],
37373
37253
  "x-f5xc-cli-domain": "virtual"
37374
37254
  },
37375
37255
  "http_loadbalancerGetAPIEndpointsForGroupsReq": {
@@ -37396,7 +37276,7 @@
37396
37276
  },
37397
37277
  "x-original-maxLength": 1024,
37398
37278
  "x-reconciled-from-discovery": true,
37399
- "x-reconciled-at": "2026-01-04T19:54:50.887836+00:00"
37279
+ "x-reconciled-at": "2026-01-05T03:03:29.822851+00:00"
37400
37280
  },
37401
37281
  "namespace": {
37402
37282
  "type": "string",
@@ -37415,7 +37295,7 @@
37415
37295
  },
37416
37296
  "x-original-maxLength": 1024,
37417
37297
  "x-reconciled-from-discovery": true,
37418
- "x-reconciled-at": "2026-01-04T19:54:50.887840+00:00"
37298
+ "x-reconciled-at": "2026-01-05T03:03:29.822855+00:00"
37419
37299
  }
37420
37300
  },
37421
37301
  "x-f5xc-minimum-configuration": {
@@ -37447,11 +37327,6 @@
37447
37327
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37448
37328
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37449
37329
  },
37450
- "x-f5xc-cli-aliases": [
37451
- "http-lb",
37452
- "virtual-service",
37453
- "api-endpoint"
37454
- ],
37455
37330
  "x-f5xc-cli-domain": "virtual"
37456
37331
  },
37457
37332
  "http_loadbalancerGetAPIEndpointsForGroupsRsp": {
@@ -37521,11 +37396,6 @@
37521
37396
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37522
37397
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37523
37398
  },
37524
- "x-f5xc-cli-aliases": [
37525
- "http-lb",
37526
- "virtual-service",
37527
- "api-endpoint"
37528
- ],
37529
37399
  "x-f5xc-cli-domain": "virtual"
37530
37400
  },
37531
37401
  "http_loadbalancerGetAPIEndpointsSchemaUpdatesReq": {
@@ -37574,7 +37444,7 @@
37574
37444
  },
37575
37445
  "x-original-maxLength": 1024,
37576
37446
  "x-reconciled-from-discovery": true,
37577
- "x-reconciled-at": "2026-01-04T19:54:50.887850+00:00"
37447
+ "x-reconciled-at": "2026-01-05T03:03:29.822864+00:00"
37578
37448
  },
37579
37449
  "namespace": {
37580
37450
  "type": "string",
@@ -37593,7 +37463,7 @@
37593
37463
  },
37594
37464
  "x-original-maxLength": 1024,
37595
37465
  "x-reconciled-from-discovery": true,
37596
- "x-reconciled-at": "2026-01-04T19:54:50.887854+00:00"
37466
+ "x-reconciled-at": "2026-01-05T03:03:29.822868+00:00"
37597
37467
  },
37598
37468
  "query_type": {
37599
37469
  "$ref": "#/components/schemas/http_loadbalancerApiInventorySchemaQueryType"
@@ -37628,11 +37498,6 @@
37628
37498
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37629
37499
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37630
37500
  },
37631
- "x-f5xc-cli-aliases": [
37632
- "http-lb",
37633
- "virtual-service",
37634
- "api-endpoint"
37635
- ],
37636
37501
  "x-f5xc-cli-domain": "virtual"
37637
37502
  },
37638
37503
  "http_loadbalancerGetAPIEndpointsSchemaUpdatesResp": {
@@ -37702,11 +37567,6 @@
37702
37567
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37703
37568
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37704
37569
  },
37705
- "x-f5xc-cli-aliases": [
37706
- "http-lb",
37707
- "virtual-service",
37708
- "api-endpoint"
37709
- ],
37710
37570
  "x-f5xc-cli-domain": "virtual"
37711
37571
  },
37712
37572
  "http_loadbalancerGetDnsInfoResponse": {
@@ -37749,11 +37609,6 @@
37749
37609
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37750
37610
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37751
37611
  },
37752
- "x-f5xc-cli-aliases": [
37753
- "http-lb",
37754
- "virtual-service",
37755
- "api-endpoint"
37756
- ],
37757
37612
  "x-f5xc-cli-domain": "virtual"
37758
37613
  },
37759
37614
  "http_loadbalancerGetResponse": {
@@ -37837,7 +37692,7 @@
37837
37692
  "maxLength": 17,
37838
37693
  "minLength": 17,
37839
37694
  "x-reconciled-from-discovery": true,
37840
- "x-reconciled-at": "2026-01-04T19:54:50.887873+00:00"
37695
+ "x-reconciled-at": "2026-01-05T03:03:29.822885+00:00"
37841
37696
  },
37842
37697
  "system_metadata": {
37843
37698
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -37872,11 +37727,6 @@
37872
37727
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37873
37728
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37874
37729
  },
37875
- "x-f5xc-cli-aliases": [
37876
- "http-lb",
37877
- "virtual-service",
37878
- "api-endpoint"
37879
- ],
37880
37730
  "x-f5xc-cli-domain": "virtual"
37881
37731
  },
37882
37732
  "http_loadbalancerGetResponseFormatCode": {
@@ -37922,11 +37772,6 @@
37922
37772
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37923
37773
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37924
37774
  },
37925
- "x-f5xc-cli-aliases": [
37926
- "http-lb",
37927
- "virtual-service",
37928
- "api-endpoint"
37929
- ],
37930
37775
  "x-f5xc-cli-domain": "virtual"
37931
37776
  },
37932
37777
  "http_loadbalancerGetSecurityConfigReq": {
@@ -37960,7 +37805,7 @@
37960
37805
  },
37961
37806
  "x-original-maxLength": 1024,
37962
37807
  "x-reconciled-from-discovery": true,
37963
- "x-reconciled-at": "2026-01-04T19:54:50.887882+00:00"
37808
+ "x-reconciled-at": "2026-01-05T03:03:29.822893+00:00"
37964
37809
  }
37965
37810
  },
37966
37811
  "x-f5xc-minimum-configuration": {
@@ -37992,11 +37837,6 @@
37992
37837
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
37993
37838
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
37994
37839
  },
37995
- "x-f5xc-cli-aliases": [
37996
- "http-lb",
37997
- "virtual-service",
37998
- "api-endpoint"
37999
- ],
38000
37840
  "x-f5xc-cli-domain": "virtual"
38001
37841
  },
38002
37842
  "http_loadbalancerHTTPLoadBalancerList": {
@@ -38071,11 +37911,6 @@
38071
37911
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38072
37912
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38073
37913
  },
38074
- "x-f5xc-cli-aliases": [
38075
- "http-lb",
38076
- "virtual-service",
38077
- "api-endpoint"
38078
- ],
38079
37914
  "x-f5xc-cli-domain": "virtual"
38080
37915
  },
38081
37916
  "http_loadbalancerHashPolicyListType": {
@@ -38142,11 +37977,6 @@
38142
37977
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38143
37978
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38144
37979
  },
38145
- "x-f5xc-cli-aliases": [
38146
- "http-lb",
38147
- "virtual-service",
38148
- "api-endpoint"
38149
- ],
38150
37980
  "x-f5xc-cli-domain": "virtual"
38151
37981
  },
38152
37982
  "http_loadbalancerL7DDoSProtectionSettings": {
@@ -38240,11 +38070,6 @@
38240
38070
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38241
38071
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38242
38072
  },
38243
- "x-f5xc-cli-aliases": [
38244
- "http-lb",
38245
- "virtual-service",
38246
- "api-endpoint"
38247
- ],
38248
38073
  "x-f5xc-cli-domain": "virtual"
38249
38074
  },
38250
38075
  "http_loadbalancerListAvailableAPIDefinitionsResp": {
@@ -38296,11 +38121,6 @@
38296
38121
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38297
38122
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38298
38123
  },
38299
- "x-f5xc-cli-aliases": [
38300
- "http-lb",
38301
- "virtual-service",
38302
- "api-endpoint"
38303
- ],
38304
38124
  "x-f5xc-cli-domain": "virtual"
38305
38125
  },
38306
38126
  "http_loadbalancerListResponse": {
@@ -38370,11 +38190,6 @@
38370
38190
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38371
38191
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38372
38192
  },
38373
- "x-f5xc-cli-aliases": [
38374
- "http-lb",
38375
- "virtual-service",
38376
- "api-endpoint"
38377
- ],
38378
38193
  "x-f5xc-cli-domain": "virtual"
38379
38194
  },
38380
38195
  "http_loadbalancerListResponseItem": {
@@ -38411,7 +38226,7 @@
38411
38226
  },
38412
38227
  "x-original-maxLength": 1024,
38413
38228
  "x-reconciled-from-discovery": true,
38414
- "x-reconciled-at": "2026-01-04T19:54:50.887909+00:00"
38229
+ "x-reconciled-at": "2026-01-05T03:03:29.822917+00:00"
38415
38230
  },
38416
38231
  "disabled": {
38417
38232
  "type": "boolean",
@@ -38461,7 +38276,7 @@
38461
38276
  },
38462
38277
  "x-original-maxLength": 1024,
38463
38278
  "x-reconciled-from-discovery": true,
38464
- "x-reconciled-at": "2026-01-04T19:54:50.887919+00:00"
38279
+ "x-reconciled-at": "2026-01-05T03:03:29.822926+00:00"
38465
38280
  },
38466
38281
  "namespace": {
38467
38282
  "type": "string",
@@ -38480,7 +38295,7 @@
38480
38295
  },
38481
38296
  "x-original-maxLength": 1024,
38482
38297
  "x-reconciled-from-discovery": true,
38483
- "x-reconciled-at": "2026-01-04T19:54:50.887923+00:00"
38298
+ "x-reconciled-at": "2026-01-05T03:03:29.822929+00:00"
38484
38299
  },
38485
38300
  "owner_view": {
38486
38301
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -38521,7 +38336,7 @@
38521
38336
  "x-field-mutability": "read-only",
38522
38337
  "x-original-maxLength": 1024,
38523
38338
  "x-reconciled-from-discovery": true,
38524
- "x-reconciled-at": "2026-01-04T19:54:50.887931+00:00"
38339
+ "x-reconciled-at": "2026-01-05T03:03:29.822936+00:00"
38525
38340
  },
38526
38341
  "uid": {
38527
38342
  "type": "string",
@@ -38542,7 +38357,7 @@
38542
38357
  "x-original-maxLength": 1024,
38543
38358
  "format": "uuid",
38544
38359
  "x-reconciled-from-discovery": true,
38545
- "x-reconciled-at": "2026-01-04T19:54:50.887937+00:00"
38360
+ "x-reconciled-at": "2026-01-05T03:03:29.822941+00:00"
38546
38361
  }
38547
38362
  },
38548
38363
  "x-f5xc-minimum-configuration": {
@@ -38574,11 +38389,6 @@
38574
38389
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38575
38390
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38576
38391
  },
38577
- "x-f5xc-cli-aliases": [
38578
- "http-lb",
38579
- "virtual-service",
38580
- "api-endpoint"
38581
- ],
38582
38392
  "x-f5xc-cli-domain": "virtual"
38583
38393
  },
38584
38394
  "http_loadbalancerLoginEndpoint": {
@@ -38669,11 +38479,6 @@
38669
38479
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38670
38480
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38671
38481
  },
38672
- "x-f5xc-cli-aliases": [
38673
- "http-lb",
38674
- "virtual-service",
38675
- "api-endpoint"
38676
- ],
38677
38482
  "x-f5xc-cli-domain": "virtual"
38678
38483
  },
38679
38484
  "http_loadbalancerOriginServerSubsetRuleListType": {
@@ -38737,11 +38542,6 @@
38737
38542
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38738
38543
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38739
38544
  },
38740
- "x-f5xc-cli-aliases": [
38741
- "http-lb",
38742
- "virtual-service",
38743
- "api-endpoint"
38744
- ],
38745
38545
  "x-f5xc-cli-domain": "virtual"
38746
38546
  },
38747
38547
  "http_loadbalancerProxyTypeHttps": {
@@ -38958,11 +38758,6 @@
38958
38758
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
38959
38759
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
38960
38760
  },
38961
- "x-f5xc-cli-aliases": [
38962
- "http-lb",
38963
- "virtual-service",
38964
- "api-endpoint"
38965
- ],
38966
38761
  "x-f5xc-cli-domain": "virtual"
38967
38762
  },
38968
38763
  "http_loadbalancerProxyTypeHttpsAutoCerts": {
@@ -39181,11 +38976,6 @@
39181
38976
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39182
38977
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39183
38978
  },
39184
- "x-f5xc-cli-aliases": [
39185
- "http-lb",
39186
- "virtual-service",
39187
- "api-endpoint"
39188
- ],
39189
38979
  "x-f5xc-cli-domain": "virtual"
39190
38980
  },
39191
38981
  "http_loadbalancerReplaceRequest": {
@@ -39231,11 +39021,6 @@
39231
39021
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39232
39022
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39233
39023
  },
39234
- "x-f5xc-cli-aliases": [
39235
- "http-lb",
39236
- "virtual-service",
39237
- "api-endpoint"
39238
- ],
39239
39024
  "x-f5xc-cli-domain": "virtual"
39240
39025
  },
39241
39026
  "http_loadbalancerReplaceResponse": {
@@ -39270,11 +39055,6 @@
39270
39055
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39271
39056
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39272
39057
  },
39273
- "x-f5xc-cli-aliases": [
39274
- "http-lb",
39275
- "virtual-service",
39276
- "api-endpoint"
39277
- ],
39278
39058
  "x-f5xc-cli-domain": "virtual"
39279
39059
  },
39280
39060
  "http_loadbalancerRouteSimpleAdvancedOptions": {
@@ -39707,11 +39487,6 @@
39707
39487
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39708
39488
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39709
39489
  },
39710
- "x-f5xc-cli-aliases": [
39711
- "http-lb",
39712
- "virtual-service",
39713
- "api-endpoint"
39714
- ],
39715
39490
  "x-f5xc-cli-domain": "virtual"
39716
39491
  },
39717
39492
  "http_loadbalancerRouteTypeCustomRoute": {
@@ -39754,11 +39529,6 @@
39754
39529
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39755
39530
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39756
39531
  },
39757
- "x-f5xc-cli-aliases": [
39758
- "http-lb",
39759
- "virtual-service",
39760
- "api-endpoint"
39761
- ],
39762
39532
  "x-f5xc-cli-domain": "virtual"
39763
39533
  },
39764
39534
  "http_loadbalancerRouteTypeDirectResponse": {
@@ -39835,11 +39605,6 @@
39835
39605
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39836
39606
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39837
39607
  },
39838
- "x-f5xc-cli-aliases": [
39839
- "http-lb",
39840
- "virtual-service",
39841
- "api-endpoint"
39842
- ],
39843
39608
  "x-f5xc-cli-domain": "virtual"
39844
39609
  },
39845
39610
  "http_loadbalancerRouteTypeRedirect": {
@@ -39916,11 +39681,6 @@
39916
39681
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
39917
39682
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
39918
39683
  },
39919
- "x-f5xc-cli-aliases": [
39920
- "http-lb",
39921
- "virtual-service",
39922
- "api-endpoint"
39923
- ],
39924
39684
  "x-f5xc-cli-domain": "virtual"
39925
39685
  },
39926
39686
  "http_loadbalancerRouteTypeSimple": {
@@ -40059,11 +39819,6 @@
40059
39819
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40060
39820
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40061
39821
  },
40062
- "x-f5xc-cli-aliases": [
40063
- "http-lb",
40064
- "virtual-service",
40065
- "api-endpoint"
40066
- ],
40067
39822
  "x-f5xc-cli-domain": "virtual"
40068
39823
  },
40069
39824
  "http_loadbalancerSensitiveDataDisclosureRules": {
@@ -40127,11 +39882,6 @@
40127
39882
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40128
39883
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40129
39884
  },
40130
- "x-f5xc-cli-aliases": [
40131
- "http-lb",
40132
- "virtual-service",
40133
- "api-endpoint"
40134
- ],
40135
39885
  "x-f5xc-cli-domain": "virtual"
40136
39886
  },
40137
39887
  "http_loadbalancerSetL7DDoSRPSThresholdReq": {
@@ -40165,7 +39915,7 @@
40165
39915
  },
40166
39916
  "x-original-maxLength": 1024,
40167
39917
  "x-reconciled-from-discovery": true,
40168
- "x-reconciled-at": "2026-01-04T19:54:50.888077+00:00"
39918
+ "x-reconciled-at": "2026-01-05T03:03:29.823072+00:00"
40169
39919
  },
40170
39920
  "namespace": {
40171
39921
  "type": "string",
@@ -40191,7 +39941,7 @@
40191
39941
  },
40192
39942
  "x-original-maxLength": 1024,
40193
39943
  "x-reconciled-from-discovery": true,
40194
- "x-reconciled-at": "2026-01-04T19:54:50.888081+00:00"
39944
+ "x-reconciled-at": "2026-01-05T03:03:29.823076+00:00"
40195
39945
  },
40196
39946
  "rps_threshold": {
40197
39947
  "type": "integer",
@@ -40249,11 +39999,6 @@
40249
39999
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40250
40000
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40251
40001
  },
40252
- "x-f5xc-cli-aliases": [
40253
- "http-lb",
40254
- "virtual-service",
40255
- "api-endpoint"
40256
- ],
40257
40002
  "x-f5xc-cli-domain": "virtual"
40258
40003
  },
40259
40004
  "http_loadbalancerSetL7DDoSRPSThresholdRsp": {
@@ -40291,11 +40036,6 @@
40291
40036
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40292
40037
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40293
40038
  },
40294
- "x-f5xc-cli-aliases": [
40295
- "http-lb",
40296
- "virtual-service",
40297
- "api-endpoint"
40298
- ],
40299
40039
  "x-f5xc-cli-domain": "virtual"
40300
40040
  },
40301
40041
  "http_loadbalancerSingleLoadBalancerAppSetting": {
@@ -40349,11 +40089,6 @@
40349
40089
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40350
40090
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40351
40091
  },
40352
- "x-f5xc-cli-aliases": [
40353
- "http-lb",
40354
- "virtual-service",
40355
- "api-endpoint"
40356
- ],
40357
40092
  "x-f5xc-cli-domain": "virtual"
40358
40093
  },
40359
40094
  "http_loadbalancerStatusObject": {
@@ -40435,11 +40170,6 @@
40435
40170
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40436
40171
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40437
40172
  },
40438
- "x-f5xc-cli-aliases": [
40439
- "http-lb",
40440
- "virtual-service",
40441
- "api-endpoint"
40442
- ],
40443
40173
  "x-f5xc-cli-domain": "virtual"
40444
40174
  },
40445
40175
  "http_loadbalancerUpdateAPIEndpointsSchemasReq": {
@@ -40494,7 +40224,7 @@
40494
40224
  },
40495
40225
  "x-original-maxLength": 1024,
40496
40226
  "x-reconciled-from-discovery": true,
40497
- "x-reconciled-at": "2026-01-04T19:54:50.888102+00:00"
40227
+ "x-reconciled-at": "2026-01-05T03:03:29.823094+00:00"
40498
40228
  },
40499
40229
  "namespace": {
40500
40230
  "type": "string",
@@ -40513,7 +40243,7 @@
40513
40243
  },
40514
40244
  "x-original-maxLength": 1024,
40515
40245
  "x-reconciled-from-discovery": true,
40516
- "x-reconciled-at": "2026-01-04T19:54:50.888106+00:00"
40246
+ "x-reconciled-at": "2026-01-05T03:03:29.823098+00:00"
40517
40247
  }
40518
40248
  },
40519
40249
  "x-f5xc-minimum-configuration": {
@@ -40545,11 +40275,6 @@
40545
40275
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40546
40276
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40547
40277
  },
40548
- "x-f5xc-cli-aliases": [
40549
- "http-lb",
40550
- "virtual-service",
40551
- "api-endpoint"
40552
- ],
40553
40278
  "x-f5xc-cli-domain": "virtual"
40554
40279
  },
40555
40280
  "http_loadbalancerUpdateAPIEndpointsSchemasResp": {
@@ -40604,11 +40329,6 @@
40604
40329
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
40605
40330
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
40606
40331
  },
40607
- "x-f5xc-cli-aliases": [
40608
- "http-lb",
40609
- "virtual-service",
40610
- "api-endpoint"
40611
- ],
40612
40332
  "x-f5xc-cli-domain": "virtual"
40613
40333
  },
40614
40334
  "ioschemaPortMatcherType": {
@@ -40831,11 +40551,6 @@
40831
40551
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
40832
40552
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
40833
40553
  },
40834
- "x-f5xc-cli-aliases": [
40835
- "pool",
40836
- "backend-pool",
40837
- "server-group"
40838
- ],
40839
40554
  "x-f5xc-cli-domain": "virtual"
40840
40555
  },
40841
40556
  "origin_poolOriginPoolDefaultSubset": {
@@ -40878,11 +40593,6 @@
40878
40593
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
40879
40594
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
40880
40595
  },
40881
- "x-f5xc-cli-aliases": [
40882
- "pool",
40883
- "backend-pool",
40884
- "server-group"
40885
- ],
40886
40596
  "x-f5xc-cli-domain": "virtual"
40887
40597
  },
40888
40598
  "origin_poolOriginPoolSubsets": {
@@ -40940,11 +40650,6 @@
40940
40650
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
40941
40651
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
40942
40652
  },
40943
- "x-f5xc-cli-aliases": [
40944
- "pool",
40945
- "backend-pool",
40946
- "server-group"
40947
- ],
40948
40653
  "x-f5xc-cli-domain": "virtual"
40949
40654
  },
40950
40655
  "origin_poolOriginServerCBIPService": {
@@ -40991,11 +40696,6 @@
40991
40696
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
40992
40697
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
40993
40698
  },
40994
- "x-f5xc-cli-aliases": [
40995
- "pool",
40996
- "backend-pool",
40997
- "server-group"
40998
- ],
40999
40699
  "x-f5xc-cli-domain": "virtual"
41000
40700
  },
41001
40701
  "origin_poolOriginServerConsulService": {
@@ -41055,11 +40755,6 @@
41055
40755
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41056
40756
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41057
40757
  },
41058
- "x-f5xc-cli-aliases": [
41059
- "pool",
41060
- "backend-pool",
41061
- "server-group"
41062
- ],
41063
40758
  "x-f5xc-cli-domain": "virtual"
41064
40759
  },
41065
40760
  "origin_poolOriginServerCustomEndpoint": {
@@ -41086,11 +40781,6 @@
41086
40781
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41087
40782
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41088
40783
  },
41089
- "x-f5xc-cli-aliases": [
41090
- "pool",
41091
- "backend-pool",
41092
- "server-group"
41093
- ],
41094
40784
  "x-f5xc-cli-domain": "virtual"
41095
40785
  },
41096
40786
  "origin_poolOriginServerK8SService": {
@@ -41156,11 +40846,6 @@
41156
40846
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41157
40847
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41158
40848
  },
41159
- "x-f5xc-cli-aliases": [
41160
- "pool",
41161
- "backend-pool",
41162
- "server-group"
41163
- ],
41164
40849
  "x-f5xc-cli-domain": "virtual"
41165
40850
  },
41166
40851
  "origin_poolOriginServerPrivateIP": {
@@ -41223,11 +40908,6 @@
41223
40908
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41224
40909
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41225
40910
  },
41226
- "x-f5xc-cli-aliases": [
41227
- "pool",
41228
- "backend-pool",
41229
- "server-group"
41230
- ],
41231
40911
  "x-f5xc-cli-domain": "virtual"
41232
40912
  },
41233
40913
  "origin_poolOriginServerPrivateName": {
@@ -41313,11 +40993,6 @@
41313
40993
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41314
40994
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41315
40995
  },
41316
- "x-f5xc-cli-aliases": [
41317
- "pool",
41318
- "backend-pool",
41319
- "server-group"
41320
- ],
41321
40996
  "x-f5xc-cli-domain": "virtual"
41322
40997
  },
41323
40998
  "origin_poolOriginServerType": {
@@ -41385,11 +41060,6 @@
41385
41060
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41386
41061
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41387
41062
  },
41388
- "x-f5xc-cli-aliases": [
41389
- "pool",
41390
- "backend-pool",
41391
- "server-group"
41392
- ],
41393
41063
  "x-f5xc-cli-domain": "virtual"
41394
41064
  },
41395
41065
  "origin_poolOriginServerVirtualNetworkIP": {
@@ -41439,11 +41109,6 @@
41439
41109
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41440
41110
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41441
41111
  },
41442
- "x-f5xc-cli-aliases": [
41443
- "pool",
41444
- "backend-pool",
41445
- "server-group"
41446
- ],
41447
41112
  "x-f5xc-cli-domain": "virtual"
41448
41113
  },
41449
41114
  "origin_poolOriginServerVirtualNetworkName": {
@@ -41493,11 +41158,6 @@
41493
41158
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41494
41159
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41495
41160
  },
41496
- "x-f5xc-cli-aliases": [
41497
- "pool",
41498
- "backend-pool",
41499
- "server-group"
41500
- ],
41501
41161
  "x-f5xc-cli-domain": "virtual"
41502
41162
  },
41503
41163
  "origin_poolProtocolType": {
@@ -41523,11 +41183,6 @@
41523
41183
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
41524
41184
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
41525
41185
  },
41526
- "x-f5xc-cli-aliases": [
41527
- "pool",
41528
- "backend-pool",
41529
- "server-group"
41530
- ],
41531
41186
  "x-f5xc-cli-domain": "virtual"
41532
41187
  },
41533
41188
  "policyOriginServerSubsetRule": {
@@ -41802,7 +41457,7 @@
41802
41457
  },
41803
41458
  "x-original-maxLength": 256,
41804
41459
  "x-reconciled-from-discovery": true,
41805
- "x-reconciled-at": "2026-01-04T19:54:50.888481+00:00"
41460
+ "x-reconciled-at": "2026-01-05T03:03:29.823423+00:00"
41806
41461
  },
41807
41462
  "path": {
41808
41463
  "type": "string",
@@ -42542,7 +42197,7 @@
42542
42197
  },
42543
42198
  "x-original-maxLength": 256,
42544
42199
  "x-reconciled-from-discovery": true,
42545
- "x-reconciled-at": "2026-01-04T19:54:50.888633+00:00"
42200
+ "x-reconciled-at": "2026-01-05T03:03:29.823559+00:00"
42546
42201
  },
42547
42202
  "overwrite": {
42548
42203
  "type": "boolean",
@@ -42581,7 +42236,7 @@
42581
42236
  },
42582
42237
  "x-original-maxLength": 8096,
42583
42238
  "x-reconciled-from-discovery": true,
42584
- "x-reconciled-at": "2026-01-04T19:54:50.888640+00:00"
42239
+ "x-reconciled-at": "2026-01-05T03:03:29.823565+00:00"
42585
42240
  }
42586
42241
  },
42587
42242
  "x-f5xc-minimum-configuration": {
@@ -43189,7 +42844,7 @@
43189
42844
  },
43190
42845
  "x-original-maxLength": 256,
43191
42846
  "x-reconciled-from-discovery": true,
43192
- "x-reconciled-at": "2026-01-04T19:54:50.888815+00:00"
42847
+ "x-reconciled-at": "2026-01-05T03:03:29.823719+00:00"
43193
42848
  },
43194
42849
  "overwrite": {
43195
42850
  "type": "boolean",
@@ -43237,7 +42892,7 @@
43237
42892
  },
43238
42893
  "x-original-maxLength": 8096,
43239
42894
  "x-reconciled-from-discovery": true,
43240
- "x-reconciled-at": "2026-01-04T19:54:50.888825+00:00"
42895
+ "x-reconciled-at": "2026-01-05T03:03:29.823728+00:00"
43241
42896
  }
43242
42897
  },
43243
42898
  "x-f5xc-minimum-configuration": {
@@ -43765,7 +43420,7 @@
43765
43420
  },
43766
43421
  "x-original-maxLength": 1024,
43767
43422
  "x-reconciled-from-discovery": true,
43768
- "x-reconciled-at": "2026-01-04T19:54:50.889076+00:00"
43423
+ "x-reconciled-at": "2026-01-05T03:03:29.823955+00:00"
43769
43424
  },
43770
43425
  "status": {
43771
43426
  "type": "string",
@@ -43782,7 +43437,7 @@
43782
43437
  },
43783
43438
  "x-original-maxLength": 1024,
43784
43439
  "x-reconciled-from-discovery": true,
43785
- "x-reconciled-at": "2026-01-04T19:54:50.889080+00:00"
43440
+ "x-reconciled-at": "2026-01-05T03:03:29.823959+00:00"
43786
43441
  }
43787
43442
  },
43788
43443
  "x-f5xc-minimum-configuration": {
@@ -43838,7 +43493,7 @@
43838
43493
  },
43839
43494
  "x-original-maxLength": 1024,
43840
43495
  "x-reconciled-from-discovery": true,
43841
- "x-reconciled-at": "2026-01-04T19:54:50.889087+00:00"
43496
+ "x-reconciled-at": "2026-01-05T03:03:29.823965+00:00"
43842
43497
  },
43843
43498
  "nlb_cname": {
43844
43499
  "type": "string",
@@ -43883,7 +43538,7 @@
43883
43538
  },
43884
43539
  "x-original-maxLength": 1024,
43885
43540
  "x-reconciled-from-discovery": true,
43886
- "x-reconciled-at": "2026-01-04T19:54:50.889094+00:00"
43541
+ "x-reconciled-at": "2026-01-05T03:03:29.823971+00:00"
43887
43542
  },
43888
43543
  "target_group_status": {
43889
43544
  "type": "array",
@@ -43967,7 +43622,7 @@
43967
43622
  },
43968
43623
  "x-original-maxLength": 1024,
43969
43624
  "x-reconciled-from-discovery": true,
43970
- "x-reconciled-at": "2026-01-04T19:54:50.889103+00:00"
43625
+ "x-reconciled-at": "2026-01-05T03:03:29.823985+00:00"
43971
43626
  },
43972
43627
  "protocol": {
43973
43628
  "type": "string",
@@ -43998,7 +43653,7 @@
43998
43653
  },
43999
43654
  "x-original-maxLength": 1024,
44000
43655
  "x-reconciled-from-discovery": true,
44001
- "x-reconciled-at": "2026-01-04T19:54:50.889109+00:00"
43656
+ "x-reconciled-at": "2026-01-05T03:03:29.823990+00:00"
44002
43657
  },
44003
43658
  "status": {
44004
43659
  "type": "string",
@@ -44015,7 +43670,7 @@
44015
43670
  },
44016
43671
  "x-original-maxLength": 1024,
44017
43672
  "x-reconciled-from-discovery": true,
44018
- "x-reconciled-at": "2026-01-04T19:54:50.889113+00:00"
43673
+ "x-reconciled-at": "2026-01-05T03:03:29.823994+00:00"
44019
43674
  }
44020
43675
  },
44021
43676
  "x-f5xc-minimum-configuration": {
@@ -45336,11 +44991,6 @@
45336
44991
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
45337
44992
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
45338
44993
  },
45339
- "x-f5xc-cli-aliases": [
45340
- "http-lb",
45341
- "virtual-service",
45342
- "api-endpoint"
45343
- ],
45344
44994
  "x-f5xc-cli-domain": "virtual"
45345
44995
  },
45346
44996
  "viewshttp_loadbalancerDomainConfiguration": {
@@ -45412,7 +45062,7 @@
45412
45062
  "x-original-maxLength": 256,
45413
45063
  "format": "hostname",
45414
45064
  "x-reconciled-from-discovery": true,
45415
- "x-reconciled-at": "2026-01-04T19:54:50.889309+00:00"
45065
+ "x-reconciled-at": "2026-01-05T03:03:29.824171+00:00"
45416
45066
  }
45417
45067
  },
45418
45068
  "x-f5xc-minimum-configuration": {
@@ -45444,11 +45094,6 @@
45444
45094
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
45445
45095
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
45446
45096
  },
45447
- "x-f5xc-cli-aliases": [
45448
- "http-lb",
45449
- "virtual-service",
45450
- "api-endpoint"
45451
- ],
45452
45097
  "x-f5xc-cli-domain": "virtual"
45453
45098
  },
45454
45099
  "viewshttp_loadbalancerGetSpecType": {
@@ -46014,11 +45659,6 @@
46014
45659
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
46015
45660
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
46016
45661
  },
46017
- "x-f5xc-cli-aliases": [
46018
- "http-lb",
46019
- "virtual-service",
46020
- "api-endpoint"
46021
- ],
46022
45662
  "x-f5xc-cli-domain": "virtual"
46023
45663
  },
46024
45664
  "viewshttp_loadbalancerMirrorPolicyType": {
@@ -46064,11 +45704,6 @@
46064
45704
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
46065
45705
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
46066
45706
  },
46067
- "x-f5xc-cli-aliases": [
46068
- "http-lb",
46069
- "virtual-service",
46070
- "api-endpoint"
46071
- ],
46072
45707
  "x-f5xc-cli-domain": "virtual"
46073
45708
  },
46074
45709
  "viewshttp_loadbalancerReplaceSpecType": {
@@ -46582,11 +46217,6 @@
46582
46217
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
46583
46218
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
46584
46219
  },
46585
- "x-f5xc-cli-aliases": [
46586
- "http-lb",
46587
- "virtual-service",
46588
- "api-endpoint"
46589
- ],
46590
46220
  "x-f5xc-cli-domain": "virtual"
46591
46221
  },
46592
46222
  "viewshttp_loadbalancerRouteType": {
@@ -46639,11 +46269,6 @@
46639
46269
  "example_json": "{\n \"metadata\": {\n \"name\": \"example-app\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"domains\": [\"example.com\"],\n \"https\": [{\"port\": 443}],\n \"http\": [{\"port\": 80, \"redirect_https\": true}],\n \"routes\": [{\"prefix\": \"/\", \"origin_pool\": {\"pool_name\": \"pool\"}}],\n \"origin_pools\": [{\"name\": \"pool\", \"origins\": [{\"hostname\": \"backend.example.com\"}]}]\n }\n}\n",
46640
46270
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @http-lb.json\n"
46641
46271
  },
46642
- "x-f5xc-cli-aliases": [
46643
- "http-lb",
46644
- "virtual-service",
46645
- "api-endpoint"
46646
- ],
46647
46272
  "x-f5xc-cli-domain": "virtual"
46648
46273
  },
46649
46274
  "viewsorigin_poolGlobalSpecType": {
@@ -46797,11 +46422,6 @@
46797
46422
  "example_json": "{\n \"metadata\": {\n \"name\": \"backend-pool\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"origins\": [\n {\"origin_server\": {\"hostname\": \"backend1.example.com\", \"port\": 8080}},\n {\"origin_server\": {\"hostname\": \"backend2.example.com\", \"port\": 8080}}\n ],\n \"health_checks\": [{\"health_check_name\": \"http-health-check\"}],\n \"connection_timeout_ms\": 3600,\n \"idle_timeout_ms\": 900000\n }\n}\n",
46798
46423
  "example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/origin_pools\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @origin-pool.json\n"
46799
46424
  },
46800
- "x-f5xc-cli-aliases": [
46801
- "pool",
46802
- "backend-pool",
46803
- "server-group"
46804
- ],
46805
46425
  "x-f5xc-cli-domain": "virtual"
46806
46426
  },
46807
46427
  "virtual_hostClientIPHeaders": {