@robinmordasiewicz/f5xc-api-mcp 2.0.3-2601050134 → 2.0.5-2601050335

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/generator/domain-metadata.d.ts +46 -7
  2. package/dist/generator/domain-metadata.d.ts.map +1 -1
  3. package/dist/generator/domain-metadata.js +30 -21
  4. package/dist/generator/domain-metadata.js.map +1 -1
  5. package/dist/generator/openapi-parser.d.ts +23 -0
  6. package/dist/generator/openapi-parser.d.ts.map +1 -1
  7. package/dist/generator/openapi-parser.js +14 -0
  8. package/dist/generator/openapi-parser.js.map +1 -1
  9. package/dist/tools/discovery/best-practices.d.ts +3 -0
  10. package/dist/tools/discovery/best-practices.d.ts.map +1 -1
  11. package/dist/tools/discovery/best-practices.js +24 -0
  12. package/dist/tools/discovery/best-practices.js.map +1 -1
  13. package/dist/tools/discovery/index-loader.d.ts.map +1 -1
  14. package/dist/tools/discovery/index-loader.js +2 -0
  15. package/dist/tools/discovery/index-loader.js.map +1 -1
  16. package/dist/tools/discovery/types.d.ts +2 -0
  17. package/dist/tools/discovery/types.d.ts.map +1 -1
  18. package/dist/tools/generated/dependency-graph.json +1 -1
  19. package/dist/version.d.ts +2 -2
  20. package/dist/version.js +2 -2
  21. package/manifest.json +1 -1
  22. package/package.json +1 -1
  23. package/specs/domains/admin_console_and_ui.json +25 -25
  24. package/specs/domains/ai_services.json +21 -21
  25. package/specs/domains/api.json +173 -183
  26. package/specs/domains/authentication.json +45 -45
  27. package/specs/domains/bigip.json +94 -94
  28. package/specs/domains/billing_and_usage.json +63 -63
  29. package/specs/domains/blindfold.json +109 -109
  30. package/specs/domains/bot_and_threat_defense.json +65 -65
  31. package/specs/domains/cdn.json +177 -557
  32. package/specs/domains/ce_management.json +111 -111
  33. package/specs/domains/certificates.json +75 -75
  34. package/specs/domains/cloud_infrastructure.json +112 -112
  35. package/specs/domains/container_services.json +91 -146
  36. package/specs/domains/data_and_privacy_security.json +66 -66
  37. package/specs/domains/data_intelligence.json +62 -62
  38. package/specs/domains/ddos.json +154 -154
  39. package/specs/domains/dns.json +148 -168
  40. package/specs/domains/managed_kubernetes.json +85 -85
  41. package/specs/domains/marketplace.json +103 -103
  42. package/specs/domains/network.json +230 -230
  43. package/specs/domains/network_security.json +187 -197
  44. package/specs/domains/nginx_one.json +62 -62
  45. package/specs/domains/object_storage.json +12 -12
  46. package/specs/domains/observability.json +102 -102
  47. package/specs/domains/rate_limiting.json +52 -52
  48. package/specs/domains/secops_and_incident_response.json +36 -36
  49. package/specs/domains/service_mesh.json +119 -124
  50. package/specs/domains/shape.json +313 -313
  51. package/specs/domains/sites.json +349 -349
  52. package/specs/domains/statistics.json +225 -225
  53. package/specs/domains/support.json +108 -108
  54. package/specs/domains/telemetry_and_insights.json +72 -72
  55. package/specs/domains/tenant_and_identity.json +268 -273
  56. package/specs/domains/threat_campaign.json +66 -86
  57. package/specs/domains/users.json +66 -66
  58. package/specs/domains/virtual.json +244 -874
  59. package/specs/domains/vpm_and_node_management.json +1 -1
  60. package/specs/domains/waf.json +139 -334
  61. package/specs/index.json +2 -183
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Statistics",
5
5
  "description": "Alert policies with custom matchers, label groupings, and notification parameters. Log receivers for centralized collection with confirmation and verification workflows. Flow analytics, historical trend data, and namespace-scoped dashboards. Topology discovery and site-level health indicators for operational visibility.",
6
- "version": "2.0.3",
6
+ "version": "2.0.5",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -19148,7 +19148,7 @@
19148
19148
  },
19149
19149
  "x-original-maxLength": 1024,
19150
19150
  "x-reconciled-from-discovery": true,
19151
- "x-reconciled-at": "2026-01-05T01:25:46.888834+00:00"
19151
+ "x-reconciled-at": "2026-01-05T03:03:09.169751+00:00"
19152
19152
  }
19153
19153
  },
19154
19154
  "x-f5xc-minimum-configuration": {
@@ -19490,7 +19490,7 @@
19490
19490
  },
19491
19491
  "x-original-maxLength": 1024,
19492
19492
  "x-reconciled-from-discovery": true,
19493
- "x-reconciled-at": "2026-01-05T01:25:46.888864+00:00"
19493
+ "x-reconciled-at": "2026-01-05T03:03:09.169779+00:00"
19494
19494
  },
19495
19495
  "namespace": {
19496
19496
  "type": "string",
@@ -19509,7 +19509,7 @@
19509
19509
  },
19510
19510
  "x-original-maxLength": 1024,
19511
19511
  "x-reconciled-from-discovery": true,
19512
- "x-reconciled-at": "2026-01-05T01:25:46.888869+00:00"
19512
+ "x-reconciled-at": "2026-01-05T03:03:09.169784+00:00"
19513
19513
  }
19514
19514
  },
19515
19515
  "x-f5xc-minimum-configuration": {
@@ -19607,7 +19607,7 @@
19607
19607
  "maxLength": 17,
19608
19608
  "minLength": 17,
19609
19609
  "x-reconciled-from-discovery": true,
19610
- "x-reconciled-at": "2026-01-05T01:25:46.888884+00:00"
19610
+ "x-reconciled-at": "2026-01-05T03:03:09.169798+00:00"
19611
19611
  },
19612
19612
  "system_metadata": {
19613
19613
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -19940,7 +19940,7 @@
19940
19940
  },
19941
19941
  "x-original-maxLength": 1024,
19942
19942
  "x-reconciled-from-discovery": true,
19943
- "x-reconciled-at": "2026-01-05T01:25:46.888906+00:00"
19943
+ "x-reconciled-at": "2026-01-05T03:03:09.169819+00:00"
19944
19944
  },
19945
19945
  "disabled": {
19946
19946
  "type": "boolean",
@@ -19990,7 +19990,7 @@
19990
19990
  },
19991
19991
  "x-original-maxLength": 1024,
19992
19992
  "x-reconciled-from-discovery": true,
19993
- "x-reconciled-at": "2026-01-05T01:25:46.888917+00:00"
19993
+ "x-reconciled-at": "2026-01-05T03:03:09.169829+00:00"
19994
19994
  },
19995
19995
  "namespace": {
19996
19996
  "type": "string",
@@ -20009,7 +20009,7 @@
20009
20009
  },
20010
20010
  "x-original-maxLength": 1024,
20011
20011
  "x-reconciled-from-discovery": true,
20012
- "x-reconciled-at": "2026-01-05T01:25:46.888921+00:00"
20012
+ "x-reconciled-at": "2026-01-05T03:03:09.169833+00:00"
20013
20013
  },
20014
20014
  "owner_view": {
20015
20015
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -20050,7 +20050,7 @@
20050
20050
  "x-field-mutability": "read-only",
20051
20051
  "x-original-maxLength": 1024,
20052
20052
  "x-reconciled-from-discovery": true,
20053
- "x-reconciled-at": "2026-01-05T01:25:46.888929+00:00"
20053
+ "x-reconciled-at": "2026-01-05T03:03:09.169840+00:00"
20054
20054
  },
20055
20055
  "uid": {
20056
20056
  "type": "string",
@@ -20071,7 +20071,7 @@
20071
20071
  "x-original-maxLength": 1024,
20072
20072
  "format": "uuid",
20073
20073
  "x-reconciled-from-discovery": true,
20074
- "x-reconciled-at": "2026-01-05T01:25:46.888935+00:00"
20074
+ "x-reconciled-at": "2026-01-05T03:03:09.169846+00:00"
20075
20075
  }
20076
20076
  },
20077
20077
  "x-f5xc-minimum-configuration": {
@@ -20555,7 +20555,7 @@
20555
20555
  },
20556
20556
  "x-original-maxLength": 1024,
20557
20557
  "x-reconciled-from-discovery": true,
20558
- "x-reconciled-at": "2026-01-05T01:25:46.888974+00:00"
20558
+ "x-reconciled-at": "2026-01-05T03:03:09.169882+00:00"
20559
20559
  }
20560
20560
  },
20561
20561
  "x-f5xc-minimum-configuration": {
@@ -20624,7 +20624,7 @@
20624
20624
  },
20625
20625
  "x-original-maxLength": 1024,
20626
20626
  "x-reconciled-from-discovery": true,
20627
- "x-reconciled-at": "2026-01-05T01:25:46.888982+00:00"
20627
+ "x-reconciled-at": "2026-01-05T03:03:09.169889+00:00"
20628
20628
  },
20629
20629
  "service_name": {
20630
20630
  "type": "string",
@@ -20663,7 +20663,7 @@
20663
20663
  },
20664
20664
  "x-original-maxLength": 1024,
20665
20665
  "x-reconciled-from-discovery": true,
20666
- "x-reconciled-at": "2026-01-05T01:25:46.888988+00:00"
20666
+ "x-reconciled-at": "2026-01-05T03:03:09.169894+00:00"
20667
20667
  },
20668
20668
  "type": {
20669
20669
  "type": "string",
@@ -20800,7 +20800,7 @@
20800
20800
  },
20801
20801
  "x-original-maxLength": 1024,
20802
20802
  "x-reconciled-from-discovery": true,
20803
- "x-reconciled-at": "2026-01-05T01:25:46.888999+00:00"
20803
+ "x-reconciled-at": "2026-01-05T03:03:09.169905+00:00"
20804
20804
  }
20805
20805
  },
20806
20806
  "x-f5xc-minimum-configuration": {
@@ -20909,7 +20909,7 @@
20909
20909
  },
20910
20910
  "x-original-maxLength": 1200,
20911
20911
  "x-reconciled-from-discovery": true,
20912
- "x-reconciled-at": "2026-01-05T01:25:46.889008+00:00"
20912
+ "x-reconciled-at": "2026-01-05T03:03:09.169913+00:00"
20913
20913
  },
20914
20914
  "disable": {
20915
20915
  "type": "boolean",
@@ -20962,7 +20962,7 @@
20962
20962
  },
20963
20963
  "x-original-maxLength": 1024,
20964
20964
  "x-reconciled-from-discovery": true,
20965
- "x-reconciled-at": "2026-01-05T01:25:46.889016+00:00"
20965
+ "x-reconciled-at": "2026-01-05T03:03:09.169921+00:00"
20966
20966
  },
20967
20967
  "namespace": {
20968
20968
  "type": "string",
@@ -20981,7 +20981,7 @@
20981
20981
  },
20982
20982
  "x-original-maxLength": 1024,
20983
20983
  "x-reconciled-from-discovery": true,
20984
- "x-reconciled-at": "2026-01-05T01:25:46.889020+00:00"
20984
+ "x-reconciled-at": "2026-01-05T03:03:09.169925+00:00"
20985
20985
  }
20986
20986
  },
20987
20987
  "x-f5xc-minimum-configuration": {
@@ -21057,7 +21057,7 @@
21057
21057
  },
21058
21058
  "x-original-maxLength": 1200,
21059
21059
  "x-reconciled-from-discovery": true,
21060
- "x-reconciled-at": "2026-01-05T01:25:46.889027+00:00"
21060
+ "x-reconciled-at": "2026-01-05T03:03:09.169931+00:00"
21061
21061
  },
21062
21062
  "disable": {
21063
21063
  "type": "boolean",
@@ -21112,7 +21112,7 @@
21112
21112
  },
21113
21113
  "x-original-maxLength": 1024,
21114
21114
  "x-reconciled-from-discovery": true,
21115
- "x-reconciled-at": "2026-01-05T01:25:46.889034+00:00"
21115
+ "x-reconciled-at": "2026-01-05T03:03:09.169937+00:00"
21116
21116
  },
21117
21117
  "namespace": {
21118
21118
  "type": "string",
@@ -21131,7 +21131,7 @@
21131
21131
  },
21132
21132
  "x-original-maxLength": 1024,
21133
21133
  "x-reconciled-from-discovery": true,
21134
- "x-reconciled-at": "2026-01-05T01:25:46.889038+00:00"
21134
+ "x-reconciled-at": "2026-01-05T03:03:09.169941+00:00"
21135
21135
  }
21136
21136
  },
21137
21137
  "x-f5xc-minimum-configuration": {
@@ -21176,7 +21176,7 @@
21176
21176
  "readOnly": true,
21177
21177
  "x-original-maxLength": 1024,
21178
21178
  "x-reconciled-from-discovery": true,
21179
- "x-reconciled-at": "2026-01-05T01:25:46.889043+00:00"
21179
+ "x-reconciled-at": "2026-01-05T03:03:09.169945+00:00"
21180
21180
  },
21181
21181
  "name": {
21182
21182
  "type": "string",
@@ -21195,7 +21195,7 @@
21195
21195
  },
21196
21196
  "x-original-maxLength": 1024,
21197
21197
  "x-reconciled-from-discovery": true,
21198
- "x-reconciled-at": "2026-01-05T01:25:46.889047+00:00"
21198
+ "x-reconciled-at": "2026-01-05T03:03:09.169949+00:00"
21199
21199
  },
21200
21200
  "namespace": {
21201
21201
  "type": "string",
@@ -21214,7 +21214,7 @@
21214
21214
  },
21215
21215
  "x-original-maxLength": 1024,
21216
21216
  "x-reconciled-from-discovery": true,
21217
- "x-reconciled-at": "2026-01-05T01:25:46.889051+00:00"
21217
+ "x-reconciled-at": "2026-01-05T03:03:09.169953+00:00"
21218
21218
  },
21219
21219
  "tenant": {
21220
21220
  "type": "string",
@@ -21235,7 +21235,7 @@
21235
21235
  "x-field-mutability": "read-only",
21236
21236
  "x-original-maxLength": 1024,
21237
21237
  "x-reconciled-from-discovery": true,
21238
- "x-reconciled-at": "2026-01-05T01:25:46.889055+00:00"
21238
+ "x-reconciled-at": "2026-01-05T03:03:09.169957+00:00"
21239
21239
  },
21240
21240
  "uid": {
21241
21241
  "type": "string",
@@ -21257,7 +21257,7 @@
21257
21257
  "x-original-maxLength": 1024,
21258
21258
  "format": "uuid",
21259
21259
  "x-reconciled-from-discovery": true,
21260
- "x-reconciled-at": "2026-01-05T01:25:46.889061+00:00"
21260
+ "x-reconciled-at": "2026-01-05T03:03:09.169962+00:00"
21261
21261
  }
21262
21262
  },
21263
21263
  "x-f5xc-minimum-configuration": {
@@ -21332,7 +21332,7 @@
21332
21332
  },
21333
21333
  "x-original-maxLength": 1200,
21334
21334
  "x-reconciled-from-discovery": true,
21335
- "x-reconciled-at": "2026-01-05T01:25:46.889069+00:00"
21335
+ "x-reconciled-at": "2026-01-05T03:03:09.169967+00:00"
21336
21336
  },
21337
21337
  "disable": {
21338
21338
  "type": "boolean",
@@ -21385,7 +21385,7 @@
21385
21385
  },
21386
21386
  "x-original-maxLength": 1024,
21387
21387
  "x-reconciled-from-discovery": true,
21388
- "x-reconciled-at": "2026-01-05T01:25:46.889077+00:00"
21388
+ "x-reconciled-at": "2026-01-05T03:03:09.169974+00:00"
21389
21389
  },
21390
21390
  "namespace": {
21391
21391
  "type": "string",
@@ -21404,7 +21404,7 @@
21404
21404
  },
21405
21405
  "x-original-maxLength": 1024,
21406
21406
  "x-reconciled-from-discovery": true,
21407
- "x-reconciled-at": "2026-01-05T01:25:46.889081+00:00"
21407
+ "x-reconciled-at": "2026-01-05T03:03:09.169978+00:00"
21408
21408
  }
21409
21409
  },
21410
21410
  "x-f5xc-minimum-configuration": {
@@ -21518,7 +21518,7 @@
21518
21518
  "x-original-maxLength": 1024,
21519
21519
  "format": "uuid",
21520
21520
  "x-reconciled-from-discovery": true,
21521
- "x-reconciled-at": "2026-01-05T01:25:46.889094+00:00"
21521
+ "x-reconciled-at": "2026-01-05T03:03:09.170012+00:00"
21522
21522
  },
21523
21523
  "vtrp_id": {
21524
21524
  "type": "string",
@@ -21630,7 +21630,7 @@
21630
21630
  },
21631
21631
  "x-original-maxLength": 1024,
21632
21632
  "x-reconciled-from-discovery": true,
21633
- "x-reconciled-at": "2026-01-05T01:25:46.889104+00:00"
21633
+ "x-reconciled-at": "2026-01-05T03:03:09.170021+00:00"
21634
21634
  },
21635
21635
  "status": {
21636
21636
  "type": "string",
@@ -21649,7 +21649,7 @@
21649
21649
  },
21650
21650
  "x-original-maxLength": 1024,
21651
21651
  "x-reconciled-from-discovery": true,
21652
- "x-reconciled-at": "2026-01-05T01:25:46.889109+00:00"
21652
+ "x-reconciled-at": "2026-01-05T03:03:09.170025+00:00"
21653
21653
  }
21654
21654
  },
21655
21655
  "x-f5xc-minimum-configuration": {
@@ -21827,7 +21827,7 @@
21827
21827
  "x-field-mutability": "read-only",
21828
21828
  "x-original-maxLength": 1024,
21829
21829
  "x-reconciled-from-discovery": true,
21830
- "x-reconciled-at": "2026-01-05T01:25:46.889128+00:00"
21830
+ "x-reconciled-at": "2026-01-05T03:03:09.170042+00:00"
21831
21831
  },
21832
21832
  "uid": {
21833
21833
  "type": "string",
@@ -21848,7 +21848,7 @@
21848
21848
  "x-original-maxLength": 1024,
21849
21849
  "format": "uuid",
21850
21850
  "x-reconciled-from-discovery": true,
21851
- "x-reconciled-at": "2026-01-05T01:25:46.889133+00:00"
21851
+ "x-reconciled-at": "2026-01-05T03:03:09.170047+00:00"
21852
21852
  }
21853
21853
  },
21854
21854
  "x-f5xc-minimum-configuration": {
@@ -21898,7 +21898,7 @@
21898
21898
  },
21899
21899
  "x-original-maxLength": 1024,
21900
21900
  "x-reconciled-from-discovery": true,
21901
- "x-reconciled-at": "2026-01-05T01:25:46.889138+00:00"
21901
+ "x-reconciled-at": "2026-01-05T03:03:09.170051+00:00"
21902
21902
  },
21903
21903
  "name": {
21904
21904
  "type": "string",
@@ -21917,7 +21917,7 @@
21917
21917
  },
21918
21918
  "x-original-maxLength": 1024,
21919
21919
  "x-reconciled-from-discovery": true,
21920
- "x-reconciled-at": "2026-01-05T01:25:46.889142+00:00"
21920
+ "x-reconciled-at": "2026-01-05T03:03:09.170055+00:00"
21921
21921
  },
21922
21922
  "namespace": {
21923
21923
  "type": "string",
@@ -21936,7 +21936,7 @@
21936
21936
  },
21937
21937
  "x-original-maxLength": 1024,
21938
21938
  "x-reconciled-from-discovery": true,
21939
- "x-reconciled-at": "2026-01-05T01:25:46.889146+00:00"
21939
+ "x-reconciled-at": "2026-01-05T03:03:09.170058+00:00"
21940
21940
  },
21941
21941
  "uid": {
21942
21942
  "type": "string",
@@ -21957,7 +21957,7 @@
21957
21957
  "x-original-maxLength": 1024,
21958
21958
  "format": "uuid",
21959
21959
  "x-reconciled-from-discovery": true,
21960
- "x-reconciled-at": "2026-01-05T01:25:46.889151+00:00"
21960
+ "x-reconciled-at": "2026-01-05T03:03:09.170062+00:00"
21961
21961
  }
21962
21962
  },
21963
21963
  "x-f5xc-minimum-configuration": {
@@ -22106,7 +22106,7 @@
22106
22106
  },
22107
22107
  "x-original-maxLength": 1024,
22108
22108
  "x-reconciled-from-discovery": true,
22109
- "x-reconciled-at": "2026-01-05T01:25:47.247228+00:00"
22109
+ "x-reconciled-at": "2026-01-05T03:03:09.484659+00:00"
22110
22110
  },
22111
22111
  "namespace": {
22112
22112
  "type": "string",
@@ -22132,7 +22132,7 @@
22132
22132
  },
22133
22133
  "x-original-maxLength": 1024,
22134
22134
  "x-reconciled-from-discovery": true,
22135
- "x-reconciled-at": "2026-01-05T01:25:47.247235+00:00"
22135
+ "x-reconciled-at": "2026-01-05T03:03:09.484664+00:00"
22136
22136
  },
22137
22137
  "verification_code": {
22138
22138
  "type": "string",
@@ -22323,7 +22323,7 @@
22323
22323
  },
22324
22324
  "x-original-maxLength": 1024,
22325
22325
  "x-reconciled-from-discovery": true,
22326
- "x-reconciled-at": "2026-01-05T01:25:47.247270+00:00"
22326
+ "x-reconciled-at": "2026-01-05T03:03:09.484684+00:00"
22327
22327
  },
22328
22328
  "namespace": {
22329
22329
  "type": "string",
@@ -22342,7 +22342,7 @@
22342
22342
  },
22343
22343
  "x-original-maxLength": 1024,
22344
22344
  "x-reconciled-from-discovery": true,
22345
- "x-reconciled-at": "2026-01-05T01:25:47.247275+00:00"
22345
+ "x-reconciled-at": "2026-01-05T03:03:09.484688+00:00"
22346
22346
  }
22347
22347
  },
22348
22348
  "x-f5xc-minimum-configuration": {
@@ -22483,7 +22483,7 @@
22483
22483
  "maxLength": 17,
22484
22484
  "minLength": 17,
22485
22485
  "x-reconciled-from-discovery": true,
22486
- "x-reconciled-at": "2026-01-05T01:25:47.247292+00:00"
22486
+ "x-reconciled-at": "2026-01-05T03:03:09.484703+00:00"
22487
22487
  },
22488
22488
  "system_metadata": {
22489
22489
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -22789,7 +22789,7 @@
22789
22789
  },
22790
22790
  "x-original-maxLength": 1024,
22791
22791
  "x-reconciled-from-discovery": true,
22792
- "x-reconciled-at": "2026-01-05T01:25:47.247322+00:00"
22792
+ "x-reconciled-at": "2026-01-05T03:03:09.484731+00:00"
22793
22793
  },
22794
22794
  "disabled": {
22795
22795
  "type": "boolean",
@@ -22839,7 +22839,7 @@
22839
22839
  },
22840
22840
  "x-original-maxLength": 1024,
22841
22841
  "x-reconciled-from-discovery": true,
22842
- "x-reconciled-at": "2026-01-05T01:25:47.247332+00:00"
22842
+ "x-reconciled-at": "2026-01-05T03:03:09.484740+00:00"
22843
22843
  },
22844
22844
  "namespace": {
22845
22845
  "type": "string",
@@ -22858,7 +22858,7 @@
22858
22858
  },
22859
22859
  "x-original-maxLength": 1024,
22860
22860
  "x-reconciled-from-discovery": true,
22861
- "x-reconciled-at": "2026-01-05T01:25:47.247337+00:00"
22861
+ "x-reconciled-at": "2026-01-05T03:03:09.484744+00:00"
22862
22862
  },
22863
22863
  "owner_view": {
22864
22864
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -22899,7 +22899,7 @@
22899
22899
  "x-field-mutability": "read-only",
22900
22900
  "x-original-maxLength": 1024,
22901
22901
  "x-reconciled-from-discovery": true,
22902
- "x-reconciled-at": "2026-01-05T01:25:47.247345+00:00"
22902
+ "x-reconciled-at": "2026-01-05T03:03:09.484751+00:00"
22903
22903
  },
22904
22904
  "uid": {
22905
22905
  "type": "string",
@@ -22920,7 +22920,7 @@
22920
22920
  "x-original-maxLength": 1024,
22921
22921
  "format": "uuid",
22922
22922
  "x-reconciled-from-discovery": true,
22923
- "x-reconciled-at": "2026-01-05T01:25:47.247351+00:00"
22923
+ "x-reconciled-at": "2026-01-05T03:03:09.484756+00:00"
22924
22924
  }
22925
22925
  },
22926
22926
  "x-f5xc-minimum-configuration": {
@@ -23365,7 +23365,7 @@
23365
23365
  },
23366
23366
  "x-original-maxLength": 1024,
23367
23367
  "x-reconciled-from-discovery": true,
23368
- "x-reconciled-at": "2026-01-05T01:25:47.247386+00:00"
23368
+ "x-reconciled-at": "2026-01-05T03:03:09.484790+00:00"
23369
23369
  },
23370
23370
  "namespace": {
23371
23371
  "type": "string",
@@ -23391,7 +23391,7 @@
23391
23391
  },
23392
23392
  "x-original-maxLength": 1024,
23393
23393
  "x-reconciled-from-discovery": true,
23394
- "x-reconciled-at": "2026-01-05T01:25:47.247391+00:00"
23394
+ "x-reconciled-at": "2026-01-05T03:03:09.484794+00:00"
23395
23395
  }
23396
23396
  },
23397
23397
  "x-f5xc-minimum-configuration": {
@@ -23470,7 +23470,7 @@
23470
23470
  },
23471
23471
  "x-original-maxLength": 1024,
23472
23472
  "x-reconciled-from-discovery": true,
23473
- "x-reconciled-at": "2026-01-05T01:25:47.247397+00:00"
23473
+ "x-reconciled-at": "2026-01-05T03:03:09.484800+00:00"
23474
23474
  },
23475
23475
  "namespace": {
23476
23476
  "type": "string",
@@ -23496,7 +23496,7 @@
23496
23496
  },
23497
23497
  "x-original-maxLength": 1024,
23498
23498
  "x-reconciled-from-discovery": true,
23499
- "x-reconciled-at": "2026-01-05T01:25:47.247401+00:00"
23499
+ "x-reconciled-at": "2026-01-05T03:03:09.484803+00:00"
23500
23500
  }
23501
23501
  },
23502
23502
  "x-f5xc-minimum-configuration": {
@@ -23605,7 +23605,7 @@
23605
23605
  },
23606
23606
  "x-original-maxLength": 1024,
23607
23607
  "x-reconciled-from-discovery": true,
23608
- "x-reconciled-at": "2026-01-05T01:25:47.247418+00:00"
23608
+ "x-reconciled-at": "2026-01-05T03:03:09.484818+00:00"
23609
23609
  },
23610
23610
  "store_provider": {
23611
23611
  "type": "string",
@@ -23663,7 +23663,7 @@
23663
23663
  },
23664
23664
  "x-original-maxLength": 1024,
23665
23665
  "x-reconciled-from-discovery": true,
23666
- "x-reconciled-at": "2026-01-05T01:25:47.247424+00:00"
23666
+ "x-reconciled-at": "2026-01-05T03:03:09.484823+00:00"
23667
23667
  },
23668
23668
  "url": {
23669
23669
  "type": "string",
@@ -23798,7 +23798,7 @@
23798
23798
  },
23799
23799
  "x-original-maxLength": 1024,
23800
23800
  "x-reconciled-from-discovery": true,
23801
- "x-reconciled-at": "2026-01-05T01:25:47.247591+00:00"
23801
+ "x-reconciled-at": "2026-01-05T03:03:09.484974+00:00"
23802
23802
  },
23803
23803
  "location": {
23804
23804
  "type": "string",
@@ -23815,7 +23815,7 @@
23815
23815
  },
23816
23816
  "x-original-maxLength": 1024,
23817
23817
  "x-reconciled-from-discovery": true,
23818
- "x-reconciled-at": "2026-01-05T01:25:47.247596+00:00"
23818
+ "x-reconciled-at": "2026-01-05T03:03:09.484978+00:00"
23819
23819
  },
23820
23820
  "provider": {
23821
23821
  "type": "string",
@@ -23832,7 +23832,7 @@
23832
23832
  },
23833
23833
  "x-original-maxLength": 1024,
23834
23834
  "x-reconciled-from-discovery": true,
23835
- "x-reconciled-at": "2026-01-05T01:25:47.247600+00:00"
23835
+ "x-reconciled-at": "2026-01-05T03:03:09.484989+00:00"
23836
23836
  },
23837
23837
  "secret_encoding": {
23838
23838
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -23854,7 +23854,7 @@
23854
23854
  "maxLength": 1,
23855
23855
  "minLength": 1,
23856
23856
  "x-reconciled-from-discovery": true,
23857
- "x-reconciled-at": "2026-01-05T01:25:47.247607+00:00"
23857
+ "x-reconciled-at": "2026-01-05T03:03:09.484995+00:00"
23858
23858
  }
23859
23859
  },
23860
23860
  "x-f5xc-minimum-configuration": {
@@ -23893,7 +23893,7 @@
23893
23893
  },
23894
23894
  "x-original-maxLength": 1024,
23895
23895
  "x-reconciled-from-discovery": true,
23896
- "x-reconciled-at": "2026-01-05T01:25:47.247630+00:00"
23896
+ "x-reconciled-at": "2026-01-05T03:03:09.485016+00:00"
23897
23897
  }
23898
23898
  },
23899
23899
  "x-f5xc-minimum-configuration": {
@@ -24015,7 +24015,7 @@
24015
24015
  },
24016
24016
  "x-original-maxLength": 1024,
24017
24017
  "x-reconciled-from-discovery": true,
24018
- "x-reconciled-at": "2026-01-05T01:25:47.518961+00:00"
24018
+ "x-reconciled-at": "2026-01-05T03:03:09.720797+00:00"
24019
24019
  },
24020
24020
  "start_time": {
24021
24021
  "type": "string",
@@ -24203,7 +24203,7 @@
24203
24203
  },
24204
24204
  "x-original-maxLength": 1024,
24205
24205
  "x-reconciled-from-discovery": true,
24206
- "x-reconciled-at": "2026-01-05T01:25:47.518979+00:00"
24206
+ "x-reconciled-at": "2026-01-05T03:03:09.720814+00:00"
24207
24207
  },
24208
24208
  "scroll_id": {
24209
24209
  "type": "string",
@@ -24570,7 +24570,7 @@
24570
24570
  "maxLength": 15,
24571
24571
  "minLength": 3,
24572
24572
  "x-reconciled-from-discovery": true,
24573
- "x-reconciled-at": "2026-01-05T01:25:47.519010+00:00"
24573
+ "x-reconciled-at": "2026-01-05T03:03:09.720843+00:00"
24574
24574
  }
24575
24575
  },
24576
24576
  "x-f5xc-minimum-configuration": {
@@ -24790,7 +24790,7 @@
24790
24790
  },
24791
24791
  "x-original-maxLength": 1024,
24792
24792
  "x-reconciled-from-discovery": true,
24793
- "x-reconciled-at": "2026-01-05T01:25:47.519031+00:00"
24793
+ "x-reconciled-at": "2026-01-05T03:03:09.720863+00:00"
24794
24794
  },
24795
24795
  "order_by": {
24796
24796
  "$ref": "#/components/schemas/logOrderByData"
@@ -24892,7 +24892,7 @@
24892
24892
  },
24893
24893
  "x-original-maxLength": 1024,
24894
24894
  "x-reconciled-from-discovery": true,
24895
- "x-reconciled-at": "2026-01-05T01:25:47.519043+00:00"
24895
+ "x-reconciled-at": "2026-01-05T03:03:09.720873+00:00"
24896
24896
  },
24897
24897
  "order_by": {
24898
24898
  "$ref": "#/components/schemas/logOrderByData"
@@ -25002,7 +25002,7 @@
25002
25002
  },
25003
25003
  "x-original-maxLength": 1024,
25004
25004
  "x-reconciled-from-discovery": true,
25005
- "x-reconciled-at": "2026-01-05T01:25:47.519058+00:00"
25005
+ "x-reconciled-at": "2026-01-05T03:03:09.720888+00:00"
25006
25006
  }
25007
25007
  },
25008
25008
  "x-f5xc-minimum-configuration": {
@@ -25160,7 +25160,7 @@
25160
25160
  },
25161
25161
  "x-original-maxLength": 1024,
25162
25162
  "x-reconciled-from-discovery": true,
25163
- "x-reconciled-at": "2026-01-05T01:25:47.519071+00:00"
25163
+ "x-reconciled-at": "2026-01-05T03:03:09.720900+00:00"
25164
25164
  },
25165
25165
  "sub_aggs": {
25166
25166
  "type": "object",
@@ -25264,7 +25264,7 @@
25264
25264
  "maxLength": 15,
25265
25265
  "minLength": 3,
25266
25266
  "x-reconciled-from-discovery": true,
25267
- "x-reconciled-at": "2026-01-05T01:25:47.519088+00:00"
25267
+ "x-reconciled-at": "2026-01-05T03:03:09.720915+00:00"
25268
25268
  }
25269
25269
  },
25270
25270
  "x-f5xc-minimum-configuration": {
@@ -25319,7 +25319,7 @@
25319
25319
  "maxLength": 15,
25320
25320
  "minLength": 3,
25321
25321
  "x-reconciled-from-discovery": true,
25322
- "x-reconciled-at": "2026-01-05T01:25:47.519095+00:00"
25322
+ "x-reconciled-at": "2026-01-05T03:03:09.720921+00:00"
25323
25323
  }
25324
25324
  },
25325
25325
  "x-f5xc-minimum-configuration": {
@@ -25536,7 +25536,7 @@
25536
25536
  "maxLength": 16,
25537
25537
  "minLength": 7,
25538
25538
  "x-reconciled-from-discovery": true,
25539
- "x-reconciled-at": "2026-01-05T01:25:47.519117+00:00"
25539
+ "x-reconciled-at": "2026-01-05T03:03:09.720940+00:00"
25540
25540
  },
25541
25541
  "value": {
25542
25542
  "type": "number",
@@ -25552,7 +25552,7 @@
25552
25552
  "maxLength": 15,
25553
25553
  "minLength": 3,
25554
25554
  "x-reconciled-from-discovery": true,
25555
- "x-reconciled-at": "2026-01-05T01:25:47.519122+00:00"
25555
+ "x-reconciled-at": "2026-01-05T03:03:09.720944+00:00"
25556
25556
  }
25557
25557
  },
25558
25558
  "x-f5xc-minimum-configuration": {
@@ -25655,7 +25655,7 @@
25655
25655
  },
25656
25656
  "x-original-maxLength": 1024,
25657
25657
  "x-reconciled-from-discovery": true,
25658
- "x-reconciled-at": "2026-01-05T01:25:47.519130+00:00"
25658
+ "x-reconciled-at": "2026-01-05T03:03:09.720951+00:00"
25659
25659
  },
25660
25660
  "previous_value": {
25661
25661
  "type": "string",
@@ -25689,7 +25689,7 @@
25689
25689
  },
25690
25690
  "x-original-maxLength": 1024,
25691
25691
  "x-reconciled-from-discovery": true,
25692
- "x-reconciled-at": "2026-01-05T01:25:47.519137+00:00"
25692
+ "x-reconciled-at": "2026-01-05T03:03:09.720958+00:00"
25693
25693
  }
25694
25694
  },
25695
25695
  "x-f5xc-minimum-configuration": {
@@ -25921,7 +25921,7 @@
25921
25921
  },
25922
25922
  "x-original-maxLength": 1024,
25923
25923
  "x-reconciled-from-discovery": true,
25924
- "x-reconciled-at": "2026-01-05T01:25:58.841027+00:00"
25924
+ "x-reconciled-at": "2026-01-05T03:03:19.612335+00:00"
25925
25925
  },
25926
25926
  "display_name": {
25927
25927
  "type": "string",
@@ -25963,7 +25963,7 @@
25963
25963
  },
25964
25964
  "x-original-maxLength": 1024,
25965
25965
  "x-reconciled-from-discovery": true,
25966
- "x-reconciled-at": "2026-01-05T01:25:58.841038+00:00"
25966
+ "x-reconciled-at": "2026-01-05T03:03:19.612344+00:00"
25967
25967
  },
25968
25968
  "tags": {
25969
25969
  "type": "array",
@@ -26037,7 +26037,7 @@
26037
26037
  },
26038
26038
  "x-original-maxLength": 1024,
26039
26039
  "x-reconciled-from-discovery": true,
26040
- "x-reconciled-at": "2026-01-05T01:25:58.841049+00:00"
26040
+ "x-reconciled-at": "2026-01-05T03:03:19.612353+00:00"
26041
26041
  },
26042
26042
  "order": {
26043
26043
  "type": "integer",
@@ -26117,7 +26117,7 @@
26117
26117
  },
26118
26118
  "x-original-maxLength": 1024,
26119
26119
  "x-reconciled-from-discovery": true,
26120
- "x-reconciled-at": "2026-01-05T01:25:58.841059+00:00"
26120
+ "x-reconciled-at": "2026-01-05T03:03:19.612361+00:00"
26121
26121
  },
26122
26122
  "optional_services": {
26123
26123
  "type": "array",
@@ -26461,7 +26461,7 @@
26461
26461
  },
26462
26462
  "x-original-maxLength": 1024,
26463
26463
  "x-reconciled-from-discovery": true,
26464
- "x-reconciled-at": "2026-01-05T01:26:13.790037+00:00"
26464
+ "x-reconciled-at": "2026-01-05T03:03:32.608651+00:00"
26465
26465
  },
26466
26466
  "range": {
26467
26467
  "type": "string",
@@ -26716,7 +26716,7 @@
26716
26716
  },
26717
26717
  "x-original-maxLength": 1024,
26718
26718
  "x-reconciled-from-discovery": true,
26719
- "x-reconciled-at": "2026-01-05T01:26:13.790062+00:00"
26719
+ "x-reconciled-at": "2026-01-05T03:03:32.608671+00:00"
26720
26720
  }
26721
26721
  },
26722
26722
  "x-f5xc-minimum-configuration": {
@@ -27192,7 +27192,7 @@
27192
27192
  },
27193
27193
  "x-original-maxLength": 1024,
27194
27194
  "x-reconciled-from-discovery": true,
27195
- "x-reconciled-at": "2026-01-05T01:26:13.790099+00:00"
27195
+ "x-reconciled-at": "2026-01-05T03:03:32.608704+00:00"
27196
27196
  },
27197
27197
  "range": {
27198
27198
  "type": "string",
@@ -27405,7 +27405,7 @@
27405
27405
  },
27406
27406
  "x-original-maxLength": 1024,
27407
27407
  "x-reconciled-from-discovery": true,
27408
- "x-reconciled-at": "2026-01-05T01:26:13.790116+00:00"
27408
+ "x-reconciled-at": "2026-01-05T03:03:32.608720+00:00"
27409
27409
  },
27410
27410
  "start_time": {
27411
27411
  "type": "string",
@@ -27617,7 +27617,7 @@
27617
27617
  },
27618
27618
  "x-original-maxLength": 1024,
27619
27619
  "x-reconciled-from-discovery": true,
27620
- "x-reconciled-at": "2026-01-05T01:26:13.790128+00:00"
27620
+ "x-reconciled-at": "2026-01-05T03:03:32.608732+00:00"
27621
27621
  },
27622
27622
  "type": {
27623
27623
  "$ref": "#/components/schemas/graphHealthscoreType"
@@ -27639,7 +27639,7 @@
27639
27639
  "maxLength": 15,
27640
27640
  "minLength": 3,
27641
27641
  "x-reconciled-from-discovery": true,
27642
- "x-reconciled-at": "2026-01-05T01:26:13.790135+00:00"
27642
+ "x-reconciled-at": "2026-01-05T03:03:32.608738+00:00"
27643
27643
  }
27644
27644
  },
27645
27645
  "x-f5xc-minimum-configuration": {
@@ -28125,7 +28125,7 @@
28125
28125
  },
28126
28126
  "x-original-maxLength": 1024,
28127
28127
  "x-reconciled-from-discovery": true,
28128
- "x-reconciled-at": "2026-01-05T01:26:13.790179+00:00"
28128
+ "x-reconciled-at": "2026-01-05T03:03:32.608778+00:00"
28129
28129
  }
28130
28130
  },
28131
28131
  "x-f5xc-minimum-configuration": {
@@ -28359,7 +28359,7 @@
28359
28359
  },
28360
28360
  "x-original-maxLength": 1024,
28361
28361
  "x-reconciled-from-discovery": true,
28362
- "x-reconciled-at": "2026-01-05T01:26:19.877542+00:00"
28362
+ "x-reconciled-at": "2026-01-05T03:03:37.945332+00:00"
28363
28363
  },
28364
28364
  "namespace": {
28365
28365
  "type": "string",
@@ -28385,7 +28385,7 @@
28385
28385
  },
28386
28386
  "x-original-maxLength": 1024,
28387
28387
  "x-reconciled-from-discovery": true,
28388
- "x-reconciled-at": "2026-01-05T01:26:19.877548+00:00"
28388
+ "x-reconciled-at": "2026-01-05T03:03:37.945337+00:00"
28389
28389
  },
28390
28390
  "tcp_lb_request": {
28391
28391
  "$ref": "#/components/schemas/discovered_serviceTCPLBRequest"
@@ -28459,7 +28459,7 @@
28459
28459
  },
28460
28460
  "x-original-maxLength": 1024,
28461
28461
  "x-reconciled-from-discovery": true,
28462
- "x-reconciled-at": "2026-01-05T01:26:19.877557+00:00"
28462
+ "x-reconciled-at": "2026-01-05T03:03:37.945345+00:00"
28463
28463
  },
28464
28464
  "namespace": {
28465
28465
  "type": "string",
@@ -28485,7 +28485,7 @@
28485
28485
  },
28486
28486
  "x-original-maxLength": 1024,
28487
28487
  "x-reconciled-from-discovery": true,
28488
- "x-reconciled-at": "2026-01-05T01:26:19.877561+00:00"
28488
+ "x-reconciled-at": "2026-01-05T03:03:37.945349+00:00"
28489
28489
  }
28490
28490
  },
28491
28491
  "x-f5xc-minimum-configuration": {
@@ -28541,7 +28541,7 @@
28541
28541
  "maxLength": 17,
28542
28542
  "minLength": 17,
28543
28543
  "x-reconciled-from-discovery": true,
28544
- "x-reconciled-at": "2026-01-05T01:26:19.877569+00:00"
28544
+ "x-reconciled-at": "2026-01-05T03:03:37.945355+00:00"
28545
28545
  },
28546
28546
  "virtual_server_pool_members_health": {
28547
28547
  "$ref": "#/components/schemas/discovered_serviceVirtualServerPoolMemberHealth"
@@ -28591,7 +28591,7 @@
28591
28591
  },
28592
28592
  "x-original-maxLength": 1024,
28593
28593
  "x-reconciled-from-discovery": true,
28594
- "x-reconciled-at": "2026-01-05T01:26:19.877576+00:00"
28594
+ "x-reconciled-at": "2026-01-05T03:03:37.945361+00:00"
28595
28595
  },
28596
28596
  "namespace": {
28597
28597
  "type": "string",
@@ -28617,7 +28617,7 @@
28617
28617
  },
28618
28618
  "x-original-maxLength": 1024,
28619
28619
  "x-reconciled-from-discovery": true,
28620
- "x-reconciled-at": "2026-01-05T01:26:19.877581+00:00"
28620
+ "x-reconciled-at": "2026-01-05T03:03:37.945365+00:00"
28621
28621
  }
28622
28622
  },
28623
28623
  "x-f5xc-minimum-configuration": {
@@ -28794,7 +28794,7 @@
28794
28794
  "x-original-maxLength": 1024,
28795
28795
  "format": "hostname",
28796
28796
  "x-reconciled-from-discovery": true,
28797
- "x-reconciled-at": "2026-01-05T01:26:19.877598+00:00"
28797
+ "x-reconciled-at": "2026-01-05T03:03:37.945380+00:00"
28798
28798
  },
28799
28799
  "http": {
28800
28800
  "$ref": "#/components/schemas/discovered_serviceProxyTypeHttp"
@@ -28829,7 +28829,7 @@
28829
28829
  },
28830
28830
  "x-original-maxLength": 1024,
28831
28831
  "x-reconciled-from-discovery": true,
28832
- "x-reconciled-at": "2026-01-05T01:26:19.877610+00:00"
28832
+ "x-reconciled-at": "2026-01-05T03:03:37.945387+00:00"
28833
28833
  },
28834
28834
  "skip_server_verification": {
28835
28835
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -29034,7 +29034,7 @@
29034
29034
  },
29035
29035
  "x-original-maxLength": 1024,
29036
29036
  "x-reconciled-from-discovery": true,
29037
- "x-reconciled-at": "2026-01-05T01:26:19.877629+00:00"
29037
+ "x-reconciled-at": "2026-01-05T03:03:37.945404+00:00"
29038
29038
  },
29039
29039
  "disabled": {
29040
29040
  "type": "boolean",
@@ -29084,7 +29084,7 @@
29084
29084
  },
29085
29085
  "x-original-maxLength": 1024,
29086
29086
  "x-reconciled-from-discovery": true,
29087
- "x-reconciled-at": "2026-01-05T01:26:19.877640+00:00"
29087
+ "x-reconciled-at": "2026-01-05T03:03:37.945413+00:00"
29088
29088
  },
29089
29089
  "namespace": {
29090
29090
  "type": "string",
@@ -29103,7 +29103,7 @@
29103
29103
  },
29104
29104
  "x-original-maxLength": 1024,
29105
29105
  "x-reconciled-from-discovery": true,
29106
- "x-reconciled-at": "2026-01-05T01:26:19.877644+00:00"
29106
+ "x-reconciled-at": "2026-01-05T03:03:37.945417+00:00"
29107
29107
  },
29108
29108
  "owner_view": {
29109
29109
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -29129,7 +29129,7 @@
29129
29129
  "x-field-mutability": "read-only",
29130
29130
  "x-original-maxLength": 1024,
29131
29131
  "x-reconciled-from-discovery": true,
29132
- "x-reconciled-at": "2026-01-05T01:26:19.877651+00:00"
29132
+ "x-reconciled-at": "2026-01-05T03:03:37.945423+00:00"
29133
29133
  },
29134
29134
  "uid": {
29135
29135
  "type": "string",
@@ -29150,7 +29150,7 @@
29150
29150
  "x-original-maxLength": 1024,
29151
29151
  "format": "uuid",
29152
29152
  "x-reconciled-from-discovery": true,
29153
- "x-reconciled-at": "2026-01-05T01:26:19.877656+00:00"
29153
+ "x-reconciled-at": "2026-01-05T03:03:37.945427+00:00"
29154
29154
  }
29155
29155
  },
29156
29156
  "x-f5xc-minimum-configuration": {
@@ -29261,7 +29261,7 @@
29261
29261
  },
29262
29262
  "x-original-maxLength": 1024,
29263
29263
  "x-reconciled-from-discovery": true,
29264
- "x-reconciled-at": "2026-01-05T01:26:19.877666+00:00"
29264
+ "x-reconciled-at": "2026-01-05T03:03:37.945436+00:00"
29265
29265
  },
29266
29266
  "disabled": {
29267
29267
  "type": "boolean",
@@ -29311,7 +29311,7 @@
29311
29311
  },
29312
29312
  "x-original-maxLength": 1024,
29313
29313
  "x-reconciled-from-discovery": true,
29314
- "x-reconciled-at": "2026-01-05T01:26:19.877675+00:00"
29314
+ "x-reconciled-at": "2026-01-05T03:03:37.945444+00:00"
29315
29315
  },
29316
29316
  "namespace": {
29317
29317
  "type": "string",
@@ -29330,7 +29330,7 @@
29330
29330
  },
29331
29331
  "x-original-maxLength": 1024,
29332
29332
  "x-reconciled-from-discovery": true,
29333
- "x-reconciled-at": "2026-01-05T01:26:19.877679+00:00"
29333
+ "x-reconciled-at": "2026-01-05T03:03:37.945448+00:00"
29334
29334
  },
29335
29335
  "owner_view": {
29336
29336
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -29371,7 +29371,7 @@
29371
29371
  "x-field-mutability": "read-only",
29372
29372
  "x-original-maxLength": 1024,
29373
29373
  "x-reconciled-from-discovery": true,
29374
- "x-reconciled-at": "2026-01-05T01:26:19.877687+00:00"
29374
+ "x-reconciled-at": "2026-01-05T03:03:37.945454+00:00"
29375
29375
  },
29376
29376
  "uid": {
29377
29377
  "type": "string",
@@ -29392,7 +29392,7 @@
29392
29392
  "x-original-maxLength": 1024,
29393
29393
  "format": "uuid",
29394
29394
  "x-reconciled-from-discovery": true,
29395
- "x-reconciled-at": "2026-01-05T01:26:19.877692+00:00"
29395
+ "x-reconciled-at": "2026-01-05T03:03:37.945459+00:00"
29396
29396
  }
29397
29397
  },
29398
29398
  "x-f5xc-minimum-configuration": {
@@ -29765,7 +29765,7 @@
29765
29765
  },
29766
29766
  "x-original-maxLength": 1024,
29767
29767
  "x-reconciled-from-discovery": true,
29768
- "x-reconciled-at": "2026-01-05T01:26:19.877721+00:00"
29768
+ "x-reconciled-at": "2026-01-05T03:03:37.945485+00:00"
29769
29769
  },
29770
29770
  "request_body": {
29771
29771
  "$ref": "#/components/schemas/protobufAny"
@@ -29830,7 +29830,7 @@
29830
29830
  "x-original-maxLength": 1024,
29831
29831
  "format": "hostname",
29832
29832
  "x-reconciled-from-discovery": true,
29833
- "x-reconciled-at": "2026-01-05T01:26:19.877730+00:00"
29833
+ "x-reconciled-at": "2026-01-05T03:03:37.945493+00:00"
29834
29834
  },
29835
29835
  "listen_port": {
29836
29836
  "type": "integer",
@@ -29879,7 +29879,7 @@
29879
29879
  },
29880
29880
  "x-original-maxLength": 1024,
29881
29881
  "x-reconciled-from-discovery": true,
29882
- "x-reconciled-at": "2026-01-05T01:26:19.877735+00:00"
29882
+ "x-reconciled-at": "2026-01-05T03:03:37.945498+00:00"
29883
29883
  },
29884
29884
  "no_sni": {
29885
29885
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -30222,7 +30222,7 @@
30222
30222
  },
30223
30223
  "x-original-maxLength": 1024,
30224
30224
  "x-reconciled-from-discovery": true,
30225
- "x-reconciled-at": "2026-01-05T01:26:19.877760+00:00"
30225
+ "x-reconciled-at": "2026-01-05T03:03:37.945521+00:00"
30226
30226
  },
30227
30227
  "status": {
30228
30228
  "type": "array",
@@ -30241,7 +30241,7 @@
30241
30241
  "maxLength": 17,
30242
30242
  "minLength": 17,
30243
30243
  "x-reconciled-from-discovery": true,
30244
- "x-reconciled-at": "2026-01-05T01:26:19.877765+00:00"
30244
+ "x-reconciled-at": "2026-01-05T03:03:37.945525+00:00"
30245
30245
  }
30246
30246
  },
30247
30247
  "x-f5xc-minimum-configuration": {
@@ -30496,7 +30496,7 @@
30496
30496
  "readOnly": true,
30497
30497
  "x-original-maxLength": 1024,
30498
30498
  "x-reconciled-from-discovery": true,
30499
- "x-reconciled-at": "2026-01-05T01:26:19.877781+00:00"
30499
+ "x-reconciled-at": "2026-01-05T03:03:37.945540+00:00"
30500
30500
  },
30501
30501
  "name": {
30502
30502
  "type": "string",
@@ -30515,7 +30515,7 @@
30515
30515
  },
30516
30516
  "x-original-maxLength": 1024,
30517
30517
  "x-reconciled-from-discovery": true,
30518
- "x-reconciled-at": "2026-01-05T01:26:19.877786+00:00"
30518
+ "x-reconciled-at": "2026-01-05T03:03:37.945544+00:00"
30519
30519
  },
30520
30520
  "namespace": {
30521
30521
  "type": "string",
@@ -30534,7 +30534,7 @@
30534
30534
  },
30535
30535
  "x-original-maxLength": 1024,
30536
30536
  "x-reconciled-from-discovery": true,
30537
- "x-reconciled-at": "2026-01-05T01:26:19.877790+00:00"
30537
+ "x-reconciled-at": "2026-01-05T03:03:37.945548+00:00"
30538
30538
  },
30539
30539
  "tenant": {
30540
30540
  "type": "string",
@@ -30555,7 +30555,7 @@
30555
30555
  "x-field-mutability": "read-only",
30556
30556
  "x-original-maxLength": 1024,
30557
30557
  "x-reconciled-from-discovery": true,
30558
- "x-reconciled-at": "2026-01-05T01:26:19.877794+00:00"
30558
+ "x-reconciled-at": "2026-01-05T03:03:37.945553+00:00"
30559
30559
  },
30560
30560
  "uid": {
30561
30561
  "type": "string",
@@ -30577,7 +30577,7 @@
30577
30577
  "x-original-maxLength": 1024,
30578
30578
  "format": "uuid",
30579
30579
  "x-reconciled-from-discovery": true,
30580
- "x-reconciled-at": "2026-01-05T01:26:19.877798+00:00"
30580
+ "x-reconciled-at": "2026-01-05T03:03:37.945557+00:00"
30581
30581
  }
30582
30582
  },
30583
30583
  "x-f5xc-minimum-configuration": {
@@ -30638,7 +30638,7 @@
30638
30638
  },
30639
30639
  "x-original-maxLength": 1024,
30640
30640
  "x-reconciled-from-discovery": true,
30641
- "x-reconciled-at": "2026-01-05T01:26:19.877838+00:00"
30641
+ "x-reconciled-at": "2026-01-05T03:03:37.945594+00:00"
30642
30642
  }
30643
30643
  },
30644
30644
  "x-f5xc-minimum-configuration": {
@@ -30792,7 +30792,7 @@
30792
30792
  },
30793
30793
  "x-original-maxLength": 1024,
30794
30794
  "x-reconciled-from-discovery": true,
30795
- "x-reconciled-at": "2026-01-05T01:26:19.877950+00:00"
30795
+ "x-reconciled-at": "2026-01-05T03:03:37.945697+00:00"
30796
30796
  },
30797
30797
  "ref_value": {
30798
30798
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -30951,7 +30951,7 @@
30951
30951
  },
30952
30952
  "x-original-maxLength": 128,
30953
30953
  "x-reconciled-from-discovery": true,
30954
- "x-reconciled-at": "2026-01-05T01:26:19.877961+00:00"
30954
+ "x-reconciled-at": "2026-01-05T03:03:37.945707+00:00"
30955
30955
  },
30956
30956
  "namespace": {
30957
30957
  "type": "string",
@@ -30976,7 +30976,7 @@
30976
30976
  },
30977
30977
  "x-original-maxLength": 64,
30978
30978
  "x-reconciled-from-discovery": true,
30979
- "x-reconciled-at": "2026-01-05T01:26:19.877965+00:00"
30979
+ "x-reconciled-at": "2026-01-05T03:03:37.945711+00:00"
30980
30980
  },
30981
30981
  "tenant": {
30982
30982
  "type": "string",
@@ -31003,7 +31003,7 @@
31003
31003
  "x-field-mutability": "read-only",
31004
31004
  "x-original-maxLength": 64,
31005
31005
  "x-reconciled-from-discovery": true,
31006
- "x-reconciled-at": "2026-01-05T01:26:19.877970+00:00"
31006
+ "x-reconciled-at": "2026-01-05T03:03:37.945715+00:00"
31007
31007
  }
31008
31008
  },
31009
31009
  "x-f5xc-minimum-configuration": {
@@ -31767,7 +31767,7 @@
31767
31767
  "maxLength": 17,
31768
31768
  "minLength": 17,
31769
31769
  "x-reconciled-from-discovery": true,
31770
- "x-reconciled-at": "2026-01-05T01:26:24.533075+00:00"
31770
+ "x-reconciled-at": "2026-01-05T03:03:41.991512+00:00"
31771
31771
  },
31772
31772
  "system_metadata": {
31773
31773
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -31938,7 +31938,7 @@
31938
31938
  },
31939
31939
  "x-original-maxLength": 1024,
31940
31940
  "x-reconciled-from-discovery": true,
31941
- "x-reconciled-at": "2026-01-05T01:26:24.533094+00:00"
31941
+ "x-reconciled-at": "2026-01-05T03:03:41.991528+00:00"
31942
31942
  },
31943
31943
  "disabled": {
31944
31944
  "type": "boolean",
@@ -31988,7 +31988,7 @@
31988
31988
  },
31989
31989
  "x-original-maxLength": 1024,
31990
31990
  "x-reconciled-from-discovery": true,
31991
- "x-reconciled-at": "2026-01-05T01:26:24.533106+00:00"
31991
+ "x-reconciled-at": "2026-01-05T03:03:41.991539+00:00"
31992
31992
  },
31993
31993
  "namespace": {
31994
31994
  "type": "string",
@@ -32007,7 +32007,7 @@
32007
32007
  },
32008
32008
  "x-original-maxLength": 1024,
32009
32009
  "x-reconciled-from-discovery": true,
32010
- "x-reconciled-at": "2026-01-05T01:26:24.533111+00:00"
32010
+ "x-reconciled-at": "2026-01-05T03:03:41.991543+00:00"
32011
32011
  },
32012
32012
  "owner_view": {
32013
32013
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -32048,7 +32048,7 @@
32048
32048
  "x-field-mutability": "read-only",
32049
32049
  "x-original-maxLength": 1024,
32050
32050
  "x-reconciled-from-discovery": true,
32051
- "x-reconciled-at": "2026-01-05T01:26:24.533119+00:00"
32051
+ "x-reconciled-at": "2026-01-05T03:03:41.991549+00:00"
32052
32052
  },
32053
32053
  "uid": {
32054
32054
  "type": "string",
@@ -32069,7 +32069,7 @@
32069
32069
  "x-original-maxLength": 1024,
32070
32070
  "format": "uuid",
32071
32071
  "x-reconciled-from-discovery": true,
32072
- "x-reconciled-at": "2026-01-05T01:26:24.533125+00:00"
32072
+ "x-reconciled-at": "2026-01-05T03:03:41.991555+00:00"
32073
32073
  }
32074
32074
  },
32075
32075
  "x-f5xc-minimum-configuration": {
@@ -32711,7 +32711,7 @@
32711
32711
  },
32712
32712
  "x-original-maxLength": 1024,
32713
32713
  "x-reconciled-from-discovery": true,
32714
- "x-reconciled-at": "2026-01-05T01:26:24.710096+00:00"
32714
+ "x-reconciled-at": "2026-01-05T03:03:42.144860+00:00"
32715
32715
  },
32716
32716
  "node": {
32717
32717
  "type": "string",
@@ -33180,7 +33180,7 @@
33180
33180
  "maxLength": 15,
33181
33181
  "minLength": 3,
33182
33182
  "x-reconciled-from-discovery": true,
33183
- "x-reconciled-at": "2026-01-05T01:26:24.920620+00:00"
33183
+ "x-reconciled-at": "2026-01-05T03:03:42.328361+00:00"
33184
33184
  }
33185
33185
  },
33186
33186
  "x-f5xc-minimum-configuration": {
@@ -34311,7 +34311,7 @@
34311
34311
  },
34312
34312
  "x-original-maxLength": 63,
34313
34313
  "x-reconciled-from-discovery": true,
34314
- "x-reconciled-at": "2026-01-05T01:26:26.293089+00:00"
34314
+ "x-reconciled-at": "2026-01-05T03:03:43.528478+00:00"
34315
34315
  }
34316
34316
  },
34317
34317
  "x-f5xc-minimum-configuration": {
@@ -34743,7 +34743,7 @@
34743
34743
  },
34744
34744
  "x-original-maxLength": 1024,
34745
34745
  "x-reconciled-from-discovery": true,
34746
- "x-reconciled-at": "2026-01-05T01:26:26.293148+00:00"
34746
+ "x-reconciled-at": "2026-01-05T03:03:43.528527+00:00"
34747
34747
  },
34748
34748
  "namespace": {
34749
34749
  "type": "string",
@@ -34762,7 +34762,7 @@
34762
34762
  },
34763
34763
  "x-original-maxLength": 1024,
34764
34764
  "x-reconciled-from-discovery": true,
34765
- "x-reconciled-at": "2026-01-05T01:26:26.293153+00:00"
34765
+ "x-reconciled-at": "2026-01-05T03:03:43.528532+00:00"
34766
34766
  }
34767
34767
  },
34768
34768
  "x-f5xc-minimum-configuration": {
@@ -35036,7 +35036,7 @@
35036
35036
  "maxLength": 17,
35037
35037
  "minLength": 17,
35038
35038
  "x-reconciled-from-discovery": true,
35039
- "x-reconciled-at": "2026-01-05T01:26:26.293186+00:00"
35039
+ "x-reconciled-at": "2026-01-05T03:03:43.528562+00:00"
35040
35040
  },
35041
35041
  "system_metadata": {
35042
35042
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -35322,7 +35322,7 @@
35322
35322
  },
35323
35323
  "x-original-maxLength": 1024,
35324
35324
  "x-reconciled-from-discovery": true,
35325
- "x-reconciled-at": "2026-01-05T01:26:26.293224+00:00"
35325
+ "x-reconciled-at": "2026-01-05T03:03:43.528594+00:00"
35326
35326
  },
35327
35327
  "start_time": {
35328
35328
  "type": "string",
@@ -35699,7 +35699,7 @@
35699
35699
  },
35700
35700
  "x-original-maxLength": 1024,
35701
35701
  "x-reconciled-from-discovery": true,
35702
- "x-reconciled-at": "2026-01-05T01:26:26.293269+00:00"
35702
+ "x-reconciled-at": "2026-01-05T03:03:43.528623+00:00"
35703
35703
  }
35704
35704
  },
35705
35705
  "x-f5xc-minimum-configuration": {
@@ -35801,7 +35801,7 @@
35801
35801
  },
35802
35802
  "x-original-maxLength": 1024,
35803
35803
  "x-reconciled-from-discovery": true,
35804
- "x-reconciled-at": "2026-01-05T01:26:26.293280+00:00"
35804
+ "x-reconciled-at": "2026-01-05T03:03:43.528632+00:00"
35805
35805
  },
35806
35806
  "disabled": {
35807
35807
  "type": "boolean",
@@ -35851,7 +35851,7 @@
35851
35851
  },
35852
35852
  "x-original-maxLength": 1024,
35853
35853
  "x-reconciled-from-discovery": true,
35854
- "x-reconciled-at": "2026-01-05T01:26:26.293290+00:00"
35854
+ "x-reconciled-at": "2026-01-05T03:03:43.528641+00:00"
35855
35855
  },
35856
35856
  "namespace": {
35857
35857
  "type": "string",
@@ -35870,7 +35870,7 @@
35870
35870
  },
35871
35871
  "x-original-maxLength": 1024,
35872
35872
  "x-reconciled-from-discovery": true,
35873
- "x-reconciled-at": "2026-01-05T01:26:26.293294+00:00"
35873
+ "x-reconciled-at": "2026-01-05T03:03:43.528645+00:00"
35874
35874
  },
35875
35875
  "owner_view": {
35876
35876
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -35911,7 +35911,7 @@
35911
35911
  "x-field-mutability": "read-only",
35912
35912
  "x-original-maxLength": 1024,
35913
35913
  "x-reconciled-from-discovery": true,
35914
- "x-reconciled-at": "2026-01-05T01:26:26.293302+00:00"
35914
+ "x-reconciled-at": "2026-01-05T03:03:43.528652+00:00"
35915
35915
  },
35916
35916
  "uid": {
35917
35917
  "type": "string",
@@ -35932,7 +35932,7 @@
35932
35932
  "x-original-maxLength": 1024,
35933
35933
  "format": "uuid",
35934
35934
  "x-reconciled-from-discovery": true,
35935
- "x-reconciled-at": "2026-01-05T01:26:26.293308+00:00"
35935
+ "x-reconciled-at": "2026-01-05T03:03:43.528657+00:00"
35936
35936
  }
35937
35937
  },
35938
35938
  "x-f5xc-minimum-configuration": {
@@ -36682,7 +36682,7 @@
36682
36682
  },
36683
36683
  "x-original-maxLength": 1024,
36684
36684
  "x-reconciled-from-discovery": true,
36685
- "x-reconciled-at": "2026-01-05T01:26:26.293383+00:00"
36685
+ "x-reconciled-at": "2026-01-05T03:03:43.528723+00:00"
36686
36686
  },
36687
36687
  "namespace": {
36688
36688
  "type": "string",
@@ -36708,7 +36708,7 @@
36708
36708
  },
36709
36709
  "x-original-maxLength": 1024,
36710
36710
  "x-reconciled-from-discovery": true,
36711
- "x-reconciled-at": "2026-01-05T01:26:26.293388+00:00"
36711
+ "x-reconciled-at": "2026-01-05T03:03:43.528727+00:00"
36712
36712
  }
36713
36713
  },
36714
36714
  "x-f5xc-minimum-configuration": {
@@ -36989,7 +36989,7 @@
36989
36989
  },
36990
36990
  "x-original-maxLength": 1024,
36991
36991
  "x-reconciled-from-discovery": true,
36992
- "x-reconciled-at": "2026-01-05T01:26:34.479613+00:00"
36992
+ "x-reconciled-at": "2026-01-05T03:03:50.610657+00:00"
36993
36993
  },
36994
36994
  "namespace": {
36995
36995
  "type": "string",
@@ -37008,7 +37008,7 @@
37008
37008
  },
37009
37009
  "x-original-maxLength": 1024,
37010
37010
  "x-reconciled-from-discovery": true,
37011
- "x-reconciled-at": "2026-01-05T01:26:34.479617+00:00"
37011
+ "x-reconciled-at": "2026-01-05T03:03:50.610661+00:00"
37012
37012
  }
37013
37013
  },
37014
37014
  "x-f5xc-minimum-configuration": {
@@ -37106,7 +37106,7 @@
37106
37106
  "maxLength": 17,
37107
37107
  "minLength": 17,
37108
37108
  "x-reconciled-from-discovery": true,
37109
- "x-reconciled-at": "2026-01-05T01:26:34.479631+00:00"
37109
+ "x-reconciled-at": "2026-01-05T03:03:50.610673+00:00"
37110
37110
  },
37111
37111
  "system_metadata": {
37112
37112
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -37366,7 +37366,7 @@
37366
37366
  },
37367
37367
  "x-original-maxLength": 1024,
37368
37368
  "x-reconciled-from-discovery": true,
37369
- "x-reconciled-at": "2026-01-05T01:26:34.479653+00:00"
37369
+ "x-reconciled-at": "2026-01-05T03:03:50.610691+00:00"
37370
37370
  },
37371
37371
  "disabled": {
37372
37372
  "type": "boolean",
@@ -37416,7 +37416,7 @@
37416
37416
  },
37417
37417
  "x-original-maxLength": 1024,
37418
37418
  "x-reconciled-from-discovery": true,
37419
- "x-reconciled-at": "2026-01-05T01:26:34.479663+00:00"
37419
+ "x-reconciled-at": "2026-01-05T03:03:50.610702+00:00"
37420
37420
  },
37421
37421
  "namespace": {
37422
37422
  "type": "string",
@@ -37435,7 +37435,7 @@
37435
37435
  },
37436
37436
  "x-original-maxLength": 1024,
37437
37437
  "x-reconciled-from-discovery": true,
37438
- "x-reconciled-at": "2026-01-05T01:26:34.479667+00:00"
37438
+ "x-reconciled-at": "2026-01-05T03:03:50.610706+00:00"
37439
37439
  },
37440
37440
  "owner_view": {
37441
37441
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -37476,7 +37476,7 @@
37476
37476
  "x-field-mutability": "read-only",
37477
37477
  "x-original-maxLength": 1024,
37478
37478
  "x-reconciled-from-discovery": true,
37479
- "x-reconciled-at": "2026-01-05T01:26:34.479674+00:00"
37479
+ "x-reconciled-at": "2026-01-05T03:03:50.610713+00:00"
37480
37480
  },
37481
37481
  "uid": {
37482
37482
  "type": "string",
@@ -37497,7 +37497,7 @@
37497
37497
  "x-original-maxLength": 1024,
37498
37498
  "format": "uuid",
37499
37499
  "x-reconciled-from-discovery": true,
37500
- "x-reconciled-at": "2026-01-05T01:26:34.479680+00:00"
37500
+ "x-reconciled-at": "2026-01-05T03:03:50.610718+00:00"
37501
37501
  }
37502
37502
  },
37503
37503
  "x-f5xc-minimum-configuration": {
@@ -38006,7 +38006,7 @@
38006
38006
  },
38007
38007
  "x-original-maxLength": 1024,
38008
38008
  "x-reconciled-from-discovery": true,
38009
- "x-reconciled-at": "2026-01-05T01:26:34.479720+00:00"
38009
+ "x-reconciled-at": "2026-01-05T03:03:50.610758+00:00"
38010
38010
  },
38011
38011
  "namespace": {
38012
38012
  "type": "string",
@@ -38032,7 +38032,7 @@
38032
38032
  },
38033
38033
  "x-original-maxLength": 1024,
38034
38034
  "x-reconciled-from-discovery": true,
38035
- "x-reconciled-at": "2026-01-05T01:26:34.479725+00:00"
38035
+ "x-reconciled-at": "2026-01-05T03:03:50.610762+00:00"
38036
38036
  }
38037
38037
  },
38038
38038
  "x-f5xc-minimum-configuration": {
@@ -38414,7 +38414,7 @@
38414
38414
  },
38415
38415
  "x-original-maxLength": 1024,
38416
38416
  "x-reconciled-from-discovery": true,
38417
- "x-reconciled-at": "2026-01-05T01:26:35.177291+00:00"
38417
+ "x-reconciled-at": "2026-01-05T03:03:51.227788+00:00"
38418
38418
  },
38419
38419
  "query": {
38420
38420
  "type": "string",
@@ -38546,7 +38546,7 @@
38546
38546
  },
38547
38547
  "x-original-maxLength": 1024,
38548
38548
  "x-reconciled-from-discovery": true,
38549
- "x-reconciled-at": "2026-01-05T01:26:35.177307+00:00"
38549
+ "x-reconciled-at": "2026-01-05T03:03:51.227801+00:00"
38550
38550
  },
38551
38551
  "query": {
38552
38552
  "type": "string",
@@ -38682,7 +38682,7 @@
38682
38682
  },
38683
38683
  "x-original-maxLength": 1024,
38684
38684
  "x-reconciled-from-discovery": true,
38685
- "x-reconciled-at": "2026-01-05T01:26:35.177321+00:00"
38685
+ "x-reconciled-at": "2026-01-05T03:03:51.227814+00:00"
38686
38686
  },
38687
38687
  "query": {
38688
38688
  "type": "string",
@@ -38814,7 +38814,7 @@
38814
38814
  },
38815
38815
  "x-original-maxLength": 1024,
38816
38816
  "x-reconciled-from-discovery": true,
38817
- "x-reconciled-at": "2026-01-05T01:26:35.177334+00:00"
38817
+ "x-reconciled-at": "2026-01-05T03:03:51.227824+00:00"
38818
38818
  },
38819
38819
  "query": {
38820
38820
  "type": "string",
@@ -39004,7 +39004,7 @@
39004
39004
  },
39005
39005
  "x-original-maxLength": 1024,
39006
39006
  "x-reconciled-from-discovery": true,
39007
- "x-reconciled-at": "2026-01-05T01:26:35.177373+00:00"
39007
+ "x-reconciled-at": "2026-01-05T03:03:51.227858+00:00"
39008
39008
  },
39009
39009
  "site": {
39010
39010
  "type": "string",
@@ -39121,7 +39121,7 @@
39121
39121
  },
39122
39122
  "x-original-maxLength": 1024,
39123
39123
  "x-reconciled-from-discovery": true,
39124
- "x-reconciled-at": "2026-01-05T01:26:35.177430+00:00"
39124
+ "x-reconciled-at": "2026-01-05T03:03:51.227910+00:00"
39125
39125
  },
39126
39126
  "query": {
39127
39127
  "type": "string",
@@ -39253,7 +39253,7 @@
39253
39253
  },
39254
39254
  "x-original-maxLength": 1024,
39255
39255
  "x-reconciled-from-discovery": true,
39256
- "x-reconciled-at": "2026-01-05T01:26:35.177444+00:00"
39256
+ "x-reconciled-at": "2026-01-05T03:03:51.227921+00:00"
39257
39257
  },
39258
39258
  "query": {
39259
39259
  "type": "string",
@@ -39389,7 +39389,7 @@
39389
39389
  },
39390
39390
  "x-original-maxLength": 1024,
39391
39391
  "x-reconciled-from-discovery": true,
39392
- "x-reconciled-at": "2026-01-05T01:26:35.177457+00:00"
39392
+ "x-reconciled-at": "2026-01-05T03:03:51.227933+00:00"
39393
39393
  },
39394
39394
  "query": {
39395
39395
  "type": "string",
@@ -39538,7 +39538,7 @@
39538
39538
  },
39539
39539
  "x-original-maxLength": 1024,
39540
39540
  "x-reconciled-from-discovery": true,
39541
- "x-reconciled-at": "2026-01-05T01:26:35.177471+00:00"
39541
+ "x-reconciled-at": "2026-01-05T03:03:51.227945+00:00"
39542
39542
  },
39543
39543
  "query": {
39544
39544
  "type": "string",
@@ -39691,7 +39691,7 @@
39691
39691
  },
39692
39692
  "x-original-maxLength": 1024,
39693
39693
  "x-reconciled-from-discovery": true,
39694
- "x-reconciled-at": "2026-01-05T01:26:35.177485+00:00"
39694
+ "x-reconciled-at": "2026-01-05T03:03:51.227958+00:00"
39695
39695
  },
39696
39696
  "query": {
39697
39697
  "type": "string",
@@ -39840,7 +39840,7 @@
39840
39840
  },
39841
39841
  "x-original-maxLength": 1024,
39842
39842
  "x-reconciled-from-discovery": true,
39843
- "x-reconciled-at": "2026-01-05T01:26:35.177498+00:00"
39843
+ "x-reconciled-at": "2026-01-05T03:03:51.227970+00:00"
39844
39844
  },
39845
39845
  "query": {
39846
39846
  "type": "string",
@@ -39974,7 +39974,7 @@
39974
39974
  },
39975
39975
  "x-original-maxLength": 256,
39976
39976
  "x-reconciled-from-discovery": true,
39977
- "x-reconciled-at": "2026-01-05T01:26:35.177512+00:00"
39977
+ "x-reconciled-at": "2026-01-05T03:03:51.227988+00:00"
39978
39978
  }
39979
39979
  },
39980
39980
  "x-f5xc-minimum-configuration": {
@@ -40151,7 +40151,7 @@
40151
40151
  },
40152
40152
  "x-original-maxLength": 1024,
40153
40153
  "x-reconciled-from-discovery": true,
40154
- "x-reconciled-at": "2026-01-05T01:26:35.177538+00:00"
40154
+ "x-reconciled-at": "2026-01-05T03:03:51.228012+00:00"
40155
40155
  },
40156
40156
  "scroll_id": {
40157
40157
  "type": "string",
@@ -40242,7 +40242,7 @@
40242
40242
  },
40243
40243
  "x-original-maxLength": 1024,
40244
40244
  "x-reconciled-from-discovery": true,
40245
- "x-reconciled-at": "2026-01-05T01:26:35.177586+00:00"
40245
+ "x-reconciled-at": "2026-01-05T03:03:51.228053+00:00"
40246
40246
  },
40247
40247
  "query": {
40248
40248
  "type": "string",
@@ -40387,7 +40387,7 @@
40387
40387
  },
40388
40388
  "x-original-maxLength": 1024,
40389
40389
  "x-reconciled-from-discovery": true,
40390
- "x-reconciled-at": "2026-01-05T01:26:35.177599+00:00"
40390
+ "x-reconciled-at": "2026-01-05T03:03:51.228066+00:00"
40391
40391
  },
40392
40392
  "query": {
40393
40393
  "type": "string",
@@ -40524,7 +40524,7 @@
40524
40524
  },
40525
40525
  "x-original-maxLength": 1024,
40526
40526
  "x-reconciled-from-discovery": true,
40527
- "x-reconciled-at": "2026-01-05T01:26:35.177614+00:00"
40527
+ "x-reconciled-at": "2026-01-05T03:03:51.228080+00:00"
40528
40528
  },
40529
40529
  "query": {
40530
40530
  "type": "string",
@@ -40656,7 +40656,7 @@
40656
40656
  },
40657
40657
  "x-original-maxLength": 1024,
40658
40658
  "x-reconciled-from-discovery": true,
40659
- "x-reconciled-at": "2026-01-05T01:26:35.177626+00:00"
40659
+ "x-reconciled-at": "2026-01-05T03:03:51.228090+00:00"
40660
40660
  },
40661
40661
  "query": {
40662
40662
  "type": "string",
@@ -40792,7 +40792,7 @@
40792
40792
  },
40793
40793
  "x-original-maxLength": 1024,
40794
40794
  "x-reconciled-from-discovery": true,
40795
- "x-reconciled-at": "2026-01-05T01:26:35.177639+00:00"
40795
+ "x-reconciled-at": "2026-01-05T03:03:51.228101+00:00"
40796
40796
  },
40797
40797
  "query": {
40798
40798
  "type": "string",
@@ -40924,7 +40924,7 @@
40924
40924
  },
40925
40925
  "x-original-maxLength": 1024,
40926
40926
  "x-reconciled-from-discovery": true,
40927
- "x-reconciled-at": "2026-01-05T01:26:35.177650+00:00"
40927
+ "x-reconciled-at": "2026-01-05T03:03:51.228112+00:00"
40928
40928
  },
40929
40929
  "query": {
40930
40930
  "type": "string",
@@ -43084,7 +43084,7 @@
43084
43084
  },
43085
43085
  "x-original-maxLength": 1024,
43086
43086
  "x-reconciled-from-discovery": true,
43087
- "x-reconciled-at": "2026-01-05T01:26:47.676670+00:00"
43087
+ "x-reconciled-at": "2026-01-05T03:04:02.090856+00:00"
43088
43088
  },
43089
43089
  "report_frequency": {
43090
43090
  "$ref": "#/components/schemas/reportReportFrequency"
@@ -43756,7 +43756,7 @@
43756
43756
  },
43757
43757
  "x-original-maxLength": 1024,
43758
43758
  "x-reconciled-from-discovery": true,
43759
- "x-reconciled-at": "2026-01-05T01:26:48.137054+00:00"
43759
+ "x-reconciled-at": "2026-01-05T03:04:02.484917+00:00"
43760
43760
  },
43761
43761
  "disabled": {
43762
43762
  "type": "boolean",
@@ -43806,7 +43806,7 @@
43806
43806
  },
43807
43807
  "x-original-maxLength": 1024,
43808
43808
  "x-reconciled-from-discovery": true,
43809
- "x-reconciled-at": "2026-01-05T01:26:48.137065+00:00"
43809
+ "x-reconciled-at": "2026-01-05T03:04:02.484925+00:00"
43810
43810
  },
43811
43811
  "namespace": {
43812
43812
  "type": "string",
@@ -43825,7 +43825,7 @@
43825
43825
  },
43826
43826
  "x-original-maxLength": 1024,
43827
43827
  "x-reconciled-from-discovery": true,
43828
- "x-reconciled-at": "2026-01-05T01:26:48.137069+00:00"
43828
+ "x-reconciled-at": "2026-01-05T03:04:02.484930+00:00"
43829
43829
  },
43830
43830
  "object": {
43831
43831
  "$ref": "#/components/schemas/schemareportObject"
@@ -43854,7 +43854,7 @@
43854
43854
  "x-field-mutability": "read-only",
43855
43855
  "x-original-maxLength": 1024,
43856
43856
  "x-reconciled-from-discovery": true,
43857
- "x-reconciled-at": "2026-01-05T01:26:48.137076+00:00"
43857
+ "x-reconciled-at": "2026-01-05T03:04:02.484936+00:00"
43858
43858
  },
43859
43859
  "uid": {
43860
43860
  "type": "string",
@@ -43875,7 +43875,7 @@
43875
43875
  "x-original-maxLength": 1024,
43876
43876
  "format": "uuid",
43877
43877
  "x-reconciled-from-discovery": true,
43878
- "x-reconciled-at": "2026-01-05T01:26:48.137082+00:00"
43878
+ "x-reconciled-at": "2026-01-05T03:04:02.484941+00:00"
43879
43879
  }
43880
43880
  },
43881
43881
  "x-f5xc-minimum-configuration": {
@@ -43939,7 +43939,7 @@
43939
43939
  },
43940
43940
  "x-original-maxLength": 1024,
43941
43941
  "x-reconciled-from-discovery": true,
43942
- "x-reconciled-at": "2026-01-05T01:26:48.137088+00:00"
43942
+ "x-reconciled-at": "2026-01-05T03:04:02.484947+00:00"
43943
43943
  },
43944
43944
  "namespace": {
43945
43945
  "type": "string",
@@ -43958,7 +43958,7 @@
43958
43958
  },
43959
43959
  "x-original-maxLength": 1024,
43960
43960
  "x-reconciled-from-discovery": true,
43961
- "x-reconciled-at": "2026-01-05T01:26:48.137092+00:00"
43961
+ "x-reconciled-at": "2026-01-05T03:04:02.484951+00:00"
43962
43962
  }
43963
43963
  },
43964
43964
  "x-f5xc-minimum-configuration": {
@@ -44006,7 +44006,7 @@
44006
44006
  },
44007
44007
  "x-original-maxLength": 1024,
44008
44008
  "x-reconciled-from-discovery": true,
44009
- "x-reconciled-at": "2026-01-05T01:26:48.137097+00:00"
44009
+ "x-reconciled-at": "2026-01-05T03:04:02.484955+00:00"
44010
44010
  },
44011
44011
  "namespace": {
44012
44012
  "type": "string",
@@ -44032,7 +44032,7 @@
44032
44032
  },
44033
44033
  "x-original-maxLength": 1024,
44034
44034
  "x-reconciled-from-discovery": true,
44035
- "x-reconciled-at": "2026-01-05T01:26:48.137101+00:00"
44035
+ "x-reconciled-at": "2026-01-05T03:04:02.484959+00:00"
44036
44036
  }
44037
44037
  },
44038
44038
  "x-f5xc-minimum-configuration": {
@@ -44145,7 +44145,7 @@
44145
44145
  "maxLength": 17,
44146
44146
  "minLength": 17,
44147
44147
  "x-reconciled-from-discovery": true,
44148
- "x-reconciled-at": "2026-01-05T01:26:48.137115+00:00"
44148
+ "x-reconciled-at": "2026-01-05T03:04:02.484972+00:00"
44149
44149
  },
44150
44150
  "system_metadata": {
44151
44151
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -44242,7 +44242,7 @@
44242
44242
  },
44243
44243
  "x-original-maxLength": 1024,
44244
44244
  "x-reconciled-from-discovery": true,
44245
- "x-reconciled-at": "2026-01-05T01:26:48.137123+00:00"
44245
+ "x-reconciled-at": "2026-01-05T03:04:02.484987+00:00"
44246
44246
  },
44247
44247
  "report_config_names": {
44248
44248
  "$ref": "#/components/schemas/report_configReportConfigurationNamesList"
@@ -44439,7 +44439,7 @@
44439
44439
  },
44440
44440
  "x-original-maxLength": 1024,
44441
44441
  "x-reconciled-from-discovery": true,
44442
- "x-reconciled-at": "2026-01-05T01:26:48.137141+00:00"
44442
+ "x-reconciled-at": "2026-01-05T03:04:02.485003+00:00"
44443
44443
  },
44444
44444
  "disabled": {
44445
44445
  "type": "boolean",
@@ -44489,7 +44489,7 @@
44489
44489
  },
44490
44490
  "x-original-maxLength": 1024,
44491
44491
  "x-reconciled-from-discovery": true,
44492
- "x-reconciled-at": "2026-01-05T01:26:48.137150+00:00"
44492
+ "x-reconciled-at": "2026-01-05T03:04:02.485011+00:00"
44493
44493
  },
44494
44494
  "namespace": {
44495
44495
  "type": "string",
@@ -44508,7 +44508,7 @@
44508
44508
  },
44509
44509
  "x-original-maxLength": 1024,
44510
44510
  "x-reconciled-from-discovery": true,
44511
- "x-reconciled-at": "2026-01-05T01:26:48.137154+00:00"
44511
+ "x-reconciled-at": "2026-01-05T03:04:02.485015+00:00"
44512
44512
  },
44513
44513
  "owner_view": {
44514
44514
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -44549,7 +44549,7 @@
44549
44549
  "x-field-mutability": "read-only",
44550
44550
  "x-original-maxLength": 1024,
44551
44551
  "x-reconciled-from-discovery": true,
44552
- "x-reconciled-at": "2026-01-05T01:26:48.137161+00:00"
44552
+ "x-reconciled-at": "2026-01-05T03:04:02.485022+00:00"
44553
44553
  },
44554
44554
  "uid": {
44555
44555
  "type": "string",
@@ -44570,7 +44570,7 @@
44570
44570
  "x-original-maxLength": 1024,
44571
44571
  "format": "uuid",
44572
44572
  "x-reconciled-from-discovery": true,
44573
- "x-reconciled-at": "2026-01-05T01:26:48.137167+00:00"
44573
+ "x-reconciled-at": "2026-01-05T03:04:02.485026+00:00"
44574
44574
  }
44575
44575
  },
44576
44576
  "x-f5xc-minimum-configuration": {
@@ -45264,7 +45264,7 @@
45264
45264
  },
45265
45265
  "x-original-maxLength": 1200,
45266
45266
  "x-reconciled-from-discovery": true,
45267
- "x-reconciled-at": "2026-01-05T01:26:48.137288+00:00"
45267
+ "x-reconciled-at": "2026-01-05T03:04:02.485125+00:00"
45268
45268
  },
45269
45269
  "disable": {
45270
45270
  "type": "boolean",
@@ -45319,7 +45319,7 @@
45319
45319
  },
45320
45320
  "x-original-maxLength": 1024,
45321
45321
  "x-reconciled-from-discovery": true,
45322
- "x-reconciled-at": "2026-01-05T01:26:48.137295+00:00"
45322
+ "x-reconciled-at": "2026-01-05T03:04:02.485132+00:00"
45323
45323
  },
45324
45324
  "namespace": {
45325
45325
  "type": "string",
@@ -45338,7 +45338,7 @@
45338
45338
  },
45339
45339
  "x-original-maxLength": 1024,
45340
45340
  "x-reconciled-from-discovery": true,
45341
- "x-reconciled-at": "2026-01-05T01:26:48.137299+00:00"
45341
+ "x-reconciled-at": "2026-01-05T03:04:02.485135+00:00"
45342
45342
  },
45343
45343
  "uid": {
45344
45344
  "type": "string",
@@ -45360,7 +45360,7 @@
45360
45360
  "x-original-maxLength": 1024,
45361
45361
  "format": "uuid",
45362
45362
  "x-reconciled-from-discovery": true,
45363
- "x-reconciled-at": "2026-01-05T01:26:48.137304+00:00"
45363
+ "x-reconciled-at": "2026-01-05T03:04:02.485140+00:00"
45364
45364
  }
45365
45365
  },
45366
45366
  "x-f5xc-minimum-configuration": {
@@ -45562,7 +45562,7 @@
45562
45562
  "maxLength": 6,
45563
45563
  "minLength": 6,
45564
45564
  "x-reconciled-from-discovery": true,
45565
- "x-reconciled-at": "2026-01-05T01:26:48.137389+00:00"
45565
+ "x-reconciled-at": "2026-01-05T03:04:02.485218+00:00"
45566
45566
  },
45567
45567
  "object_index": {
45568
45568
  "type": "integer",
@@ -45635,7 +45635,7 @@
45635
45635
  "x-field-mutability": "read-only",
45636
45636
  "x-original-maxLength": 1024,
45637
45637
  "x-reconciled-from-discovery": true,
45638
- "x-reconciled-at": "2026-01-05T01:26:48.137398+00:00"
45638
+ "x-reconciled-at": "2026-01-05T03:04:02.485227+00:00"
45639
45639
  },
45640
45640
  "trace_info": {
45641
45641
  "type": "string",
@@ -45673,7 +45673,7 @@
45673
45673
  "x-original-maxLength": 1024,
45674
45674
  "format": "uuid",
45675
45675
  "x-reconciled-from-discovery": true,
45676
- "x-reconciled-at": "2026-01-05T01:26:48.137404+00:00"
45676
+ "x-reconciled-at": "2026-01-05T03:04:02.485232+00:00"
45677
45677
  },
45678
45678
  "vtrp_id": {
45679
45679
  "type": "string",
@@ -47415,7 +47415,7 @@
47415
47415
  },
47416
47416
  "x-original-maxLength": 1024,
47417
47417
  "x-reconciled-from-discovery": true,
47418
- "x-reconciled-at": "2026-01-05T01:26:52.759967+00:00"
47418
+ "x-reconciled-at": "2026-01-05T03:04:06.501742+00:00"
47419
47419
  },
47420
47420
  "service": {
47421
47421
  "type": "string",
@@ -47734,7 +47734,7 @@
47734
47734
  },
47735
47735
  "x-original-maxLength": 1024,
47736
47736
  "x-reconciled-from-discovery": true,
47737
- "x-reconciled-at": "2026-01-05T01:26:52.760007+00:00"
47737
+ "x-reconciled-at": "2026-01-05T03:04:06.501779+00:00"
47738
47738
  }
47739
47739
  },
47740
47740
  "x-f5xc-minimum-configuration": {
@@ -47854,7 +47854,7 @@
47854
47854
  "maxLength": 15,
47855
47855
  "minLength": 3,
47856
47856
  "x-reconciled-from-discovery": true,
47857
- "x-reconciled-at": "2026-01-05T01:26:52.760020+00:00"
47857
+ "x-reconciled-at": "2026-01-05T03:04:06.501791+00:00"
47858
47858
  }
47859
47859
  },
47860
47860
  "x-f5xc-minimum-configuration": {
@@ -48071,7 +48071,7 @@
48071
48071
  },
48072
48072
  "x-original-maxLength": 1024,
48073
48073
  "x-reconciled-from-discovery": true,
48074
- "x-reconciled-at": "2026-01-05T01:26:52.760043+00:00"
48074
+ "x-reconciled-at": "2026-01-05T03:04:06.501810+00:00"
48075
48075
  },
48076
48076
  "range": {
48077
48077
  "type": "string",
@@ -48342,7 +48342,7 @@
48342
48342
  },
48343
48343
  "x-original-maxLength": 1024,
48344
48344
  "x-reconciled-from-discovery": true,
48345
- "x-reconciled-at": "2026-01-05T01:26:52.760065+00:00"
48345
+ "x-reconciled-at": "2026-01-05T03:04:06.501830+00:00"
48346
48346
  },
48347
48347
  "service": {
48348
48348
  "type": "string",
@@ -48551,7 +48551,7 @@
48551
48551
  },
48552
48552
  "x-original-maxLength": 1024,
48553
48553
  "x-reconciled-from-discovery": true,
48554
- "x-reconciled-at": "2026-01-05T01:26:52.760083+00:00"
48554
+ "x-reconciled-at": "2026-01-05T03:04:06.501846+00:00"
48555
48555
  },
48556
48556
  "range": {
48557
48557
  "type": "string",
@@ -48798,7 +48798,7 @@
48798
48798
  },
48799
48799
  "x-original-maxLength": 1024,
48800
48800
  "x-reconciled-from-discovery": true,
48801
- "x-reconciled-at": "2026-01-05T01:26:52.760102+00:00"
48801
+ "x-reconciled-at": "2026-01-05T03:04:06.501863+00:00"
48802
48802
  },
48803
48803
  "range": {
48804
48804
  "type": "string",
@@ -49053,7 +49053,7 @@
49053
49053
  },
49054
49054
  "x-original-maxLength": 1024,
49055
49055
  "x-reconciled-from-discovery": true,
49056
- "x-reconciled-at": "2026-01-05T01:26:52.760120+00:00"
49056
+ "x-reconciled-at": "2026-01-05T03:04:06.501878+00:00"
49057
49057
  },
49058
49058
  "start_time": {
49059
49059
  "type": "string",
@@ -49206,7 +49206,7 @@
49206
49206
  },
49207
49207
  "x-original-maxLength": 1024,
49208
49208
  "x-reconciled-from-discovery": true,
49209
- "x-reconciled-at": "2026-01-05T01:26:52.760133+00:00"
49209
+ "x-reconciled-at": "2026-01-05T03:04:06.501890+00:00"
49210
49210
  }
49211
49211
  },
49212
49212
  "x-f5xc-minimum-configuration": {
@@ -49356,7 +49356,7 @@
49356
49356
  },
49357
49357
  "x-original-maxLength": 1024,
49358
49358
  "x-reconciled-from-discovery": true,
49359
- "x-reconciled-at": "2026-01-05T01:26:52.760148+00:00"
49359
+ "x-reconciled-at": "2026-01-05T03:04:06.501904+00:00"
49360
49360
  },
49361
49361
  "range": {
49362
49362
  "type": "string",
@@ -49582,7 +49582,7 @@
49582
49582
  },
49583
49583
  "x-original-maxLength": 1024,
49584
49584
  "x-reconciled-from-discovery": true,
49585
- "x-reconciled-at": "2026-01-05T01:26:52.760166+00:00"
49585
+ "x-reconciled-at": "2026-01-05T03:04:06.501921+00:00"
49586
49586
  },
49587
49587
  "range": {
49588
49588
  "type": "string",
@@ -50112,7 +50112,7 @@
50112
50112
  },
50113
50113
  "x-original-maxLength": 1024,
50114
50114
  "x-reconciled-from-discovery": true,
50115
- "x-reconciled-at": "2026-01-05T01:27:04.869850+00:00"
50115
+ "x-reconciled-at": "2026-01-05T03:04:17.064997+00:00"
50116
50116
  },
50117
50117
  "sli_address": {
50118
50118
  "type": "string",
@@ -50650,7 +50650,7 @@
50650
50650
  },
50651
50651
  "x-original-maxLength": 1024,
50652
50652
  "x-reconciled-from-discovery": true,
50653
- "x-reconciled-at": "2026-01-05T01:27:04.869908+00:00"
50653
+ "x-reconciled-at": "2026-01-05T03:04:17.065050+00:00"
50654
50654
  }
50655
50655
  },
50656
50656
  "x-f5xc-minimum-configuration": {
@@ -50763,7 +50763,7 @@
50763
50763
  },
50764
50764
  "x-original-maxLength": 1024,
50765
50765
  "x-reconciled-from-discovery": true,
50766
- "x-reconciled-at": "2026-01-05T01:27:04.869924+00:00"
50766
+ "x-reconciled-at": "2026-01-05T03:04:17.065065+00:00"
50767
50767
  },
50768
50768
  "network_name": {
50769
50769
  "type": "string",
@@ -51080,7 +51080,7 @@
51080
51080
  },
51081
51081
  "x-original-maxLength": 1024,
51082
51082
  "x-reconciled-from-discovery": true,
51083
- "x-reconciled-at": "2026-01-05T01:27:04.869951+00:00"
51083
+ "x-reconciled-at": "2026-01-05T03:04:17.065090+00:00"
51084
51084
  },
51085
51085
  "resource_id": {
51086
51086
  "type": "string",
@@ -52055,7 +52055,7 @@
52055
52055
  },
52056
52056
  "x-original-maxLength": 1024,
52057
52057
  "x-reconciled-from-discovery": true,
52058
- "x-reconciled-at": "2026-01-05T01:27:04.870017+00:00"
52058
+ "x-reconciled-at": "2026-01-05T03:04:17.065150+00:00"
52059
52059
  },
52060
52060
  "src_id": {
52061
52061
  "type": "string",
@@ -52242,7 +52242,7 @@
52242
52242
  },
52243
52243
  "x-original-maxLength": 1024,
52244
52244
  "x-reconciled-from-discovery": true,
52245
- "x-reconciled-at": "2026-01-05T01:27:04.870034+00:00"
52245
+ "x-reconciled-at": "2026-01-05T03:04:17.065165+00:00"
52246
52246
  }
52247
52247
  },
52248
52248
  "x-f5xc-minimum-configuration": {
@@ -52312,7 +52312,7 @@
52312
52312
  },
52313
52313
  "x-original-maxLength": 1024,
52314
52314
  "x-reconciled-from-discovery": true,
52315
- "x-reconciled-at": "2026-01-05T01:27:04.870041+00:00"
52315
+ "x-reconciled-at": "2026-01-05T03:04:17.065172+00:00"
52316
52316
  },
52317
52317
  "owner_id": {
52318
52318
  "type": "string",
@@ -52361,7 +52361,7 @@
52361
52361
  },
52362
52362
  "x-original-maxLength": 1024,
52363
52363
  "x-reconciled-from-discovery": true,
52364
- "x-reconciled-at": "2026-01-05T01:27:04.870049+00:00"
52364
+ "x-reconciled-at": "2026-01-05T03:04:17.065179+00:00"
52365
52365
  },
52366
52366
  "tags": {
52367
52367
  "type": "object",
@@ -52598,7 +52598,7 @@
52598
52598
  },
52599
52599
  "x-original-maxLength": 1024,
52600
52600
  "x-reconciled-from-discovery": true,
52601
- "x-reconciled-at": "2026-01-05T01:27:04.870068+00:00"
52601
+ "x-reconciled-at": "2026-01-05T03:04:17.065196+00:00"
52602
52602
  },
52603
52603
  "private_addresses": {
52604
52604
  "type": "array",
@@ -52660,7 +52660,7 @@
52660
52660
  },
52661
52661
  "x-original-maxLength": 1024,
52662
52662
  "x-reconciled-from-discovery": true,
52663
- "x-reconciled-at": "2026-01-05T01:27:04.870076+00:00"
52663
+ "x-reconciled-at": "2026-01-05T03:04:17.065202+00:00"
52664
52664
  },
52665
52665
  "subnet": {
52666
52666
  "type": "array",
@@ -52914,7 +52914,7 @@
52914
52914
  },
52915
52915
  "x-original-maxLength": 1024,
52916
52916
  "x-reconciled-from-discovery": true,
52917
- "x-reconciled-at": "2026-01-05T01:27:04.870094+00:00"
52917
+ "x-reconciled-at": "2026-01-05T03:04:17.065219+00:00"
52918
52918
  },
52919
52919
  "network_type": {
52920
52920
  "$ref": "#/components/schemas/topologyCloudNetworkType"
@@ -53138,7 +53138,7 @@
53138
53138
  },
53139
53139
  "x-original-maxLength": 1024,
53140
53140
  "x-reconciled-from-discovery": true,
53141
- "x-reconciled-at": "2026-01-05T01:27:04.870111+00:00"
53141
+ "x-reconciled-at": "2026-01-05T03:04:17.065234+00:00"
53142
53142
  },
53143
53143
  "level": {
53144
53144
  "type": "integer",
@@ -53174,7 +53174,7 @@
53174
53174
  },
53175
53175
  "x-original-maxLength": 1024,
53176
53176
  "x-reconciled-from-discovery": true,
53177
- "x-reconciled-at": "2026-01-05T01:27:04.870117+00:00"
53177
+ "x-reconciled-at": "2026-01-05T03:04:17.065240+00:00"
53178
53178
  },
53179
53179
  "owner_id": {
53180
53180
  "type": "string",
@@ -53211,7 +53211,7 @@
53211
53211
  },
53212
53212
  "x-original-maxLength": 1024,
53213
53213
  "x-reconciled-from-discovery": true,
53214
- "x-reconciled-at": "2026-01-05T01:27:04.870124+00:00"
53214
+ "x-reconciled-at": "2026-01-05T03:04:17.065245+00:00"
53215
53215
  },
53216
53216
  "tags": {
53217
53217
  "type": "object",
@@ -53777,7 +53777,7 @@
53777
53777
  },
53778
53778
  "x-original-maxLength": 1024,
53779
53779
  "x-reconciled-from-discovery": true,
53780
- "x-reconciled-at": "2026-01-05T01:27:04.870162+00:00"
53780
+ "x-reconciled-at": "2026-01-05T03:04:17.065280+00:00"
53781
53781
  },
53782
53782
  "tags": {
53783
53783
  "type": "object",
@@ -54571,7 +54571,7 @@
54571
54571
  },
54572
54572
  "x-original-maxLength": 1024,
54573
54573
  "x-reconciled-from-discovery": true,
54574
- "x-reconciled-at": "2026-01-05T01:27:04.870222+00:00"
54574
+ "x-reconciled-at": "2026-01-05T03:04:17.065339+00:00"
54575
54575
  }
54576
54576
  },
54577
54577
  "x-f5xc-minimum-configuration": {
@@ -54969,7 +54969,7 @@
54969
54969
  },
54970
54970
  "x-original-maxLength": 1024,
54971
54971
  "x-reconciled-from-discovery": true,
54972
- "x-reconciled-at": "2026-01-05T01:27:13.720532+00:00"
54972
+ "x-reconciled-at": "2026-01-05T03:04:24.757941+00:00"
54973
54973
  },
54974
54974
  "network_id": {
54975
54975
  "type": "string",
@@ -55134,7 +55134,7 @@
55134
55134
  },
55135
55135
  "x-original-maxLength": 1024,
55136
55136
  "x-reconciled-from-discovery": true,
55137
- "x-reconciled-at": "2026-01-05T01:27:13.720550+00:00"
55137
+ "x-reconciled-at": "2026-01-05T03:04:24.757958+00:00"
55138
55138
  },
55139
55139
  "sort": {
55140
55140
  "$ref": "#/components/schemas/l3l4MitigationSeriesSort"
@@ -55271,7 +55271,7 @@
55271
55271
  },
55272
55272
  "x-original-maxLength": 1024,
55273
55273
  "x-reconciled-from-discovery": true,
55274
- "x-reconciled-at": "2026-01-05T01:27:13.720564+00:00"
55274
+ "x-reconciled-at": "2026-01-05T03:04:24.757970+00:00"
55275
55275
  },
55276
55276
  "network_id": {
55277
55277
  "type": "string",
@@ -55419,7 +55419,7 @@
55419
55419
  },
55420
55420
  "x-original-maxLength": 1024,
55421
55421
  "x-reconciled-from-discovery": true,
55422
- "x-reconciled-at": "2026-01-05T01:27:13.720577+00:00"
55422
+ "x-reconciled-at": "2026-01-05T03:04:24.757991+00:00"
55423
55423
  },
55424
55424
  "network_id": {
55425
55425
  "type": "string",
@@ -55571,7 +55571,7 @@
55571
55571
  },
55572
55572
  "x-original-maxLength": 1024,
55573
55573
  "x-reconciled-from-discovery": true,
55574
- "x-reconciled-at": "2026-01-05T01:27:13.720591+00:00"
55574
+ "x-reconciled-at": "2026-01-05T03:04:24.758003+00:00"
55575
55575
  },
55576
55576
  "network_id": {
55577
55577
  "type": "string",
@@ -55786,7 +55786,7 @@
55786
55786
  },
55787
55787
  "x-original-maxLength": 1024,
55788
55788
  "x-reconciled-from-discovery": true,
55789
- "x-reconciled-at": "2026-01-05T01:27:13.720608+00:00"
55789
+ "x-reconciled-at": "2026-01-05T03:04:24.758018+00:00"
55790
55790
  }
55791
55791
  },
55792
55792
  "x-f5xc-minimum-configuration": {
@@ -55824,7 +55824,7 @@
55824
55824
  },
55825
55825
  "x-original-maxLength": 1024,
55826
55826
  "x-reconciled-from-discovery": true,
55827
- "x-reconciled-at": "2026-01-05T01:27:13.720613+00:00"
55827
+ "x-reconciled-at": "2026-01-05T03:04:24.758023+00:00"
55828
55828
  },
55829
55829
  "values": {
55830
55830
  "type": "array",
@@ -56005,7 +56005,7 @@
56005
56005
  },
56006
56006
  "x-original-maxLength": 1024,
56007
56007
  "x-reconciled-from-discovery": true,
56008
- "x-reconciled-at": "2026-01-05T01:27:13.720626+00:00"
56008
+ "x-reconciled-at": "2026-01-05T03:04:24.758035+00:00"
56009
56009
  },
56010
56010
  "network_id": {
56011
56011
  "type": "string",