@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": "Certificates",
|
|
5
5
|
"description": "X.509 certificate chains with intermediate and root CA support. Trusted CA list bundles for client authentication and mTLS validation. CRL distribution points and OCSP stapling configuration. Certificate manifests link credentials to load balancers and gateways. Automatic expiration tracking and renewal notifications.",
|
|
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": "Certificate chains and trusted CA bundles. Revocation list management and manifest configuration for PKI operations.",
|
|
16
|
-
"x-
|
|
16
|
+
"x-f5xc-cli-domain": "certificates"
|
|
17
17
|
},
|
|
18
18
|
"servers": [
|
|
19
19
|
{
|
|
@@ -4723,7 +4723,7 @@
|
|
|
4723
4723
|
},
|
|
4724
4724
|
"x-original-maxLength": 1024,
|
|
4725
4725
|
"x-reconciled-from-discovery": true,
|
|
4726
|
-
"x-reconciled-at": "2026-01-
|
|
4726
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354184+00:00"
|
|
4727
4727
|
},
|
|
4728
4728
|
"namespace": {
|
|
4729
4729
|
"type": "string",
|
|
@@ -4742,7 +4742,7 @@
|
|
|
4742
4742
|
},
|
|
4743
4743
|
"x-original-maxLength": 1024,
|
|
4744
4744
|
"x-reconciled-from-discovery": true,
|
|
4745
|
-
"x-reconciled-at": "2026-01-
|
|
4745
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354190+00:00"
|
|
4746
4746
|
}
|
|
4747
4747
|
},
|
|
4748
4748
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4840,7 +4840,7 @@
|
|
|
4840
4840
|
"maxLength": 17,
|
|
4841
4841
|
"minLength": 17,
|
|
4842
4842
|
"x-reconciled-from-discovery": true,
|
|
4843
|
-
"x-reconciled-at": "2026-01-
|
|
4843
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354204+00:00"
|
|
4844
4844
|
},
|
|
4845
4845
|
"system_metadata": {
|
|
4846
4846
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -5144,7 +5144,7 @@
|
|
|
5144
5144
|
},
|
|
5145
5145
|
"x-original-maxLength": 1024,
|
|
5146
5146
|
"x-reconciled-from-discovery": true,
|
|
5147
|
-
"x-reconciled-at": "2026-01-
|
|
5147
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354224+00:00"
|
|
5148
5148
|
},
|
|
5149
5149
|
"disabled": {
|
|
5150
5150
|
"type": "boolean",
|
|
@@ -5194,7 +5194,7 @@
|
|
|
5194
5194
|
},
|
|
5195
5195
|
"x-original-maxLength": 1024,
|
|
5196
5196
|
"x-reconciled-from-discovery": true,
|
|
5197
|
-
"x-reconciled-at": "2026-01-
|
|
5197
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354232+00:00"
|
|
5198
5198
|
},
|
|
5199
5199
|
"namespace": {
|
|
5200
5200
|
"type": "string",
|
|
@@ -5213,7 +5213,7 @@
|
|
|
5213
5213
|
},
|
|
5214
5214
|
"x-original-maxLength": 1024,
|
|
5215
5215
|
"x-reconciled-from-discovery": true,
|
|
5216
|
-
"x-reconciled-at": "2026-01-
|
|
5216
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354236+00:00"
|
|
5217
5217
|
},
|
|
5218
5218
|
"owner_view": {
|
|
5219
5219
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -5254,7 +5254,7 @@
|
|
|
5254
5254
|
"x-field-mutability": "read-only",
|
|
5255
5255
|
"x-original-maxLength": 1024,
|
|
5256
5256
|
"x-reconciled-from-discovery": true,
|
|
5257
|
-
"x-reconciled-at": "2026-01-
|
|
5257
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354243+00:00"
|
|
5258
5258
|
},
|
|
5259
5259
|
"uid": {
|
|
5260
5260
|
"type": "string",
|
|
@@ -5275,7 +5275,7 @@
|
|
|
5275
5275
|
"x-original-maxLength": 1024,
|
|
5276
5276
|
"format": "uuid",
|
|
5277
5277
|
"x-reconciled-from-discovery": true,
|
|
5278
|
-
"x-reconciled-at": "2026-01-
|
|
5278
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354248+00:00"
|
|
5279
5279
|
}
|
|
5280
5280
|
},
|
|
5281
5281
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5553,7 +5553,7 @@
|
|
|
5553
5553
|
},
|
|
5554
5554
|
"x-original-maxLength": 1024,
|
|
5555
5555
|
"x-reconciled-from-discovery": true,
|
|
5556
|
-
"x-reconciled-at": "2026-01-
|
|
5556
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354268+00:00"
|
|
5557
5557
|
}
|
|
5558
5558
|
},
|
|
5559
5559
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5622,7 +5622,7 @@
|
|
|
5622
5622
|
},
|
|
5623
5623
|
"x-original-maxLength": 1024,
|
|
5624
5624
|
"x-reconciled-from-discovery": true,
|
|
5625
|
-
"x-reconciled-at": "2026-01-
|
|
5625
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354275+00:00"
|
|
5626
5626
|
},
|
|
5627
5627
|
"service_name": {
|
|
5628
5628
|
"type": "string",
|
|
@@ -5661,7 +5661,7 @@
|
|
|
5661
5661
|
},
|
|
5662
5662
|
"x-original-maxLength": 1024,
|
|
5663
5663
|
"x-reconciled-from-discovery": true,
|
|
5664
|
-
"x-reconciled-at": "2026-01-
|
|
5664
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354281+00:00"
|
|
5665
5665
|
},
|
|
5666
5666
|
"type": {
|
|
5667
5667
|
"type": "string",
|
|
@@ -5798,7 +5798,7 @@
|
|
|
5798
5798
|
},
|
|
5799
5799
|
"x-original-maxLength": 1024,
|
|
5800
5800
|
"x-reconciled-from-discovery": true,
|
|
5801
|
-
"x-reconciled-at": "2026-01-
|
|
5801
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354291+00:00"
|
|
5802
5802
|
}
|
|
5803
5803
|
},
|
|
5804
5804
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5907,7 +5907,7 @@
|
|
|
5907
5907
|
},
|
|
5908
5908
|
"x-original-maxLength": 1200,
|
|
5909
5909
|
"x-reconciled-from-discovery": true,
|
|
5910
|
-
"x-reconciled-at": "2026-01-
|
|
5910
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354300+00:00"
|
|
5911
5911
|
},
|
|
5912
5912
|
"disable": {
|
|
5913
5913
|
"type": "boolean",
|
|
@@ -5960,7 +5960,7 @@
|
|
|
5960
5960
|
},
|
|
5961
5961
|
"x-original-maxLength": 1024,
|
|
5962
5962
|
"x-reconciled-from-discovery": true,
|
|
5963
|
-
"x-reconciled-at": "2026-01-
|
|
5963
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354307+00:00"
|
|
5964
5964
|
},
|
|
5965
5965
|
"namespace": {
|
|
5966
5966
|
"type": "string",
|
|
@@ -5979,7 +5979,7 @@
|
|
|
5979
5979
|
},
|
|
5980
5980
|
"x-original-maxLength": 1024,
|
|
5981
5981
|
"x-reconciled-from-discovery": true,
|
|
5982
|
-
"x-reconciled-at": "2026-01-
|
|
5982
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354311+00:00"
|
|
5983
5983
|
}
|
|
5984
5984
|
},
|
|
5985
5985
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6055,7 +6055,7 @@
|
|
|
6055
6055
|
},
|
|
6056
6056
|
"x-original-maxLength": 1200,
|
|
6057
6057
|
"x-reconciled-from-discovery": true,
|
|
6058
|
-
"x-reconciled-at": "2026-01-
|
|
6058
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354317+00:00"
|
|
6059
6059
|
},
|
|
6060
6060
|
"disable": {
|
|
6061
6061
|
"type": "boolean",
|
|
@@ -6110,7 +6110,7 @@
|
|
|
6110
6110
|
},
|
|
6111
6111
|
"x-original-maxLength": 1024,
|
|
6112
6112
|
"x-reconciled-from-discovery": true,
|
|
6113
|
-
"x-reconciled-at": "2026-01-
|
|
6113
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354324+00:00"
|
|
6114
6114
|
},
|
|
6115
6115
|
"namespace": {
|
|
6116
6116
|
"type": "string",
|
|
@@ -6129,7 +6129,7 @@
|
|
|
6129
6129
|
},
|
|
6130
6130
|
"x-original-maxLength": 1024,
|
|
6131
6131
|
"x-reconciled-from-discovery": true,
|
|
6132
|
-
"x-reconciled-at": "2026-01-
|
|
6132
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354328+00:00"
|
|
6133
6133
|
}
|
|
6134
6134
|
},
|
|
6135
6135
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6174,7 +6174,7 @@
|
|
|
6174
6174
|
"readOnly": true,
|
|
6175
6175
|
"x-original-maxLength": 1024,
|
|
6176
6176
|
"x-reconciled-from-discovery": true,
|
|
6177
|
-
"x-reconciled-at": "2026-01-
|
|
6177
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354333+00:00"
|
|
6178
6178
|
},
|
|
6179
6179
|
"name": {
|
|
6180
6180
|
"type": "string",
|
|
@@ -6193,7 +6193,7 @@
|
|
|
6193
6193
|
},
|
|
6194
6194
|
"x-original-maxLength": 1024,
|
|
6195
6195
|
"x-reconciled-from-discovery": true,
|
|
6196
|
-
"x-reconciled-at": "2026-01-
|
|
6196
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354337+00:00"
|
|
6197
6197
|
},
|
|
6198
6198
|
"namespace": {
|
|
6199
6199
|
"type": "string",
|
|
@@ -6212,7 +6212,7 @@
|
|
|
6212
6212
|
},
|
|
6213
6213
|
"x-original-maxLength": 1024,
|
|
6214
6214
|
"x-reconciled-from-discovery": true,
|
|
6215
|
-
"x-reconciled-at": "2026-01-
|
|
6215
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354340+00:00"
|
|
6216
6216
|
},
|
|
6217
6217
|
"tenant": {
|
|
6218
6218
|
"type": "string",
|
|
@@ -6233,7 +6233,7 @@
|
|
|
6233
6233
|
"x-field-mutability": "read-only",
|
|
6234
6234
|
"x-original-maxLength": 1024,
|
|
6235
6235
|
"x-reconciled-from-discovery": true,
|
|
6236
|
-
"x-reconciled-at": "2026-01-
|
|
6236
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354344+00:00"
|
|
6237
6237
|
},
|
|
6238
6238
|
"uid": {
|
|
6239
6239
|
"type": "string",
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
"x-original-maxLength": 1024,
|
|
6256
6256
|
"format": "uuid",
|
|
6257
6257
|
"x-reconciled-from-discovery": true,
|
|
6258
|
-
"x-reconciled-at": "2026-01-
|
|
6258
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354349+00:00"
|
|
6259
6259
|
}
|
|
6260
6260
|
},
|
|
6261
6261
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6330,7 +6330,7 @@
|
|
|
6330
6330
|
},
|
|
6331
6331
|
"x-original-maxLength": 1200,
|
|
6332
6332
|
"x-reconciled-from-discovery": true,
|
|
6333
|
-
"x-reconciled-at": "2026-01-
|
|
6333
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354355+00:00"
|
|
6334
6334
|
},
|
|
6335
6335
|
"disable": {
|
|
6336
6336
|
"type": "boolean",
|
|
@@ -6383,7 +6383,7 @@
|
|
|
6383
6383
|
},
|
|
6384
6384
|
"x-original-maxLength": 1024,
|
|
6385
6385
|
"x-reconciled-from-discovery": true,
|
|
6386
|
-
"x-reconciled-at": "2026-01-
|
|
6386
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354361+00:00"
|
|
6387
6387
|
},
|
|
6388
6388
|
"namespace": {
|
|
6389
6389
|
"type": "string",
|
|
@@ -6402,7 +6402,7 @@
|
|
|
6402
6402
|
},
|
|
6403
6403
|
"x-original-maxLength": 1024,
|
|
6404
6404
|
"x-reconciled-from-discovery": true,
|
|
6405
|
-
"x-reconciled-at": "2026-01-
|
|
6405
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354365+00:00"
|
|
6406
6406
|
}
|
|
6407
6407
|
},
|
|
6408
6408
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6516,7 +6516,7 @@
|
|
|
6516
6516
|
"x-original-maxLength": 1024,
|
|
6517
6517
|
"format": "uuid",
|
|
6518
6518
|
"x-reconciled-from-discovery": true,
|
|
6519
|
-
"x-reconciled-at": "2026-01-
|
|
6519
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354377+00:00"
|
|
6520
6520
|
},
|
|
6521
6521
|
"vtrp_id": {
|
|
6522
6522
|
"type": "string",
|
|
@@ -6628,7 +6628,7 @@
|
|
|
6628
6628
|
},
|
|
6629
6629
|
"x-original-maxLength": 1024,
|
|
6630
6630
|
"x-reconciled-from-discovery": true,
|
|
6631
|
-
"x-reconciled-at": "2026-01-
|
|
6631
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354386+00:00"
|
|
6632
6632
|
},
|
|
6633
6633
|
"status": {
|
|
6634
6634
|
"type": "string",
|
|
@@ -6647,7 +6647,7 @@
|
|
|
6647
6647
|
},
|
|
6648
6648
|
"x-original-maxLength": 1024,
|
|
6649
6649
|
"x-reconciled-from-discovery": true,
|
|
6650
|
-
"x-reconciled-at": "2026-01-
|
|
6650
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354389+00:00"
|
|
6651
6651
|
}
|
|
6652
6652
|
},
|
|
6653
6653
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6825,7 +6825,7 @@
|
|
|
6825
6825
|
"x-field-mutability": "read-only",
|
|
6826
6826
|
"x-original-maxLength": 1024,
|
|
6827
6827
|
"x-reconciled-from-discovery": true,
|
|
6828
|
-
"x-reconciled-at": "2026-01-
|
|
6828
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354407+00:00"
|
|
6829
6829
|
},
|
|
6830
6830
|
"uid": {
|
|
6831
6831
|
"type": "string",
|
|
@@ -6846,7 +6846,7 @@
|
|
|
6846
6846
|
"x-original-maxLength": 1024,
|
|
6847
6847
|
"format": "uuid",
|
|
6848
6848
|
"x-reconciled-from-discovery": true,
|
|
6849
|
-
"x-reconciled-at": "2026-01-
|
|
6849
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354411+00:00"
|
|
6850
6850
|
}
|
|
6851
6851
|
},
|
|
6852
6852
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6896,7 +6896,7 @@
|
|
|
6896
6896
|
},
|
|
6897
6897
|
"x-original-maxLength": 1024,
|
|
6898
6898
|
"x-reconciled-from-discovery": true,
|
|
6899
|
-
"x-reconciled-at": "2026-01-
|
|
6899
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354416+00:00"
|
|
6900
6900
|
},
|
|
6901
6901
|
"name": {
|
|
6902
6902
|
"type": "string",
|
|
@@ -6915,7 +6915,7 @@
|
|
|
6915
6915
|
},
|
|
6916
6916
|
"x-original-maxLength": 1024,
|
|
6917
6917
|
"x-reconciled-from-discovery": true,
|
|
6918
|
-
"x-reconciled-at": "2026-01-
|
|
6918
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354420+00:00"
|
|
6919
6919
|
},
|
|
6920
6920
|
"namespace": {
|
|
6921
6921
|
"type": "string",
|
|
@@ -6934,7 +6934,7 @@
|
|
|
6934
6934
|
},
|
|
6935
6935
|
"x-original-maxLength": 1024,
|
|
6936
6936
|
"x-reconciled-from-discovery": true,
|
|
6937
|
-
"x-reconciled-at": "2026-01-
|
|
6937
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354424+00:00"
|
|
6938
6938
|
},
|
|
6939
6939
|
"uid": {
|
|
6940
6940
|
"type": "string",
|
|
@@ -6955,7 +6955,7 @@
|
|
|
6955
6955
|
"x-original-maxLength": 1024,
|
|
6956
6956
|
"format": "uuid",
|
|
6957
6957
|
"x-reconciled-from-discovery": true,
|
|
6958
|
-
"x-reconciled-at": "2026-01-
|
|
6958
|
+
"x-reconciled-at": "2026-01-05T03:03:19.354428+00:00"
|
|
6959
6959
|
}
|
|
6960
6960
|
},
|
|
6961
6961
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7134,7 +7134,7 @@
|
|
|
7134
7134
|
},
|
|
7135
7135
|
"x-original-maxLength": 1024,
|
|
7136
7136
|
"x-reconciled-from-discovery": true,
|
|
7137
|
-
"x-reconciled-at": "2026-01-
|
|
7137
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177244+00:00"
|
|
7138
7138
|
},
|
|
7139
7139
|
"namespace": {
|
|
7140
7140
|
"type": "string",
|
|
@@ -7153,7 +7153,7 @@
|
|
|
7153
7153
|
},
|
|
7154
7154
|
"x-original-maxLength": 1024,
|
|
7155
7155
|
"x-reconciled-from-discovery": true,
|
|
7156
|
-
"x-reconciled-at": "2026-01-
|
|
7156
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177250+00:00"
|
|
7157
7157
|
}
|
|
7158
7158
|
},
|
|
7159
7159
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7251,7 +7251,7 @@
|
|
|
7251
7251
|
"maxLength": 17,
|
|
7252
7252
|
"minLength": 17,
|
|
7253
7253
|
"x-reconciled-from-discovery": true,
|
|
7254
|
-
"x-reconciled-at": "2026-01-
|
|
7254
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177263+00:00"
|
|
7255
7255
|
},
|
|
7256
7256
|
"system_metadata": {
|
|
7257
7257
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7500,7 +7500,7 @@
|
|
|
7500
7500
|
},
|
|
7501
7501
|
"x-original-maxLength": 1024,
|
|
7502
7502
|
"x-reconciled-from-discovery": true,
|
|
7503
|
-
"x-reconciled-at": "2026-01-
|
|
7503
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177284+00:00"
|
|
7504
7504
|
},
|
|
7505
7505
|
"disabled": {
|
|
7506
7506
|
"type": "boolean",
|
|
@@ -7550,7 +7550,7 @@
|
|
|
7550
7550
|
},
|
|
7551
7551
|
"x-original-maxLength": 1024,
|
|
7552
7552
|
"x-reconciled-from-discovery": true,
|
|
7553
|
-
"x-reconciled-at": "2026-01-
|
|
7553
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177293+00:00"
|
|
7554
7554
|
},
|
|
7555
7555
|
"namespace": {
|
|
7556
7556
|
"type": "string",
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
},
|
|
7570
7570
|
"x-original-maxLength": 1024,
|
|
7571
7571
|
"x-reconciled-from-discovery": true,
|
|
7572
|
-
"x-reconciled-at": "2026-01-
|
|
7572
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177297+00:00"
|
|
7573
7573
|
},
|
|
7574
7574
|
"owner_view": {
|
|
7575
7575
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7610,7 +7610,7 @@
|
|
|
7610
7610
|
"x-field-mutability": "read-only",
|
|
7611
7611
|
"x-original-maxLength": 1024,
|
|
7612
7612
|
"x-reconciled-from-discovery": true,
|
|
7613
|
-
"x-reconciled-at": "2026-01-
|
|
7613
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177303+00:00"
|
|
7614
7614
|
},
|
|
7615
7615
|
"uid": {
|
|
7616
7616
|
"type": "string",
|
|
@@ -7631,7 +7631,7 @@
|
|
|
7631
7631
|
"x-original-maxLength": 1024,
|
|
7632
7632
|
"format": "uuid",
|
|
7633
7633
|
"x-reconciled-from-discovery": true,
|
|
7634
|
-
"x-reconciled-at": "2026-01-
|
|
7634
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177309+00:00"
|
|
7635
7635
|
}
|
|
7636
7636
|
},
|
|
7637
7637
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7863,7 +7863,7 @@
|
|
|
7863
7863
|
"readOnly": true,
|
|
7864
7864
|
"x-original-maxLength": 1024,
|
|
7865
7865
|
"x-reconciled-from-discovery": true,
|
|
7866
|
-
"x-reconciled-at": "2026-01-
|
|
7866
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177326+00:00"
|
|
7867
7867
|
},
|
|
7868
7868
|
"name": {
|
|
7869
7869
|
"type": "string",
|
|
@@ -7882,7 +7882,7 @@
|
|
|
7882
7882
|
},
|
|
7883
7883
|
"x-original-maxLength": 1024,
|
|
7884
7884
|
"x-reconciled-from-discovery": true,
|
|
7885
|
-
"x-reconciled-at": "2026-01-
|
|
7885
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177330+00:00"
|
|
7886
7886
|
},
|
|
7887
7887
|
"namespace": {
|
|
7888
7888
|
"type": "string",
|
|
@@ -7901,7 +7901,7 @@
|
|
|
7901
7901
|
},
|
|
7902
7902
|
"x-original-maxLength": 1024,
|
|
7903
7903
|
"x-reconciled-from-discovery": true,
|
|
7904
|
-
"x-reconciled-at": "2026-01-
|
|
7904
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177333+00:00"
|
|
7905
7905
|
},
|
|
7906
7906
|
"tenant": {
|
|
7907
7907
|
"type": "string",
|
|
@@ -7922,7 +7922,7 @@
|
|
|
7922
7922
|
"x-field-mutability": "read-only",
|
|
7923
7923
|
"x-original-maxLength": 1024,
|
|
7924
7924
|
"x-reconciled-from-discovery": true,
|
|
7925
|
-
"x-reconciled-at": "2026-01-
|
|
7925
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177337+00:00"
|
|
7926
7926
|
},
|
|
7927
7927
|
"uid": {
|
|
7928
7928
|
"type": "string",
|
|
@@ -7944,7 +7944,7 @@
|
|
|
7944
7944
|
"x-original-maxLength": 1024,
|
|
7945
7945
|
"format": "uuid",
|
|
7946
7946
|
"x-reconciled-from-discovery": true,
|
|
7947
|
-
"x-reconciled-at": "2026-01-
|
|
7947
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177343+00:00"
|
|
7948
7948
|
}
|
|
7949
7949
|
},
|
|
7950
7950
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8013,7 +8013,7 @@
|
|
|
8013
8013
|
},
|
|
8014
8014
|
"x-original-maxLength": 1024,
|
|
8015
8015
|
"x-reconciled-from-discovery": true,
|
|
8016
|
-
"x-reconciled-at": "2026-01-
|
|
8016
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177356+00:00"
|
|
8017
8017
|
},
|
|
8018
8018
|
"store_provider": {
|
|
8019
8019
|
"type": "string",
|
|
@@ -8182,7 +8182,7 @@
|
|
|
8182
8182
|
},
|
|
8183
8183
|
"x-original-maxLength": 1024,
|
|
8184
8184
|
"x-reconciled-from-discovery": true,
|
|
8185
|
-
"x-reconciled-at": "2026-01-
|
|
8185
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177370+00:00"
|
|
8186
8186
|
},
|
|
8187
8187
|
"url": {
|
|
8188
8188
|
"type": "string",
|
|
@@ -8365,7 +8365,7 @@
|
|
|
8365
8365
|
},
|
|
8366
8366
|
"x-original-maxLength": 1024,
|
|
8367
8367
|
"x-reconciled-from-discovery": true,
|
|
8368
|
-
"x-reconciled-at": "2026-01-
|
|
8368
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177507+00:00"
|
|
8369
8369
|
},
|
|
8370
8370
|
"location": {
|
|
8371
8371
|
"type": "string",
|
|
@@ -8382,7 +8382,7 @@
|
|
|
8382
8382
|
},
|
|
8383
8383
|
"x-original-maxLength": 1024,
|
|
8384
8384
|
"x-reconciled-from-discovery": true,
|
|
8385
|
-
"x-reconciled-at": "2026-01-
|
|
8385
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177511+00:00"
|
|
8386
8386
|
},
|
|
8387
8387
|
"provider": {
|
|
8388
8388
|
"type": "string",
|
|
@@ -8399,7 +8399,7 @@
|
|
|
8399
8399
|
},
|
|
8400
8400
|
"x-original-maxLength": 1024,
|
|
8401
8401
|
"x-reconciled-from-discovery": true,
|
|
8402
|
-
"x-reconciled-at": "2026-01-
|
|
8402
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177515+00:00"
|
|
8403
8403
|
},
|
|
8404
8404
|
"secret_encoding": {
|
|
8405
8405
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -8421,7 +8421,7 @@
|
|
|
8421
8421
|
"maxLength": 1,
|
|
8422
8422
|
"minLength": 1,
|
|
8423
8423
|
"x-reconciled-from-discovery": true,
|
|
8424
|
-
"x-reconciled-at": "2026-01-
|
|
8424
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177522+00:00"
|
|
8425
8425
|
}
|
|
8426
8426
|
},
|
|
8427
8427
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8460,7 +8460,7 @@
|
|
|
8460
8460
|
},
|
|
8461
8461
|
"x-original-maxLength": 1024,
|
|
8462
8462
|
"x-reconciled-from-discovery": true,
|
|
8463
|
-
"x-reconciled-at": "2026-01-
|
|
8463
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177544+00:00"
|
|
8464
8464
|
}
|
|
8465
8465
|
},
|
|
8466
8466
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8510,7 +8510,7 @@
|
|
|
8510
8510
|
},
|
|
8511
8511
|
"x-original-maxLength": 128,
|
|
8512
8512
|
"x-reconciled-from-discovery": true,
|
|
8513
|
-
"x-reconciled-at": "2026-01-
|
|
8513
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177548+00:00"
|
|
8514
8514
|
},
|
|
8515
8515
|
"namespace": {
|
|
8516
8516
|
"type": "string",
|
|
@@ -8535,7 +8535,7 @@
|
|
|
8535
8535
|
},
|
|
8536
8536
|
"x-original-maxLength": 64,
|
|
8537
8537
|
"x-reconciled-from-discovery": true,
|
|
8538
|
-
"x-reconciled-at": "2026-01-
|
|
8538
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177552+00:00"
|
|
8539
8539
|
},
|
|
8540
8540
|
"tenant": {
|
|
8541
8541
|
"type": "string",
|
|
@@ -8562,7 +8562,7 @@
|
|
|
8562
8562
|
"x-field-mutability": "read-only",
|
|
8563
8563
|
"x-original-maxLength": 64,
|
|
8564
8564
|
"x-reconciled-from-discovery": true,
|
|
8565
|
-
"x-reconciled-at": "2026-01-
|
|
8565
|
+
"x-reconciled-at": "2026-01-05T03:03:20.177556+00:00"
|
|
8566
8566
|
}
|
|
8567
8567
|
},
|
|
8568
8568
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8719,7 +8719,7 @@
|
|
|
8719
8719
|
},
|
|
8720
8720
|
"x-original-maxLength": 1024,
|
|
8721
8721
|
"x-reconciled-from-discovery": true,
|
|
8722
|
-
"x-reconciled-at": "2026-01-
|
|
8722
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439249+00:00"
|
|
8723
8723
|
},
|
|
8724
8724
|
"namespace": {
|
|
8725
8725
|
"type": "string",
|
|
@@ -8738,7 +8738,7 @@
|
|
|
8738
8738
|
},
|
|
8739
8739
|
"x-original-maxLength": 1024,
|
|
8740
8740
|
"x-reconciled-from-discovery": true,
|
|
8741
|
-
"x-reconciled-at": "2026-01-
|
|
8741
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439255+00:00"
|
|
8742
8742
|
}
|
|
8743
8743
|
},
|
|
8744
8744
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8836,7 +8836,7 @@
|
|
|
8836
8836
|
"maxLength": 17,
|
|
8837
8837
|
"minLength": 17,
|
|
8838
8838
|
"x-reconciled-from-discovery": true,
|
|
8839
|
-
"x-reconciled-at": "2026-01-
|
|
8839
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439269+00:00"
|
|
8840
8840
|
},
|
|
8841
8841
|
"system_metadata": {
|
|
8842
8842
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -9034,7 +9034,7 @@
|
|
|
9034
9034
|
},
|
|
9035
9035
|
"x-original-maxLength": 1024,
|
|
9036
9036
|
"x-reconciled-from-discovery": true,
|
|
9037
|
-
"x-reconciled-at": "2026-01-
|
|
9037
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439284+00:00"
|
|
9038
9038
|
},
|
|
9039
9039
|
"disabled": {
|
|
9040
9040
|
"type": "boolean",
|
|
@@ -9084,7 +9084,7 @@
|
|
|
9084
9084
|
},
|
|
9085
9085
|
"x-original-maxLength": 1024,
|
|
9086
9086
|
"x-reconciled-from-discovery": true,
|
|
9087
|
-
"x-reconciled-at": "2026-01-
|
|
9087
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439293+00:00"
|
|
9088
9088
|
},
|
|
9089
9089
|
"namespace": {
|
|
9090
9090
|
"type": "string",
|
|
@@ -9103,7 +9103,7 @@
|
|
|
9103
9103
|
},
|
|
9104
9104
|
"x-original-maxLength": 1024,
|
|
9105
9105
|
"x-reconciled-from-discovery": true,
|
|
9106
|
-
"x-reconciled-at": "2026-01-
|
|
9106
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439296+00:00"
|
|
9107
9107
|
},
|
|
9108
9108
|
"owner_view": {
|
|
9109
9109
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -9144,7 +9144,7 @@
|
|
|
9144
9144
|
"x-field-mutability": "read-only",
|
|
9145
9145
|
"x-original-maxLength": 1024,
|
|
9146
9146
|
"x-reconciled-from-discovery": true,
|
|
9147
|
-
"x-reconciled-at": "2026-01-
|
|
9147
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439303+00:00"
|
|
9148
9148
|
},
|
|
9149
9149
|
"uid": {
|
|
9150
9150
|
"type": "string",
|
|
@@ -9165,7 +9165,7 @@
|
|
|
9165
9165
|
"x-original-maxLength": 1024,
|
|
9166
9166
|
"format": "uuid",
|
|
9167
9167
|
"x-reconciled-from-discovery": true,
|
|
9168
|
-
"x-reconciled-at": "2026-01-
|
|
9168
|
+
"x-reconciled-at": "2026-01-05T03:03:20.439309+00:00"
|
|
9169
9169
|
}
|
|
9170
9170
|
},
|
|
9171
9171
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9438,7 +9438,7 @@
|
|
|
9438
9438
|
},
|
|
9439
9439
|
"x-original-maxLength": 1024,
|
|
9440
9440
|
"x-reconciled-from-discovery": true,
|
|
9441
|
-
"x-reconciled-at": "2026-01-
|
|
9441
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061643+00:00"
|
|
9442
9442
|
},
|
|
9443
9443
|
"namespace": {
|
|
9444
9444
|
"type": "string",
|
|
@@ -9457,7 +9457,7 @@
|
|
|
9457
9457
|
},
|
|
9458
9458
|
"x-original-maxLength": 1024,
|
|
9459
9459
|
"x-reconciled-from-discovery": true,
|
|
9460
|
-
"x-reconciled-at": "2026-01-
|
|
9460
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061647+00:00"
|
|
9461
9461
|
}
|
|
9462
9462
|
},
|
|
9463
9463
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9555,7 +9555,7 @@
|
|
|
9555
9555
|
"maxLength": 17,
|
|
9556
9556
|
"minLength": 17,
|
|
9557
9557
|
"x-reconciled-from-discovery": true,
|
|
9558
|
-
"x-reconciled-at": "2026-01-
|
|
9558
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061660+00:00"
|
|
9559
9559
|
},
|
|
9560
9560
|
"system_metadata": {
|
|
9561
9561
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -9748,7 +9748,7 @@
|
|
|
9748
9748
|
},
|
|
9749
9749
|
"x-original-maxLength": 1024,
|
|
9750
9750
|
"x-reconciled-from-discovery": true,
|
|
9751
|
-
"x-reconciled-at": "2026-01-
|
|
9751
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061673+00:00"
|
|
9752
9752
|
},
|
|
9753
9753
|
"disabled": {
|
|
9754
9754
|
"type": "boolean",
|
|
@@ -9798,7 +9798,7 @@
|
|
|
9798
9798
|
},
|
|
9799
9799
|
"x-original-maxLength": 1024,
|
|
9800
9800
|
"x-reconciled-from-discovery": true,
|
|
9801
|
-
"x-reconciled-at": "2026-01-
|
|
9801
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061682+00:00"
|
|
9802
9802
|
},
|
|
9803
9803
|
"namespace": {
|
|
9804
9804
|
"type": "string",
|
|
@@ -9817,7 +9817,7 @@
|
|
|
9817
9817
|
},
|
|
9818
9818
|
"x-original-maxLength": 1024,
|
|
9819
9819
|
"x-reconciled-from-discovery": true,
|
|
9820
|
-
"x-reconciled-at": "2026-01-
|
|
9820
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061686+00:00"
|
|
9821
9821
|
},
|
|
9822
9822
|
"owner_view": {
|
|
9823
9823
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -9858,7 +9858,7 @@
|
|
|
9858
9858
|
"x-field-mutability": "read-only",
|
|
9859
9859
|
"x-original-maxLength": 1024,
|
|
9860
9860
|
"x-reconciled-from-discovery": true,
|
|
9861
|
-
"x-reconciled-at": "2026-01-
|
|
9861
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061692+00:00"
|
|
9862
9862
|
},
|
|
9863
9863
|
"uid": {
|
|
9864
9864
|
"type": "string",
|
|
@@ -9879,7 +9879,7 @@
|
|
|
9879
9879
|
"x-original-maxLength": 1024,
|
|
9880
9880
|
"format": "uuid",
|
|
9881
9881
|
"x-reconciled-from-discovery": true,
|
|
9882
|
-
"x-reconciled-at": "2026-01-
|
|
9882
|
+
"x-reconciled-at": "2026-01-05T03:04:03.061697+00:00"
|
|
9883
9883
|
}
|
|
9884
9884
|
},
|
|
9885
9885
|
"x-f5xc-minimum-configuration": {
|