@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.
- package/dist/generator/domain-metadata.d.ts +46 -7
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +30 -21
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/openapi-parser.d.ts +23 -0
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +14 -0
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +3 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +24 -0
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/index-loader.d.ts.map +1 -1
- package/dist/tools/discovery/index-loader.js +2 -0
- package/dist/tools/discovery/index-loader.js.map +1 -1
- package/dist/tools/discovery/types.d.ts +2 -0
- package/dist/tools/discovery/types.d.ts.map +1 -1
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +26 -26
- package/specs/domains/ai_services.json +22 -22
- package/specs/domains/api.json +174 -184
- package/specs/domains/authentication.json +46 -46
- package/specs/domains/bigip.json +95 -95
- package/specs/domains/billing_and_usage.json +64 -64
- package/specs/domains/blindfold.json +110 -110
- package/specs/domains/bot_and_threat_defense.json +66 -66
- package/specs/domains/cdn.json +178 -558
- package/specs/domains/ce_management.json +112 -112
- package/specs/domains/certificates.json +76 -76
- package/specs/domains/cloud_infrastructure.json +113 -113
- package/specs/domains/container_services.json +92 -147
- package/specs/domains/data_and_privacy_security.json +67 -67
- package/specs/domains/data_intelligence.json +63 -63
- package/specs/domains/ddos.json +155 -155
- package/specs/domains/dns.json +149 -169
- package/specs/domains/managed_kubernetes.json +86 -86
- package/specs/domains/marketplace.json +104 -104
- package/specs/domains/network.json +231 -231
- package/specs/domains/network_security.json +188 -198
- package/specs/domains/nginx_one.json +63 -63
- package/specs/domains/object_storage.json +13 -13
- package/specs/domains/observability.json +103 -103
- package/specs/domains/rate_limiting.json +53 -53
- package/specs/domains/secops_and_incident_response.json +37 -37
- package/specs/domains/service_mesh.json +120 -125
- package/specs/domains/shape.json +314 -314
- package/specs/domains/sites.json +350 -350
- package/specs/domains/statistics.json +226 -226
- package/specs/domains/support.json +109 -109
- package/specs/domains/telemetry_and_insights.json +73 -73
- package/specs/domains/tenant_and_identity.json +269 -274
- package/specs/domains/threat_campaign.json +67 -87
- package/specs/domains/users.json +67 -67
- package/specs/domains/virtual.json +245 -875
- package/specs/domains/vpm_and_node_management.json +2 -2
- package/specs/domains/waf.json +140 -335
- package/specs/index.json +2 -183
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Container Services",
|
|
5
5
|
"description": "Namespaced isolation with configurable limits and autoscaling policies. vK8s abstracts operational overhead while providing scheduling, persistent storage, and service mesh integration. Compute profiles specify CPU, memory, and GPU allocations for reproducible environments. Telemetry tracks consumption patterns across geographically distributed infrastructure nodes.",
|
|
6
|
-
"version": "2.0.
|
|
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": "Pod orchestration without full cluster complexity. Edge site execution, quota enforcement, and standardized compute profiles for distributed apps.",
|
|
16
|
-
"x-
|
|
16
|
+
"x-f5xc-cli-domain": "container_services"
|
|
17
17
|
},
|
|
18
18
|
"servers": [
|
|
19
19
|
{
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
"readOnly": true,
|
|
3654
3654
|
"x-original-maxLength": 1024,
|
|
3655
3655
|
"x-reconciled-from-discovery": true,
|
|
3656
|
-
"x-reconciled-at": "2026-01-
|
|
3656
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886821+00:00"
|
|
3657
3657
|
},
|
|
3658
3658
|
"name": {
|
|
3659
3659
|
"type": "string",
|
|
@@ -3672,7 +3672,7 @@
|
|
|
3672
3672
|
},
|
|
3673
3673
|
"x-original-maxLength": 1024,
|
|
3674
3674
|
"x-reconciled-from-discovery": true,
|
|
3675
|
-
"x-reconciled-at": "2026-01-
|
|
3675
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886827+00:00"
|
|
3676
3676
|
},
|
|
3677
3677
|
"namespace": {
|
|
3678
3678
|
"type": "string",
|
|
@@ -3691,7 +3691,7 @@
|
|
|
3691
3691
|
},
|
|
3692
3692
|
"x-original-maxLength": 1024,
|
|
3693
3693
|
"x-reconciled-from-discovery": true,
|
|
3694
|
-
"x-reconciled-at": "2026-01-
|
|
3694
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886831+00:00"
|
|
3695
3695
|
},
|
|
3696
3696
|
"tenant": {
|
|
3697
3697
|
"type": "string",
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
"x-field-mutability": "read-only",
|
|
3713
3713
|
"x-original-maxLength": 1024,
|
|
3714
3714
|
"x-reconciled-from-discovery": true,
|
|
3715
|
-
"x-reconciled-at": "2026-01-
|
|
3715
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886835+00:00"
|
|
3716
3716
|
},
|
|
3717
3717
|
"uid": {
|
|
3718
3718
|
"type": "string",
|
|
@@ -3734,7 +3734,7 @@
|
|
|
3734
3734
|
"x-original-maxLength": 1024,
|
|
3735
3735
|
"format": "uuid",
|
|
3736
3736
|
"x-reconciled-from-discovery": true,
|
|
3737
|
-
"x-reconciled-at": "2026-01-
|
|
3737
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886841+00:00"
|
|
3738
3738
|
}
|
|
3739
3739
|
},
|
|
3740
3740
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3783,7 +3783,7 @@
|
|
|
3783
3783
|
},
|
|
3784
3784
|
"x-original-maxLength": 1024,
|
|
3785
3785
|
"x-reconciled-from-discovery": true,
|
|
3786
|
-
"x-reconciled-at": "2026-01-
|
|
3786
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886848+00:00"
|
|
3787
3787
|
}
|
|
3788
3788
|
},
|
|
3789
3789
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
},
|
|
3853
3853
|
"x-original-maxLength": 1024,
|
|
3854
3854
|
"x-reconciled-from-discovery": true,
|
|
3855
|
-
"x-reconciled-at": "2026-01-
|
|
3855
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886856+00:00"
|
|
3856
3856
|
},
|
|
3857
3857
|
"service_name": {
|
|
3858
3858
|
"type": "string",
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
},
|
|
3892
3892
|
"x-original-maxLength": 1024,
|
|
3893
3893
|
"x-reconciled-from-discovery": true,
|
|
3894
|
-
"x-reconciled-at": "2026-01-
|
|
3894
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886861+00:00"
|
|
3895
3895
|
},
|
|
3896
3896
|
"type": {
|
|
3897
3897
|
"type": "string",
|
|
@@ -4028,7 +4028,7 @@
|
|
|
4028
4028
|
},
|
|
4029
4029
|
"x-original-maxLength": 1024,
|
|
4030
4030
|
"x-reconciled-from-discovery": true,
|
|
4031
|
-
"x-reconciled-at": "2026-01-
|
|
4031
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886872+00:00"
|
|
4032
4032
|
}
|
|
4033
4033
|
},
|
|
4034
4034
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4124,7 +4124,7 @@
|
|
|
4124
4124
|
},
|
|
4125
4125
|
"x-original-maxLength": 1024,
|
|
4126
4126
|
"x-reconciled-from-discovery": true,
|
|
4127
|
-
"x-reconciled-at": "2026-01-
|
|
4127
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886882+00:00"
|
|
4128
4128
|
}
|
|
4129
4129
|
},
|
|
4130
4130
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4196,7 +4196,7 @@
|
|
|
4196
4196
|
},
|
|
4197
4197
|
"x-original-maxLength": 1200,
|
|
4198
4198
|
"x-reconciled-from-discovery": true,
|
|
4199
|
-
"x-reconciled-at": "2026-01-
|
|
4199
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886888+00:00"
|
|
4200
4200
|
},
|
|
4201
4201
|
"disable": {
|
|
4202
4202
|
"type": "boolean",
|
|
@@ -4249,7 +4249,7 @@
|
|
|
4249
4249
|
},
|
|
4250
4250
|
"x-original-maxLength": 1024,
|
|
4251
4251
|
"x-reconciled-from-discovery": true,
|
|
4252
|
-
"x-reconciled-at": "2026-01-
|
|
4252
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886895+00:00"
|
|
4253
4253
|
},
|
|
4254
4254
|
"namespace": {
|
|
4255
4255
|
"type": "string",
|
|
@@ -4268,7 +4268,7 @@
|
|
|
4268
4268
|
},
|
|
4269
4269
|
"x-original-maxLength": 1024,
|
|
4270
4270
|
"x-reconciled-from-discovery": true,
|
|
4271
|
-
"x-reconciled-at": "2026-01-
|
|
4271
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886899+00:00"
|
|
4272
4272
|
}
|
|
4273
4273
|
},
|
|
4274
4274
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
},
|
|
4345
4345
|
"x-original-maxLength": 1200,
|
|
4346
4346
|
"x-reconciled-from-discovery": true,
|
|
4347
|
-
"x-reconciled-at": "2026-01-
|
|
4347
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886905+00:00"
|
|
4348
4348
|
},
|
|
4349
4349
|
"disable": {
|
|
4350
4350
|
"type": "boolean",
|
|
@@ -4399,7 +4399,7 @@
|
|
|
4399
4399
|
},
|
|
4400
4400
|
"x-original-maxLength": 1024,
|
|
4401
4401
|
"x-reconciled-from-discovery": true,
|
|
4402
|
-
"x-reconciled-at": "2026-01-
|
|
4402
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886912+00:00"
|
|
4403
4403
|
},
|
|
4404
4404
|
"namespace": {
|
|
4405
4405
|
"type": "string",
|
|
@@ -4418,7 +4418,7 @@
|
|
|
4418
4418
|
},
|
|
4419
4419
|
"x-original-maxLength": 1024,
|
|
4420
4420
|
"x-reconciled-from-discovery": true,
|
|
4421
|
-
"x-reconciled-at": "2026-01-
|
|
4421
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886916+00:00"
|
|
4422
4422
|
}
|
|
4423
4423
|
},
|
|
4424
4424
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4494,7 +4494,7 @@
|
|
|
4494
4494
|
},
|
|
4495
4495
|
"x-original-maxLength": 1200,
|
|
4496
4496
|
"x-reconciled-from-discovery": true,
|
|
4497
|
-
"x-reconciled-at": "2026-01-
|
|
4497
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886922+00:00"
|
|
4498
4498
|
},
|
|
4499
4499
|
"disable": {
|
|
4500
4500
|
"type": "boolean",
|
|
@@ -4547,7 +4547,7 @@
|
|
|
4547
4547
|
},
|
|
4548
4548
|
"x-original-maxLength": 1024,
|
|
4549
4549
|
"x-reconciled-from-discovery": true,
|
|
4550
|
-
"x-reconciled-at": "2026-01-
|
|
4550
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886928+00:00"
|
|
4551
4551
|
},
|
|
4552
4552
|
"namespace": {
|
|
4553
4553
|
"type": "string",
|
|
@@ -4566,7 +4566,7 @@
|
|
|
4566
4566
|
},
|
|
4567
4567
|
"x-original-maxLength": 1024,
|
|
4568
4568
|
"x-reconciled-from-discovery": true,
|
|
4569
|
-
"x-reconciled-at": "2026-01-
|
|
4569
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886932+00:00"
|
|
4570
4570
|
}
|
|
4571
4571
|
},
|
|
4572
4572
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4680,7 +4680,7 @@
|
|
|
4680
4680
|
"x-original-maxLength": 1024,
|
|
4681
4681
|
"format": "uuid",
|
|
4682
4682
|
"x-reconciled-from-discovery": true,
|
|
4683
|
-
"x-reconciled-at": "2026-01-
|
|
4683
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886944+00:00"
|
|
4684
4684
|
},
|
|
4685
4685
|
"vtrp_id": {
|
|
4686
4686
|
"type": "string",
|
|
@@ -4792,7 +4792,7 @@
|
|
|
4792
4792
|
},
|
|
4793
4793
|
"x-original-maxLength": 1024,
|
|
4794
4794
|
"x-reconciled-from-discovery": true,
|
|
4795
|
-
"x-reconciled-at": "2026-01-
|
|
4795
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886953+00:00"
|
|
4796
4796
|
},
|
|
4797
4797
|
"status": {
|
|
4798
4798
|
"type": "string",
|
|
@@ -4811,7 +4811,7 @@
|
|
|
4811
4811
|
},
|
|
4812
4812
|
"x-original-maxLength": 1024,
|
|
4813
4813
|
"x-reconciled-from-discovery": true,
|
|
4814
|
-
"x-reconciled-at": "2026-01-
|
|
4814
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886957+00:00"
|
|
4815
4815
|
}
|
|
4816
4816
|
},
|
|
4817
4817
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4989,7 +4989,7 @@
|
|
|
4989
4989
|
"x-field-mutability": "read-only",
|
|
4990
4990
|
"x-original-maxLength": 1024,
|
|
4991
4991
|
"x-reconciled-from-discovery": true,
|
|
4992
|
-
"x-reconciled-at": "2026-01-
|
|
4992
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886974+00:00"
|
|
4993
4993
|
},
|
|
4994
4994
|
"uid": {
|
|
4995
4995
|
"type": "string",
|
|
@@ -5010,7 +5010,7 @@
|
|
|
5010
5010
|
"x-original-maxLength": 1024,
|
|
5011
5011
|
"format": "uuid",
|
|
5012
5012
|
"x-reconciled-from-discovery": true,
|
|
5013
|
-
"x-reconciled-at": "2026-01-
|
|
5013
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886986+00:00"
|
|
5014
5014
|
}
|
|
5015
5015
|
},
|
|
5016
5016
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5082,7 +5082,7 @@
|
|
|
5082
5082
|
},
|
|
5083
5083
|
"x-original-maxLength": 1024,
|
|
5084
5084
|
"x-reconciled-from-discovery": true,
|
|
5085
|
-
"x-reconciled-at": "2026-01-
|
|
5085
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886991+00:00"
|
|
5086
5086
|
},
|
|
5087
5087
|
"previous_value": {
|
|
5088
5088
|
"type": "string",
|
|
@@ -5120,7 +5120,7 @@
|
|
|
5120
5120
|
},
|
|
5121
5121
|
"x-original-maxLength": 1024,
|
|
5122
5122
|
"x-reconciled-from-discovery": true,
|
|
5123
|
-
"x-reconciled-at": "2026-01-
|
|
5123
|
+
"x-reconciled-at": "2026-01-05T03:04:21.886997+00:00"
|
|
5124
5124
|
}
|
|
5125
5125
|
},
|
|
5126
5126
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5208,7 +5208,7 @@
|
|
|
5208
5208
|
},
|
|
5209
5209
|
"x-original-maxLength": 1024,
|
|
5210
5210
|
"x-reconciled-from-discovery": true,
|
|
5211
|
-
"x-reconciled-at": "2026-01-
|
|
5211
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887001+00:00"
|
|
5212
5212
|
},
|
|
5213
5213
|
"name": {
|
|
5214
5214
|
"type": "string",
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
},
|
|
5228
5228
|
"x-original-maxLength": 1024,
|
|
5229
5229
|
"x-reconciled-from-discovery": true,
|
|
5230
|
-
"x-reconciled-at": "2026-01-
|
|
5230
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887005+00:00"
|
|
5231
5231
|
},
|
|
5232
5232
|
"namespace": {
|
|
5233
5233
|
"type": "string",
|
|
@@ -5246,7 +5246,7 @@
|
|
|
5246
5246
|
},
|
|
5247
5247
|
"x-original-maxLength": 1024,
|
|
5248
5248
|
"x-reconciled-from-discovery": true,
|
|
5249
|
-
"x-reconciled-at": "2026-01-
|
|
5249
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887009+00:00"
|
|
5250
5250
|
},
|
|
5251
5251
|
"uid": {
|
|
5252
5252
|
"type": "string",
|
|
@@ -5267,7 +5267,7 @@
|
|
|
5267
5267
|
"x-original-maxLength": 1024,
|
|
5268
5268
|
"format": "uuid",
|
|
5269
5269
|
"x-reconciled-from-discovery": true,
|
|
5270
|
-
"x-reconciled-at": "2026-01-
|
|
5270
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887013+00:00"
|
|
5271
5271
|
}
|
|
5272
5272
|
},
|
|
5273
5273
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5320,7 +5320,7 @@
|
|
|
5320
5320
|
},
|
|
5321
5321
|
"x-original-maxLength": 128,
|
|
5322
5322
|
"x-reconciled-from-discovery": true,
|
|
5323
|
-
"x-reconciled-at": "2026-01-
|
|
5323
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887017+00:00"
|
|
5324
5324
|
},
|
|
5325
5325
|
"namespace": {
|
|
5326
5326
|
"type": "string",
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
},
|
|
5346
5346
|
"x-original-maxLength": 64,
|
|
5347
5347
|
"x-reconciled-from-discovery": true,
|
|
5348
|
-
"x-reconciled-at": "2026-01-
|
|
5348
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887021+00:00"
|
|
5349
5349
|
},
|
|
5350
5350
|
"tenant": {
|
|
5351
5351
|
"type": "string",
|
|
@@ -5372,7 +5372,7 @@
|
|
|
5372
5372
|
"x-field-mutability": "read-only",
|
|
5373
5373
|
"x-original-maxLength": 64,
|
|
5374
5374
|
"x-reconciled-from-discovery": true,
|
|
5375
|
-
"x-reconciled-at": "2026-01-
|
|
5375
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887025+00:00"
|
|
5376
5376
|
}
|
|
5377
5377
|
},
|
|
5378
5378
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5535,7 +5535,7 @@
|
|
|
5535
5535
|
},
|
|
5536
5536
|
"x-original-maxLength": 1024,
|
|
5537
5537
|
"x-reconciled-from-discovery": true,
|
|
5538
|
-
"x-reconciled-at": "2026-01-
|
|
5538
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887041+00:00"
|
|
5539
5539
|
},
|
|
5540
5540
|
"namespace": {
|
|
5541
5541
|
"type": "string",
|
|
@@ -5554,7 +5554,7 @@
|
|
|
5554
5554
|
},
|
|
5555
5555
|
"x-original-maxLength": 1024,
|
|
5556
5556
|
"x-reconciled-from-discovery": true,
|
|
5557
|
-
"x-reconciled-at": "2026-01-
|
|
5557
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887045+00:00"
|
|
5558
5558
|
}
|
|
5559
5559
|
},
|
|
5560
5560
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5652,7 +5652,7 @@
|
|
|
5652
5652
|
"maxLength": 17,
|
|
5653
5653
|
"minLength": 17,
|
|
5654
5654
|
"x-reconciled-from-discovery": true,
|
|
5655
|
-
"x-reconciled-at": "2026-01-
|
|
5655
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887058+00:00"
|
|
5656
5656
|
},
|
|
5657
5657
|
"system_metadata": {
|
|
5658
5658
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -5841,7 +5841,7 @@
|
|
|
5841
5841
|
},
|
|
5842
5842
|
"x-original-maxLength": 1024,
|
|
5843
5843
|
"x-reconciled-from-discovery": true,
|
|
5844
|
-
"x-reconciled-at": "2026-01-
|
|
5844
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887072+00:00"
|
|
5845
5845
|
},
|
|
5846
5846
|
"disabled": {
|
|
5847
5847
|
"type": "boolean",
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
},
|
|
5892
5892
|
"x-original-maxLength": 1024,
|
|
5893
5893
|
"x-reconciled-from-discovery": true,
|
|
5894
|
-
"x-reconciled-at": "2026-01-
|
|
5894
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887084+00:00"
|
|
5895
5895
|
},
|
|
5896
5896
|
"namespace": {
|
|
5897
5897
|
"type": "string",
|
|
@@ -5910,7 +5910,7 @@
|
|
|
5910
5910
|
},
|
|
5911
5911
|
"x-original-maxLength": 1024,
|
|
5912
5912
|
"x-reconciled-from-discovery": true,
|
|
5913
|
-
"x-reconciled-at": "2026-01-
|
|
5913
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887087+00:00"
|
|
5914
5914
|
},
|
|
5915
5915
|
"owner_view": {
|
|
5916
5916
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -5951,7 +5951,7 @@
|
|
|
5951
5951
|
"x-field-mutability": "read-only",
|
|
5952
5952
|
"x-original-maxLength": 1024,
|
|
5953
5953
|
"x-reconciled-from-discovery": true,
|
|
5954
|
-
"x-reconciled-at": "2026-01-
|
|
5954
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887094+00:00"
|
|
5955
5955
|
},
|
|
5956
5956
|
"uid": {
|
|
5957
5957
|
"type": "string",
|
|
@@ -5972,7 +5972,7 @@
|
|
|
5972
5972
|
"x-original-maxLength": 1024,
|
|
5973
5973
|
"format": "uuid",
|
|
5974
5974
|
"x-reconciled-from-discovery": true,
|
|
5975
|
-
"x-reconciled-at": "2026-01-
|
|
5975
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887099+00:00"
|
|
5976
5976
|
}
|
|
5977
5977
|
},
|
|
5978
5978
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6106,7 +6106,7 @@
|
|
|
6106
6106
|
"maxLength": 16,
|
|
6107
6107
|
"minLength": 7,
|
|
6108
6108
|
"x-reconciled-from-discovery": true,
|
|
6109
|
-
"x-reconciled-at": "2026-01-
|
|
6109
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887107+00:00"
|
|
6110
6110
|
},
|
|
6111
6111
|
"value": {
|
|
6112
6112
|
"type": "array",
|
|
@@ -6125,7 +6125,7 @@
|
|
|
6125
6125
|
"maxLength": 15,
|
|
6126
6126
|
"minLength": 3,
|
|
6127
6127
|
"x-reconciled-from-discovery": true,
|
|
6128
|
-
"x-reconciled-at": "2026-01-
|
|
6128
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887112+00:00"
|
|
6129
6129
|
}
|
|
6130
6130
|
},
|
|
6131
6131
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6248,7 +6248,7 @@
|
|
|
6248
6248
|
},
|
|
6249
6249
|
"x-original-maxLength": 1024,
|
|
6250
6250
|
"x-reconciled-from-discovery": true,
|
|
6251
|
-
"x-reconciled-at": "2026-01-
|
|
6251
|
+
"x-reconciled-at": "2026-01-05T03:04:21.887122+00:00"
|
|
6252
6252
|
},
|
|
6253
6253
|
"range": {
|
|
6254
6254
|
"type": "string",
|
|
@@ -6646,11 +6646,6 @@
|
|
|
6646
6646
|
"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",
|
|
6647
6647
|
"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"
|
|
6648
6648
|
},
|
|
6649
|
-
"x-f5xc-cli-aliases": [
|
|
6650
|
-
"http-lb",
|
|
6651
|
-
"virtual-service",
|
|
6652
|
-
"api-endpoint"
|
|
6653
|
-
],
|
|
6654
6649
|
"x-f5xc-cli-domain": "virtual"
|
|
6655
6650
|
},
|
|
6656
6651
|
"http_loadbalancerProxyTypeHttps": {
|
|
@@ -6867,11 +6862,6 @@
|
|
|
6867
6862
|
"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",
|
|
6868
6863
|
"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"
|
|
6869
6864
|
},
|
|
6870
|
-
"x-f5xc-cli-aliases": [
|
|
6871
|
-
"http-lb",
|
|
6872
|
-
"virtual-service",
|
|
6873
|
-
"api-endpoint"
|
|
6874
|
-
],
|
|
6875
6865
|
"x-f5xc-cli-domain": "virtual"
|
|
6876
6866
|
},
|
|
6877
6867
|
"http_loadbalancerProxyTypeHttpsAutoCerts": {
|
|
@@ -7090,11 +7080,6 @@
|
|
|
7090
7080
|
"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",
|
|
7091
7081
|
"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"
|
|
7092
7082
|
},
|
|
7093
|
-
"x-f5xc-cli-aliases": [
|
|
7094
|
-
"http-lb",
|
|
7095
|
-
"virtual-service",
|
|
7096
|
-
"api-endpoint"
|
|
7097
|
-
],
|
|
7098
7083
|
"x-f5xc-cli-domain": "virtual"
|
|
7099
7084
|
},
|
|
7100
7085
|
"http_loadbalancerRouteTypeCustomRoute": {
|
|
@@ -7137,11 +7122,6 @@
|
|
|
7137
7122
|
"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",
|
|
7138
7123
|
"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"
|
|
7139
7124
|
},
|
|
7140
|
-
"x-f5xc-cli-aliases": [
|
|
7141
|
-
"http-lb",
|
|
7142
|
-
"virtual-service",
|
|
7143
|
-
"api-endpoint"
|
|
7144
|
-
],
|
|
7145
7125
|
"x-f5xc-cli-domain": "virtual"
|
|
7146
7126
|
},
|
|
7147
7127
|
"http_loadbalancerRouteTypeDirectResponse": {
|
|
@@ -7218,11 +7198,6 @@
|
|
|
7218
7198
|
"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",
|
|
7219
7199
|
"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"
|
|
7220
7200
|
},
|
|
7221
|
-
"x-f5xc-cli-aliases": [
|
|
7222
|
-
"http-lb",
|
|
7223
|
-
"virtual-service",
|
|
7224
|
-
"api-endpoint"
|
|
7225
|
-
],
|
|
7226
7201
|
"x-f5xc-cli-domain": "virtual"
|
|
7227
7202
|
},
|
|
7228
7203
|
"http_loadbalancerRouteTypeRedirect": {
|
|
@@ -7299,11 +7274,6 @@
|
|
|
7299
7274
|
"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",
|
|
7300
7275
|
"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"
|
|
7301
7276
|
},
|
|
7302
|
-
"x-f5xc-cli-aliases": [
|
|
7303
|
-
"http-lb",
|
|
7304
|
-
"virtual-service",
|
|
7305
|
-
"api-endpoint"
|
|
7306
|
-
],
|
|
7307
7277
|
"x-f5xc-cli-domain": "virtual"
|
|
7308
7278
|
},
|
|
7309
7279
|
"http_loadbalancerRouteTypeSimpleWithDefaultOriginPool": {
|
|
@@ -7379,11 +7349,6 @@
|
|
|
7379
7349
|
"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",
|
|
7380
7350
|
"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"
|
|
7381
7351
|
},
|
|
7382
|
-
"x-f5xc-cli-aliases": [
|
|
7383
|
-
"http-lb",
|
|
7384
|
-
"virtual-service",
|
|
7385
|
-
"api-endpoint"
|
|
7386
|
-
],
|
|
7387
7352
|
"x-f5xc-cli-domain": "virtual"
|
|
7388
7353
|
},
|
|
7389
7354
|
"ioschemaHeaderMatcherType": {
|
|
@@ -7461,7 +7426,7 @@
|
|
|
7461
7426
|
},
|
|
7462
7427
|
"x-original-maxLength": 256,
|
|
7463
7428
|
"x-reconciled-from-discovery": true,
|
|
7464
|
-
"x-reconciled-at": "2026-01-
|
|
7429
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183063+00:00"
|
|
7465
7430
|
},
|
|
7466
7431
|
"presence": {
|
|
7467
7432
|
"type": "boolean",
|
|
@@ -8009,7 +7974,7 @@
|
|
|
8009
7974
|
},
|
|
8010
7975
|
"x-original-maxLength": 1024,
|
|
8011
7976
|
"x-reconciled-from-discovery": true,
|
|
8012
|
-
"x-reconciled-at": "2026-01-
|
|
7977
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183128+00:00"
|
|
8013
7978
|
},
|
|
8014
7979
|
"store_provider": {
|
|
8015
7980
|
"type": "string",
|
|
@@ -8067,7 +8032,7 @@
|
|
|
8067
8032
|
},
|
|
8068
8033
|
"x-original-maxLength": 1024,
|
|
8069
8034
|
"x-reconciled-from-discovery": true,
|
|
8070
|
-
"x-reconciled-at": "2026-01-
|
|
8035
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183133+00:00"
|
|
8071
8036
|
},
|
|
8072
8037
|
"url": {
|
|
8073
8038
|
"type": "string",
|
|
@@ -8274,7 +8239,7 @@
|
|
|
8274
8239
|
},
|
|
8275
8240
|
"x-original-maxLength": 1024,
|
|
8276
8241
|
"x-reconciled-from-discovery": true,
|
|
8277
|
-
"x-reconciled-at": "2026-01-
|
|
8242
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183170+00:00"
|
|
8278
8243
|
},
|
|
8279
8244
|
"name": {
|
|
8280
8245
|
"type": "string",
|
|
@@ -8293,7 +8258,7 @@
|
|
|
8293
8258
|
},
|
|
8294
8259
|
"x-original-maxLength": 1024,
|
|
8295
8260
|
"x-reconciled-from-discovery": true,
|
|
8296
|
-
"x-reconciled-at": "2026-01-
|
|
8261
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183174+00:00"
|
|
8297
8262
|
},
|
|
8298
8263
|
"namespace": {
|
|
8299
8264
|
"type": "string",
|
|
@@ -8312,7 +8277,7 @@
|
|
|
8312
8277
|
},
|
|
8313
8278
|
"x-original-maxLength": 1024,
|
|
8314
8279
|
"x-reconciled-from-discovery": true,
|
|
8315
|
-
"x-reconciled-at": "2026-01-
|
|
8280
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183178+00:00"
|
|
8316
8281
|
}
|
|
8317
8282
|
},
|
|
8318
8283
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8461,7 +8426,7 @@
|
|
|
8461
8426
|
},
|
|
8462
8427
|
"x-original-maxLength": 1024,
|
|
8463
8428
|
"x-reconciled-from-discovery": true,
|
|
8464
|
-
"x-reconciled-at": "2026-01-
|
|
8429
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183293+00:00"
|
|
8465
8430
|
},
|
|
8466
8431
|
"disable_ocsp_stapling": {
|
|
8467
8432
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -8534,7 +8499,7 @@
|
|
|
8534
8499
|
},
|
|
8535
8500
|
"x-original-maxLength": 1024,
|
|
8536
8501
|
"x-reconciled-from-discovery": true,
|
|
8537
|
-
"x-reconciled-at": "2026-01-
|
|
8502
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183311+00:00"
|
|
8538
8503
|
},
|
|
8539
8504
|
"location": {
|
|
8540
8505
|
"type": "string",
|
|
@@ -8551,7 +8516,7 @@
|
|
|
8551
8516
|
},
|
|
8552
8517
|
"x-original-maxLength": 1024,
|
|
8553
8518
|
"x-reconciled-from-discovery": true,
|
|
8554
|
-
"x-reconciled-at": "2026-01-
|
|
8519
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183315+00:00"
|
|
8555
8520
|
},
|
|
8556
8521
|
"provider": {
|
|
8557
8522
|
"type": "string",
|
|
@@ -8568,7 +8533,7 @@
|
|
|
8568
8533
|
},
|
|
8569
8534
|
"x-original-maxLength": 1024,
|
|
8570
8535
|
"x-reconciled-from-discovery": true,
|
|
8571
|
-
"x-reconciled-at": "2026-01-
|
|
8536
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183319+00:00"
|
|
8572
8537
|
},
|
|
8573
8538
|
"secret_encoding": {
|
|
8574
8539
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -8590,7 +8555,7 @@
|
|
|
8590
8555
|
"maxLength": 1,
|
|
8591
8556
|
"minLength": 1,
|
|
8592
8557
|
"x-reconciled-from-discovery": true,
|
|
8593
|
-
"x-reconciled-at": "2026-01-
|
|
8558
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183325+00:00"
|
|
8594
8559
|
}
|
|
8595
8560
|
},
|
|
8596
8561
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8629,7 +8594,7 @@
|
|
|
8629
8594
|
},
|
|
8630
8595
|
"x-original-maxLength": 1024,
|
|
8631
8596
|
"x-reconciled-from-discovery": true,
|
|
8632
|
-
"x-reconciled-at": "2026-01-
|
|
8597
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183345+00:00"
|
|
8633
8598
|
}
|
|
8634
8599
|
},
|
|
8635
8600
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9944,7 +9909,7 @@
|
|
|
9944
9909
|
},
|
|
9945
9910
|
"x-original-maxLength": 256,
|
|
9946
9911
|
"x-reconciled-from-discovery": true,
|
|
9947
|
-
"x-reconciled-at": "2026-01-
|
|
9912
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183452+00:00"
|
|
9948
9913
|
},
|
|
9949
9914
|
"volume_name": {
|
|
9950
9915
|
"type": "string",
|
|
@@ -10191,7 +10156,7 @@
|
|
|
10191
10156
|
},
|
|
10192
10157
|
"x-original-maxLength": 256,
|
|
10193
10158
|
"x-reconciled-from-discovery": true,
|
|
10194
|
-
"x-reconciled-at": "2026-01-
|
|
10159
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183471+00:00"
|
|
10195
10160
|
},
|
|
10196
10161
|
"readiness_check": {
|
|
10197
10162
|
"$ref": "#/components/schemas/workloadHealthCheckType"
|
|
@@ -10310,7 +10275,7 @@
|
|
|
10310
10275
|
},
|
|
10311
10276
|
"x-original-maxLength": 1024,
|
|
10312
10277
|
"x-reconciled-from-discovery": true,
|
|
10313
|
-
"x-reconciled-at": "2026-01-
|
|
10278
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183482+00:00"
|
|
10314
10279
|
},
|
|
10315
10280
|
"namespace": {
|
|
10316
10281
|
"type": "string",
|
|
@@ -10329,7 +10294,7 @@
|
|
|
10329
10294
|
},
|
|
10330
10295
|
"x-original-maxLength": 1024,
|
|
10331
10296
|
"x-reconciled-from-discovery": true,
|
|
10332
|
-
"x-reconciled-at": "2026-01-
|
|
10297
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183486+00:00"
|
|
10333
10298
|
}
|
|
10334
10299
|
},
|
|
10335
10300
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10668,7 +10633,7 @@
|
|
|
10668
10633
|
},
|
|
10669
10634
|
"x-original-maxLength": 256,
|
|
10670
10635
|
"x-reconciled-from-discovery": true,
|
|
10671
|
-
"x-reconciled-at": "2026-01-
|
|
10636
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183505+00:00"
|
|
10672
10637
|
},
|
|
10673
10638
|
"value": {
|
|
10674
10639
|
"type": "string",
|
|
@@ -10693,7 +10658,7 @@
|
|
|
10693
10658
|
},
|
|
10694
10659
|
"x-original-maxLength": 256,
|
|
10695
10660
|
"x-reconciled-from-discovery": true,
|
|
10696
|
-
"x-reconciled-at": "2026-01-
|
|
10661
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183509+00:00"
|
|
10697
10662
|
}
|
|
10698
10663
|
},
|
|
10699
10664
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10746,7 +10711,7 @@
|
|
|
10746
10711
|
},
|
|
10747
10712
|
"x-original-maxLength": 1024,
|
|
10748
10713
|
"x-reconciled-from-discovery": true,
|
|
10749
|
-
"x-reconciled-at": "2026-01-
|
|
10714
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183515+00:00"
|
|
10750
10715
|
}
|
|
10751
10716
|
},
|
|
10752
10717
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10827,11 +10792,6 @@
|
|
|
10827
10792
|
"example_json": "{\n \"metadata\": {\n \"name\": \"http-health\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"http\": {\"path\": \"/health\", \"use_origin_server_hostname\": true},\n \"interval_seconds\": 10,\n \"timeout_seconds\": 3,\n \"unhealthy_threshold\": 3,\n \"healthy_threshold\": 2\n }\n}\n",
|
|
10828
10793
|
"example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/healthchecks\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @healthcheck.json\n"
|
|
10829
10794
|
},
|
|
10830
|
-
"x-f5xc-cli-aliases": [
|
|
10831
|
-
"health-check",
|
|
10832
|
-
"monitor",
|
|
10833
|
-
"probe"
|
|
10834
|
-
],
|
|
10835
10795
|
"x-f5xc-cli-domain": "virtual"
|
|
10836
10796
|
},
|
|
10837
10797
|
"workloadGetResponse": {
|
|
@@ -10915,7 +10875,7 @@
|
|
|
10915
10875
|
"maxLength": 17,
|
|
10916
10876
|
"minLength": 17,
|
|
10917
10877
|
"x-reconciled-from-discovery": true,
|
|
10918
|
-
"x-reconciled-at": "2026-01-
|
|
10878
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183529+00:00"
|
|
10919
10879
|
},
|
|
10920
10880
|
"system_metadata": {
|
|
10921
10881
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -11076,11 +11036,6 @@
|
|
|
11076
11036
|
"example_json": "{\n \"metadata\": {\n \"name\": \"http-health\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"http\": {\"path\": \"/health\", \"use_origin_server_hostname\": true},\n \"interval_seconds\": 10,\n \"timeout_seconds\": 3,\n \"unhealthy_threshold\": 3,\n \"healthy_threshold\": 2\n }\n}\n",
|
|
11077
11037
|
"example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/healthchecks\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @healthcheck.json\n"
|
|
11078
11038
|
},
|
|
11079
|
-
"x-f5xc-cli-aliases": [
|
|
11080
|
-
"health-check",
|
|
11081
|
-
"monitor",
|
|
11082
|
-
"probe"
|
|
11083
|
-
],
|
|
11084
11039
|
"x-f5xc-cli-domain": "virtual"
|
|
11085
11040
|
},
|
|
11086
11041
|
"workloadHTTPLoadBalancerType": {
|
|
@@ -11339,11 +11294,6 @@
|
|
|
11339
11294
|
"example_json": "{\n \"metadata\": {\n \"name\": \"http-health\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"http\": {\"path\": \"/health\", \"use_origin_server_hostname\": true},\n \"interval_seconds\": 10,\n \"timeout_seconds\": 3,\n \"unhealthy_threshold\": 3,\n \"healthy_threshold\": 2\n }\n}\n",
|
|
11340
11295
|
"example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/healthchecks\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @healthcheck.json\n"
|
|
11341
11296
|
},
|
|
11342
|
-
"x-f5xc-cli-aliases": [
|
|
11343
|
-
"health-check",
|
|
11344
|
-
"monitor",
|
|
11345
|
-
"probe"
|
|
11346
|
-
],
|
|
11347
11297
|
"x-f5xc-cli-domain": "virtual"
|
|
11348
11298
|
},
|
|
11349
11299
|
"workloadHostPathVolumeType": {
|
|
@@ -11490,7 +11440,7 @@
|
|
|
11490
11440
|
},
|
|
11491
11441
|
"x-original-maxLength": 256,
|
|
11492
11442
|
"x-reconciled-from-discovery": true,
|
|
11493
|
-
"x-reconciled-at": "2026-01-
|
|
11443
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183565+00:00"
|
|
11494
11444
|
},
|
|
11495
11445
|
"public": {
|
|
11496
11446
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -11699,7 +11649,7 @@
|
|
|
11699
11649
|
},
|
|
11700
11650
|
"x-original-maxLength": 1024,
|
|
11701
11651
|
"x-reconciled-from-discovery": true,
|
|
11702
|
-
"x-reconciled-at": "2026-01-
|
|
11652
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183581+00:00"
|
|
11703
11653
|
},
|
|
11704
11654
|
"disabled": {
|
|
11705
11655
|
"type": "boolean",
|
|
@@ -11749,7 +11699,7 @@
|
|
|
11749
11699
|
},
|
|
11750
11700
|
"x-original-maxLength": 1024,
|
|
11751
11701
|
"x-reconciled-from-discovery": true,
|
|
11752
|
-
"x-reconciled-at": "2026-01-
|
|
11702
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183590+00:00"
|
|
11753
11703
|
},
|
|
11754
11704
|
"namespace": {
|
|
11755
11705
|
"type": "string",
|
|
@@ -11768,7 +11718,7 @@
|
|
|
11768
11718
|
},
|
|
11769
11719
|
"x-original-maxLength": 1024,
|
|
11770
11720
|
"x-reconciled-from-discovery": true,
|
|
11771
|
-
"x-reconciled-at": "2026-01-
|
|
11721
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183594+00:00"
|
|
11772
11722
|
},
|
|
11773
11723
|
"owner_view": {
|
|
11774
11724
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -11809,7 +11759,7 @@
|
|
|
11809
11759
|
"x-field-mutability": "read-only",
|
|
11810
11760
|
"x-original-maxLength": 1024,
|
|
11811
11761
|
"x-reconciled-from-discovery": true,
|
|
11812
|
-
"x-reconciled-at": "2026-01-
|
|
11762
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183600+00:00"
|
|
11813
11763
|
},
|
|
11814
11764
|
"uid": {
|
|
11815
11765
|
"type": "string",
|
|
@@ -11830,7 +11780,7 @@
|
|
|
11830
11780
|
"x-original-maxLength": 1024,
|
|
11831
11781
|
"format": "uuid",
|
|
11832
11782
|
"x-reconciled-from-discovery": true,
|
|
11833
|
-
"x-reconciled-at": "2026-01-
|
|
11783
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183605+00:00"
|
|
11834
11784
|
}
|
|
11835
11785
|
},
|
|
11836
11786
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12112,7 +12062,7 @@
|
|
|
12112
12062
|
},
|
|
12113
12063
|
"x-original-maxLength": 1024,
|
|
12114
12064
|
"x-reconciled-from-discovery": true,
|
|
12115
|
-
"x-reconciled-at": "2026-01-
|
|
12065
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183622+00:00"
|
|
12116
12066
|
},
|
|
12117
12067
|
"persistent_volume": {
|
|
12118
12068
|
"$ref": "#/components/schemas/workloadPersistentStorageVolumeType"
|
|
@@ -12161,7 +12111,7 @@
|
|
|
12161
12111
|
},
|
|
12162
12112
|
"x-original-maxLength": 1024,
|
|
12163
12113
|
"x-reconciled-from-discovery": true,
|
|
12164
|
-
"x-reconciled-at": "2026-01-
|
|
12114
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183627+00:00"
|
|
12165
12115
|
},
|
|
12166
12116
|
"num": {
|
|
12167
12117
|
"type": "integer",
|
|
@@ -12319,7 +12269,7 @@
|
|
|
12319
12269
|
},
|
|
12320
12270
|
"x-original-maxLength": 1024,
|
|
12321
12271
|
"x-reconciled-from-discovery": true,
|
|
12322
|
-
"x-reconciled-at": "2026-01-
|
|
12272
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183639+00:00"
|
|
12323
12273
|
}
|
|
12324
12274
|
},
|
|
12325
12275
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12738,7 +12688,7 @@
|
|
|
12738
12688
|
},
|
|
12739
12689
|
"x-original-maxLength": 1024,
|
|
12740
12690
|
"x-reconciled-from-discovery": true,
|
|
12741
|
-
"x-reconciled-at": "2026-01-
|
|
12691
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183673+00:00"
|
|
12742
12692
|
},
|
|
12743
12693
|
"persistent_volume": {
|
|
12744
12694
|
"$ref": "#/components/schemas/workloadPersistentStorageVolumeType"
|
|
@@ -12791,11 +12741,6 @@
|
|
|
12791
12741
|
"example_json": "{\n \"metadata\": {\n \"name\": \"http-health\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"http\": {\"path\": \"/health\", \"use_origin_server_hostname\": true},\n \"interval_seconds\": 10,\n \"timeout_seconds\": 3,\n \"unhealthy_threshold\": 3,\n \"healthy_threshold\": 2\n }\n}\n",
|
|
12792
12742
|
"example_curl": "curl -X POST \"$F5XC_API_URL/api/config/namespaces/default/healthchecks\" \\\n -H \"Authorization: APIToken $F5XC_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d @healthcheck.json\n"
|
|
12793
12743
|
},
|
|
12794
|
-
"x-f5xc-cli-aliases": [
|
|
12795
|
-
"health-check",
|
|
12796
|
-
"monitor",
|
|
12797
|
-
"probe"
|
|
12798
|
-
],
|
|
12799
12744
|
"x-f5xc-cli-domain": "virtual"
|
|
12800
12745
|
},
|
|
12801
12746
|
"workloadTCPLoadBalancerType": {
|
|
@@ -13049,7 +12994,7 @@
|
|
|
13049
12994
|
},
|
|
13050
12995
|
"x-original-maxLength": 1024,
|
|
13051
12996
|
"x-reconciled-from-discovery": true,
|
|
13052
|
-
"x-reconciled-at": "2026-01-
|
|
12997
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183692+00:00"
|
|
13053
12998
|
},
|
|
13054
12999
|
"range": {
|
|
13055
13000
|
"type": "string",
|
|
@@ -13240,7 +13185,7 @@
|
|
|
13240
13185
|
"maxLength": 16,
|
|
13241
13186
|
"minLength": 7,
|
|
13242
13187
|
"x-reconciled-from-discovery": true,
|
|
13243
|
-
"x-reconciled-at": "2026-01-
|
|
13188
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183704+00:00"
|
|
13244
13189
|
},
|
|
13245
13190
|
"value": {
|
|
13246
13191
|
"type": "array",
|
|
@@ -13259,7 +13204,7 @@
|
|
|
13259
13204
|
"maxLength": 15,
|
|
13260
13205
|
"minLength": 3,
|
|
13261
13206
|
"x-reconciled-from-discovery": true,
|
|
13262
|
-
"x-reconciled-at": "2026-01-
|
|
13207
|
+
"x-reconciled-at": "2026-01-05T03:04:24.183708+00:00"
|
|
13263
13208
|
}
|
|
13264
13209
|
},
|
|
13265
13210
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13395,7 +13340,7 @@
|
|
|
13395
13340
|
"readOnly": true,
|
|
13396
13341
|
"x-original-maxLength": 1024,
|
|
13397
13342
|
"x-reconciled-from-discovery": true,
|
|
13398
|
-
"x-reconciled-at": "2026-01-
|
|
13343
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442590+00:00"
|
|
13399
13344
|
},
|
|
13400
13345
|
"name": {
|
|
13401
13346
|
"type": "string",
|
|
@@ -13414,7 +13359,7 @@
|
|
|
13414
13359
|
},
|
|
13415
13360
|
"x-original-maxLength": 1024,
|
|
13416
13361
|
"x-reconciled-from-discovery": true,
|
|
13417
|
-
"x-reconciled-at": "2026-01-
|
|
13362
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442594+00:00"
|
|
13418
13363
|
},
|
|
13419
13364
|
"namespace": {
|
|
13420
13365
|
"type": "string",
|
|
@@ -13433,7 +13378,7 @@
|
|
|
13433
13378
|
},
|
|
13434
13379
|
"x-original-maxLength": 1024,
|
|
13435
13380
|
"x-reconciled-from-discovery": true,
|
|
13436
|
-
"x-reconciled-at": "2026-01-
|
|
13381
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442598+00:00"
|
|
13437
13382
|
},
|
|
13438
13383
|
"tenant": {
|
|
13439
13384
|
"type": "string",
|
|
@@ -13454,7 +13399,7 @@
|
|
|
13454
13399
|
"x-field-mutability": "read-only",
|
|
13455
13400
|
"x-original-maxLength": 1024,
|
|
13456
13401
|
"x-reconciled-from-discovery": true,
|
|
13457
|
-
"x-reconciled-at": "2026-01-
|
|
13402
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442602+00:00"
|
|
13458
13403
|
},
|
|
13459
13404
|
"uid": {
|
|
13460
13405
|
"type": "string",
|
|
@@ -13476,7 +13421,7 @@
|
|
|
13476
13421
|
"x-original-maxLength": 1024,
|
|
13477
13422
|
"format": "uuid",
|
|
13478
13423
|
"x-reconciled-from-discovery": true,
|
|
13479
|
-
"x-reconciled-at": "2026-01-
|
|
13424
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442607+00:00"
|
|
13480
13425
|
}
|
|
13481
13426
|
},
|
|
13482
13427
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13675,7 +13620,7 @@
|
|
|
13675
13620
|
},
|
|
13676
13621
|
"x-original-maxLength": 1024,
|
|
13677
13622
|
"x-reconciled-from-discovery": true,
|
|
13678
|
-
"x-reconciled-at": "2026-01-
|
|
13623
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442701+00:00"
|
|
13679
13624
|
},
|
|
13680
13625
|
"namespace": {
|
|
13681
13626
|
"type": "string",
|
|
@@ -13694,7 +13639,7 @@
|
|
|
13694
13639
|
},
|
|
13695
13640
|
"x-original-maxLength": 1024,
|
|
13696
13641
|
"x-reconciled-from-discovery": true,
|
|
13697
|
-
"x-reconciled-at": "2026-01-
|
|
13642
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442705+00:00"
|
|
13698
13643
|
}
|
|
13699
13644
|
},
|
|
13700
13645
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13792,7 +13737,7 @@
|
|
|
13792
13737
|
"maxLength": 17,
|
|
13793
13738
|
"minLength": 17,
|
|
13794
13739
|
"x-reconciled-from-discovery": true,
|
|
13795
|
-
"x-reconciled-at": "2026-01-
|
|
13740
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442717+00:00"
|
|
13796
13741
|
},
|
|
13797
13742
|
"system_metadata": {
|
|
13798
13743
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -14015,7 +13960,7 @@
|
|
|
14015
13960
|
},
|
|
14016
13961
|
"x-original-maxLength": 1024,
|
|
14017
13962
|
"x-reconciled-from-discovery": true,
|
|
14018
|
-
"x-reconciled-at": "2026-01-
|
|
13963
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442731+00:00"
|
|
14019
13964
|
},
|
|
14020
13965
|
"disabled": {
|
|
14021
13966
|
"type": "boolean",
|
|
@@ -14065,7 +14010,7 @@
|
|
|
14065
14010
|
},
|
|
14066
14011
|
"x-original-maxLength": 1024,
|
|
14067
14012
|
"x-reconciled-from-discovery": true,
|
|
14068
|
-
"x-reconciled-at": "2026-01-
|
|
14013
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442741+00:00"
|
|
14069
14014
|
},
|
|
14070
14015
|
"namespace": {
|
|
14071
14016
|
"type": "string",
|
|
@@ -14084,7 +14029,7 @@
|
|
|
14084
14029
|
},
|
|
14085
14030
|
"x-original-maxLength": 1024,
|
|
14086
14031
|
"x-reconciled-from-discovery": true,
|
|
14087
|
-
"x-reconciled-at": "2026-01-
|
|
14032
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442745+00:00"
|
|
14088
14033
|
},
|
|
14089
14034
|
"owner_view": {
|
|
14090
14035
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -14125,7 +14070,7 @@
|
|
|
14125
14070
|
"x-field-mutability": "read-only",
|
|
14126
14071
|
"x-original-maxLength": 1024,
|
|
14127
14072
|
"x-reconciled-from-discovery": true,
|
|
14128
|
-
"x-reconciled-at": "2026-01-
|
|
14073
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442751+00:00"
|
|
14129
14074
|
},
|
|
14130
14075
|
"uid": {
|
|
14131
14076
|
"type": "string",
|
|
@@ -14146,7 +14091,7 @@
|
|
|
14146
14091
|
"x-original-maxLength": 1024,
|
|
14147
14092
|
"format": "uuid",
|
|
14148
14093
|
"x-reconciled-from-discovery": true,
|
|
14149
|
-
"x-reconciled-at": "2026-01-
|
|
14094
|
+
"x-reconciled-at": "2026-01-05T03:04:24.442756+00:00"
|
|
14150
14095
|
}
|
|
14151
14096
|
},
|
|
14152
14097
|
"x-f5xc-minimum-configuration": {
|