@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
package/specs/domains/bigip.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Bigip",
|
|
5
5
|
"description": "On-premises appliance connector enabling iRule lifecycle operations and data group replication. APM policy coordination, virtual server configuration binding, and CNE linkage. Telemetry aggregation and health status monitoring across hybrid infrastructure deployments.",
|
|
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"
|
|
@@ -5964,7 +5964,7 @@
|
|
|
5964
5964
|
},
|
|
5965
5965
|
"x-original-maxLength": 1024,
|
|
5966
5966
|
"x-reconciled-from-discovery": true,
|
|
5967
|
-
"x-reconciled-at": "2026-01-
|
|
5967
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376360+00:00"
|
|
5968
5968
|
},
|
|
5969
5969
|
"namespace": {
|
|
5970
5970
|
"type": "string",
|
|
@@ -5983,7 +5983,7 @@
|
|
|
5983
5983
|
},
|
|
5984
5984
|
"x-original-maxLength": 1024,
|
|
5985
5985
|
"x-reconciled-from-discovery": true,
|
|
5986
|
-
"x-reconciled-at": "2026-01-
|
|
5986
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376366+00:00"
|
|
5987
5987
|
}
|
|
5988
5988
|
},
|
|
5989
5989
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6120,7 +6120,7 @@
|
|
|
6120
6120
|
"maxLength": 17,
|
|
6121
6121
|
"minLength": 17,
|
|
6122
6122
|
"x-reconciled-from-discovery": true,
|
|
6123
|
-
"x-reconciled-at": "2026-01-
|
|
6123
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376386+00:00"
|
|
6124
6124
|
},
|
|
6125
6125
|
"system_metadata": {
|
|
6126
6126
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
},
|
|
6256
6256
|
"x-original-maxLength": 1024,
|
|
6257
6257
|
"x-reconciled-from-discovery": true,
|
|
6258
|
-
"x-reconciled-at": "2026-01-
|
|
6258
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376399+00:00"
|
|
6259
6259
|
},
|
|
6260
6260
|
"disabled": {
|
|
6261
6261
|
"type": "boolean",
|
|
@@ -6305,7 +6305,7 @@
|
|
|
6305
6305
|
},
|
|
6306
6306
|
"x-original-maxLength": 1024,
|
|
6307
6307
|
"x-reconciled-from-discovery": true,
|
|
6308
|
-
"x-reconciled-at": "2026-01-
|
|
6308
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376410+00:00"
|
|
6309
6309
|
},
|
|
6310
6310
|
"namespace": {
|
|
6311
6311
|
"type": "string",
|
|
@@ -6324,7 +6324,7 @@
|
|
|
6324
6324
|
},
|
|
6325
6325
|
"x-original-maxLength": 1024,
|
|
6326
6326
|
"x-reconciled-from-discovery": true,
|
|
6327
|
-
"x-reconciled-at": "2026-01-
|
|
6327
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376414+00:00"
|
|
6328
6328
|
},
|
|
6329
6329
|
"owner_view": {
|
|
6330
6330
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -6365,7 +6365,7 @@
|
|
|
6365
6365
|
"x-field-mutability": "read-only",
|
|
6366
6366
|
"x-original-maxLength": 1024,
|
|
6367
6367
|
"x-reconciled-from-discovery": true,
|
|
6368
|
-
"x-reconciled-at": "2026-01-
|
|
6368
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376423+00:00"
|
|
6369
6369
|
},
|
|
6370
6370
|
"uid": {
|
|
6371
6371
|
"type": "string",
|
|
@@ -6386,7 +6386,7 @@
|
|
|
6386
6386
|
"x-original-maxLength": 1024,
|
|
6387
6387
|
"format": "uuid",
|
|
6388
6388
|
"x-reconciled-from-discovery": true,
|
|
6389
|
-
"x-reconciled-at": "2026-01-
|
|
6389
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376429+00:00"
|
|
6390
6390
|
}
|
|
6391
6391
|
},
|
|
6392
6392
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
},
|
|
6586
6586
|
"x-original-maxLength": 1024,
|
|
6587
6587
|
"x-reconciled-from-discovery": true,
|
|
6588
|
-
"x-reconciled-at": "2026-01-
|
|
6588
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376446+00:00"
|
|
6589
6589
|
},
|
|
6590
6590
|
"start_time": {
|
|
6591
6591
|
"type": "string",
|
|
@@ -7077,7 +7077,7 @@
|
|
|
7077
7077
|
"maxLength": 16,
|
|
7078
7078
|
"minLength": 7,
|
|
7079
7079
|
"x-reconciled-from-discovery": true,
|
|
7080
|
-
"x-reconciled-at": "2026-01-
|
|
7080
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376510+00:00"
|
|
7081
7081
|
},
|
|
7082
7082
|
"value": {
|
|
7083
7083
|
"type": "array",
|
|
@@ -7096,7 +7096,7 @@
|
|
|
7096
7096
|
"maxLength": 15,
|
|
7097
7097
|
"minLength": 3,
|
|
7098
7098
|
"x-reconciled-from-discovery": true,
|
|
7099
|
-
"x-reconciled-at": "2026-01-
|
|
7099
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376516+00:00"
|
|
7100
7100
|
}
|
|
7101
7101
|
},
|
|
7102
7102
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7186,7 +7186,7 @@
|
|
|
7186
7186
|
"readOnly": true,
|
|
7187
7187
|
"x-original-maxLength": 1024,
|
|
7188
7188
|
"x-reconciled-from-discovery": true,
|
|
7189
|
-
"x-reconciled-at": "2026-01-
|
|
7189
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376527+00:00"
|
|
7190
7190
|
},
|
|
7191
7191
|
"name": {
|
|
7192
7192
|
"type": "string",
|
|
@@ -7205,7 +7205,7 @@
|
|
|
7205
7205
|
},
|
|
7206
7206
|
"x-original-maxLength": 1024,
|
|
7207
7207
|
"x-reconciled-from-discovery": true,
|
|
7208
|
-
"x-reconciled-at": "2026-01-
|
|
7208
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376531+00:00"
|
|
7209
7209
|
},
|
|
7210
7210
|
"namespace": {
|
|
7211
7211
|
"type": "string",
|
|
@@ -7224,7 +7224,7 @@
|
|
|
7224
7224
|
},
|
|
7225
7225
|
"x-original-maxLength": 1024,
|
|
7226
7226
|
"x-reconciled-from-discovery": true,
|
|
7227
|
-
"x-reconciled-at": "2026-01-
|
|
7227
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376535+00:00"
|
|
7228
7228
|
},
|
|
7229
7229
|
"tenant": {
|
|
7230
7230
|
"type": "string",
|
|
@@ -7245,7 +7245,7 @@
|
|
|
7245
7245
|
"x-field-mutability": "read-only",
|
|
7246
7246
|
"x-original-maxLength": 1024,
|
|
7247
7247
|
"x-reconciled-from-discovery": true,
|
|
7248
|
-
"x-reconciled-at": "2026-01-
|
|
7248
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376540+00:00"
|
|
7249
7249
|
},
|
|
7250
7250
|
"uid": {
|
|
7251
7251
|
"type": "string",
|
|
@@ -7267,7 +7267,7 @@
|
|
|
7267
7267
|
"x-original-maxLength": 1024,
|
|
7268
7268
|
"format": "uuid",
|
|
7269
7269
|
"x-reconciled-from-discovery": true,
|
|
7270
|
-
"x-reconciled-at": "2026-01-
|
|
7270
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376545+00:00"
|
|
7271
7271
|
}
|
|
7272
7272
|
},
|
|
7273
7273
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8008,7 +8008,7 @@
|
|
|
8008
8008
|
},
|
|
8009
8009
|
"x-original-maxLength": 1024,
|
|
8010
8010
|
"x-reconciled-from-discovery": true,
|
|
8011
|
-
"x-reconciled-at": "2026-01-
|
|
8011
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376607+00:00"
|
|
8012
8012
|
}
|
|
8013
8013
|
},
|
|
8014
8014
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8074,7 +8074,7 @@
|
|
|
8074
8074
|
},
|
|
8075
8075
|
"x-original-maxLength": 1024,
|
|
8076
8076
|
"x-reconciled-from-discovery": true,
|
|
8077
|
-
"x-reconciled-at": "2026-01-
|
|
8077
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376614+00:00"
|
|
8078
8078
|
},
|
|
8079
8079
|
"store_provider": {
|
|
8080
8080
|
"type": "string",
|
|
@@ -8132,7 +8132,7 @@
|
|
|
8132
8132
|
},
|
|
8133
8133
|
"x-original-maxLength": 1024,
|
|
8134
8134
|
"x-reconciled-from-discovery": true,
|
|
8135
|
-
"x-reconciled-at": "2026-01-
|
|
8135
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376620+00:00"
|
|
8136
8136
|
},
|
|
8137
8137
|
"url": {
|
|
8138
8138
|
"type": "string",
|
|
@@ -8229,7 +8229,7 @@
|
|
|
8229
8229
|
},
|
|
8230
8230
|
"x-original-maxLength": 1024,
|
|
8231
8231
|
"x-reconciled-from-discovery": true,
|
|
8232
|
-
"x-reconciled-at": "2026-01-
|
|
8232
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376630+00:00"
|
|
8233
8233
|
},
|
|
8234
8234
|
"service_name": {
|
|
8235
8235
|
"type": "string",
|
|
@@ -8268,7 +8268,7 @@
|
|
|
8268
8268
|
},
|
|
8269
8269
|
"x-original-maxLength": 1024,
|
|
8270
8270
|
"x-reconciled-from-discovery": true,
|
|
8271
|
-
"x-reconciled-at": "2026-01-
|
|
8271
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376636+00:00"
|
|
8272
8272
|
},
|
|
8273
8273
|
"type": {
|
|
8274
8274
|
"type": "string",
|
|
@@ -8477,7 +8477,7 @@
|
|
|
8477
8477
|
},
|
|
8478
8478
|
"x-original-maxLength": 1024,
|
|
8479
8479
|
"x-reconciled-from-discovery": true,
|
|
8480
|
-
"x-reconciled-at": "2026-01-
|
|
8480
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376650+00:00"
|
|
8481
8481
|
}
|
|
8482
8482
|
},
|
|
8483
8483
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8573,7 +8573,7 @@
|
|
|
8573
8573
|
},
|
|
8574
8574
|
"x-original-maxLength": 1024,
|
|
8575
8575
|
"x-reconciled-from-discovery": true,
|
|
8576
|
-
"x-reconciled-at": "2026-01-
|
|
8576
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376661+00:00"
|
|
8577
8577
|
}
|
|
8578
8578
|
},
|
|
8579
8579
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8645,7 +8645,7 @@
|
|
|
8645
8645
|
},
|
|
8646
8646
|
"x-original-maxLength": 1200,
|
|
8647
8647
|
"x-reconciled-from-discovery": true,
|
|
8648
|
-
"x-reconciled-at": "2026-01-
|
|
8648
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376668+00:00"
|
|
8649
8649
|
},
|
|
8650
8650
|
"disable": {
|
|
8651
8651
|
"type": "boolean",
|
|
@@ -8698,7 +8698,7 @@
|
|
|
8698
8698
|
},
|
|
8699
8699
|
"x-original-maxLength": 1024,
|
|
8700
8700
|
"x-reconciled-from-discovery": true,
|
|
8701
|
-
"x-reconciled-at": "2026-01-
|
|
8701
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376675+00:00"
|
|
8702
8702
|
},
|
|
8703
8703
|
"namespace": {
|
|
8704
8704
|
"type": "string",
|
|
@@ -8717,7 +8717,7 @@
|
|
|
8717
8717
|
},
|
|
8718
8718
|
"x-original-maxLength": 1024,
|
|
8719
8719
|
"x-reconciled-from-discovery": true,
|
|
8720
|
-
"x-reconciled-at": "2026-01-
|
|
8720
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376679+00:00"
|
|
8721
8721
|
}
|
|
8722
8722
|
},
|
|
8723
8723
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8793,7 +8793,7 @@
|
|
|
8793
8793
|
},
|
|
8794
8794
|
"x-original-maxLength": 1200,
|
|
8795
8795
|
"x-reconciled-from-discovery": true,
|
|
8796
|
-
"x-reconciled-at": "2026-01-
|
|
8796
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376686+00:00"
|
|
8797
8797
|
},
|
|
8798
8798
|
"disable": {
|
|
8799
8799
|
"type": "boolean",
|
|
@@ -8848,7 +8848,7 @@
|
|
|
8848
8848
|
},
|
|
8849
8849
|
"x-original-maxLength": 1024,
|
|
8850
8850
|
"x-reconciled-from-discovery": true,
|
|
8851
|
-
"x-reconciled-at": "2026-01-
|
|
8851
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376693+00:00"
|
|
8852
8852
|
},
|
|
8853
8853
|
"namespace": {
|
|
8854
8854
|
"type": "string",
|
|
@@ -8867,7 +8867,7 @@
|
|
|
8867
8867
|
},
|
|
8868
8868
|
"x-original-maxLength": 1024,
|
|
8869
8869
|
"x-reconciled-from-discovery": true,
|
|
8870
|
-
"x-reconciled-at": "2026-01-
|
|
8870
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376697+00:00"
|
|
8871
8871
|
}
|
|
8872
8872
|
},
|
|
8873
8873
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8943,7 +8943,7 @@
|
|
|
8943
8943
|
},
|
|
8944
8944
|
"x-original-maxLength": 1200,
|
|
8945
8945
|
"x-reconciled-from-discovery": true,
|
|
8946
|
-
"x-reconciled-at": "2026-01-
|
|
8946
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376704+00:00"
|
|
8947
8947
|
},
|
|
8948
8948
|
"disable": {
|
|
8949
8949
|
"type": "boolean",
|
|
@@ -8996,7 +8996,7 @@
|
|
|
8996
8996
|
},
|
|
8997
8997
|
"x-original-maxLength": 1024,
|
|
8998
8998
|
"x-reconciled-from-discovery": true,
|
|
8999
|
-
"x-reconciled-at": "2026-01-
|
|
8999
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376711+00:00"
|
|
9000
9000
|
},
|
|
9001
9001
|
"namespace": {
|
|
9002
9002
|
"type": "string",
|
|
@@ -9015,7 +9015,7 @@
|
|
|
9015
9015
|
},
|
|
9016
9016
|
"x-original-maxLength": 1024,
|
|
9017
9017
|
"x-reconciled-from-discovery": true,
|
|
9018
|
-
"x-reconciled-at": "2026-01-
|
|
9018
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376715+00:00"
|
|
9019
9019
|
}
|
|
9020
9020
|
},
|
|
9021
9021
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9225,7 +9225,7 @@
|
|
|
9225
9225
|
"x-original-maxLength": 1024,
|
|
9226
9226
|
"format": "uuid",
|
|
9227
9227
|
"x-reconciled-from-discovery": true,
|
|
9228
|
-
"x-reconciled-at": "2026-01-
|
|
9228
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376734+00:00"
|
|
9229
9229
|
},
|
|
9230
9230
|
"vtrp_id": {
|
|
9231
9231
|
"type": "string",
|
|
@@ -9337,7 +9337,7 @@
|
|
|
9337
9337
|
},
|
|
9338
9338
|
"x-original-maxLength": 1024,
|
|
9339
9339
|
"x-reconciled-from-discovery": true,
|
|
9340
|
-
"x-reconciled-at": "2026-01-
|
|
9340
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376744+00:00"
|
|
9341
9341
|
},
|
|
9342
9342
|
"status": {
|
|
9343
9343
|
"type": "string",
|
|
@@ -9356,7 +9356,7 @@
|
|
|
9356
9356
|
},
|
|
9357
9357
|
"x-original-maxLength": 1024,
|
|
9358
9358
|
"x-reconciled-from-discovery": true,
|
|
9359
|
-
"x-reconciled-at": "2026-01-
|
|
9359
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376748+00:00"
|
|
9360
9360
|
}
|
|
9361
9361
|
},
|
|
9362
9362
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9534,7 +9534,7 @@
|
|
|
9534
9534
|
"x-field-mutability": "read-only",
|
|
9535
9535
|
"x-original-maxLength": 1024,
|
|
9536
9536
|
"x-reconciled-from-discovery": true,
|
|
9537
|
-
"x-reconciled-at": "2026-01-
|
|
9537
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376780+00:00"
|
|
9538
9538
|
},
|
|
9539
9539
|
"uid": {
|
|
9540
9540
|
"type": "string",
|
|
@@ -9555,7 +9555,7 @@
|
|
|
9555
9555
|
"x-original-maxLength": 1024,
|
|
9556
9556
|
"format": "uuid",
|
|
9557
9557
|
"x-reconciled-from-discovery": true,
|
|
9558
|
-
"x-reconciled-at": "2026-01-
|
|
9558
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376786+00:00"
|
|
9559
9559
|
}
|
|
9560
9560
|
},
|
|
9561
9561
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9638,7 +9638,7 @@
|
|
|
9638
9638
|
},
|
|
9639
9639
|
"x-original-maxLength": 1024,
|
|
9640
9640
|
"x-reconciled-from-discovery": true,
|
|
9641
|
-
"x-reconciled-at": "2026-01-
|
|
9641
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376795+00:00"
|
|
9642
9642
|
},
|
|
9643
9643
|
"disable_ocsp_stapling": {
|
|
9644
9644
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -9737,7 +9737,7 @@
|
|
|
9737
9737
|
},
|
|
9738
9738
|
"x-original-maxLength": 1024,
|
|
9739
9739
|
"x-reconciled-from-discovery": true,
|
|
9740
|
-
"x-reconciled-at": "2026-01-
|
|
9740
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376804+00:00"
|
|
9741
9741
|
},
|
|
9742
9742
|
"previous_value": {
|
|
9743
9743
|
"type": "string",
|
|
@@ -9775,7 +9775,7 @@
|
|
|
9775
9775
|
},
|
|
9776
9776
|
"x-original-maxLength": 1024,
|
|
9777
9777
|
"x-reconciled-from-discovery": true,
|
|
9778
|
-
"x-reconciled-at": "2026-01-
|
|
9778
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376812+00:00"
|
|
9779
9779
|
}
|
|
9780
9780
|
},
|
|
9781
9781
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9859,7 +9859,7 @@
|
|
|
9859
9859
|
},
|
|
9860
9860
|
"x-original-maxLength": 1024,
|
|
9861
9861
|
"x-reconciled-from-discovery": true,
|
|
9862
|
-
"x-reconciled-at": "2026-01-
|
|
9862
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376817+00:00"
|
|
9863
9863
|
},
|
|
9864
9864
|
"location": {
|
|
9865
9865
|
"type": "string",
|
|
@@ -9876,7 +9876,7 @@
|
|
|
9876
9876
|
},
|
|
9877
9877
|
"x-original-maxLength": 1024,
|
|
9878
9878
|
"x-reconciled-from-discovery": true,
|
|
9879
|
-
"x-reconciled-at": "2026-01-
|
|
9879
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376821+00:00"
|
|
9880
9880
|
},
|
|
9881
9881
|
"provider": {
|
|
9882
9882
|
"type": "string",
|
|
@@ -9893,7 +9893,7 @@
|
|
|
9893
9893
|
},
|
|
9894
9894
|
"x-original-maxLength": 1024,
|
|
9895
9895
|
"x-reconciled-from-discovery": true,
|
|
9896
|
-
"x-reconciled-at": "2026-01-
|
|
9896
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376825+00:00"
|
|
9897
9897
|
},
|
|
9898
9898
|
"secret_encoding": {
|
|
9899
9899
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -9915,7 +9915,7 @@
|
|
|
9915
9915
|
"maxLength": 1,
|
|
9916
9916
|
"minLength": 1,
|
|
9917
9917
|
"x-reconciled-from-discovery": true,
|
|
9918
|
-
"x-reconciled-at": "2026-01-
|
|
9918
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376832+00:00"
|
|
9919
9919
|
}
|
|
9920
9920
|
},
|
|
9921
9921
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9958,7 +9958,7 @@
|
|
|
9958
9958
|
},
|
|
9959
9959
|
"x-original-maxLength": 1024,
|
|
9960
9960
|
"x-reconciled-from-discovery": true,
|
|
9961
|
-
"x-reconciled-at": "2026-01-
|
|
9961
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376837+00:00"
|
|
9962
9962
|
},
|
|
9963
9963
|
"name": {
|
|
9964
9964
|
"type": "string",
|
|
@@ -9977,7 +9977,7 @@
|
|
|
9977
9977
|
},
|
|
9978
9978
|
"x-original-maxLength": 1024,
|
|
9979
9979
|
"x-reconciled-from-discovery": true,
|
|
9980
|
-
"x-reconciled-at": "2026-01-
|
|
9980
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376841+00:00"
|
|
9981
9981
|
},
|
|
9982
9982
|
"namespace": {
|
|
9983
9983
|
"type": "string",
|
|
@@ -9996,7 +9996,7 @@
|
|
|
9996
9996
|
},
|
|
9997
9997
|
"x-original-maxLength": 1024,
|
|
9998
9998
|
"x-reconciled-from-discovery": true,
|
|
9999
|
-
"x-reconciled-at": "2026-01-
|
|
9999
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376845+00:00"
|
|
10000
10000
|
},
|
|
10001
10001
|
"uid": {
|
|
10002
10002
|
"type": "string",
|
|
@@ -10017,7 +10017,7 @@
|
|
|
10017
10017
|
"x-original-maxLength": 1024,
|
|
10018
10018
|
"format": "uuid",
|
|
10019
10019
|
"x-reconciled-from-discovery": true,
|
|
10020
|
-
"x-reconciled-at": "2026-01-
|
|
10020
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376851+00:00"
|
|
10021
10021
|
}
|
|
10022
10022
|
},
|
|
10023
10023
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10055,7 +10055,7 @@
|
|
|
10055
10055
|
},
|
|
10056
10056
|
"x-original-maxLength": 1024,
|
|
10057
10057
|
"x-reconciled-from-discovery": true,
|
|
10058
|
-
"x-reconciled-at": "2026-01-
|
|
10058
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376855+00:00"
|
|
10059
10059
|
}
|
|
10060
10060
|
},
|
|
10061
10061
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10130,7 +10130,7 @@
|
|
|
10130
10130
|
},
|
|
10131
10131
|
"x-original-maxLength": 128,
|
|
10132
10132
|
"x-reconciled-from-discovery": true,
|
|
10133
|
-
"x-reconciled-at": "2026-01-
|
|
10133
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376861+00:00"
|
|
10134
10134
|
},
|
|
10135
10135
|
"namespace": {
|
|
10136
10136
|
"type": "string",
|
|
@@ -10155,7 +10155,7 @@
|
|
|
10155
10155
|
},
|
|
10156
10156
|
"x-original-maxLength": 64,
|
|
10157
10157
|
"x-reconciled-from-discovery": true,
|
|
10158
|
-
"x-reconciled-at": "2026-01-
|
|
10158
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376865+00:00"
|
|
10159
10159
|
},
|
|
10160
10160
|
"tenant": {
|
|
10161
10161
|
"type": "string",
|
|
@@ -10182,7 +10182,7 @@
|
|
|
10182
10182
|
"x-field-mutability": "read-only",
|
|
10183
10183
|
"x-original-maxLength": 64,
|
|
10184
10184
|
"x-reconciled-from-discovery": true,
|
|
10185
|
-
"x-reconciled-at": "2026-01-
|
|
10185
|
+
"x-reconciled-at": "2026-01-05T14:37:45.376870+00:00"
|
|
10186
10186
|
}
|
|
10187
10187
|
},
|
|
10188
10188
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11011,7 +11011,7 @@
|
|
|
11011
11011
|
},
|
|
11012
11012
|
"x-original-maxLength": 1024,
|
|
11013
11013
|
"x-reconciled-from-discovery": true,
|
|
11014
|
-
"x-reconciled-at": "2026-01-
|
|
11014
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740463+00:00"
|
|
11015
11015
|
},
|
|
11016
11016
|
"namespace": {
|
|
11017
11017
|
"type": "string",
|
|
@@ -11030,7 +11030,7 @@
|
|
|
11030
11030
|
},
|
|
11031
11031
|
"x-original-maxLength": 1024,
|
|
11032
11032
|
"x-reconciled-from-discovery": true,
|
|
11033
|
-
"x-reconciled-at": "2026-01-
|
|
11033
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740469+00:00"
|
|
11034
11034
|
}
|
|
11035
11035
|
},
|
|
11036
11036
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11128,7 +11128,7 @@
|
|
|
11128
11128
|
"maxLength": 17,
|
|
11129
11129
|
"minLength": 17,
|
|
11130
11130
|
"x-reconciled-from-discovery": true,
|
|
11131
|
-
"x-reconciled-at": "2026-01-
|
|
11131
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740486+00:00"
|
|
11132
11132
|
},
|
|
11133
11133
|
"system_metadata": {
|
|
11134
11134
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -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:45.740503+00:00"
|
|
11348
11348
|
},
|
|
11349
11349
|
"disabled": {
|
|
11350
11350
|
"type": "boolean",
|
|
@@ -11394,7 +11394,7 @@
|
|
|
11394
11394
|
},
|
|
11395
11395
|
"x-original-maxLength": 1024,
|
|
11396
11396
|
"x-reconciled-from-discovery": true,
|
|
11397
|
-
"x-reconciled-at": "2026-01-
|
|
11397
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740514+00:00"
|
|
11398
11398
|
},
|
|
11399
11399
|
"namespace": {
|
|
11400
11400
|
"type": "string",
|
|
@@ -11413,7 +11413,7 @@
|
|
|
11413
11413
|
},
|
|
11414
11414
|
"x-original-maxLength": 1024,
|
|
11415
11415
|
"x-reconciled-from-discovery": true,
|
|
11416
|
-
"x-reconciled-at": "2026-01-
|
|
11416
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740519+00:00"
|
|
11417
11417
|
},
|
|
11418
11418
|
"owner_view": {
|
|
11419
11419
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -11454,7 +11454,7 @@
|
|
|
11454
11454
|
"x-field-mutability": "read-only",
|
|
11455
11455
|
"x-original-maxLength": 1024,
|
|
11456
11456
|
"x-reconciled-from-discovery": true,
|
|
11457
|
-
"x-reconciled-at": "2026-01-
|
|
11457
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740527+00:00"
|
|
11458
11458
|
},
|
|
11459
11459
|
"uid": {
|
|
11460
11460
|
"type": "string",
|
|
@@ -11475,7 +11475,7 @@
|
|
|
11475
11475
|
"x-original-maxLength": 1024,
|
|
11476
11476
|
"format": "uuid",
|
|
11477
11477
|
"x-reconciled-from-discovery": true,
|
|
11478
|
-
"x-reconciled-at": "2026-01-
|
|
11478
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740533+00:00"
|
|
11479
11479
|
}
|
|
11480
11480
|
},
|
|
11481
11481
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11703,7 +11703,7 @@
|
|
|
11703
11703
|
"readOnly": true,
|
|
11704
11704
|
"x-original-maxLength": 1024,
|
|
11705
11705
|
"x-reconciled-from-discovery": true,
|
|
11706
|
-
"x-reconciled-at": "2026-01-
|
|
11706
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740626+00:00"
|
|
11707
11707
|
},
|
|
11708
11708
|
"name": {
|
|
11709
11709
|
"type": "string",
|
|
@@ -11722,7 +11722,7 @@
|
|
|
11722
11722
|
},
|
|
11723
11723
|
"x-original-maxLength": 1024,
|
|
11724
11724
|
"x-reconciled-from-discovery": true,
|
|
11725
|
-
"x-reconciled-at": "2026-01-
|
|
11725
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740630+00:00"
|
|
11726
11726
|
},
|
|
11727
11727
|
"namespace": {
|
|
11728
11728
|
"type": "string",
|
|
@@ -11741,7 +11741,7 @@
|
|
|
11741
11741
|
},
|
|
11742
11742
|
"x-original-maxLength": 1024,
|
|
11743
11743
|
"x-reconciled-from-discovery": true,
|
|
11744
|
-
"x-reconciled-at": "2026-01-
|
|
11744
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740634+00:00"
|
|
11745
11745
|
},
|
|
11746
11746
|
"tenant": {
|
|
11747
11747
|
"type": "string",
|
|
@@ -11762,7 +11762,7 @@
|
|
|
11762
11762
|
"x-field-mutability": "read-only",
|
|
11763
11763
|
"x-original-maxLength": 1024,
|
|
11764
11764
|
"x-reconciled-from-discovery": true,
|
|
11765
|
-
"x-reconciled-at": "2026-01-
|
|
11765
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740639+00:00"
|
|
11766
11766
|
},
|
|
11767
11767
|
"uid": {
|
|
11768
11768
|
"type": "string",
|
|
@@ -11784,7 +11784,7 @@
|
|
|
11784
11784
|
"x-original-maxLength": 1024,
|
|
11785
11785
|
"format": "uuid",
|
|
11786
11786
|
"x-reconciled-from-discovery": true,
|
|
11787
|
-
"x-reconciled-at": "2026-01-
|
|
11787
|
+
"x-reconciled-at": "2026-01-05T14:37:45.740644+00:00"
|
|
11788
11788
|
}
|
|
11789
11789
|
},
|
|
11790
11790
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11873,7 +11873,7 @@
|
|
|
11873
11873
|
},
|
|
11874
11874
|
"x-original-maxLength": 1024,
|
|
11875
11875
|
"x-reconciled-from-discovery": true,
|
|
11876
|
-
"x-reconciled-at": "2026-01-
|
|
11876
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197133+00:00"
|
|
11877
11877
|
}
|
|
11878
11878
|
},
|
|
11879
11879
|
"x-f5xc-example": "[EMAIL, CC]",
|
|
@@ -12470,7 +12470,7 @@
|
|
|
12470
12470
|
"maxLength": 17,
|
|
12471
12471
|
"minLength": 17,
|
|
12472
12472
|
"x-reconciled-from-discovery": true,
|
|
12473
|
-
"x-reconciled-at": "2026-01-
|
|
12473
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197195+00:00"
|
|
12474
12474
|
},
|
|
12475
12475
|
"system_metadata": {
|
|
12476
12476
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -12556,7 +12556,7 @@
|
|
|
12556
12556
|
},
|
|
12557
12557
|
"x-original-maxLength": 1024,
|
|
12558
12558
|
"x-reconciled-from-discovery": true,
|
|
12559
|
-
"x-reconciled-at": "2026-01-
|
|
12559
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197206+00:00"
|
|
12560
12560
|
}
|
|
12561
12561
|
},
|
|
12562
12562
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12658,7 +12658,7 @@
|
|
|
12658
12658
|
},
|
|
12659
12659
|
"x-original-maxLength": 1024,
|
|
12660
12660
|
"x-reconciled-from-discovery": true,
|
|
12661
|
-
"x-reconciled-at": "2026-01-
|
|
12661
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197217+00:00"
|
|
12662
12662
|
},
|
|
12663
12663
|
"disabled": {
|
|
12664
12664
|
"type": "boolean",
|
|
@@ -12708,7 +12708,7 @@
|
|
|
12708
12708
|
},
|
|
12709
12709
|
"x-original-maxLength": 1024,
|
|
12710
12710
|
"x-reconciled-from-discovery": true,
|
|
12711
|
-
"x-reconciled-at": "2026-01-
|
|
12711
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197228+00:00"
|
|
12712
12712
|
},
|
|
12713
12713
|
"namespace": {
|
|
12714
12714
|
"type": "string",
|
|
@@ -12727,7 +12727,7 @@
|
|
|
12727
12727
|
},
|
|
12728
12728
|
"x-original-maxLength": 1024,
|
|
12729
12729
|
"x-reconciled-from-discovery": true,
|
|
12730
|
-
"x-reconciled-at": "2026-01-
|
|
12730
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197232+00:00"
|
|
12731
12731
|
},
|
|
12732
12732
|
"owner_view": {
|
|
12733
12733
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -12768,7 +12768,7 @@
|
|
|
12768
12768
|
"x-field-mutability": "read-only",
|
|
12769
12769
|
"x-original-maxLength": 1024,
|
|
12770
12770
|
"x-reconciled-from-discovery": true,
|
|
12771
|
-
"x-reconciled-at": "2026-01-
|
|
12771
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197241+00:00"
|
|
12772
12772
|
},
|
|
12773
12773
|
"uid": {
|
|
12774
12774
|
"type": "string",
|
|
@@ -12789,7 +12789,7 @@
|
|
|
12789
12789
|
"x-original-maxLength": 1024,
|
|
12790
12790
|
"format": "uuid",
|
|
12791
12791
|
"x-reconciled-from-discovery": true,
|
|
12792
|
-
"x-reconciled-at": "2026-01-
|
|
12792
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197247+00:00"
|
|
12793
12793
|
}
|
|
12794
12794
|
},
|
|
12795
12795
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13504,7 +13504,7 @@
|
|
|
13504
13504
|
"x-original-maxLength": 256,
|
|
13505
13505
|
"format": "hostname",
|
|
13506
13506
|
"x-reconciled-from-discovery": true,
|
|
13507
|
-
"x-reconciled-at": "2026-01-
|
|
13507
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197308+00:00"
|
|
13508
13508
|
},
|
|
13509
13509
|
"simple_login": {
|
|
13510
13510
|
"$ref": "#/components/schemas/common_wafSimpleLogin"
|
|
@@ -14235,7 +14235,7 @@
|
|
|
14235
14235
|
},
|
|
14236
14236
|
"x-original-maxLength": 256,
|
|
14237
14237
|
"x-reconciled-from-discovery": true,
|
|
14238
|
-
"x-reconciled-at": "2026-01-
|
|
14238
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197451+00:00"
|
|
14239
14239
|
},
|
|
14240
14240
|
"name": {
|
|
14241
14241
|
"type": "string",
|
|
@@ -14265,7 +14265,7 @@
|
|
|
14265
14265
|
},
|
|
14266
14266
|
"x-original-maxLength": 1024,
|
|
14267
14267
|
"x-reconciled-from-discovery": true,
|
|
14268
|
-
"x-reconciled-at": "2026-01-
|
|
14268
|
+
"x-reconciled-at": "2026-01-05T14:37:46.197456+00:00"
|
|
14269
14269
|
}
|
|
14270
14270
|
},
|
|
14271
14271
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14564,7 +14564,7 @@
|
|
|
14564
14564
|
},
|
|
14565
14565
|
"x-original-maxLength": 256,
|
|
14566
14566
|
"x-reconciled-from-discovery": true,
|
|
14567
|
-
"x-reconciled-at": "2026-01-
|
|
14567
|
+
"x-reconciled-at": "2026-01-05T14:38:09.028945+00:00"
|
|
14568
14568
|
},
|
|
14569
14569
|
"irule": {
|
|
14570
14570
|
"type": "string",
|
|
@@ -14641,7 +14641,7 @@
|
|
|
14641
14641
|
},
|
|
14642
14642
|
"x-original-maxLength": 1024,
|
|
14643
14643
|
"x-reconciled-from-discovery": true,
|
|
14644
|
-
"x-reconciled-at": "2026-01-
|
|
14644
|
+
"x-reconciled-at": "2026-01-05T14:38:09.028953+00:00"
|
|
14645
14645
|
},
|
|
14646
14646
|
"namespace": {
|
|
14647
14647
|
"type": "string",
|
|
@@ -14660,7 +14660,7 @@
|
|
|
14660
14660
|
},
|
|
14661
14661
|
"x-original-maxLength": 1024,
|
|
14662
14662
|
"x-reconciled-from-discovery": true,
|
|
14663
|
-
"x-reconciled-at": "2026-01-
|
|
14663
|
+
"x-reconciled-at": "2026-01-05T14:38:09.028958+00:00"
|
|
14664
14664
|
}
|
|
14665
14665
|
},
|
|
14666
14666
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14817,7 +14817,7 @@
|
|
|
14817
14817
|
},
|
|
14818
14818
|
"x-original-maxLength": 256,
|
|
14819
14819
|
"x-reconciled-from-discovery": true,
|
|
14820
|
-
"x-reconciled-at": "2026-01-
|
|
14820
|
+
"x-reconciled-at": "2026-01-05T14:38:09.028975+00:00"
|
|
14821
14821
|
},
|
|
14822
14822
|
"irule": {
|
|
14823
14823
|
"type": "string",
|
|
@@ -14942,7 +14942,7 @@
|
|
|
14942
14942
|
},
|
|
14943
14943
|
"x-original-maxLength": 1024,
|
|
14944
14944
|
"x-reconciled-from-discovery": true,
|
|
14945
|
-
"x-reconciled-at": "2026-01-
|
|
14945
|
+
"x-reconciled-at": "2026-01-05T14:38:09.028988+00:00"
|
|
14946
14946
|
},
|
|
14947
14947
|
"disabled": {
|
|
14948
14948
|
"type": "boolean",
|
|
@@ -14992,7 +14992,7 @@
|
|
|
14992
14992
|
},
|
|
14993
14993
|
"x-original-maxLength": 1024,
|
|
14994
14994
|
"x-reconciled-from-discovery": true,
|
|
14995
|
-
"x-reconciled-at": "2026-01-
|
|
14995
|
+
"x-reconciled-at": "2026-01-05T14:38:09.028998+00:00"
|
|
14996
14996
|
},
|
|
14997
14997
|
"namespace": {
|
|
14998
14998
|
"type": "string",
|
|
@@ -15011,7 +15011,7 @@
|
|
|
15011
15011
|
},
|
|
15012
15012
|
"x-original-maxLength": 1024,
|
|
15013
15013
|
"x-reconciled-from-discovery": true,
|
|
15014
|
-
"x-reconciled-at": "2026-01-
|
|
15014
|
+
"x-reconciled-at": "2026-01-05T14:38:09.029003+00:00"
|
|
15015
15015
|
},
|
|
15016
15016
|
"owner_view": {
|
|
15017
15017
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -15037,7 +15037,7 @@
|
|
|
15037
15037
|
"x-field-mutability": "read-only",
|
|
15038
15038
|
"x-original-maxLength": 1024,
|
|
15039
15039
|
"x-reconciled-from-discovery": true,
|
|
15040
|
-
"x-reconciled-at": "2026-01-
|
|
15040
|
+
"x-reconciled-at": "2026-01-05T14:38:09.029010+00:00"
|
|
15041
15041
|
},
|
|
15042
15042
|
"uid": {
|
|
15043
15043
|
"type": "string",
|
|
@@ -15058,7 +15058,7 @@
|
|
|
15058
15058
|
"x-original-maxLength": 1024,
|
|
15059
15059
|
"format": "uuid",
|
|
15060
15060
|
"x-reconciled-from-discovery": true,
|
|
15061
|
-
"x-reconciled-at": "2026-01-
|
|
15061
|
+
"x-reconciled-at": "2026-01-05T14:38:09.029015+00:00"
|
|
15062
15062
|
}
|
|
15063
15063
|
},
|
|
15064
15064
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15154,7 +15154,7 @@
|
|
|
15154
15154
|
},
|
|
15155
15155
|
"x-original-maxLength": 256,
|
|
15156
15156
|
"x-reconciled-from-discovery": true,
|
|
15157
|
-
"x-reconciled-at": "2026-01-
|
|
15157
|
+
"x-reconciled-at": "2026-01-05T14:38:09.029024+00:00"
|
|
15158
15158
|
},
|
|
15159
15159
|
"irule": {
|
|
15160
15160
|
"type": "string",
|
|
@@ -15424,7 +15424,7 @@
|
|
|
15424
15424
|
},
|
|
15425
15425
|
"x-original-maxLength": 1024,
|
|
15426
15426
|
"x-reconciled-from-discovery": true,
|
|
15427
|
-
"x-reconciled-at": "2026-01-
|
|
15427
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905537+00:00"
|
|
15428
15428
|
},
|
|
15429
15429
|
"namespace": {
|
|
15430
15430
|
"type": "string",
|
|
@@ -15443,7 +15443,7 @@
|
|
|
15443
15443
|
},
|
|
15444
15444
|
"x-original-maxLength": 1024,
|
|
15445
15445
|
"x-reconciled-from-discovery": true,
|
|
15446
|
-
"x-reconciled-at": "2026-01-
|
|
15446
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905543+00:00"
|
|
15447
15447
|
}
|
|
15448
15448
|
},
|
|
15449
15449
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15695,7 +15695,7 @@
|
|
|
15695
15695
|
},
|
|
15696
15696
|
"x-original-maxLength": 1024,
|
|
15697
15697
|
"x-reconciled-from-discovery": true,
|
|
15698
|
-
"x-reconciled-at": "2026-01-
|
|
15698
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905568+00:00"
|
|
15699
15699
|
},
|
|
15700
15700
|
"disabled": {
|
|
15701
15701
|
"type": "boolean",
|
|
@@ -15745,7 +15745,7 @@
|
|
|
15745
15745
|
},
|
|
15746
15746
|
"x-original-maxLength": 1024,
|
|
15747
15747
|
"x-reconciled-from-discovery": true,
|
|
15748
|
-
"x-reconciled-at": "2026-01-
|
|
15748
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905578+00:00"
|
|
15749
15749
|
},
|
|
15750
15750
|
"namespace": {
|
|
15751
15751
|
"type": "string",
|
|
@@ -15764,7 +15764,7 @@
|
|
|
15764
15764
|
},
|
|
15765
15765
|
"x-original-maxLength": 1024,
|
|
15766
15766
|
"x-reconciled-from-discovery": true,
|
|
15767
|
-
"x-reconciled-at": "2026-01-
|
|
15767
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905583+00:00"
|
|
15768
15768
|
},
|
|
15769
15769
|
"owner_view": {
|
|
15770
15770
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -15790,7 +15790,7 @@
|
|
|
15790
15790
|
"x-field-mutability": "read-only",
|
|
15791
15791
|
"x-original-maxLength": 1024,
|
|
15792
15792
|
"x-reconciled-from-discovery": true,
|
|
15793
|
-
"x-reconciled-at": "2026-01-
|
|
15793
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905589+00:00"
|
|
15794
15794
|
},
|
|
15795
15795
|
"uid": {
|
|
15796
15796
|
"type": "string",
|
|
@@ -15811,7 +15811,7 @@
|
|
|
15811
15811
|
"x-original-maxLength": 1024,
|
|
15812
15812
|
"format": "uuid",
|
|
15813
15813
|
"x-reconciled-from-discovery": true,
|
|
15814
|
-
"x-reconciled-at": "2026-01-
|
|
15814
|
+
"x-reconciled-at": "2026-01-05T14:38:14.905595+00:00"
|
|
15815
15815
|
}
|
|
15816
15816
|
},
|
|
15817
15817
|
"x-f5xc-minimum-configuration": {
|