@robinmordasiewicz/f5xc-api-mcp 2.0.3-2601050134 → 2.0.10-2601051503
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 +207 -7
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +293 -21
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +9 -2
- package/dist/generator/naming/acronyms.d.ts.map +1 -1
- package/dist/generator/naming/acronyms.js +35 -129
- package/dist/generator/naming/acronyms.js.map +1 -1
- package/dist/generator/naming/index.d.ts +1 -1
- package/dist/generator/naming/index.d.ts.map +1 -1
- package/dist/generator/naming/index.js +1 -1
- package/dist/generator/naming/index.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/prompts/error-resolution.d.ts +7 -24
- package/dist/prompts/error-resolution.d.ts.map +1 -1
- package/dist/prompts/error-resolution.js +94 -296
- package/dist/prompts/error-resolution.js.map +1 -1
- package/dist/prompts/index.d.ts +2 -2
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +3 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts +8 -16
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +100 -306
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +9 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +4 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +158 -225
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
- package/dist/tools/discovery/cost-estimator.js +16 -4
- package/dist/tools/discovery/cost-estimator.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.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/dist/version.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +25 -25
- package/specs/domains/ai_services.json +21 -21
- package/specs/domains/api.json +173 -183
- package/specs/domains/authentication.json +45 -45
- package/specs/domains/bigip.json +94 -94
- package/specs/domains/billing_and_usage.json +63 -63
- package/specs/domains/blindfold.json +109 -109
- package/specs/domains/bot_and_threat_defense.json +65 -65
- package/specs/domains/cdn.json +177 -557
- package/specs/domains/ce_management.json +111 -111
- package/specs/domains/certificates.json +75 -75
- package/specs/domains/cloud_infrastructure.json +112 -112
- package/specs/domains/container_services.json +91 -146
- package/specs/domains/data_and_privacy_security.json +66 -66
- package/specs/domains/data_intelligence.json +62 -62
- package/specs/domains/ddos.json +154 -154
- package/specs/domains/dns.json +148 -168
- package/specs/domains/managed_kubernetes.json +85 -85
- package/specs/domains/marketplace.json +103 -103
- package/specs/domains/network.json +230 -230
- package/specs/domains/network_security.json +187 -197
- package/specs/domains/nginx_one.json +62 -62
- package/specs/domains/object_storage.json +12 -12
- package/specs/domains/observability.json +102 -102
- package/specs/domains/rate_limiting.json +52 -52
- package/specs/domains/secops_and_incident_response.json +36 -36
- package/specs/domains/service_mesh.json +119 -124
- package/specs/domains/shape.json +313 -313
- package/specs/domains/sites.json +349 -349
- package/specs/domains/statistics.json +225 -225
- package/specs/domains/support.json +108 -108
- package/specs/domains/telemetry_and_insights.json +72 -72
- package/specs/domains/tenant_and_identity.json +268 -273
- package/specs/domains/threat_campaign.json +66 -86
- package/specs/domains/users.json +66 -66
- package/specs/domains/virtual.json +244 -874
- package/specs/domains/vpm_and_node_management.json +1 -1
- package/specs/domains/waf.json +139 -334
- package/specs/index.json +1661 -184
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Service Mesh",
|
|
5
5
|
"description": "NFV service lifecycle and software version tracking. Machine learning-driven classification with security risk assessment and PII detection. Override management for application behavior customization. Sidecar proxy orchestration with automatic mTLS certificate rotation and policy enforcement across distributed workloads.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.10",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -10032,7 +10032,7 @@
|
|
|
10032
10032
|
},
|
|
10033
10033
|
"x-original-maxLength": 1024,
|
|
10034
10034
|
"x-reconciled-from-discovery": true,
|
|
10035
|
-
"x-reconciled-at": "2026-01-
|
|
10035
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835844+00:00"
|
|
10036
10036
|
},
|
|
10037
10037
|
"namespace": {
|
|
10038
10038
|
"type": "string",
|
|
@@ -10051,7 +10051,7 @@
|
|
|
10051
10051
|
},
|
|
10052
10052
|
"x-original-maxLength": 1024,
|
|
10053
10053
|
"x-reconciled-from-discovery": true,
|
|
10054
|
-
"x-reconciled-at": "2026-01-
|
|
10054
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835850+00:00"
|
|
10055
10055
|
}
|
|
10056
10056
|
},
|
|
10057
10057
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10241,7 +10241,7 @@
|
|
|
10241
10241
|
"maxLength": 17,
|
|
10242
10242
|
"minLength": 17,
|
|
10243
10243
|
"x-reconciled-from-discovery": true,
|
|
10244
|
-
"x-reconciled-at": "2026-01-
|
|
10244
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835872+00:00"
|
|
10245
10245
|
},
|
|
10246
10246
|
"system_metadata": {
|
|
10247
10247
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -10376,7 +10376,7 @@
|
|
|
10376
10376
|
},
|
|
10377
10377
|
"x-original-maxLength": 1024,
|
|
10378
10378
|
"x-reconciled-from-discovery": true,
|
|
10379
|
-
"x-reconciled-at": "2026-01-
|
|
10379
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835885+00:00"
|
|
10380
10380
|
},
|
|
10381
10381
|
"disabled": {
|
|
10382
10382
|
"type": "boolean",
|
|
@@ -10426,7 +10426,7 @@
|
|
|
10426
10426
|
},
|
|
10427
10427
|
"x-original-maxLength": 1024,
|
|
10428
10428
|
"x-reconciled-from-discovery": true,
|
|
10429
|
-
"x-reconciled-at": "2026-01-
|
|
10429
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835896+00:00"
|
|
10430
10430
|
},
|
|
10431
10431
|
"namespace": {
|
|
10432
10432
|
"type": "string",
|
|
@@ -10445,7 +10445,7 @@
|
|
|
10445
10445
|
},
|
|
10446
10446
|
"x-original-maxLength": 1024,
|
|
10447
10447
|
"x-reconciled-from-discovery": true,
|
|
10448
|
-
"x-reconciled-at": "2026-01-
|
|
10448
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835901+00:00"
|
|
10449
10449
|
},
|
|
10450
10450
|
"owner_view": {
|
|
10451
10451
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -10486,7 +10486,7 @@
|
|
|
10486
10486
|
"x-field-mutability": "read-only",
|
|
10487
10487
|
"x-original-maxLength": 1024,
|
|
10488
10488
|
"x-reconciled-from-discovery": true,
|
|
10489
|
-
"x-reconciled-at": "2026-01-
|
|
10489
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835909+00:00"
|
|
10490
10490
|
},
|
|
10491
10491
|
"uid": {
|
|
10492
10492
|
"type": "string",
|
|
@@ -10507,7 +10507,7 @@
|
|
|
10507
10507
|
"x-original-maxLength": 1024,
|
|
10508
10508
|
"format": "uuid",
|
|
10509
10509
|
"x-reconciled-from-discovery": true,
|
|
10510
|
-
"x-reconciled-at": "2026-01-
|
|
10510
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835915+00:00"
|
|
10511
10511
|
}
|
|
10512
10512
|
},
|
|
10513
10513
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11145,7 +11145,7 @@
|
|
|
11145
11145
|
"readOnly": true,
|
|
11146
11146
|
"x-original-maxLength": 1024,
|
|
11147
11147
|
"x-reconciled-from-discovery": true,
|
|
11148
|
-
"x-reconciled-at": "2026-01-
|
|
11148
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835976+00:00"
|
|
11149
11149
|
},
|
|
11150
11150
|
"name": {
|
|
11151
11151
|
"type": "string",
|
|
@@ -11164,7 +11164,7 @@
|
|
|
11164
11164
|
},
|
|
11165
11165
|
"x-original-maxLength": 1024,
|
|
11166
11166
|
"x-reconciled-from-discovery": true,
|
|
11167
|
-
"x-reconciled-at": "2026-01-
|
|
11167
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835981+00:00"
|
|
11168
11168
|
},
|
|
11169
11169
|
"namespace": {
|
|
11170
11170
|
"type": "string",
|
|
@@ -11183,7 +11183,7 @@
|
|
|
11183
11183
|
},
|
|
11184
11184
|
"x-original-maxLength": 1024,
|
|
11185
11185
|
"x-reconciled-from-discovery": true,
|
|
11186
|
-
"x-reconciled-at": "2026-01-
|
|
11186
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835985+00:00"
|
|
11187
11187
|
},
|
|
11188
11188
|
"tenant": {
|
|
11189
11189
|
"type": "string",
|
|
@@ -11204,7 +11204,7 @@
|
|
|
11204
11204
|
"x-field-mutability": "read-only",
|
|
11205
11205
|
"x-original-maxLength": 1024,
|
|
11206
11206
|
"x-reconciled-from-discovery": true,
|
|
11207
|
-
"x-reconciled-at": "2026-01-
|
|
11207
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835990+00:00"
|
|
11208
11208
|
},
|
|
11209
11209
|
"uid": {
|
|
11210
11210
|
"type": "string",
|
|
@@ -11226,7 +11226,7 @@
|
|
|
11226
11226
|
"x-original-maxLength": 1024,
|
|
11227
11227
|
"format": "uuid",
|
|
11228
11228
|
"x-reconciled-from-discovery": true,
|
|
11229
|
-
"x-reconciled-at": "2026-01-
|
|
11229
|
+
"x-reconciled-at": "2026-01-05T14:37:39.835995+00:00"
|
|
11230
11230
|
}
|
|
11231
11231
|
},
|
|
11232
11232
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11275,7 +11275,7 @@
|
|
|
11275
11275
|
},
|
|
11276
11276
|
"x-original-maxLength": 1024,
|
|
11277
11277
|
"x-reconciled-from-discovery": true,
|
|
11278
|
-
"x-reconciled-at": "2026-01-
|
|
11278
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836001+00:00"
|
|
11279
11279
|
}
|
|
11280
11280
|
},
|
|
11281
11281
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11344,7 +11344,7 @@
|
|
|
11344
11344
|
},
|
|
11345
11345
|
"x-original-maxLength": 1024,
|
|
11346
11346
|
"x-reconciled-from-discovery": true,
|
|
11347
|
-
"x-reconciled-at": "2026-01-
|
|
11347
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836010+00:00"
|
|
11348
11348
|
},
|
|
11349
11349
|
"service_name": {
|
|
11350
11350
|
"type": "string",
|
|
@@ -11383,7 +11383,7 @@
|
|
|
11383
11383
|
},
|
|
11384
11384
|
"x-original-maxLength": 1024,
|
|
11385
11385
|
"x-reconciled-from-discovery": true,
|
|
11386
|
-
"x-reconciled-at": "2026-01-
|
|
11386
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836016+00:00"
|
|
11387
11387
|
},
|
|
11388
11388
|
"type": {
|
|
11389
11389
|
"type": "string",
|
|
@@ -11520,7 +11520,7 @@
|
|
|
11520
11520
|
},
|
|
11521
11521
|
"x-original-maxLength": 1024,
|
|
11522
11522
|
"x-reconciled-from-discovery": true,
|
|
11523
|
-
"x-reconciled-at": "2026-01-
|
|
11523
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836027+00:00"
|
|
11524
11524
|
}
|
|
11525
11525
|
},
|
|
11526
11526
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11629,7 +11629,7 @@
|
|
|
11629
11629
|
},
|
|
11630
11630
|
"x-original-maxLength": 1200,
|
|
11631
11631
|
"x-reconciled-from-discovery": true,
|
|
11632
|
-
"x-reconciled-at": "2026-01-
|
|
11632
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836037+00:00"
|
|
11633
11633
|
},
|
|
11634
11634
|
"disable": {
|
|
11635
11635
|
"type": "boolean",
|
|
@@ -11682,7 +11682,7 @@
|
|
|
11682
11682
|
},
|
|
11683
11683
|
"x-original-maxLength": 1024,
|
|
11684
11684
|
"x-reconciled-from-discovery": true,
|
|
11685
|
-
"x-reconciled-at": "2026-01-
|
|
11685
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836045+00:00"
|
|
11686
11686
|
},
|
|
11687
11687
|
"namespace": {
|
|
11688
11688
|
"type": "string",
|
|
@@ -11701,7 +11701,7 @@
|
|
|
11701
11701
|
},
|
|
11702
11702
|
"x-original-maxLength": 1024,
|
|
11703
11703
|
"x-reconciled-from-discovery": true,
|
|
11704
|
-
"x-reconciled-at": "2026-01-
|
|
11704
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836049+00:00"
|
|
11705
11705
|
}
|
|
11706
11706
|
},
|
|
11707
11707
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11777,7 +11777,7 @@
|
|
|
11777
11777
|
},
|
|
11778
11778
|
"x-original-maxLength": 1200,
|
|
11779
11779
|
"x-reconciled-from-discovery": true,
|
|
11780
|
-
"x-reconciled-at": "2026-01-
|
|
11780
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836056+00:00"
|
|
11781
11781
|
},
|
|
11782
11782
|
"disable": {
|
|
11783
11783
|
"type": "boolean",
|
|
@@ -11832,7 +11832,7 @@
|
|
|
11832
11832
|
},
|
|
11833
11833
|
"x-original-maxLength": 1024,
|
|
11834
11834
|
"x-reconciled-from-discovery": true,
|
|
11835
|
-
"x-reconciled-at": "2026-01-
|
|
11835
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836064+00:00"
|
|
11836
11836
|
},
|
|
11837
11837
|
"namespace": {
|
|
11838
11838
|
"type": "string",
|
|
@@ -11851,7 +11851,7 @@
|
|
|
11851
11851
|
},
|
|
11852
11852
|
"x-original-maxLength": 1024,
|
|
11853
11853
|
"x-reconciled-from-discovery": true,
|
|
11854
|
-
"x-reconciled-at": "2026-01-
|
|
11854
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836068+00:00"
|
|
11855
11855
|
}
|
|
11856
11856
|
},
|
|
11857
11857
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11927,7 +11927,7 @@
|
|
|
11927
11927
|
},
|
|
11928
11928
|
"x-original-maxLength": 1200,
|
|
11929
11929
|
"x-reconciled-from-discovery": true,
|
|
11930
|
-
"x-reconciled-at": "2026-01-
|
|
11930
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836074+00:00"
|
|
11931
11931
|
},
|
|
11932
11932
|
"disable": {
|
|
11933
11933
|
"type": "boolean",
|
|
@@ -11980,7 +11980,7 @@
|
|
|
11980
11980
|
},
|
|
11981
11981
|
"x-original-maxLength": 1024,
|
|
11982
11982
|
"x-reconciled-from-discovery": true,
|
|
11983
|
-
"x-reconciled-at": "2026-01-
|
|
11983
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836082+00:00"
|
|
11984
11984
|
},
|
|
11985
11985
|
"namespace": {
|
|
11986
11986
|
"type": "string",
|
|
@@ -11999,7 +11999,7 @@
|
|
|
11999
11999
|
},
|
|
12000
12000
|
"x-original-maxLength": 1024,
|
|
12001
12001
|
"x-reconciled-from-discovery": true,
|
|
12002
|
-
"x-reconciled-at": "2026-01-
|
|
12002
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836086+00:00"
|
|
12003
12003
|
}
|
|
12004
12004
|
},
|
|
12005
12005
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12113,7 +12113,7 @@
|
|
|
12113
12113
|
"x-original-maxLength": 1024,
|
|
12114
12114
|
"format": "uuid",
|
|
12115
12115
|
"x-reconciled-from-discovery": true,
|
|
12116
|
-
"x-reconciled-at": "2026-01-
|
|
12116
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836099+00:00"
|
|
12117
12117
|
},
|
|
12118
12118
|
"vtrp_id": {
|
|
12119
12119
|
"type": "string",
|
|
@@ -12225,7 +12225,7 @@
|
|
|
12225
12225
|
},
|
|
12226
12226
|
"x-original-maxLength": 1024,
|
|
12227
12227
|
"x-reconciled-from-discovery": true,
|
|
12228
|
-
"x-reconciled-at": "2026-01-
|
|
12228
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836109+00:00"
|
|
12229
12229
|
},
|
|
12230
12230
|
"status": {
|
|
12231
12231
|
"type": "string",
|
|
@@ -12244,7 +12244,7 @@
|
|
|
12244
12244
|
},
|
|
12245
12245
|
"x-original-maxLength": 1024,
|
|
12246
12246
|
"x-reconciled-from-discovery": true,
|
|
12247
|
-
"x-reconciled-at": "2026-01-
|
|
12247
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836114+00:00"
|
|
12248
12248
|
}
|
|
12249
12249
|
},
|
|
12250
12250
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12422,7 +12422,7 @@
|
|
|
12422
12422
|
"x-field-mutability": "read-only",
|
|
12423
12423
|
"x-original-maxLength": 1024,
|
|
12424
12424
|
"x-reconciled-from-discovery": true,
|
|
12425
|
-
"x-reconciled-at": "2026-01-
|
|
12425
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836134+00:00"
|
|
12426
12426
|
},
|
|
12427
12427
|
"uid": {
|
|
12428
12428
|
"type": "string",
|
|
@@ -12443,7 +12443,7 @@
|
|
|
12443
12443
|
"x-original-maxLength": 1024,
|
|
12444
12444
|
"format": "uuid",
|
|
12445
12445
|
"x-reconciled-from-discovery": true,
|
|
12446
|
-
"x-reconciled-at": "2026-01-
|
|
12446
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836139+00:00"
|
|
12447
12447
|
}
|
|
12448
12448
|
},
|
|
12449
12449
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12493,7 +12493,7 @@
|
|
|
12493
12493
|
},
|
|
12494
12494
|
"x-original-maxLength": 1024,
|
|
12495
12495
|
"x-reconciled-from-discovery": true,
|
|
12496
|
-
"x-reconciled-at": "2026-01-
|
|
12496
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836144+00:00"
|
|
12497
12497
|
},
|
|
12498
12498
|
"name": {
|
|
12499
12499
|
"type": "string",
|
|
@@ -12512,7 +12512,7 @@
|
|
|
12512
12512
|
},
|
|
12513
12513
|
"x-original-maxLength": 1024,
|
|
12514
12514
|
"x-reconciled-from-discovery": true,
|
|
12515
|
-
"x-reconciled-at": "2026-01-
|
|
12515
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836148+00:00"
|
|
12516
12516
|
},
|
|
12517
12517
|
"namespace": {
|
|
12518
12518
|
"type": "string",
|
|
@@ -12531,7 +12531,7 @@
|
|
|
12531
12531
|
},
|
|
12532
12532
|
"x-original-maxLength": 1024,
|
|
12533
12533
|
"x-reconciled-from-discovery": true,
|
|
12534
|
-
"x-reconciled-at": "2026-01-
|
|
12534
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836153+00:00"
|
|
12535
12535
|
},
|
|
12536
12536
|
"uid": {
|
|
12537
12537
|
"type": "string",
|
|
@@ -12552,7 +12552,7 @@
|
|
|
12552
12552
|
"x-original-maxLength": 1024,
|
|
12553
12553
|
"format": "uuid",
|
|
12554
12554
|
"x-reconciled-from-discovery": true,
|
|
12555
|
-
"x-reconciled-at": "2026-01-
|
|
12555
|
+
"x-reconciled-at": "2026-01-05T14:37:39.836157+00:00"
|
|
12556
12556
|
}
|
|
12557
12557
|
},
|
|
12558
12558
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13675,7 +13675,7 @@
|
|
|
13675
13675
|
},
|
|
13676
13676
|
"x-original-maxLength": 1024,
|
|
13677
13677
|
"x-reconciled-from-discovery": true,
|
|
13678
|
-
"x-reconciled-at": "2026-01-
|
|
13678
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413685+00:00"
|
|
13679
13679
|
}
|
|
13680
13680
|
},
|
|
13681
13681
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14007,7 +14007,7 @@
|
|
|
14007
14007
|
},
|
|
14008
14008
|
"x-original-maxLength": 1024,
|
|
14009
14009
|
"x-reconciled-from-discovery": true,
|
|
14010
|
-
"x-reconciled-at": "2026-01-
|
|
14010
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413710+00:00"
|
|
14011
14011
|
}
|
|
14012
14012
|
},
|
|
14013
14013
|
"x-f5xc-example": "[EMAIL, CC]",
|
|
@@ -14388,7 +14388,7 @@
|
|
|
14388
14388
|
},
|
|
14389
14389
|
"x-original-maxLength": 1024,
|
|
14390
14390
|
"x-reconciled-from-discovery": true,
|
|
14391
|
-
"x-reconciled-at": "2026-01-
|
|
14391
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413772+00:00"
|
|
14392
14392
|
},
|
|
14393
14393
|
"namespace": {
|
|
14394
14394
|
"type": "string",
|
|
@@ -14407,7 +14407,7 @@
|
|
|
14407
14407
|
},
|
|
14408
14408
|
"x-original-maxLength": 1024,
|
|
14409
14409
|
"x-reconciled-from-discovery": true,
|
|
14410
|
-
"x-reconciled-at": "2026-01-
|
|
14410
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413777+00:00"
|
|
14411
14411
|
}
|
|
14412
14412
|
},
|
|
14413
14413
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14651,7 +14651,7 @@
|
|
|
14651
14651
|
"maxLength": 17,
|
|
14652
14652
|
"minLength": 17,
|
|
14653
14653
|
"x-reconciled-from-discovery": true,
|
|
14654
|
-
"x-reconciled-at": "2026-01-
|
|
14654
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413802+00:00"
|
|
14655
14655
|
},
|
|
14656
14656
|
"system_metadata": {
|
|
14657
14657
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -14902,7 +14902,7 @@
|
|
|
14902
14902
|
},
|
|
14903
14903
|
"x-original-maxLength": 1024,
|
|
14904
14904
|
"x-reconciled-from-discovery": true,
|
|
14905
|
-
"x-reconciled-at": "2026-01-
|
|
14905
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413824+00:00"
|
|
14906
14906
|
},
|
|
14907
14907
|
"disabled": {
|
|
14908
14908
|
"type": "boolean",
|
|
@@ -14952,7 +14952,7 @@
|
|
|
14952
14952
|
},
|
|
14953
14953
|
"x-original-maxLength": 1024,
|
|
14954
14954
|
"x-reconciled-from-discovery": true,
|
|
14955
|
-
"x-reconciled-at": "2026-01-
|
|
14955
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413834+00:00"
|
|
14956
14956
|
},
|
|
14957
14957
|
"namespace": {
|
|
14958
14958
|
"type": "string",
|
|
@@ -14971,7 +14971,7 @@
|
|
|
14971
14971
|
},
|
|
14972
14972
|
"x-original-maxLength": 1024,
|
|
14973
14973
|
"x-reconciled-from-discovery": true,
|
|
14974
|
-
"x-reconciled-at": "2026-01-
|
|
14974
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413838+00:00"
|
|
14975
14975
|
},
|
|
14976
14976
|
"owner_view": {
|
|
14977
14977
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -15012,7 +15012,7 @@
|
|
|
15012
15012
|
"x-field-mutability": "read-only",
|
|
15013
15013
|
"x-original-maxLength": 1024,
|
|
15014
15014
|
"x-reconciled-from-discovery": true,
|
|
15015
|
-
"x-reconciled-at": "2026-01-
|
|
15015
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413847+00:00"
|
|
15016
15016
|
},
|
|
15017
15017
|
"uid": {
|
|
15018
15018
|
"type": "string",
|
|
@@ -15033,7 +15033,7 @@
|
|
|
15033
15033
|
"x-original-maxLength": 1024,
|
|
15034
15034
|
"format": "uuid",
|
|
15035
15035
|
"x-reconciled-from-discovery": true,
|
|
15036
|
-
"x-reconciled-at": "2026-01-
|
|
15036
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413852+00:00"
|
|
15037
15037
|
}
|
|
15038
15038
|
},
|
|
15039
15039
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15153,7 +15153,7 @@
|
|
|
15153
15153
|
},
|
|
15154
15154
|
"x-original-maxLength": 1024,
|
|
15155
15155
|
"x-reconciled-from-discovery": true,
|
|
15156
|
-
"x-reconciled-at": "2026-01-
|
|
15156
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413863+00:00"
|
|
15157
15157
|
}
|
|
15158
15158
|
},
|
|
15159
15159
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15193,7 +15193,7 @@
|
|
|
15193
15193
|
"maxLength": 17,
|
|
15194
15194
|
"minLength": 17,
|
|
15195
15195
|
"x-reconciled-from-discovery": true,
|
|
15196
|
-
"x-reconciled-at": "2026-01-
|
|
15196
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413869+00:00"
|
|
15197
15197
|
},
|
|
15198
15198
|
"status_msg": {
|
|
15199
15199
|
"type": "string",
|
|
@@ -15265,7 +15265,7 @@
|
|
|
15265
15265
|
},
|
|
15266
15266
|
"x-original-maxLength": 1024,
|
|
15267
15267
|
"x-reconciled-from-discovery": true,
|
|
15268
|
-
"x-reconciled-at": "2026-01-
|
|
15268
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413877+00:00"
|
|
15269
15269
|
},
|
|
15270
15270
|
"override_info": {
|
|
15271
15271
|
"$ref": "#/components/schemas/app_typeOverrideInfo"
|
|
@@ -15309,7 +15309,7 @@
|
|
|
15309
15309
|
"maxLength": 17,
|
|
15310
15310
|
"minLength": 17,
|
|
15311
15311
|
"x-reconciled-from-discovery": true,
|
|
15312
|
-
"x-reconciled-at": "2026-01-
|
|
15312
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413884+00:00"
|
|
15313
15313
|
},
|
|
15314
15314
|
"status_msg": {
|
|
15315
15315
|
"type": "string",
|
|
@@ -15999,7 +15999,7 @@
|
|
|
15999
15999
|
},
|
|
16000
16000
|
"x-original-maxLength": 1024,
|
|
16001
16001
|
"x-reconciled-from-discovery": true,
|
|
16002
|
-
"x-reconciled-at": "2026-01-
|
|
16002
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413941+00:00"
|
|
16003
16003
|
},
|
|
16004
16004
|
"service_name": {
|
|
16005
16005
|
"type": "string",
|
|
@@ -16095,7 +16095,7 @@
|
|
|
16095
16095
|
},
|
|
16096
16096
|
"x-original-maxLength": 1024,
|
|
16097
16097
|
"x-reconciled-from-discovery": true,
|
|
16098
|
-
"x-reconciled-at": "2026-01-
|
|
16098
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413950+00:00"
|
|
16099
16099
|
},
|
|
16100
16100
|
"service_name": {
|
|
16101
16101
|
"type": "string",
|
|
@@ -16302,7 +16302,7 @@
|
|
|
16302
16302
|
},
|
|
16303
16303
|
"x-original-maxLength": 1024,
|
|
16304
16304
|
"x-reconciled-from-discovery": true,
|
|
16305
|
-
"x-reconciled-at": "2026-01-
|
|
16305
|
+
"x-reconciled-at": "2026-01-05T14:37:40.413999+00:00"
|
|
16306
16306
|
},
|
|
16307
16307
|
"disable": {
|
|
16308
16308
|
"type": "boolean",
|
|
@@ -16332,7 +16332,7 @@
|
|
|
16332
16332
|
},
|
|
16333
16333
|
"x-original-maxLength": 1024,
|
|
16334
16334
|
"x-reconciled-from-discovery": true,
|
|
16335
|
-
"x-reconciled-at": "2026-01-
|
|
16335
|
+
"x-reconciled-at": "2026-01-05T14:37:40.414005+00:00"
|
|
16336
16336
|
}
|
|
16337
16337
|
},
|
|
16338
16338
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16374,7 +16374,7 @@
|
|
|
16374
16374
|
"readOnly": true,
|
|
16375
16375
|
"x-original-maxLength": 1024,
|
|
16376
16376
|
"x-reconciled-from-discovery": true,
|
|
16377
|
-
"x-reconciled-at": "2026-01-
|
|
16377
|
+
"x-reconciled-at": "2026-01-05T14:37:40.414047+00:00"
|
|
16378
16378
|
},
|
|
16379
16379
|
"name": {
|
|
16380
16380
|
"type": "string",
|
|
@@ -16393,7 +16393,7 @@
|
|
|
16393
16393
|
},
|
|
16394
16394
|
"x-original-maxLength": 1024,
|
|
16395
16395
|
"x-reconciled-from-discovery": true,
|
|
16396
|
-
"x-reconciled-at": "2026-01-
|
|
16396
|
+
"x-reconciled-at": "2026-01-05T14:37:40.414051+00:00"
|
|
16397
16397
|
},
|
|
16398
16398
|
"namespace": {
|
|
16399
16399
|
"type": "string",
|
|
@@ -16412,7 +16412,7 @@
|
|
|
16412
16412
|
},
|
|
16413
16413
|
"x-original-maxLength": 1024,
|
|
16414
16414
|
"x-reconciled-from-discovery": true,
|
|
16415
|
-
"x-reconciled-at": "2026-01-
|
|
16415
|
+
"x-reconciled-at": "2026-01-05T14:37:40.414055+00:00"
|
|
16416
16416
|
},
|
|
16417
16417
|
"tenant": {
|
|
16418
16418
|
"type": "string",
|
|
@@ -16433,7 +16433,7 @@
|
|
|
16433
16433
|
"x-field-mutability": "read-only",
|
|
16434
16434
|
"x-original-maxLength": 1024,
|
|
16435
16435
|
"x-reconciled-from-discovery": true,
|
|
16436
|
-
"x-reconciled-at": "2026-01-
|
|
16436
|
+
"x-reconciled-at": "2026-01-05T14:37:40.414059+00:00"
|
|
16437
16437
|
},
|
|
16438
16438
|
"uid": {
|
|
16439
16439
|
"type": "string",
|
|
@@ -16455,7 +16455,7 @@
|
|
|
16455
16455
|
"x-original-maxLength": 1024,
|
|
16456
16456
|
"format": "uuid",
|
|
16457
16457
|
"x-reconciled-from-discovery": true,
|
|
16458
|
-
"x-reconciled-at": "2026-01-
|
|
16458
|
+
"x-reconciled-at": "2026-01-05T14:37:40.414064+00:00"
|
|
16459
16459
|
}
|
|
16460
16460
|
},
|
|
16461
16461
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16657,7 +16657,7 @@
|
|
|
16657
16657
|
},
|
|
16658
16658
|
"x-original-maxLength": 1024,
|
|
16659
16659
|
"x-reconciled-from-discovery": true,
|
|
16660
|
-
"x-reconciled-at": "2026-01-
|
|
16660
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633309+00:00"
|
|
16661
16661
|
},
|
|
16662
16662
|
"namespace": {
|
|
16663
16663
|
"type": "string",
|
|
@@ -16676,7 +16676,7 @@
|
|
|
16676
16676
|
},
|
|
16677
16677
|
"x-original-maxLength": 1024,
|
|
16678
16678
|
"x-reconciled-from-discovery": true,
|
|
16679
|
-
"x-reconciled-at": "2026-01-
|
|
16679
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633316+00:00"
|
|
16680
16680
|
}
|
|
16681
16681
|
},
|
|
16682
16682
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16758,7 +16758,7 @@
|
|
|
16758
16758
|
},
|
|
16759
16759
|
"x-original-maxLength": 256,
|
|
16760
16760
|
"x-reconciled-from-discovery": true,
|
|
16761
|
-
"x-reconciled-at": "2026-01-
|
|
16761
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633327+00:00"
|
|
16762
16762
|
},
|
|
16763
16763
|
"refresh_interval": {
|
|
16764
16764
|
"type": "integer",
|
|
@@ -16880,7 +16880,7 @@
|
|
|
16880
16880
|
"maxLength": 17,
|
|
16881
16881
|
"minLength": 17,
|
|
16882
16882
|
"x-reconciled-from-discovery": true,
|
|
16883
|
-
"x-reconciled-at": "2026-01-
|
|
16883
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633344+00:00"
|
|
16884
16884
|
},
|
|
16885
16885
|
"system_metadata": {
|
|
16886
16886
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17062,11 +17062,6 @@
|
|
|
17062
17062
|
"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",
|
|
17063
17063
|
"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"
|
|
17064
17064
|
},
|
|
17065
|
-
"x-f5xc-cli-aliases": [
|
|
17066
|
-
"health-check",
|
|
17067
|
-
"monitor",
|
|
17068
|
-
"probe"
|
|
17069
|
-
],
|
|
17070
17065
|
"x-f5xc-cli-domain": "virtual"
|
|
17071
17066
|
},
|
|
17072
17067
|
"endpointHealthStatus": {
|
|
@@ -17244,7 +17239,7 @@
|
|
|
17244
17239
|
},
|
|
17245
17240
|
"x-original-maxLength": 1024,
|
|
17246
17241
|
"x-reconciled-from-discovery": true,
|
|
17247
|
-
"x-reconciled-at": "2026-01-
|
|
17242
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633375+00:00"
|
|
17248
17243
|
},
|
|
17249
17244
|
"disabled": {
|
|
17250
17245
|
"type": "boolean",
|
|
@@ -17294,7 +17289,7 @@
|
|
|
17294
17289
|
},
|
|
17295
17290
|
"x-original-maxLength": 1024,
|
|
17296
17291
|
"x-reconciled-from-discovery": true,
|
|
17297
|
-
"x-reconciled-at": "2026-01-
|
|
17292
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633386+00:00"
|
|
17298
17293
|
},
|
|
17299
17294
|
"namespace": {
|
|
17300
17295
|
"type": "string",
|
|
@@ -17313,7 +17308,7 @@
|
|
|
17313
17308
|
},
|
|
17314
17309
|
"x-original-maxLength": 1024,
|
|
17315
17310
|
"x-reconciled-from-discovery": true,
|
|
17316
|
-
"x-reconciled-at": "2026-01-
|
|
17311
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633391+00:00"
|
|
17317
17312
|
},
|
|
17318
17313
|
"owner_view": {
|
|
17319
17314
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17354,7 +17349,7 @@
|
|
|
17354
17349
|
"x-field-mutability": "read-only",
|
|
17355
17350
|
"x-original-maxLength": 1024,
|
|
17356
17351
|
"x-reconciled-from-discovery": true,
|
|
17357
|
-
"x-reconciled-at": "2026-01-
|
|
17352
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633399+00:00"
|
|
17358
17353
|
},
|
|
17359
17354
|
"uid": {
|
|
17360
17355
|
"type": "string",
|
|
@@ -17375,7 +17370,7 @@
|
|
|
17375
17370
|
"x-original-maxLength": 1024,
|
|
17376
17371
|
"format": "uuid",
|
|
17377
17372
|
"x-reconciled-from-discovery": true,
|
|
17378
|
-
"x-reconciled-at": "2026-01-
|
|
17373
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633405+00:00"
|
|
17379
17374
|
}
|
|
17380
17375
|
},
|
|
17381
17376
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18598,7 +18593,7 @@
|
|
|
18598
18593
|
},
|
|
18599
18594
|
"x-original-maxLength": 128,
|
|
18600
18595
|
"x-reconciled-from-discovery": true,
|
|
18601
|
-
"x-reconciled-at": "2026-01-
|
|
18596
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633692+00:00"
|
|
18602
18597
|
},
|
|
18603
18598
|
"namespace": {
|
|
18604
18599
|
"type": "string",
|
|
@@ -18623,7 +18618,7 @@
|
|
|
18623
18618
|
},
|
|
18624
18619
|
"x-original-maxLength": 64,
|
|
18625
18620
|
"x-reconciled-from-discovery": true,
|
|
18626
|
-
"x-reconciled-at": "2026-01-
|
|
18621
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633696+00:00"
|
|
18627
18622
|
},
|
|
18628
18623
|
"tenant": {
|
|
18629
18624
|
"type": "string",
|
|
@@ -18650,7 +18645,7 @@
|
|
|
18650
18645
|
"x-field-mutability": "read-only",
|
|
18651
18646
|
"x-original-maxLength": 64,
|
|
18652
18647
|
"x-reconciled-from-discovery": true,
|
|
18653
|
-
"x-reconciled-at": "2026-01-
|
|
18648
|
+
"x-reconciled-at": "2026-01-05T14:38:17.633701+00:00"
|
|
18654
18649
|
}
|
|
18655
18650
|
},
|
|
18656
18651
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18872,7 +18867,7 @@
|
|
|
18872
18867
|
},
|
|
18873
18868
|
"x-original-maxLength": 1024,
|
|
18874
18869
|
"x-reconciled-from-discovery": true,
|
|
18875
|
-
"x-reconciled-at": "2026-01-
|
|
18870
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397590+00:00"
|
|
18876
18871
|
},
|
|
18877
18872
|
"namespace": {
|
|
18878
18873
|
"type": "string",
|
|
@@ -18891,7 +18886,7 @@
|
|
|
18891
18886
|
},
|
|
18892
18887
|
"x-original-maxLength": 1024,
|
|
18893
18888
|
"x-reconciled-from-discovery": true,
|
|
18894
|
-
"x-reconciled-at": "2026-01-
|
|
18889
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397595+00:00"
|
|
18895
18890
|
}
|
|
18896
18891
|
},
|
|
18897
18892
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19387,7 +19382,7 @@
|
|
|
19387
19382
|
},
|
|
19388
19383
|
"x-original-maxLength": 1024,
|
|
19389
19384
|
"x-reconciled-from-discovery": true,
|
|
19390
|
-
"x-reconciled-at": "2026-01-
|
|
19385
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397655+00:00"
|
|
19391
19386
|
}
|
|
19392
19387
|
},
|
|
19393
19388
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19515,7 +19510,7 @@
|
|
|
19515
19510
|
"maxLength": 17,
|
|
19516
19511
|
"minLength": 17,
|
|
19517
19512
|
"x-reconciled-from-discovery": true,
|
|
19518
|
-
"x-reconciled-at": "2026-01-
|
|
19513
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397672+00:00"
|
|
19519
19514
|
},
|
|
19520
19515
|
"system_metadata": {
|
|
19521
19516
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -19650,7 +19645,7 @@
|
|
|
19650
19645
|
},
|
|
19651
19646
|
"x-original-maxLength": 1024,
|
|
19652
19647
|
"x-reconciled-from-discovery": true,
|
|
19653
|
-
"x-reconciled-at": "2026-01-
|
|
19648
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397685+00:00"
|
|
19654
19649
|
},
|
|
19655
19650
|
"disabled": {
|
|
19656
19651
|
"type": "boolean",
|
|
@@ -19700,7 +19695,7 @@
|
|
|
19700
19695
|
},
|
|
19701
19696
|
"x-original-maxLength": 1024,
|
|
19702
19697
|
"x-reconciled-from-discovery": true,
|
|
19703
|
-
"x-reconciled-at": "2026-01-
|
|
19698
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397696+00:00"
|
|
19704
19699
|
},
|
|
19705
19700
|
"namespace": {
|
|
19706
19701
|
"type": "string",
|
|
@@ -19719,7 +19714,7 @@
|
|
|
19719
19714
|
},
|
|
19720
19715
|
"x-original-maxLength": 1024,
|
|
19721
19716
|
"x-reconciled-from-discovery": true,
|
|
19722
|
-
"x-reconciled-at": "2026-01-
|
|
19717
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397700+00:00"
|
|
19723
19718
|
},
|
|
19724
19719
|
"owner_view": {
|
|
19725
19720
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -19760,7 +19755,7 @@
|
|
|
19760
19755
|
"x-field-mutability": "read-only",
|
|
19761
19756
|
"x-original-maxLength": 1024,
|
|
19762
19757
|
"x-reconciled-from-discovery": true,
|
|
19763
|
-
"x-reconciled-at": "2026-01-
|
|
19758
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397709+00:00"
|
|
19764
19759
|
},
|
|
19765
19760
|
"uid": {
|
|
19766
19761
|
"type": "string",
|
|
@@ -19781,7 +19776,7 @@
|
|
|
19781
19776
|
"x-original-maxLength": 1024,
|
|
19782
19777
|
"format": "uuid",
|
|
19783
19778
|
"x-reconciled-from-discovery": true,
|
|
19784
|
-
"x-reconciled-at": "2026-01-
|
|
19779
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397714+00:00"
|
|
19785
19780
|
}
|
|
19786
19781
|
},
|
|
19787
19782
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19981,7 +19976,7 @@
|
|
|
19981
19976
|
},
|
|
19982
19977
|
"x-original-maxLength": 1024,
|
|
19983
19978
|
"x-reconciled-from-discovery": true,
|
|
19984
|
-
"x-reconciled-at": "2026-01-
|
|
19979
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397731+00:00"
|
|
19985
19980
|
},
|
|
19986
19981
|
"start_time": {
|
|
19987
19982
|
"type": "string",
|
|
@@ -20452,7 +20447,7 @@
|
|
|
20452
20447
|
},
|
|
20453
20448
|
"x-original-maxLength": 1024,
|
|
20454
20449
|
"x-reconciled-from-discovery": true,
|
|
20455
|
-
"x-reconciled-at": "2026-01-
|
|
20450
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397781+00:00"
|
|
20456
20451
|
}
|
|
20457
20452
|
},
|
|
20458
20453
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21262,7 +21257,7 @@
|
|
|
21262
21257
|
},
|
|
21263
21258
|
"x-original-maxLength": 1024,
|
|
21264
21259
|
"x-reconciled-from-discovery": true,
|
|
21265
|
-
"x-reconciled-at": "2026-01-
|
|
21260
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397851+00:00"
|
|
21266
21261
|
},
|
|
21267
21262
|
"warning": {
|
|
21268
21263
|
"type": "string",
|
|
@@ -21342,7 +21337,7 @@
|
|
|
21342
21337
|
},
|
|
21343
21338
|
"x-original-maxLength": 1024,
|
|
21344
21339
|
"x-reconciled-from-discovery": true,
|
|
21345
|
-
"x-reconciled-at": "2026-01-
|
|
21340
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397865+00:00"
|
|
21346
21341
|
},
|
|
21347
21342
|
"store_provider": {
|
|
21348
21343
|
"type": "string",
|
|
@@ -21400,7 +21395,7 @@
|
|
|
21400
21395
|
},
|
|
21401
21396
|
"x-original-maxLength": 1024,
|
|
21402
21397
|
"x-reconciled-from-discovery": true,
|
|
21403
|
-
"x-reconciled-at": "2026-01-
|
|
21398
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397872+00:00"
|
|
21404
21399
|
},
|
|
21405
21400
|
"url": {
|
|
21406
21401
|
"type": "string",
|
|
@@ -21558,7 +21553,7 @@
|
|
|
21558
21553
|
},
|
|
21559
21554
|
"x-original-maxLength": 1024,
|
|
21560
21555
|
"x-reconciled-from-discovery": true,
|
|
21561
|
-
"x-reconciled-at": "2026-01-
|
|
21556
|
+
"x-reconciled-at": "2026-01-05T14:38:38.397912+00:00"
|
|
21562
21557
|
}
|
|
21563
21558
|
},
|
|
21564
21559
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21728,7 +21723,7 @@
|
|
|
21728
21723
|
},
|
|
21729
21724
|
"x-original-maxLength": 1024,
|
|
21730
21725
|
"x-reconciled-from-discovery": true,
|
|
21731
|
-
"x-reconciled-at": "2026-01-
|
|
21726
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398034+00:00"
|
|
21732
21727
|
},
|
|
21733
21728
|
"disable_ocsp_stapling": {
|
|
21734
21729
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -21827,7 +21822,7 @@
|
|
|
21827
21822
|
},
|
|
21828
21823
|
"x-original-maxLength": 1024,
|
|
21829
21824
|
"x-reconciled-from-discovery": true,
|
|
21830
|
-
"x-reconciled-at": "2026-01-
|
|
21825
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398043+00:00"
|
|
21831
21826
|
},
|
|
21832
21827
|
"previous_value": {
|
|
21833
21828
|
"type": "string",
|
|
@@ -21865,7 +21860,7 @@
|
|
|
21865
21860
|
},
|
|
21866
21861
|
"x-original-maxLength": 1024,
|
|
21867
21862
|
"x-reconciled-from-discovery": true,
|
|
21868
|
-
"x-reconciled-at": "2026-01-
|
|
21863
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398051+00:00"
|
|
21869
21864
|
}
|
|
21870
21865
|
},
|
|
21871
21866
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21949,7 +21944,7 @@
|
|
|
21949
21944
|
},
|
|
21950
21945
|
"x-original-maxLength": 1024,
|
|
21951
21946
|
"x-reconciled-from-discovery": true,
|
|
21952
|
-
"x-reconciled-at": "2026-01-
|
|
21947
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398055+00:00"
|
|
21953
21948
|
},
|
|
21954
21949
|
"location": {
|
|
21955
21950
|
"type": "string",
|
|
@@ -21966,7 +21961,7 @@
|
|
|
21966
21961
|
},
|
|
21967
21962
|
"x-original-maxLength": 1024,
|
|
21968
21963
|
"x-reconciled-from-discovery": true,
|
|
21969
|
-
"x-reconciled-at": "2026-01-
|
|
21964
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398060+00:00"
|
|
21970
21965
|
},
|
|
21971
21966
|
"provider": {
|
|
21972
21967
|
"type": "string",
|
|
@@ -21983,7 +21978,7 @@
|
|
|
21983
21978
|
},
|
|
21984
21979
|
"x-original-maxLength": 1024,
|
|
21985
21980
|
"x-reconciled-from-discovery": true,
|
|
21986
|
-
"x-reconciled-at": "2026-01-
|
|
21981
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398064+00:00"
|
|
21987
21982
|
},
|
|
21988
21983
|
"secret_encoding": {
|
|
21989
21984
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -22005,7 +22000,7 @@
|
|
|
22005
22000
|
"maxLength": 1,
|
|
22006
22001
|
"minLength": 1,
|
|
22007
22002
|
"x-reconciled-from-discovery": true,
|
|
22008
|
-
"x-reconciled-at": "2026-01-
|
|
22003
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398071+00:00"
|
|
22009
22004
|
}
|
|
22010
22005
|
},
|
|
22011
22006
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22044,7 +22039,7 @@
|
|
|
22044
22039
|
},
|
|
22045
22040
|
"x-original-maxLength": 1024,
|
|
22046
22041
|
"x-reconciled-from-discovery": true,
|
|
22047
|
-
"x-reconciled-at": "2026-01-
|
|
22042
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398094+00:00"
|
|
22048
22043
|
}
|
|
22049
22044
|
},
|
|
22050
22045
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22259,7 +22254,7 @@
|
|
|
22259
22254
|
"maxLength": 16,
|
|
22260
22255
|
"minLength": 7,
|
|
22261
22256
|
"x-reconciled-from-discovery": true,
|
|
22262
|
-
"x-reconciled-at": "2026-01-
|
|
22257
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398121+00:00"
|
|
22263
22258
|
},
|
|
22264
22259
|
"value": {
|
|
22265
22260
|
"type": "array",
|
|
@@ -22278,7 +22273,7 @@
|
|
|
22278
22273
|
"maxLength": 15,
|
|
22279
22274
|
"minLength": 3,
|
|
22280
22275
|
"x-reconciled-from-discovery": true,
|
|
22281
|
-
"x-reconciled-at": "2026-01-
|
|
22276
|
+
"x-reconciled-at": "2026-01-05T14:38:38.398127+00:00"
|
|
22282
22277
|
}
|
|
22283
22278
|
},
|
|
22284
22279
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23439,7 +23434,7 @@
|
|
|
23439
23434
|
},
|
|
23440
23435
|
"x-original-maxLength": 1024,
|
|
23441
23436
|
"x-reconciled-from-discovery": true,
|
|
23442
|
-
"x-reconciled-at": "2026-01-
|
|
23437
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094343+00:00"
|
|
23443
23438
|
},
|
|
23444
23439
|
"namespace": {
|
|
23445
23440
|
"type": "string",
|
|
@@ -23458,7 +23453,7 @@
|
|
|
23458
23453
|
},
|
|
23459
23454
|
"x-original-maxLength": 1024,
|
|
23460
23455
|
"x-reconciled-from-discovery": true,
|
|
23461
|
-
"x-reconciled-at": "2026-01-
|
|
23456
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094347+00:00"
|
|
23462
23457
|
}
|
|
23463
23458
|
},
|
|
23464
23459
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23584,7 +23579,7 @@
|
|
|
23584
23579
|
"maxLength": 17,
|
|
23585
23580
|
"minLength": 17,
|
|
23586
23581
|
"x-reconciled-from-discovery": true,
|
|
23587
|
-
"x-reconciled-at": "2026-01-
|
|
23582
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094365+00:00"
|
|
23588
23583
|
},
|
|
23589
23584
|
"system_metadata": {
|
|
23590
23585
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -23747,7 +23742,7 @@
|
|
|
23747
23742
|
},
|
|
23748
23743
|
"x-original-maxLength": 1024,
|
|
23749
23744
|
"x-reconciled-from-discovery": true,
|
|
23750
|
-
"x-reconciled-at": "2026-01-
|
|
23745
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094381+00:00"
|
|
23751
23746
|
},
|
|
23752
23747
|
"disabled": {
|
|
23753
23748
|
"type": "boolean",
|
|
@@ -23797,7 +23792,7 @@
|
|
|
23797
23792
|
},
|
|
23798
23793
|
"x-original-maxLength": 1024,
|
|
23799
23794
|
"x-reconciled-from-discovery": true,
|
|
23800
|
-
"x-reconciled-at": "2026-01-
|
|
23795
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094391+00:00"
|
|
23801
23796
|
},
|
|
23802
23797
|
"namespace": {
|
|
23803
23798
|
"type": "string",
|
|
@@ -23816,7 +23811,7 @@
|
|
|
23816
23811
|
},
|
|
23817
23812
|
"x-original-maxLength": 1024,
|
|
23818
23813
|
"x-reconciled-from-discovery": true,
|
|
23819
|
-
"x-reconciled-at": "2026-01-
|
|
23814
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094395+00:00"
|
|
23820
23815
|
},
|
|
23821
23816
|
"owner_view": {
|
|
23822
23817
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -23857,7 +23852,7 @@
|
|
|
23857
23852
|
"x-field-mutability": "read-only",
|
|
23858
23853
|
"x-original-maxLength": 1024,
|
|
23859
23854
|
"x-reconciled-from-discovery": true,
|
|
23860
|
-
"x-reconciled-at": "2026-01-
|
|
23855
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094403+00:00"
|
|
23861
23856
|
},
|
|
23862
23857
|
"uid": {
|
|
23863
23858
|
"type": "string",
|
|
@@ -23878,7 +23873,7 @@
|
|
|
23878
23873
|
"x-original-maxLength": 1024,
|
|
23879
23874
|
"format": "uuid",
|
|
23880
23875
|
"x-reconciled-from-discovery": true,
|
|
23881
|
-
"x-reconciled-at": "2026-01-
|
|
23876
|
+
"x-reconciled-at": "2026-01-05T14:39:04.094409+00:00"
|
|
23882
23877
|
}
|
|
23883
23878
|
},
|
|
23884
23879
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24399,7 +24394,7 @@
|
|
|
24399
24394
|
"maxLength": 15,
|
|
24400
24395
|
"minLength": 3,
|
|
24401
24396
|
"x-reconciled-from-discovery": true,
|
|
24402
|
-
"x-reconciled-at": "2026-01-
|
|
24397
|
+
"x-reconciled-at": "2026-01-05T14:39:18.069838+00:00"
|
|
24403
24398
|
}
|
|
24404
24399
|
},
|
|
24405
24400
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24452,7 +24447,7 @@
|
|
|
24452
24447
|
"maxLength": 15,
|
|
24453
24448
|
"minLength": 3,
|
|
24454
24449
|
"x-reconciled-from-discovery": true,
|
|
24455
|
-
"x-reconciled-at": "2026-01-
|
|
24450
|
+
"x-reconciled-at": "2026-01-05T14:39:18.069846+00:00"
|
|
24456
24451
|
}
|
|
24457
24452
|
},
|
|
24458
24453
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24504,7 +24499,7 @@
|
|
|
24504
24499
|
"maxLength": 15,
|
|
24505
24500
|
"minLength": 3,
|
|
24506
24501
|
"x-reconciled-from-discovery": true,
|
|
24507
|
-
"x-reconciled-at": "2026-01-
|
|
24502
|
+
"x-reconciled-at": "2026-01-05T14:39:18.069852+00:00"
|
|
24508
24503
|
}
|
|
24509
24504
|
},
|
|
24510
24505
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24694,7 +24689,7 @@
|
|
|
24694
24689
|
},
|
|
24695
24690
|
"x-original-maxLength": 1024,
|
|
24696
24691
|
"x-reconciled-from-discovery": true,
|
|
24697
|
-
"x-reconciled-at": "2026-01-
|
|
24692
|
+
"x-reconciled-at": "2026-01-05T14:39:18.069975+00:00"
|
|
24698
24693
|
},
|
|
24699
24694
|
"namespace": {
|
|
24700
24695
|
"type": "string",
|
|
@@ -24713,7 +24708,7 @@
|
|
|
24713
24708
|
},
|
|
24714
24709
|
"x-original-maxLength": 1024,
|
|
24715
24710
|
"x-reconciled-from-discovery": true,
|
|
24716
|
-
"x-reconciled-at": "2026-01-
|
|
24711
|
+
"x-reconciled-at": "2026-01-05T14:39:18.069980+00:00"
|
|
24717
24712
|
}
|
|
24718
24713
|
},
|
|
24719
24714
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24811,7 +24806,7 @@
|
|
|
24811
24806
|
"maxLength": 17,
|
|
24812
24807
|
"minLength": 17,
|
|
24813
24808
|
"x-reconciled-from-discovery": true,
|
|
24814
|
-
"x-reconciled-at": "2026-01-
|
|
24809
|
+
"x-reconciled-at": "2026-01-05T14:39:18.069995+00:00"
|
|
24815
24810
|
},
|
|
24816
24811
|
"system_metadata": {
|
|
24817
24812
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -25032,7 +25027,7 @@
|
|
|
25032
25027
|
},
|
|
25033
25028
|
"x-original-maxLength": 1024,
|
|
25034
25029
|
"x-reconciled-from-discovery": true,
|
|
25035
|
-
"x-reconciled-at": "2026-01-
|
|
25030
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070015+00:00"
|
|
25036
25031
|
},
|
|
25037
25032
|
"disabled": {
|
|
25038
25033
|
"type": "boolean",
|
|
@@ -25082,7 +25077,7 @@
|
|
|
25082
25077
|
},
|
|
25083
25078
|
"x-original-maxLength": 1024,
|
|
25084
25079
|
"x-reconciled-from-discovery": true,
|
|
25085
|
-
"x-reconciled-at": "2026-01-
|
|
25080
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070025+00:00"
|
|
25086
25081
|
},
|
|
25087
25082
|
"namespace": {
|
|
25088
25083
|
"type": "string",
|
|
@@ -25101,7 +25096,7 @@
|
|
|
25101
25096
|
},
|
|
25102
25097
|
"x-original-maxLength": 1024,
|
|
25103
25098
|
"x-reconciled-from-discovery": true,
|
|
25104
|
-
"x-reconciled-at": "2026-01-
|
|
25099
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070029+00:00"
|
|
25105
25100
|
},
|
|
25106
25101
|
"owner_view": {
|
|
25107
25102
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -25142,7 +25137,7 @@
|
|
|
25142
25137
|
"x-field-mutability": "read-only",
|
|
25143
25138
|
"x-original-maxLength": 1024,
|
|
25144
25139
|
"x-reconciled-from-discovery": true,
|
|
25145
|
-
"x-reconciled-at": "2026-01-
|
|
25140
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070038+00:00"
|
|
25146
25141
|
},
|
|
25147
25142
|
"uid": {
|
|
25148
25143
|
"type": "string",
|
|
@@ -25163,7 +25158,7 @@
|
|
|
25163
25158
|
"x-original-maxLength": 1024,
|
|
25164
25159
|
"format": "uuid",
|
|
25165
25160
|
"x-reconciled-from-discovery": true,
|
|
25166
|
-
"x-reconciled-at": "2026-01-
|
|
25161
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070043+00:00"
|
|
25167
25162
|
}
|
|
25168
25163
|
},
|
|
25169
25164
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25617,7 +25612,7 @@
|
|
|
25617
25612
|
},
|
|
25618
25613
|
"x-original-maxLength": 1024,
|
|
25619
25614
|
"x-reconciled-from-discovery": true,
|
|
25620
|
-
"x-reconciled-at": "2026-01-
|
|
25615
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070090+00:00"
|
|
25621
25616
|
},
|
|
25622
25617
|
"range": {
|
|
25623
25618
|
"type": "string",
|
|
@@ -25806,7 +25801,7 @@
|
|
|
25806
25801
|
"maxLength": 16,
|
|
25807
25802
|
"minLength": 7,
|
|
25808
25803
|
"x-reconciled-from-discovery": true,
|
|
25809
|
-
"x-reconciled-at": "2026-01-
|
|
25804
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070103+00:00"
|
|
25810
25805
|
},
|
|
25811
25806
|
"value": {
|
|
25812
25807
|
"type": "array",
|
|
@@ -25825,7 +25820,7 @@
|
|
|
25825
25820
|
"maxLength": 15,
|
|
25826
25821
|
"minLength": 3,
|
|
25827
25822
|
"x-reconciled-from-discovery": true,
|
|
25828
|
-
"x-reconciled-at": "2026-01-
|
|
25823
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070109+00:00"
|
|
25829
25824
|
}
|
|
25830
25825
|
},
|
|
25831
25826
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25990,7 +25985,7 @@
|
|
|
25990
25985
|
},
|
|
25991
25986
|
"x-original-maxLength": 1024,
|
|
25992
25987
|
"x-reconciled-from-discovery": true,
|
|
25993
|
-
"x-reconciled-at": "2026-01-
|
|
25988
|
+
"x-reconciled-at": "2026-01-05T14:39:18.070123+00:00"
|
|
25994
25989
|
}
|
|
25995
25990
|
},
|
|
25996
25991
|
"x-f5xc-minimum-configuration": {
|