@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.0

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 (142) hide show
  1. package/dist/docs/data-sources/addon_service.md +143 -0
  2. package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
  3. package/dist/docs/data-sources/addon_subscription.md +134 -0
  4. package/dist/docs/data-sources/allowed_tenant.md +134 -0
  5. package/dist/docs/data-sources/api_credential.md +134 -0
  6. package/dist/docs/data-sources/bigip_irule.md +134 -0
  7. package/dist/docs/data-sources/child_tenant.md +134 -0
  8. package/dist/docs/data-sources/child_tenant_manager.md +134 -0
  9. package/dist/docs/data-sources/contact.md +134 -0
  10. package/dist/docs/data-sources/customer_support.md +134 -0
  11. package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
  12. package/dist/docs/data-sources/dns_lb_pool.md +134 -0
  13. package/dist/docs/data-sources/dns_load_balancer.md +134 -0
  14. package/dist/docs/data-sources/dns_zone.md +145 -0
  15. package/dist/docs/data-sources/geo_location_set.md +134 -0
  16. package/dist/docs/data-sources/ike1.md +134 -0
  17. package/dist/docs/data-sources/ike2.md +134 -0
  18. package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
  19. package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
  20. package/dist/docs/data-sources/infraprotect_asn.md +134 -0
  21. package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
  22. package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
  23. package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
  24. package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
  25. package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
  26. package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
  27. package/dist/docs/data-sources/k8s_cluster.md +134 -0
  28. package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
  29. package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
  30. package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
  31. package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
  32. package/dist/docs/data-sources/managed_tenant.md +134 -0
  33. package/dist/docs/data-sources/namespace.md +141 -0
  34. package/dist/docs/data-sources/oidc_provider.md +134 -0
  35. package/dist/docs/data-sources/quota.md +134 -0
  36. package/dist/docs/data-sources/registration.md +134 -0
  37. package/dist/docs/data-sources/report_config.md +134 -0
  38. package/dist/docs/data-sources/role.md +134 -0
  39. package/dist/docs/data-sources/secret_policy.md +134 -0
  40. package/dist/docs/data-sources/secret_policy_rule.md +134 -0
  41. package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
  42. package/dist/docs/data-sources/srv6_network_slice.md +134 -0
  43. package/dist/docs/data-sources/tenant_profile.md +134 -0
  44. package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
  45. package/dist/docs/data-sources/token.md +134 -0
  46. package/dist/docs/data-sources/tpm_api_key.md +134 -0
  47. package/dist/docs/data-sources/tpm_category.md +134 -0
  48. package/dist/docs/data-sources/tpm_manager.md +134 -0
  49. package/dist/docs/data-sources/virtual_k8s.md +134 -0
  50. package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
  51. package/dist/docs/resources/addon_subscription.md +213 -0
  52. package/dist/docs/resources/allowed_tenant.md +181 -0
  53. package/dist/docs/resources/api_credential.md +184 -0
  54. package/dist/docs/resources/bigip_irule.md +173 -0
  55. package/dist/docs/resources/child_tenant.md +237 -0
  56. package/dist/docs/resources/child_tenant_manager.md +201 -0
  57. package/dist/docs/resources/contact.md +187 -0
  58. package/dist/docs/resources/customer_support.md +253 -0
  59. package/dist/docs/resources/dns_lb_health_check.md +249 -0
  60. package/dist/docs/resources/dns_lb_pool.md +310 -0
  61. package/dist/docs/resources/dns_load_balancer.md +309 -0
  62. package/dist/docs/resources/dns_zone.md +790 -0
  63. package/dist/docs/resources/geo_location_set.md +180 -0
  64. package/dist/docs/resources/ike1.md +216 -0
  65. package/dist/docs/resources/ike2.md +210 -0
  66. package/dist/docs/resources/ike_phase1_profile.md +224 -0
  67. package/dist/docs/resources/ike_phase2_profile.md +214 -0
  68. package/dist/docs/resources/infraprotect_asn.md +183 -0
  69. package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
  70. package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
  71. package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
  72. package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
  73. package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
  74. package/dist/docs/resources/infraprotect_tunnel.md +289 -0
  75. package/dist/docs/resources/k8s_cluster.md +326 -0
  76. package/dist/docs/resources/k8s_cluster_role.md +222 -0
  77. package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
  78. package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
  79. package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
  80. package/dist/docs/resources/managed_tenant.md +193 -0
  81. package/dist/docs/resources/namespace.md +170 -0
  82. package/dist/docs/resources/oidc_provider.md +291 -0
  83. package/dist/docs/resources/quota.md +187 -0
  84. package/dist/docs/resources/registration.md +489 -0
  85. package/dist/docs/resources/report_config.md +237 -0
  86. package/dist/docs/resources/role.md +183 -0
  87. package/dist/docs/resources/secret_policy.md +240 -0
  88. package/dist/docs/resources/secret_policy_rule.md +198 -0
  89. package/dist/docs/resources/securemesh_site_v2.md +2027 -0
  90. package/dist/docs/resources/srv6_network_slice.md +175 -0
  91. package/dist/docs/resources/tenant_profile.md +233 -0
  92. package/dist/docs/resources/ticket_tracking_system.md +195 -0
  93. package/dist/docs/resources/token.md +170 -0
  94. package/dist/docs/resources/tpm_api_key.md +191 -0
  95. package/dist/docs/resources/tpm_category.md +191 -0
  96. package/dist/docs/resources/tpm_manager.md +167 -0
  97. package/dist/docs/resources/virtual_k8s.md +209 -0
  98. package/dist/docs/resources/voltshare_admin_policy.md +271 -0
  99. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  100. package/dist/docs/specifications/api/README.md +1 -1
  101. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  102. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  103. package/dist/docs/specifications/api/domains/api.json +173 -173
  104. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  105. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  106. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  107. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  108. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  109. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  110. package/dist/docs/specifications/api/domains/ce_management.json +111 -111
  111. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  112. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  113. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  114. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  115. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  116. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  117. package/dist/docs/specifications/api/domains/dns.json +148 -148
  118. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  119. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  120. package/dist/docs/specifications/api/domains/network.json +230 -230
  121. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  122. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  123. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  124. package/dist/docs/specifications/api/domains/observability.json +102 -102
  125. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  126. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  127. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  128. package/dist/docs/specifications/api/domains/shape.json +313 -313
  129. package/dist/docs/specifications/api/domains/sites.json +349 -349
  130. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  131. package/dist/docs/specifications/api/domains/support.json +108 -108
  132. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  133. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  134. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  135. package/dist/docs/specifications/api/domains/users.json +66 -66
  136. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  137. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  138. package/dist/docs/specifications/api/domains/waf.json +139 -139
  139. package/dist/docs/specifications/api/index.json +99 -4
  140. package/dist/docs/specifications/api/openapi.json +2616 -2616
  141. package/dist/docs/specifications/api/openapi.yaml +2616 -2616
  142. package/package.json +1 -1
@@ -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.12",
6
+ "version": "2.0.13",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -19814,7 +19814,7 @@
19814
19814
  },
19815
19815
  "x-original-maxLength": 1024,
19816
19816
  "x-reconciled-from-discovery": true,
19817
- "x-reconciled-at": "2026-01-05T17:58:21.986985+00:00"
19817
+ "x-reconciled-at": "2026-01-05T18:28:40.625392+00:00"
19818
19818
  }
19819
19819
  },
19820
19820
  "x-f5xc-minimum-configuration": {
@@ -20156,7 +20156,7 @@
20156
20156
  },
20157
20157
  "x-original-maxLength": 1024,
20158
20158
  "x-reconciled-from-discovery": true,
20159
- "x-reconciled-at": "2026-01-05T17:58:21.987016+00:00"
20159
+ "x-reconciled-at": "2026-01-05T18:28:40.625423+00:00"
20160
20160
  },
20161
20161
  "namespace": {
20162
20162
  "type": "string",
@@ -20175,7 +20175,7 @@
20175
20175
  },
20176
20176
  "x-original-maxLength": 1024,
20177
20177
  "x-reconciled-from-discovery": true,
20178
- "x-reconciled-at": "2026-01-05T17:58:21.987020+00:00"
20178
+ "x-reconciled-at": "2026-01-05T18:28:40.625429+00:00"
20179
20179
  }
20180
20180
  },
20181
20181
  "x-f5xc-minimum-configuration": {
@@ -20273,7 +20273,7 @@
20273
20273
  "maxLength": 17,
20274
20274
  "minLength": 17,
20275
20275
  "x-reconciled-from-discovery": true,
20276
- "x-reconciled-at": "2026-01-05T17:58:21.987036+00:00"
20276
+ "x-reconciled-at": "2026-01-05T18:28:40.625444+00:00"
20277
20277
  },
20278
20278
  "system_metadata": {
20279
20279
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -20606,7 +20606,7 @@
20606
20606
  },
20607
20607
  "x-original-maxLength": 1024,
20608
20608
  "x-reconciled-from-discovery": true,
20609
- "x-reconciled-at": "2026-01-05T17:58:21.987058+00:00"
20609
+ "x-reconciled-at": "2026-01-05T18:28:40.625465+00:00"
20610
20610
  },
20611
20611
  "disabled": {
20612
20612
  "type": "boolean",
@@ -20656,7 +20656,7 @@
20656
20656
  },
20657
20657
  "x-original-maxLength": 1024,
20658
20658
  "x-reconciled-from-discovery": true,
20659
- "x-reconciled-at": "2026-01-05T17:58:21.987069+00:00"
20659
+ "x-reconciled-at": "2026-01-05T18:28:40.625476+00:00"
20660
20660
  },
20661
20661
  "namespace": {
20662
20662
  "type": "string",
@@ -20675,7 +20675,7 @@
20675
20675
  },
20676
20676
  "x-original-maxLength": 1024,
20677
20677
  "x-reconciled-from-discovery": true,
20678
- "x-reconciled-at": "2026-01-05T17:58:21.987074+00:00"
20678
+ "x-reconciled-at": "2026-01-05T18:28:40.625480+00:00"
20679
20679
  },
20680
20680
  "owner_view": {
20681
20681
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -20716,7 +20716,7 @@
20716
20716
  "x-field-mutability": "read-only",
20717
20717
  "x-original-maxLength": 1024,
20718
20718
  "x-reconciled-from-discovery": true,
20719
- "x-reconciled-at": "2026-01-05T17:58:21.987082+00:00"
20719
+ "x-reconciled-at": "2026-01-05T18:28:40.625488+00:00"
20720
20720
  },
20721
20721
  "uid": {
20722
20722
  "type": "string",
@@ -20737,7 +20737,7 @@
20737
20737
  "x-original-maxLength": 1024,
20738
20738
  "format": "uuid",
20739
20739
  "x-reconciled-from-discovery": true,
20740
- "x-reconciled-at": "2026-01-05T17:58:21.987088+00:00"
20740
+ "x-reconciled-at": "2026-01-05T18:28:40.625494+00:00"
20741
20741
  }
20742
20742
  },
20743
20743
  "x-f5xc-minimum-configuration": {
@@ -21221,7 +21221,7 @@
21221
21221
  },
21222
21222
  "x-original-maxLength": 1024,
21223
21223
  "x-reconciled-from-discovery": true,
21224
- "x-reconciled-at": "2026-01-05T17:58:21.987128+00:00"
21224
+ "x-reconciled-at": "2026-01-05T18:28:40.625535+00:00"
21225
21225
  }
21226
21226
  },
21227
21227
  "x-f5xc-minimum-configuration": {
@@ -21290,7 +21290,7 @@
21290
21290
  },
21291
21291
  "x-original-maxLength": 1024,
21292
21292
  "x-reconciled-from-discovery": true,
21293
- "x-reconciled-at": "2026-01-05T17:58:21.987136+00:00"
21293
+ "x-reconciled-at": "2026-01-05T18:28:40.625543+00:00"
21294
21294
  },
21295
21295
  "service_name": {
21296
21296
  "type": "string",
@@ -21329,7 +21329,7 @@
21329
21329
  },
21330
21330
  "x-original-maxLength": 1024,
21331
21331
  "x-reconciled-from-discovery": true,
21332
- "x-reconciled-at": "2026-01-05T17:58:21.987143+00:00"
21332
+ "x-reconciled-at": "2026-01-05T18:28:40.625549+00:00"
21333
21333
  },
21334
21334
  "type": {
21335
21335
  "type": "string",
@@ -21466,7 +21466,7 @@
21466
21466
  },
21467
21467
  "x-original-maxLength": 1024,
21468
21468
  "x-reconciled-from-discovery": true,
21469
- "x-reconciled-at": "2026-01-05T17:58:21.987155+00:00"
21469
+ "x-reconciled-at": "2026-01-05T18:28:40.625560+00:00"
21470
21470
  }
21471
21471
  },
21472
21472
  "x-f5xc-minimum-configuration": {
@@ -21575,7 +21575,7 @@
21575
21575
  },
21576
21576
  "x-original-maxLength": 1200,
21577
21577
  "x-reconciled-from-discovery": true,
21578
- "x-reconciled-at": "2026-01-05T17:58:21.987184+00:00"
21578
+ "x-reconciled-at": "2026-01-05T18:28:40.625569+00:00"
21579
21579
  },
21580
21580
  "disable": {
21581
21581
  "type": "boolean",
@@ -21628,7 +21628,7 @@
21628
21628
  },
21629
21629
  "x-original-maxLength": 1024,
21630
21630
  "x-reconciled-from-discovery": true,
21631
- "x-reconciled-at": "2026-01-05T17:58:21.987200+00:00"
21631
+ "x-reconciled-at": "2026-01-05T18:28:40.625577+00:00"
21632
21632
  },
21633
21633
  "namespace": {
21634
21634
  "type": "string",
@@ -21647,7 +21647,7 @@
21647
21647
  },
21648
21648
  "x-original-maxLength": 1024,
21649
21649
  "x-reconciled-from-discovery": true,
21650
- "x-reconciled-at": "2026-01-05T17:58:21.987205+00:00"
21650
+ "x-reconciled-at": "2026-01-05T18:28:40.625581+00:00"
21651
21651
  }
21652
21652
  },
21653
21653
  "x-f5xc-minimum-configuration": {
@@ -21723,7 +21723,7 @@
21723
21723
  },
21724
21724
  "x-original-maxLength": 1200,
21725
21725
  "x-reconciled-from-discovery": true,
21726
- "x-reconciled-at": "2026-01-05T17:58:21.987212+00:00"
21726
+ "x-reconciled-at": "2026-01-05T18:28:40.625588+00:00"
21727
21727
  },
21728
21728
  "disable": {
21729
21729
  "type": "boolean",
@@ -21778,7 +21778,7 @@
21778
21778
  },
21779
21779
  "x-original-maxLength": 1024,
21780
21780
  "x-reconciled-from-discovery": true,
21781
- "x-reconciled-at": "2026-01-05T17:58:21.987220+00:00"
21781
+ "x-reconciled-at": "2026-01-05T18:28:40.625596+00:00"
21782
21782
  },
21783
21783
  "namespace": {
21784
21784
  "type": "string",
@@ -21797,7 +21797,7 @@
21797
21797
  },
21798
21798
  "x-original-maxLength": 1024,
21799
21799
  "x-reconciled-from-discovery": true,
21800
- "x-reconciled-at": "2026-01-05T17:58:21.987224+00:00"
21800
+ "x-reconciled-at": "2026-01-05T18:28:40.625600+00:00"
21801
21801
  }
21802
21802
  },
21803
21803
  "x-f5xc-minimum-configuration": {
@@ -21842,7 +21842,7 @@
21842
21842
  "readOnly": true,
21843
21843
  "x-original-maxLength": 1024,
21844
21844
  "x-reconciled-from-discovery": true,
21845
- "x-reconciled-at": "2026-01-05T17:58:21.987229+00:00"
21845
+ "x-reconciled-at": "2026-01-05T18:28:40.625605+00:00"
21846
21846
  },
21847
21847
  "name": {
21848
21848
  "type": "string",
@@ -21861,7 +21861,7 @@
21861
21861
  },
21862
21862
  "x-original-maxLength": 1024,
21863
21863
  "x-reconciled-from-discovery": true,
21864
- "x-reconciled-at": "2026-01-05T17:58:21.987234+00:00"
21864
+ "x-reconciled-at": "2026-01-05T18:28:40.625609+00:00"
21865
21865
  },
21866
21866
  "namespace": {
21867
21867
  "type": "string",
@@ -21880,7 +21880,7 @@
21880
21880
  },
21881
21881
  "x-original-maxLength": 1024,
21882
21882
  "x-reconciled-from-discovery": true,
21883
- "x-reconciled-at": "2026-01-05T17:58:21.987238+00:00"
21883
+ "x-reconciled-at": "2026-01-05T18:28:40.625613+00:00"
21884
21884
  },
21885
21885
  "tenant": {
21886
21886
  "type": "string",
@@ -21901,7 +21901,7 @@
21901
21901
  "x-field-mutability": "read-only",
21902
21902
  "x-original-maxLength": 1024,
21903
21903
  "x-reconciled-from-discovery": true,
21904
- "x-reconciled-at": "2026-01-05T17:58:21.987242+00:00"
21904
+ "x-reconciled-at": "2026-01-05T18:28:40.625617+00:00"
21905
21905
  },
21906
21906
  "uid": {
21907
21907
  "type": "string",
@@ -21923,7 +21923,7 @@
21923
21923
  "x-original-maxLength": 1024,
21924
21924
  "format": "uuid",
21925
21925
  "x-reconciled-from-discovery": true,
21926
- "x-reconciled-at": "2026-01-05T17:58:21.987248+00:00"
21926
+ "x-reconciled-at": "2026-01-05T18:28:40.625623+00:00"
21927
21927
  }
21928
21928
  },
21929
21929
  "x-f5xc-minimum-configuration": {
@@ -21998,7 +21998,7 @@
21998
21998
  },
21999
21999
  "x-original-maxLength": 1200,
22000
22000
  "x-reconciled-from-discovery": true,
22001
- "x-reconciled-at": "2026-01-05T17:58:21.987256+00:00"
22001
+ "x-reconciled-at": "2026-01-05T18:28:40.625630+00:00"
22002
22002
  },
22003
22003
  "disable": {
22004
22004
  "type": "boolean",
@@ -22051,7 +22051,7 @@
22051
22051
  },
22052
22052
  "x-original-maxLength": 1024,
22053
22053
  "x-reconciled-from-discovery": true,
22054
- "x-reconciled-at": "2026-01-05T17:58:21.987264+00:00"
22054
+ "x-reconciled-at": "2026-01-05T18:28:40.625637+00:00"
22055
22055
  },
22056
22056
  "namespace": {
22057
22057
  "type": "string",
@@ -22070,7 +22070,7 @@
22070
22070
  },
22071
22071
  "x-original-maxLength": 1024,
22072
22072
  "x-reconciled-from-discovery": true,
22073
- "x-reconciled-at": "2026-01-05T17:58:21.987268+00:00"
22073
+ "x-reconciled-at": "2026-01-05T18:28:40.625641+00:00"
22074
22074
  }
22075
22075
  },
22076
22076
  "x-f5xc-minimum-configuration": {
@@ -22184,7 +22184,7 @@
22184
22184
  "x-original-maxLength": 1024,
22185
22185
  "format": "uuid",
22186
22186
  "x-reconciled-from-discovery": true,
22187
- "x-reconciled-at": "2026-01-05T17:58:21.987280+00:00"
22187
+ "x-reconciled-at": "2026-01-05T18:28:40.625654+00:00"
22188
22188
  },
22189
22189
  "vtrp_id": {
22190
22190
  "type": "string",
@@ -22296,7 +22296,7 @@
22296
22296
  },
22297
22297
  "x-original-maxLength": 1024,
22298
22298
  "x-reconciled-from-discovery": true,
22299
- "x-reconciled-at": "2026-01-05T17:58:21.987292+00:00"
22299
+ "x-reconciled-at": "2026-01-05T18:28:40.625663+00:00"
22300
22300
  },
22301
22301
  "status": {
22302
22302
  "type": "string",
@@ -22315,7 +22315,7 @@
22315
22315
  },
22316
22316
  "x-original-maxLength": 1024,
22317
22317
  "x-reconciled-from-discovery": true,
22318
- "x-reconciled-at": "2026-01-05T17:58:21.987296+00:00"
22318
+ "x-reconciled-at": "2026-01-05T18:28:40.625667+00:00"
22319
22319
  }
22320
22320
  },
22321
22321
  "x-f5xc-minimum-configuration": {
@@ -22493,7 +22493,7 @@
22493
22493
  "x-field-mutability": "read-only",
22494
22494
  "x-original-maxLength": 1024,
22495
22495
  "x-reconciled-from-discovery": true,
22496
- "x-reconciled-at": "2026-01-05T17:58:21.987315+00:00"
22496
+ "x-reconciled-at": "2026-01-05T18:28:40.625686+00:00"
22497
22497
  },
22498
22498
  "uid": {
22499
22499
  "type": "string",
@@ -22514,7 +22514,7 @@
22514
22514
  "x-original-maxLength": 1024,
22515
22515
  "format": "uuid",
22516
22516
  "x-reconciled-from-discovery": true,
22517
- "x-reconciled-at": "2026-01-05T17:58:21.987319+00:00"
22517
+ "x-reconciled-at": "2026-01-05T18:28:40.625691+00:00"
22518
22518
  }
22519
22519
  },
22520
22520
  "x-f5xc-minimum-configuration": {
@@ -22564,7 +22564,7 @@
22564
22564
  },
22565
22565
  "x-original-maxLength": 1024,
22566
22566
  "x-reconciled-from-discovery": true,
22567
- "x-reconciled-at": "2026-01-05T17:58:21.987324+00:00"
22567
+ "x-reconciled-at": "2026-01-05T18:28:40.625696+00:00"
22568
22568
  },
22569
22569
  "name": {
22570
22570
  "type": "string",
@@ -22583,7 +22583,7 @@
22583
22583
  },
22584
22584
  "x-original-maxLength": 1024,
22585
22585
  "x-reconciled-from-discovery": true,
22586
- "x-reconciled-at": "2026-01-05T17:58:21.987328+00:00"
22586
+ "x-reconciled-at": "2026-01-05T18:28:40.625700+00:00"
22587
22587
  },
22588
22588
  "namespace": {
22589
22589
  "type": "string",
@@ -22602,7 +22602,7 @@
22602
22602
  },
22603
22603
  "x-original-maxLength": 1024,
22604
22604
  "x-reconciled-from-discovery": true,
22605
- "x-reconciled-at": "2026-01-05T17:58:21.987332+00:00"
22605
+ "x-reconciled-at": "2026-01-05T18:28:40.625704+00:00"
22606
22606
  },
22607
22607
  "uid": {
22608
22608
  "type": "string",
@@ -22623,7 +22623,7 @@
22623
22623
  "x-original-maxLength": 1024,
22624
22624
  "format": "uuid",
22625
22625
  "x-reconciled-from-discovery": true,
22626
- "x-reconciled-at": "2026-01-05T17:58:21.987337+00:00"
22626
+ "x-reconciled-at": "2026-01-05T18:28:40.625709+00:00"
22627
22627
  }
22628
22628
  },
22629
22629
  "x-f5xc-minimum-configuration": {
@@ -22772,7 +22772,7 @@
22772
22772
  },
22773
22773
  "x-original-maxLength": 1024,
22774
22774
  "x-reconciled-from-discovery": true,
22775
- "x-reconciled-at": "2026-01-05T17:58:22.382307+00:00"
22775
+ "x-reconciled-at": "2026-01-05T18:28:41.012491+00:00"
22776
22776
  },
22777
22777
  "namespace": {
22778
22778
  "type": "string",
@@ -22798,7 +22798,7 @@
22798
22798
  },
22799
22799
  "x-original-maxLength": 1024,
22800
22800
  "x-reconciled-from-discovery": true,
22801
- "x-reconciled-at": "2026-01-05T17:58:22.382314+00:00"
22801
+ "x-reconciled-at": "2026-01-05T18:28:41.012502+00:00"
22802
22802
  },
22803
22803
  "verification_code": {
22804
22804
  "type": "string",
@@ -22989,7 +22989,7 @@
22989
22989
  },
22990
22990
  "x-original-maxLength": 1024,
22991
22991
  "x-reconciled-from-discovery": true,
22992
- "x-reconciled-at": "2026-01-05T17:58:22.382336+00:00"
22992
+ "x-reconciled-at": "2026-01-05T18:28:41.012526+00:00"
22993
22993
  },
22994
22994
  "namespace": {
22995
22995
  "type": "string",
@@ -23008,7 +23008,7 @@
23008
23008
  },
23009
23009
  "x-original-maxLength": 1024,
23010
23010
  "x-reconciled-from-discovery": true,
23011
- "x-reconciled-at": "2026-01-05T17:58:22.382341+00:00"
23011
+ "x-reconciled-at": "2026-01-05T18:28:41.012531+00:00"
23012
23012
  }
23013
23013
  },
23014
23014
  "x-f5xc-minimum-configuration": {
@@ -23149,7 +23149,7 @@
23149
23149
  "maxLength": 17,
23150
23150
  "minLength": 17,
23151
23151
  "x-reconciled-from-discovery": true,
23152
- "x-reconciled-at": "2026-01-05T17:58:22.382359+00:00"
23152
+ "x-reconciled-at": "2026-01-05T18:28:41.012548+00:00"
23153
23153
  },
23154
23154
  "system_metadata": {
23155
23155
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -23455,7 +23455,7 @@
23455
23455
  },
23456
23456
  "x-original-maxLength": 1024,
23457
23457
  "x-reconciled-from-discovery": true,
23458
- "x-reconciled-at": "2026-01-05T17:58:22.382391+00:00"
23458
+ "x-reconciled-at": "2026-01-05T18:28:41.012581+00:00"
23459
23459
  },
23460
23460
  "disabled": {
23461
23461
  "type": "boolean",
@@ -23505,7 +23505,7 @@
23505
23505
  },
23506
23506
  "x-original-maxLength": 1024,
23507
23507
  "x-reconciled-from-discovery": true,
23508
- "x-reconciled-at": "2026-01-05T17:58:22.382402+00:00"
23508
+ "x-reconciled-at": "2026-01-05T18:28:41.012592+00:00"
23509
23509
  },
23510
23510
  "namespace": {
23511
23511
  "type": "string",
@@ -23524,7 +23524,7 @@
23524
23524
  },
23525
23525
  "x-original-maxLength": 1024,
23526
23526
  "x-reconciled-from-discovery": true,
23527
- "x-reconciled-at": "2026-01-05T17:58:22.382407+00:00"
23527
+ "x-reconciled-at": "2026-01-05T18:28:41.012597+00:00"
23528
23528
  },
23529
23529
  "owner_view": {
23530
23530
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -23565,7 +23565,7 @@
23565
23565
  "x-field-mutability": "read-only",
23566
23566
  "x-original-maxLength": 1024,
23567
23567
  "x-reconciled-from-discovery": true,
23568
- "x-reconciled-at": "2026-01-05T17:58:22.382415+00:00"
23568
+ "x-reconciled-at": "2026-01-05T18:28:41.012605+00:00"
23569
23569
  },
23570
23570
  "uid": {
23571
23571
  "type": "string",
@@ -23586,7 +23586,7 @@
23586
23586
  "x-original-maxLength": 1024,
23587
23587
  "format": "uuid",
23588
23588
  "x-reconciled-from-discovery": true,
23589
- "x-reconciled-at": "2026-01-05T17:58:22.382421+00:00"
23589
+ "x-reconciled-at": "2026-01-05T18:28:41.012611+00:00"
23590
23590
  }
23591
23591
  },
23592
23592
  "x-f5xc-minimum-configuration": {
@@ -24031,7 +24031,7 @@
24031
24031
  },
24032
24032
  "x-original-maxLength": 1024,
24033
24033
  "x-reconciled-from-discovery": true,
24034
- "x-reconciled-at": "2026-01-05T17:58:22.382459+00:00"
24034
+ "x-reconciled-at": "2026-01-05T18:28:41.012652+00:00"
24035
24035
  },
24036
24036
  "namespace": {
24037
24037
  "type": "string",
@@ -24057,7 +24057,7 @@
24057
24057
  },
24058
24058
  "x-original-maxLength": 1024,
24059
24059
  "x-reconciled-from-discovery": true,
24060
- "x-reconciled-at": "2026-01-05T17:58:22.382464+00:00"
24060
+ "x-reconciled-at": "2026-01-05T18:28:41.012657+00:00"
24061
24061
  }
24062
24062
  },
24063
24063
  "x-f5xc-minimum-configuration": {
@@ -24136,7 +24136,7 @@
24136
24136
  },
24137
24137
  "x-original-maxLength": 1024,
24138
24138
  "x-reconciled-from-discovery": true,
24139
- "x-reconciled-at": "2026-01-05T17:58:22.382470+00:00"
24139
+ "x-reconciled-at": "2026-01-05T18:28:41.012664+00:00"
24140
24140
  },
24141
24141
  "namespace": {
24142
24142
  "type": "string",
@@ -24162,7 +24162,7 @@
24162
24162
  },
24163
24163
  "x-original-maxLength": 1024,
24164
24164
  "x-reconciled-from-discovery": true,
24165
- "x-reconciled-at": "2026-01-05T17:58:22.382475+00:00"
24165
+ "x-reconciled-at": "2026-01-05T18:28:41.012668+00:00"
24166
24166
  }
24167
24167
  },
24168
24168
  "x-f5xc-minimum-configuration": {
@@ -24271,7 +24271,7 @@
24271
24271
  },
24272
24272
  "x-original-maxLength": 1024,
24273
24273
  "x-reconciled-from-discovery": true,
24274
- "x-reconciled-at": "2026-01-05T17:58:22.382491+00:00"
24274
+ "x-reconciled-at": "2026-01-05T18:28:41.012685+00:00"
24275
24275
  },
24276
24276
  "store_provider": {
24277
24277
  "type": "string",
@@ -24329,7 +24329,7 @@
24329
24329
  },
24330
24330
  "x-original-maxLength": 1024,
24331
24331
  "x-reconciled-from-discovery": true,
24332
- "x-reconciled-at": "2026-01-05T17:58:22.382497+00:00"
24332
+ "x-reconciled-at": "2026-01-05T18:28:41.012691+00:00"
24333
24333
  },
24334
24334
  "url": {
24335
24335
  "type": "string",
@@ -24464,7 +24464,7 @@
24464
24464
  },
24465
24465
  "x-original-maxLength": 1024,
24466
24466
  "x-reconciled-from-discovery": true,
24467
- "x-reconciled-at": "2026-01-05T17:58:22.382659+00:00"
24467
+ "x-reconciled-at": "2026-01-05T18:28:41.012859+00:00"
24468
24468
  },
24469
24469
  "location": {
24470
24470
  "type": "string",
@@ -24481,7 +24481,7 @@
24481
24481
  },
24482
24482
  "x-original-maxLength": 1024,
24483
24483
  "x-reconciled-from-discovery": true,
24484
- "x-reconciled-at": "2026-01-05T17:58:22.382663+00:00"
24484
+ "x-reconciled-at": "2026-01-05T18:28:41.012863+00:00"
24485
24485
  },
24486
24486
  "provider": {
24487
24487
  "type": "string",
@@ -24498,7 +24498,7 @@
24498
24498
  },
24499
24499
  "x-original-maxLength": 1024,
24500
24500
  "x-reconciled-from-discovery": true,
24501
- "x-reconciled-at": "2026-01-05T17:58:22.382667+00:00"
24501
+ "x-reconciled-at": "2026-01-05T18:28:41.012868+00:00"
24502
24502
  },
24503
24503
  "secret_encoding": {
24504
24504
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -24520,7 +24520,7 @@
24520
24520
  "maxLength": 1,
24521
24521
  "minLength": 1,
24522
24522
  "x-reconciled-from-discovery": true,
24523
- "x-reconciled-at": "2026-01-05T17:58:22.382674+00:00"
24523
+ "x-reconciled-at": "2026-01-05T18:28:41.012875+00:00"
24524
24524
  }
24525
24525
  },
24526
24526
  "x-f5xc-minimum-configuration": {
@@ -24559,7 +24559,7 @@
24559
24559
  },
24560
24560
  "x-original-maxLength": 1024,
24561
24561
  "x-reconciled-from-discovery": true,
24562
- "x-reconciled-at": "2026-01-05T17:58:22.382696+00:00"
24562
+ "x-reconciled-at": "2026-01-05T18:28:41.012899+00:00"
24563
24563
  }
24564
24564
  },
24565
24565
  "x-f5xc-minimum-configuration": {
@@ -24681,7 +24681,7 @@
24681
24681
  },
24682
24682
  "x-original-maxLength": 1024,
24683
24683
  "x-reconciled-from-discovery": true,
24684
- "x-reconciled-at": "2026-01-05T17:58:22.685931+00:00"
24684
+ "x-reconciled-at": "2026-01-05T18:28:41.313221+00:00"
24685
24685
  },
24686
24686
  "start_time": {
24687
24687
  "type": "string",
@@ -24869,7 +24869,7 @@
24869
24869
  },
24870
24870
  "x-original-maxLength": 1024,
24871
24871
  "x-reconciled-from-discovery": true,
24872
- "x-reconciled-at": "2026-01-05T17:58:22.685949+00:00"
24872
+ "x-reconciled-at": "2026-01-05T18:28:41.313239+00:00"
24873
24873
  },
24874
24874
  "scroll_id": {
24875
24875
  "type": "string",
@@ -25236,7 +25236,7 @@
25236
25236
  "maxLength": 15,
25237
25237
  "minLength": 3,
25238
25238
  "x-reconciled-from-discovery": true,
25239
- "x-reconciled-at": "2026-01-05T17:58:22.685981+00:00"
25239
+ "x-reconciled-at": "2026-01-05T18:28:41.313271+00:00"
25240
25240
  }
25241
25241
  },
25242
25242
  "x-f5xc-minimum-configuration": {
@@ -25456,7 +25456,7 @@
25456
25456
  },
25457
25457
  "x-original-maxLength": 1024,
25458
25458
  "x-reconciled-from-discovery": true,
25459
- "x-reconciled-at": "2026-01-05T17:58:22.686002+00:00"
25459
+ "x-reconciled-at": "2026-01-05T18:28:41.313292+00:00"
25460
25460
  },
25461
25461
  "order_by": {
25462
25462
  "$ref": "#/components/schemas/logOrderByData"
@@ -25558,7 +25558,7 @@
25558
25558
  },
25559
25559
  "x-original-maxLength": 1024,
25560
25560
  "x-reconciled-from-discovery": true,
25561
- "x-reconciled-at": "2026-01-05T17:58:22.686013+00:00"
25561
+ "x-reconciled-at": "2026-01-05T18:28:41.313304+00:00"
25562
25562
  },
25563
25563
  "order_by": {
25564
25564
  "$ref": "#/components/schemas/logOrderByData"
@@ -25668,7 +25668,7 @@
25668
25668
  },
25669
25669
  "x-original-maxLength": 1024,
25670
25670
  "x-reconciled-from-discovery": true,
25671
- "x-reconciled-at": "2026-01-05T17:58:22.686030+00:00"
25671
+ "x-reconciled-at": "2026-01-05T18:28:41.313320+00:00"
25672
25672
  }
25673
25673
  },
25674
25674
  "x-f5xc-minimum-configuration": {
@@ -25826,7 +25826,7 @@
25826
25826
  },
25827
25827
  "x-original-maxLength": 1024,
25828
25828
  "x-reconciled-from-discovery": true,
25829
- "x-reconciled-at": "2026-01-05T17:58:22.686043+00:00"
25829
+ "x-reconciled-at": "2026-01-05T18:28:41.313333+00:00"
25830
25830
  },
25831
25831
  "sub_aggs": {
25832
25832
  "type": "object",
@@ -25930,7 +25930,7 @@
25930
25930
  "maxLength": 15,
25931
25931
  "minLength": 3,
25932
25932
  "x-reconciled-from-discovery": true,
25933
- "x-reconciled-at": "2026-01-05T17:58:22.686062+00:00"
25933
+ "x-reconciled-at": "2026-01-05T18:28:41.313351+00:00"
25934
25934
  }
25935
25935
  },
25936
25936
  "x-f5xc-minimum-configuration": {
@@ -25985,7 +25985,7 @@
25985
25985
  "maxLength": 15,
25986
25986
  "minLength": 3,
25987
25987
  "x-reconciled-from-discovery": true,
25988
- "x-reconciled-at": "2026-01-05T17:58:22.686069+00:00"
25988
+ "x-reconciled-at": "2026-01-05T18:28:41.313358+00:00"
25989
25989
  }
25990
25990
  },
25991
25991
  "x-f5xc-minimum-configuration": {
@@ -26202,7 +26202,7 @@
26202
26202
  "maxLength": 16,
26203
26203
  "minLength": 7,
26204
26204
  "x-reconciled-from-discovery": true,
26205
- "x-reconciled-at": "2026-01-05T17:58:22.686092+00:00"
26205
+ "x-reconciled-at": "2026-01-05T18:28:41.313380+00:00"
26206
26206
  },
26207
26207
  "value": {
26208
26208
  "type": "number",
@@ -26218,7 +26218,7 @@
26218
26218
  "maxLength": 15,
26219
26219
  "minLength": 3,
26220
26220
  "x-reconciled-from-discovery": true,
26221
- "x-reconciled-at": "2026-01-05T17:58:22.686096+00:00"
26221
+ "x-reconciled-at": "2026-01-05T18:28:41.313385+00:00"
26222
26222
  }
26223
26223
  },
26224
26224
  "x-f5xc-minimum-configuration": {
@@ -26321,7 +26321,7 @@
26321
26321
  },
26322
26322
  "x-original-maxLength": 1024,
26323
26323
  "x-reconciled-from-discovery": true,
26324
- "x-reconciled-at": "2026-01-05T17:58:22.686104+00:00"
26324
+ "x-reconciled-at": "2026-01-05T18:28:41.313393+00:00"
26325
26325
  },
26326
26326
  "previous_value": {
26327
26327
  "type": "string",
@@ -26355,7 +26355,7 @@
26355
26355
  },
26356
26356
  "x-original-maxLength": 1024,
26357
26357
  "x-reconciled-from-discovery": true,
26358
- "x-reconciled-at": "2026-01-05T17:58:22.686111+00:00"
26358
+ "x-reconciled-at": "2026-01-05T18:28:41.313400+00:00"
26359
26359
  }
26360
26360
  },
26361
26361
  "x-f5xc-minimum-configuration": {
@@ -26587,7 +26587,7 @@
26587
26587
  },
26588
26588
  "x-original-maxLength": 1024,
26589
26589
  "x-reconciled-from-discovery": true,
26590
- "x-reconciled-at": "2026-01-05T17:58:35.118446+00:00"
26590
+ "x-reconciled-at": "2026-01-05T18:28:53.645065+00:00"
26591
26591
  },
26592
26592
  "display_name": {
26593
26593
  "type": "string",
@@ -26629,7 +26629,7 @@
26629
26629
  },
26630
26630
  "x-original-maxLength": 1024,
26631
26631
  "x-reconciled-from-discovery": true,
26632
- "x-reconciled-at": "2026-01-05T17:58:35.118456+00:00"
26632
+ "x-reconciled-at": "2026-01-05T18:28:53.645076+00:00"
26633
26633
  },
26634
26634
  "tags": {
26635
26635
  "type": "array",
@@ -26703,7 +26703,7 @@
26703
26703
  },
26704
26704
  "x-original-maxLength": 1024,
26705
26705
  "x-reconciled-from-discovery": true,
26706
- "x-reconciled-at": "2026-01-05T17:58:35.118466+00:00"
26706
+ "x-reconciled-at": "2026-01-05T18:28:53.645088+00:00"
26707
26707
  },
26708
26708
  "order": {
26709
26709
  "type": "integer",
@@ -26783,7 +26783,7 @@
26783
26783
  },
26784
26784
  "x-original-maxLength": 1024,
26785
26785
  "x-reconciled-from-discovery": true,
26786
- "x-reconciled-at": "2026-01-05T17:58:35.118475+00:00"
26786
+ "x-reconciled-at": "2026-01-05T18:28:53.645098+00:00"
26787
26787
  },
26788
26788
  "optional_services": {
26789
26789
  "type": "array",
@@ -27127,7 +27127,7 @@
27127
27127
  },
27128
27128
  "x-original-maxLength": 1024,
27129
27129
  "x-reconciled-from-discovery": true,
27130
- "x-reconciled-at": "2026-01-05T17:58:51.106657+00:00"
27130
+ "x-reconciled-at": "2026-01-05T18:29:09.440316+00:00"
27131
27131
  },
27132
27132
  "range": {
27133
27133
  "type": "string",
@@ -27382,7 +27382,7 @@
27382
27382
  },
27383
27383
  "x-original-maxLength": 1024,
27384
27384
  "x-reconciled-from-discovery": true,
27385
- "x-reconciled-at": "2026-01-05T17:58:51.106684+00:00"
27385
+ "x-reconciled-at": "2026-01-05T18:29:09.440341+00:00"
27386
27386
  }
27387
27387
  },
27388
27388
  "x-f5xc-minimum-configuration": {
@@ -27858,7 +27858,7 @@
27858
27858
  },
27859
27859
  "x-original-maxLength": 1024,
27860
27860
  "x-reconciled-from-discovery": true,
27861
- "x-reconciled-at": "2026-01-05T17:58:51.106724+00:00"
27861
+ "x-reconciled-at": "2026-01-05T18:29:09.440380+00:00"
27862
27862
  },
27863
27863
  "range": {
27864
27864
  "type": "string",
@@ -28071,7 +28071,7 @@
28071
28071
  },
28072
28072
  "x-original-maxLength": 1024,
28073
28073
  "x-reconciled-from-discovery": true,
28074
- "x-reconciled-at": "2026-01-05T17:58:51.106742+00:00"
28074
+ "x-reconciled-at": "2026-01-05T18:29:09.440397+00:00"
28075
28075
  },
28076
28076
  "start_time": {
28077
28077
  "type": "string",
@@ -28283,7 +28283,7 @@
28283
28283
  },
28284
28284
  "x-original-maxLength": 1024,
28285
28285
  "x-reconciled-from-discovery": true,
28286
- "x-reconciled-at": "2026-01-05T17:58:51.106754+00:00"
28286
+ "x-reconciled-at": "2026-01-05T18:29:09.440410+00:00"
28287
28287
  },
28288
28288
  "type": {
28289
28289
  "$ref": "#/components/schemas/graphHealthscoreType"
@@ -28305,7 +28305,7 @@
28305
28305
  "maxLength": 15,
28306
28306
  "minLength": 3,
28307
28307
  "x-reconciled-from-discovery": true,
28308
- "x-reconciled-at": "2026-01-05T17:58:51.106761+00:00"
28308
+ "x-reconciled-at": "2026-01-05T18:29:09.440417+00:00"
28309
28309
  }
28310
28310
  },
28311
28311
  "x-f5xc-minimum-configuration": {
@@ -28791,7 +28791,7 @@
28791
28791
  },
28792
28792
  "x-original-maxLength": 1024,
28793
28793
  "x-reconciled-from-discovery": true,
28794
- "x-reconciled-at": "2026-01-05T17:58:51.106808+00:00"
28794
+ "x-reconciled-at": "2026-01-05T18:29:09.440463+00:00"
28795
28795
  }
28796
28796
  },
28797
28797
  "x-f5xc-minimum-configuration": {
@@ -29025,7 +29025,7 @@
29025
29025
  },
29026
29026
  "x-original-maxLength": 1024,
29027
29027
  "x-reconciled-from-discovery": true,
29028
- "x-reconciled-at": "2026-01-05T17:58:57.788327+00:00"
29028
+ "x-reconciled-at": "2026-01-05T18:29:16.070770+00:00"
29029
29029
  },
29030
29030
  "namespace": {
29031
29031
  "type": "string",
@@ -29051,7 +29051,7 @@
29051
29051
  },
29052
29052
  "x-original-maxLength": 1024,
29053
29053
  "x-reconciled-from-discovery": true,
29054
- "x-reconciled-at": "2026-01-05T17:58:57.788333+00:00"
29054
+ "x-reconciled-at": "2026-01-05T18:29:16.070777+00:00"
29055
29055
  },
29056
29056
  "tcp_lb_request": {
29057
29057
  "$ref": "#/components/schemas/discovered_serviceTCPLBRequest"
@@ -29125,7 +29125,7 @@
29125
29125
  },
29126
29126
  "x-original-maxLength": 1024,
29127
29127
  "x-reconciled-from-discovery": true,
29128
- "x-reconciled-at": "2026-01-05T17:58:57.788342+00:00"
29128
+ "x-reconciled-at": "2026-01-05T18:29:16.070786+00:00"
29129
29129
  },
29130
29130
  "namespace": {
29131
29131
  "type": "string",
@@ -29151,7 +29151,7 @@
29151
29151
  },
29152
29152
  "x-original-maxLength": 1024,
29153
29153
  "x-reconciled-from-discovery": true,
29154
- "x-reconciled-at": "2026-01-05T17:58:57.788347+00:00"
29154
+ "x-reconciled-at": "2026-01-05T18:29:16.070791+00:00"
29155
29155
  }
29156
29156
  },
29157
29157
  "x-f5xc-minimum-configuration": {
@@ -29207,7 +29207,7 @@
29207
29207
  "maxLength": 17,
29208
29208
  "minLength": 17,
29209
29209
  "x-reconciled-from-discovery": true,
29210
- "x-reconciled-at": "2026-01-05T17:58:57.788354+00:00"
29210
+ "x-reconciled-at": "2026-01-05T18:29:16.070798+00:00"
29211
29211
  },
29212
29212
  "virtual_server_pool_members_health": {
29213
29213
  "$ref": "#/components/schemas/discovered_serviceVirtualServerPoolMemberHealth"
@@ -29257,7 +29257,7 @@
29257
29257
  },
29258
29258
  "x-original-maxLength": 1024,
29259
29259
  "x-reconciled-from-discovery": true,
29260
- "x-reconciled-at": "2026-01-05T17:58:57.788362+00:00"
29260
+ "x-reconciled-at": "2026-01-05T18:29:16.070805+00:00"
29261
29261
  },
29262
29262
  "namespace": {
29263
29263
  "type": "string",
@@ -29283,7 +29283,7 @@
29283
29283
  },
29284
29284
  "x-original-maxLength": 1024,
29285
29285
  "x-reconciled-from-discovery": true,
29286
- "x-reconciled-at": "2026-01-05T17:58:57.788366+00:00"
29286
+ "x-reconciled-at": "2026-01-05T18:29:16.070809+00:00"
29287
29287
  }
29288
29288
  },
29289
29289
  "x-f5xc-minimum-configuration": {
@@ -29460,7 +29460,7 @@
29460
29460
  "x-original-maxLength": 1024,
29461
29461
  "format": "hostname",
29462
29462
  "x-reconciled-from-discovery": true,
29463
- "x-reconciled-at": "2026-01-05T17:58:57.788383+00:00"
29463
+ "x-reconciled-at": "2026-01-05T18:29:16.070826+00:00"
29464
29464
  },
29465
29465
  "http": {
29466
29466
  "$ref": "#/components/schemas/discovered_serviceProxyTypeHttp"
@@ -29495,7 +29495,7 @@
29495
29495
  },
29496
29496
  "x-original-maxLength": 1024,
29497
29497
  "x-reconciled-from-discovery": true,
29498
- "x-reconciled-at": "2026-01-05T17:58:57.788392+00:00"
29498
+ "x-reconciled-at": "2026-01-05T18:29:16.070835+00:00"
29499
29499
  },
29500
29500
  "skip_server_verification": {
29501
29501
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -29700,7 +29700,7 @@
29700
29700
  },
29701
29701
  "x-original-maxLength": 1024,
29702
29702
  "x-reconciled-from-discovery": true,
29703
- "x-reconciled-at": "2026-01-05T17:58:57.788411+00:00"
29703
+ "x-reconciled-at": "2026-01-05T18:29:16.070855+00:00"
29704
29704
  },
29705
29705
  "disabled": {
29706
29706
  "type": "boolean",
@@ -29750,7 +29750,7 @@
29750
29750
  },
29751
29751
  "x-original-maxLength": 1024,
29752
29752
  "x-reconciled-from-discovery": true,
29753
- "x-reconciled-at": "2026-01-05T17:58:57.788421+00:00"
29753
+ "x-reconciled-at": "2026-01-05T18:29:16.070865+00:00"
29754
29754
  },
29755
29755
  "namespace": {
29756
29756
  "type": "string",
@@ -29769,7 +29769,7 @@
29769
29769
  },
29770
29770
  "x-original-maxLength": 1024,
29771
29771
  "x-reconciled-from-discovery": true,
29772
- "x-reconciled-at": "2026-01-05T17:58:57.788426+00:00"
29772
+ "x-reconciled-at": "2026-01-05T18:29:16.070870+00:00"
29773
29773
  },
29774
29774
  "owner_view": {
29775
29775
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -29795,7 +29795,7 @@
29795
29795
  "x-field-mutability": "read-only",
29796
29796
  "x-original-maxLength": 1024,
29797
29797
  "x-reconciled-from-discovery": true,
29798
- "x-reconciled-at": "2026-01-05T17:58:57.788432+00:00"
29798
+ "x-reconciled-at": "2026-01-05T18:29:16.070876+00:00"
29799
29799
  },
29800
29800
  "uid": {
29801
29801
  "type": "string",
@@ -29816,7 +29816,7 @@
29816
29816
  "x-original-maxLength": 1024,
29817
29817
  "format": "uuid",
29818
29818
  "x-reconciled-from-discovery": true,
29819
- "x-reconciled-at": "2026-01-05T17:58:57.788437+00:00"
29819
+ "x-reconciled-at": "2026-01-05T18:29:16.070882+00:00"
29820
29820
  }
29821
29821
  },
29822
29822
  "x-f5xc-minimum-configuration": {
@@ -29927,7 +29927,7 @@
29927
29927
  },
29928
29928
  "x-original-maxLength": 1024,
29929
29929
  "x-reconciled-from-discovery": true,
29930
- "x-reconciled-at": "2026-01-05T17:58:57.788447+00:00"
29930
+ "x-reconciled-at": "2026-01-05T18:29:16.070893+00:00"
29931
29931
  },
29932
29932
  "disabled": {
29933
29933
  "type": "boolean",
@@ -29977,7 +29977,7 @@
29977
29977
  },
29978
29978
  "x-original-maxLength": 1024,
29979
29979
  "x-reconciled-from-discovery": true,
29980
- "x-reconciled-at": "2026-01-05T17:58:57.788456+00:00"
29980
+ "x-reconciled-at": "2026-01-05T18:29:16.070903+00:00"
29981
29981
  },
29982
29982
  "namespace": {
29983
29983
  "type": "string",
@@ -29996,7 +29996,7 @@
29996
29996
  },
29997
29997
  "x-original-maxLength": 1024,
29998
29998
  "x-reconciled-from-discovery": true,
29999
- "x-reconciled-at": "2026-01-05T17:58:57.788460+00:00"
29999
+ "x-reconciled-at": "2026-01-05T18:29:16.070907+00:00"
30000
30000
  },
30001
30001
  "owner_view": {
30002
30002
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -30037,7 +30037,7 @@
30037
30037
  "x-field-mutability": "read-only",
30038
30038
  "x-original-maxLength": 1024,
30039
30039
  "x-reconciled-from-discovery": true,
30040
- "x-reconciled-at": "2026-01-05T17:58:57.788468+00:00"
30040
+ "x-reconciled-at": "2026-01-05T18:29:16.070915+00:00"
30041
30041
  },
30042
30042
  "uid": {
30043
30043
  "type": "string",
@@ -30058,7 +30058,7 @@
30058
30058
  "x-original-maxLength": 1024,
30059
30059
  "format": "uuid",
30060
30060
  "x-reconciled-from-discovery": true,
30061
- "x-reconciled-at": "2026-01-05T17:58:57.788473+00:00"
30061
+ "x-reconciled-at": "2026-01-05T18:29:16.070920+00:00"
30062
30062
  }
30063
30063
  },
30064
30064
  "x-f5xc-minimum-configuration": {
@@ -30431,7 +30431,7 @@
30431
30431
  },
30432
30432
  "x-original-maxLength": 1024,
30433
30433
  "x-reconciled-from-discovery": true,
30434
- "x-reconciled-at": "2026-01-05T17:58:57.788502+00:00"
30434
+ "x-reconciled-at": "2026-01-05T18:29:16.070950+00:00"
30435
30435
  },
30436
30436
  "request_body": {
30437
30437
  "$ref": "#/components/schemas/protobufAny"
@@ -30496,7 +30496,7 @@
30496
30496
  "x-original-maxLength": 1024,
30497
30497
  "format": "hostname",
30498
30498
  "x-reconciled-from-discovery": true,
30499
- "x-reconciled-at": "2026-01-05T17:58:57.788511+00:00"
30499
+ "x-reconciled-at": "2026-01-05T18:29:16.070959+00:00"
30500
30500
  },
30501
30501
  "listen_port": {
30502
30502
  "type": "integer",
@@ -30545,7 +30545,7 @@
30545
30545
  },
30546
30546
  "x-original-maxLength": 1024,
30547
30547
  "x-reconciled-from-discovery": true,
30548
- "x-reconciled-at": "2026-01-05T17:58:57.788517+00:00"
30548
+ "x-reconciled-at": "2026-01-05T18:29:16.070965+00:00"
30549
30549
  },
30550
30550
  "no_sni": {
30551
30551
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -30888,7 +30888,7 @@
30888
30888
  },
30889
30889
  "x-original-maxLength": 1024,
30890
30890
  "x-reconciled-from-discovery": true,
30891
- "x-reconciled-at": "2026-01-05T17:58:57.788542+00:00"
30891
+ "x-reconciled-at": "2026-01-05T18:29:16.070991+00:00"
30892
30892
  },
30893
30893
  "status": {
30894
30894
  "type": "array",
@@ -30907,7 +30907,7 @@
30907
30907
  "maxLength": 17,
30908
30908
  "minLength": 17,
30909
30909
  "x-reconciled-from-discovery": true,
30910
- "x-reconciled-at": "2026-01-05T17:58:57.788547+00:00"
30910
+ "x-reconciled-at": "2026-01-05T18:29:16.070996+00:00"
30911
30911
  }
30912
30912
  },
30913
30913
  "x-f5xc-minimum-configuration": {
@@ -31162,7 +31162,7 @@
31162
31162
  "readOnly": true,
31163
31163
  "x-original-maxLength": 1024,
31164
31164
  "x-reconciled-from-discovery": true,
31165
- "x-reconciled-at": "2026-01-05T17:58:57.788563+00:00"
31165
+ "x-reconciled-at": "2026-01-05T18:29:16.071013+00:00"
31166
31166
  },
31167
31167
  "name": {
31168
31168
  "type": "string",
@@ -31181,7 +31181,7 @@
31181
31181
  },
31182
31182
  "x-original-maxLength": 1024,
31183
31183
  "x-reconciled-from-discovery": true,
31184
- "x-reconciled-at": "2026-01-05T17:58:57.788567+00:00"
31184
+ "x-reconciled-at": "2026-01-05T18:29:16.071017+00:00"
31185
31185
  },
31186
31186
  "namespace": {
31187
31187
  "type": "string",
@@ -31200,7 +31200,7 @@
31200
31200
  },
31201
31201
  "x-original-maxLength": 1024,
31202
31202
  "x-reconciled-from-discovery": true,
31203
- "x-reconciled-at": "2026-01-05T17:58:57.788571+00:00"
31203
+ "x-reconciled-at": "2026-01-05T18:29:16.071021+00:00"
31204
31204
  },
31205
31205
  "tenant": {
31206
31206
  "type": "string",
@@ -31221,7 +31221,7 @@
31221
31221
  "x-field-mutability": "read-only",
31222
31222
  "x-original-maxLength": 1024,
31223
31223
  "x-reconciled-from-discovery": true,
31224
- "x-reconciled-at": "2026-01-05T17:58:57.788575+00:00"
31224
+ "x-reconciled-at": "2026-01-05T18:29:16.071025+00:00"
31225
31225
  },
31226
31226
  "uid": {
31227
31227
  "type": "string",
@@ -31243,7 +31243,7 @@
31243
31243
  "x-original-maxLength": 1024,
31244
31244
  "format": "uuid",
31245
31245
  "x-reconciled-from-discovery": true,
31246
- "x-reconciled-at": "2026-01-05T17:58:57.788580+00:00"
31246
+ "x-reconciled-at": "2026-01-05T18:29:16.071031+00:00"
31247
31247
  }
31248
31248
  },
31249
31249
  "x-f5xc-minimum-configuration": {
@@ -31304,7 +31304,7 @@
31304
31304
  },
31305
31305
  "x-original-maxLength": 1024,
31306
31306
  "x-reconciled-from-discovery": true,
31307
- "x-reconciled-at": "2026-01-05T17:58:57.788619+00:00"
31307
+ "x-reconciled-at": "2026-01-05T18:29:16.071086+00:00"
31308
31308
  }
31309
31309
  },
31310
31310
  "x-f5xc-minimum-configuration": {
@@ -31458,7 +31458,7 @@
31458
31458
  },
31459
31459
  "x-original-maxLength": 1024,
31460
31460
  "x-reconciled-from-discovery": true,
31461
- "x-reconciled-at": "2026-01-05T17:58:57.788732+00:00"
31461
+ "x-reconciled-at": "2026-01-05T18:29:16.071203+00:00"
31462
31462
  },
31463
31463
  "ref_value": {
31464
31464
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -31617,7 +31617,7 @@
31617
31617
  },
31618
31618
  "x-original-maxLength": 128,
31619
31619
  "x-reconciled-from-discovery": true,
31620
- "x-reconciled-at": "2026-01-05T17:58:57.788743+00:00"
31620
+ "x-reconciled-at": "2026-01-05T18:29:16.071215+00:00"
31621
31621
  },
31622
31622
  "namespace": {
31623
31623
  "type": "string",
@@ -31642,7 +31642,7 @@
31642
31642
  },
31643
31643
  "x-original-maxLength": 64,
31644
31644
  "x-reconciled-from-discovery": true,
31645
- "x-reconciled-at": "2026-01-05T17:58:57.788748+00:00"
31645
+ "x-reconciled-at": "2026-01-05T18:29:16.071219+00:00"
31646
31646
  },
31647
31647
  "tenant": {
31648
31648
  "type": "string",
@@ -31669,7 +31669,7 @@
31669
31669
  "x-field-mutability": "read-only",
31670
31670
  "x-original-maxLength": 64,
31671
31671
  "x-reconciled-from-discovery": true,
31672
- "x-reconciled-at": "2026-01-05T17:58:57.788752+00:00"
31672
+ "x-reconciled-at": "2026-01-05T18:29:16.071223+00:00"
31673
31673
  }
31674
31674
  },
31675
31675
  "x-f5xc-minimum-configuration": {
@@ -32433,7 +32433,7 @@
32433
32433
  "maxLength": 17,
32434
32434
  "minLength": 17,
32435
32435
  "x-reconciled-from-discovery": true,
32436
- "x-reconciled-at": "2026-01-05T17:59:02.847161+00:00"
32436
+ "x-reconciled-at": "2026-01-05T18:29:21.133421+00:00"
32437
32437
  },
32438
32438
  "system_metadata": {
32439
32439
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -32604,7 +32604,7 @@
32604
32604
  },
32605
32605
  "x-original-maxLength": 1024,
32606
32606
  "x-reconciled-from-discovery": true,
32607
- "x-reconciled-at": "2026-01-05T17:59:02.847193+00:00"
32607
+ "x-reconciled-at": "2026-01-05T18:29:21.133439+00:00"
32608
32608
  },
32609
32609
  "disabled": {
32610
32610
  "type": "boolean",
@@ -32654,7 +32654,7 @@
32654
32654
  },
32655
32655
  "x-original-maxLength": 1024,
32656
32656
  "x-reconciled-from-discovery": true,
32657
- "x-reconciled-at": "2026-01-05T17:59:02.847205+00:00"
32657
+ "x-reconciled-at": "2026-01-05T18:29:21.133451+00:00"
32658
32658
  },
32659
32659
  "namespace": {
32660
32660
  "type": "string",
@@ -32673,7 +32673,7 @@
32673
32673
  },
32674
32674
  "x-original-maxLength": 1024,
32675
32675
  "x-reconciled-from-discovery": true,
32676
- "x-reconciled-at": "2026-01-05T17:59:02.847209+00:00"
32676
+ "x-reconciled-at": "2026-01-05T18:29:21.133456+00:00"
32677
32677
  },
32678
32678
  "owner_view": {
32679
32679
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -32714,7 +32714,7 @@
32714
32714
  "x-field-mutability": "read-only",
32715
32715
  "x-original-maxLength": 1024,
32716
32716
  "x-reconciled-from-discovery": true,
32717
- "x-reconciled-at": "2026-01-05T17:59:02.847217+00:00"
32717
+ "x-reconciled-at": "2026-01-05T18:29:21.133464+00:00"
32718
32718
  },
32719
32719
  "uid": {
32720
32720
  "type": "string",
@@ -32735,7 +32735,7 @@
32735
32735
  "x-original-maxLength": 1024,
32736
32736
  "format": "uuid",
32737
32737
  "x-reconciled-from-discovery": true,
32738
- "x-reconciled-at": "2026-01-05T17:59:02.847222+00:00"
32738
+ "x-reconciled-at": "2026-01-05T18:29:21.133471+00:00"
32739
32739
  }
32740
32740
  },
32741
32741
  "x-f5xc-minimum-configuration": {
@@ -33377,7 +33377,7 @@
33377
33377
  },
33378
33378
  "x-original-maxLength": 1024,
33379
33379
  "x-reconciled-from-discovery": true,
33380
- "x-reconciled-at": "2026-01-05T17:59:03.052657+00:00"
33380
+ "x-reconciled-at": "2026-01-05T18:29:21.341139+00:00"
33381
33381
  },
33382
33382
  "node": {
33383
33383
  "type": "string",
@@ -33846,7 +33846,7 @@
33846
33846
  "maxLength": 15,
33847
33847
  "minLength": 3,
33848
33848
  "x-reconciled-from-discovery": true,
33849
- "x-reconciled-at": "2026-01-05T17:59:03.291785+00:00"
33849
+ "x-reconciled-at": "2026-01-05T18:29:21.583604+00:00"
33850
33850
  }
33851
33851
  },
33852
33852
  "x-f5xc-minimum-configuration": {
@@ -34977,7 +34977,7 @@
34977
34977
  },
34978
34978
  "x-original-maxLength": 63,
34979
34979
  "x-reconciled-from-discovery": true,
34980
- "x-reconciled-at": "2026-01-05T17:59:04.829049+00:00"
34980
+ "x-reconciled-at": "2026-01-05T18:29:23.102370+00:00"
34981
34981
  }
34982
34982
  },
34983
34983
  "x-f5xc-minimum-configuration": {
@@ -35409,7 +35409,7 @@
35409
35409
  },
35410
35410
  "x-original-maxLength": 1024,
35411
35411
  "x-reconciled-from-discovery": true,
35412
- "x-reconciled-at": "2026-01-05T17:59:04.829103+00:00"
35412
+ "x-reconciled-at": "2026-01-05T18:29:23.102430+00:00"
35413
35413
  },
35414
35414
  "namespace": {
35415
35415
  "type": "string",
@@ -35428,7 +35428,7 @@
35428
35428
  },
35429
35429
  "x-original-maxLength": 1024,
35430
35430
  "x-reconciled-from-discovery": true,
35431
- "x-reconciled-at": "2026-01-05T17:59:04.829108+00:00"
35431
+ "x-reconciled-at": "2026-01-05T18:29:23.102435+00:00"
35432
35432
  }
35433
35433
  },
35434
35434
  "x-f5xc-minimum-configuration": {
@@ -35702,7 +35702,7 @@
35702
35702
  "maxLength": 17,
35703
35703
  "minLength": 17,
35704
35704
  "x-reconciled-from-discovery": true,
35705
- "x-reconciled-at": "2026-01-05T17:59:04.829141+00:00"
35705
+ "x-reconciled-at": "2026-01-05T18:29:23.102471+00:00"
35706
35706
  },
35707
35707
  "system_metadata": {
35708
35708
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -35988,7 +35988,7 @@
35988
35988
  },
35989
35989
  "x-original-maxLength": 1024,
35990
35990
  "x-reconciled-from-discovery": true,
35991
- "x-reconciled-at": "2026-01-05T17:59:04.829187+00:00"
35991
+ "x-reconciled-at": "2026-01-05T18:29:23.102508+00:00"
35992
35992
  },
35993
35993
  "start_time": {
35994
35994
  "type": "string",
@@ -36365,7 +36365,7 @@
36365
36365
  },
36366
36366
  "x-original-maxLength": 1024,
36367
36367
  "x-reconciled-from-discovery": true,
36368
- "x-reconciled-at": "2026-01-05T17:59:04.829220+00:00"
36368
+ "x-reconciled-at": "2026-01-05T18:29:23.102542+00:00"
36369
36369
  }
36370
36370
  },
36371
36371
  "x-f5xc-minimum-configuration": {
@@ -36467,7 +36467,7 @@
36467
36467
  },
36468
36468
  "x-original-maxLength": 1024,
36469
36469
  "x-reconciled-from-discovery": true,
36470
- "x-reconciled-at": "2026-01-05T17:59:04.829230+00:00"
36470
+ "x-reconciled-at": "2026-01-05T18:29:23.102552+00:00"
36471
36471
  },
36472
36472
  "disabled": {
36473
36473
  "type": "boolean",
@@ -36517,7 +36517,7 @@
36517
36517
  },
36518
36518
  "x-original-maxLength": 1024,
36519
36519
  "x-reconciled-from-discovery": true,
36520
- "x-reconciled-at": "2026-01-05T17:59:04.829239+00:00"
36520
+ "x-reconciled-at": "2026-01-05T18:29:23.102562+00:00"
36521
36521
  },
36522
36522
  "namespace": {
36523
36523
  "type": "string",
@@ -36536,7 +36536,7 @@
36536
36536
  },
36537
36537
  "x-original-maxLength": 1024,
36538
36538
  "x-reconciled-from-discovery": true,
36539
- "x-reconciled-at": "2026-01-05T17:59:04.829244+00:00"
36539
+ "x-reconciled-at": "2026-01-05T18:29:23.102566+00:00"
36540
36540
  },
36541
36541
  "owner_view": {
36542
36542
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -36577,7 +36577,7 @@
36577
36577
  "x-field-mutability": "read-only",
36578
36578
  "x-original-maxLength": 1024,
36579
36579
  "x-reconciled-from-discovery": true,
36580
- "x-reconciled-at": "2026-01-05T17:59:04.829251+00:00"
36580
+ "x-reconciled-at": "2026-01-05T18:29:23.102574+00:00"
36581
36581
  },
36582
36582
  "uid": {
36583
36583
  "type": "string",
@@ -36598,7 +36598,7 @@
36598
36598
  "x-original-maxLength": 1024,
36599
36599
  "format": "uuid",
36600
36600
  "x-reconciled-from-discovery": true,
36601
- "x-reconciled-at": "2026-01-05T17:59:04.829257+00:00"
36601
+ "x-reconciled-at": "2026-01-05T18:29:23.102580+00:00"
36602
36602
  }
36603
36603
  },
36604
36604
  "x-f5xc-minimum-configuration": {
@@ -37348,7 +37348,7 @@
37348
37348
  },
37349
37349
  "x-original-maxLength": 1024,
37350
37350
  "x-reconciled-from-discovery": true,
37351
- "x-reconciled-at": "2026-01-05T17:59:04.829331+00:00"
37351
+ "x-reconciled-at": "2026-01-05T18:29:23.102660+00:00"
37352
37352
  },
37353
37353
  "namespace": {
37354
37354
  "type": "string",
@@ -37374,7 +37374,7 @@
37374
37374
  },
37375
37375
  "x-original-maxLength": 1024,
37376
37376
  "x-reconciled-from-discovery": true,
37377
- "x-reconciled-at": "2026-01-05T17:59:04.829336+00:00"
37377
+ "x-reconciled-at": "2026-01-05T18:29:23.102665+00:00"
37378
37378
  }
37379
37379
  },
37380
37380
  "x-f5xc-minimum-configuration": {
@@ -37655,7 +37655,7 @@
37655
37655
  },
37656
37656
  "x-original-maxLength": 1024,
37657
37657
  "x-reconciled-from-discovery": true,
37658
- "x-reconciled-at": "2026-01-05T17:59:13.760688+00:00"
37658
+ "x-reconciled-at": "2026-01-05T18:29:32.103075+00:00"
37659
37659
  },
37660
37660
  "namespace": {
37661
37661
  "type": "string",
@@ -37674,7 +37674,7 @@
37674
37674
  },
37675
37675
  "x-original-maxLength": 1024,
37676
37676
  "x-reconciled-from-discovery": true,
37677
- "x-reconciled-at": "2026-01-05T17:59:13.760692+00:00"
37677
+ "x-reconciled-at": "2026-01-05T18:29:32.103079+00:00"
37678
37678
  }
37679
37679
  },
37680
37680
  "x-f5xc-minimum-configuration": {
@@ -37772,7 +37772,7 @@
37772
37772
  "maxLength": 17,
37773
37773
  "minLength": 17,
37774
37774
  "x-reconciled-from-discovery": true,
37775
- "x-reconciled-at": "2026-01-05T17:59:13.760706+00:00"
37775
+ "x-reconciled-at": "2026-01-05T18:29:32.103094+00:00"
37776
37776
  },
37777
37777
  "system_metadata": {
37778
37778
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -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-05T17:59:13.760727+00:00"
38035
+ "x-reconciled-at": "2026-01-05T18:29:32.103115+00:00"
38036
38036
  },
38037
38037
  "disabled": {
38038
38038
  "type": "boolean",
@@ -38082,7 +38082,7 @@
38082
38082
  },
38083
38083
  "x-original-maxLength": 1024,
38084
38084
  "x-reconciled-from-discovery": true,
38085
- "x-reconciled-at": "2026-01-05T17:59:13.760737+00:00"
38085
+ "x-reconciled-at": "2026-01-05T18:29:32.103125+00:00"
38086
38086
  },
38087
38087
  "namespace": {
38088
38088
  "type": "string",
@@ -38101,7 +38101,7 @@
38101
38101
  },
38102
38102
  "x-original-maxLength": 1024,
38103
38103
  "x-reconciled-from-discovery": true,
38104
- "x-reconciled-at": "2026-01-05T17:59:13.760741+00:00"
38104
+ "x-reconciled-at": "2026-01-05T18:29:32.103129+00:00"
38105
38105
  },
38106
38106
  "owner_view": {
38107
38107
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -38142,7 +38142,7 @@
38142
38142
  "x-field-mutability": "read-only",
38143
38143
  "x-original-maxLength": 1024,
38144
38144
  "x-reconciled-from-discovery": true,
38145
- "x-reconciled-at": "2026-01-05T17:59:13.760748+00:00"
38145
+ "x-reconciled-at": "2026-01-05T18:29:32.103137+00:00"
38146
38146
  },
38147
38147
  "uid": {
38148
38148
  "type": "string",
@@ -38163,7 +38163,7 @@
38163
38163
  "x-original-maxLength": 1024,
38164
38164
  "format": "uuid",
38165
38165
  "x-reconciled-from-discovery": true,
38166
- "x-reconciled-at": "2026-01-05T17:59:13.760753+00:00"
38166
+ "x-reconciled-at": "2026-01-05T18:29:32.103142+00:00"
38167
38167
  }
38168
38168
  },
38169
38169
  "x-f5xc-minimum-configuration": {
@@ -38672,7 +38672,7 @@
38672
38672
  },
38673
38673
  "x-original-maxLength": 1024,
38674
38674
  "x-reconciled-from-discovery": true,
38675
- "x-reconciled-at": "2026-01-05T17:59:13.760793+00:00"
38675
+ "x-reconciled-at": "2026-01-05T18:29:32.103183+00:00"
38676
38676
  },
38677
38677
  "namespace": {
38678
38678
  "type": "string",
@@ -38698,7 +38698,7 @@
38698
38698
  },
38699
38699
  "x-original-maxLength": 1024,
38700
38700
  "x-reconciled-from-discovery": true,
38701
- "x-reconciled-at": "2026-01-05T17:59:13.760797+00:00"
38701
+ "x-reconciled-at": "2026-01-05T18:29:32.103188+00:00"
38702
38702
  }
38703
38703
  },
38704
38704
  "x-f5xc-minimum-configuration": {
@@ -39080,7 +39080,7 @@
39080
39080
  },
39081
39081
  "x-original-maxLength": 1024,
39082
39082
  "x-reconciled-from-discovery": true,
39083
- "x-reconciled-at": "2026-01-05T17:59:14.540402+00:00"
39083
+ "x-reconciled-at": "2026-01-05T18:29:32.883136+00:00"
39084
39084
  },
39085
39085
  "query": {
39086
39086
  "type": "string",
@@ -39212,7 +39212,7 @@
39212
39212
  },
39213
39213
  "x-original-maxLength": 1024,
39214
39214
  "x-reconciled-from-discovery": true,
39215
- "x-reconciled-at": "2026-01-05T17:59:14.540418+00:00"
39215
+ "x-reconciled-at": "2026-01-05T18:29:32.883153+00:00"
39216
39216
  },
39217
39217
  "query": {
39218
39218
  "type": "string",
@@ -39348,7 +39348,7 @@
39348
39348
  },
39349
39349
  "x-original-maxLength": 1024,
39350
39350
  "x-reconciled-from-discovery": true,
39351
- "x-reconciled-at": "2026-01-05T17:59:14.540433+00:00"
39351
+ "x-reconciled-at": "2026-01-05T18:29:32.883169+00:00"
39352
39352
  },
39353
39353
  "query": {
39354
39354
  "type": "string",
@@ -39480,7 +39480,7 @@
39480
39480
  },
39481
39481
  "x-original-maxLength": 1024,
39482
39482
  "x-reconciled-from-discovery": true,
39483
- "x-reconciled-at": "2026-01-05T17:59:14.540446+00:00"
39483
+ "x-reconciled-at": "2026-01-05T18:29:32.883183+00:00"
39484
39484
  },
39485
39485
  "query": {
39486
39486
  "type": "string",
@@ -39670,7 +39670,7 @@
39670
39670
  },
39671
39671
  "x-original-maxLength": 1024,
39672
39672
  "x-reconciled-from-discovery": true,
39673
- "x-reconciled-at": "2026-01-05T17:59:14.540485+00:00"
39673
+ "x-reconciled-at": "2026-01-05T18:29:32.883223+00:00"
39674
39674
  },
39675
39675
  "site": {
39676
39676
  "type": "string",
@@ -39787,7 +39787,7 @@
39787
39787
  },
39788
39788
  "x-original-maxLength": 1024,
39789
39789
  "x-reconciled-from-discovery": true,
39790
- "x-reconciled-at": "2026-01-05T17:59:14.540549+00:00"
39790
+ "x-reconciled-at": "2026-01-05T18:29:32.883286+00:00"
39791
39791
  },
39792
39792
  "query": {
39793
39793
  "type": "string",
@@ -39919,7 +39919,7 @@
39919
39919
  },
39920
39920
  "x-original-maxLength": 1024,
39921
39921
  "x-reconciled-from-discovery": true,
39922
- "x-reconciled-at": "2026-01-05T17:59:14.540561+00:00"
39922
+ "x-reconciled-at": "2026-01-05T18:29:32.883300+00:00"
39923
39923
  },
39924
39924
  "query": {
39925
39925
  "type": "string",
@@ -40055,7 +40055,7 @@
40055
40055
  },
40056
40056
  "x-original-maxLength": 1024,
40057
40057
  "x-reconciled-from-discovery": true,
40058
- "x-reconciled-at": "2026-01-05T17:59:14.540575+00:00"
40058
+ "x-reconciled-at": "2026-01-05T18:29:32.883315+00:00"
40059
40059
  },
40060
40060
  "query": {
40061
40061
  "type": "string",
@@ -40204,7 +40204,7 @@
40204
40204
  },
40205
40205
  "x-original-maxLength": 1024,
40206
40206
  "x-reconciled-from-discovery": true,
40207
- "x-reconciled-at": "2026-01-05T17:59:14.540588+00:00"
40207
+ "x-reconciled-at": "2026-01-05T18:29:32.883329+00:00"
40208
40208
  },
40209
40209
  "query": {
40210
40210
  "type": "string",
@@ -40357,7 +40357,7 @@
40357
40357
  },
40358
40358
  "x-original-maxLength": 1024,
40359
40359
  "x-reconciled-from-discovery": true,
40360
- "x-reconciled-at": "2026-01-05T17:59:14.540602+00:00"
40360
+ "x-reconciled-at": "2026-01-05T18:29:32.883345+00:00"
40361
40361
  },
40362
40362
  "query": {
40363
40363
  "type": "string",
@@ -40506,7 +40506,7 @@
40506
40506
  },
40507
40507
  "x-original-maxLength": 1024,
40508
40508
  "x-reconciled-from-discovery": true,
40509
- "x-reconciled-at": "2026-01-05T17:59:14.540616+00:00"
40509
+ "x-reconciled-at": "2026-01-05T18:29:32.883359+00:00"
40510
40510
  },
40511
40511
  "query": {
40512
40512
  "type": "string",
@@ -40640,7 +40640,7 @@
40640
40640
  },
40641
40641
  "x-original-maxLength": 256,
40642
40642
  "x-reconciled-from-discovery": true,
40643
- "x-reconciled-at": "2026-01-05T17:59:14.540630+00:00"
40643
+ "x-reconciled-at": "2026-01-05T18:29:32.883375+00:00"
40644
40644
  }
40645
40645
  },
40646
40646
  "x-f5xc-minimum-configuration": {
@@ -40817,7 +40817,7 @@
40817
40817
  },
40818
40818
  "x-original-maxLength": 1024,
40819
40819
  "x-reconciled-from-discovery": true,
40820
- "x-reconciled-at": "2026-01-05T17:59:14.540657+00:00"
40820
+ "x-reconciled-at": "2026-01-05T18:29:32.883402+00:00"
40821
40821
  },
40822
40822
  "scroll_id": {
40823
40823
  "type": "string",
@@ -40908,7 +40908,7 @@
40908
40908
  },
40909
40909
  "x-original-maxLength": 1024,
40910
40910
  "x-reconciled-from-discovery": true,
40911
- "x-reconciled-at": "2026-01-05T17:59:14.540707+00:00"
40911
+ "x-reconciled-at": "2026-01-05T18:29:32.883452+00:00"
40912
40912
  },
40913
40913
  "query": {
40914
40914
  "type": "string",
@@ -41053,7 +41053,7 @@
41053
41053
  },
41054
41054
  "x-original-maxLength": 1024,
41055
41055
  "x-reconciled-from-discovery": true,
41056
- "x-reconciled-at": "2026-01-05T17:59:14.540720+00:00"
41056
+ "x-reconciled-at": "2026-01-05T18:29:32.883466+00:00"
41057
41057
  },
41058
41058
  "query": {
41059
41059
  "type": "string",
@@ -41190,7 +41190,7 @@
41190
41190
  },
41191
41191
  "x-original-maxLength": 1024,
41192
41192
  "x-reconciled-from-discovery": true,
41193
- "x-reconciled-at": "2026-01-05T17:59:14.540736+00:00"
41193
+ "x-reconciled-at": "2026-01-05T18:29:32.883483+00:00"
41194
41194
  },
41195
41195
  "query": {
41196
41196
  "type": "string",
@@ -41322,7 +41322,7 @@
41322
41322
  },
41323
41323
  "x-original-maxLength": 1024,
41324
41324
  "x-reconciled-from-discovery": true,
41325
- "x-reconciled-at": "2026-01-05T17:59:14.540748+00:00"
41325
+ "x-reconciled-at": "2026-01-05T18:29:32.883495+00:00"
41326
41326
  },
41327
41327
  "query": {
41328
41328
  "type": "string",
@@ -41458,7 +41458,7 @@
41458
41458
  },
41459
41459
  "x-original-maxLength": 1024,
41460
41460
  "x-reconciled-from-discovery": true,
41461
- "x-reconciled-at": "2026-01-05T17:59:14.540761+00:00"
41461
+ "x-reconciled-at": "2026-01-05T18:29:32.883509+00:00"
41462
41462
  },
41463
41463
  "query": {
41464
41464
  "type": "string",
@@ -41590,7 +41590,7 @@
41590
41590
  },
41591
41591
  "x-original-maxLength": 1024,
41592
41592
  "x-reconciled-from-discovery": true,
41593
- "x-reconciled-at": "2026-01-05T17:59:14.540773+00:00"
41593
+ "x-reconciled-at": "2026-01-05T18:29:32.883521+00:00"
41594
41594
  },
41595
41595
  "query": {
41596
41596
  "type": "string",
@@ -43750,7 +43750,7 @@
43750
43750
  },
43751
43751
  "x-original-maxLength": 1024,
43752
43752
  "x-reconciled-from-discovery": true,
43753
- "x-reconciled-at": "2026-01-05T17:59:28.254678+00:00"
43753
+ "x-reconciled-at": "2026-01-05T18:29:46.505442+00:00"
43754
43754
  },
43755
43755
  "report_frequency": {
43756
43756
  "$ref": "#/components/schemas/reportReportFrequency"
@@ -44422,7 +44422,7 @@
44422
44422
  },
44423
44423
  "x-original-maxLength": 1024,
44424
44424
  "x-reconciled-from-discovery": true,
44425
- "x-reconciled-at": "2026-01-05T17:59:28.734754+00:00"
44425
+ "x-reconciled-at": "2026-01-05T18:29:46.991333+00:00"
44426
44426
  },
44427
44427
  "disabled": {
44428
44428
  "type": "boolean",
@@ -44472,7 +44472,7 @@
44472
44472
  },
44473
44473
  "x-original-maxLength": 1024,
44474
44474
  "x-reconciled-from-discovery": true,
44475
- "x-reconciled-at": "2026-01-05T17:59:28.734764+00:00"
44475
+ "x-reconciled-at": "2026-01-05T18:29:46.991344+00:00"
44476
44476
  },
44477
44477
  "namespace": {
44478
44478
  "type": "string",
@@ -44491,7 +44491,7 @@
44491
44491
  },
44492
44492
  "x-original-maxLength": 1024,
44493
44493
  "x-reconciled-from-discovery": true,
44494
- "x-reconciled-at": "2026-01-05T17:59:28.734769+00:00"
44494
+ "x-reconciled-at": "2026-01-05T18:29:46.991348+00:00"
44495
44495
  },
44496
44496
  "object": {
44497
44497
  "$ref": "#/components/schemas/schemareportObject"
@@ -44520,7 +44520,7 @@
44520
44520
  "x-field-mutability": "read-only",
44521
44521
  "x-original-maxLength": 1024,
44522
44522
  "x-reconciled-from-discovery": true,
44523
- "x-reconciled-at": "2026-01-05T17:59:28.734776+00:00"
44523
+ "x-reconciled-at": "2026-01-05T18:29:46.991356+00:00"
44524
44524
  },
44525
44525
  "uid": {
44526
44526
  "type": "string",
@@ -44541,7 +44541,7 @@
44541
44541
  "x-original-maxLength": 1024,
44542
44542
  "format": "uuid",
44543
44543
  "x-reconciled-from-discovery": true,
44544
- "x-reconciled-at": "2026-01-05T17:59:28.734781+00:00"
44544
+ "x-reconciled-at": "2026-01-05T18:29:46.991361+00:00"
44545
44545
  }
44546
44546
  },
44547
44547
  "x-f5xc-minimum-configuration": {
@@ -44605,7 +44605,7 @@
44605
44605
  },
44606
44606
  "x-original-maxLength": 1024,
44607
44607
  "x-reconciled-from-discovery": true,
44608
- "x-reconciled-at": "2026-01-05T17:59:28.734788+00:00"
44608
+ "x-reconciled-at": "2026-01-05T18:29:46.991368+00:00"
44609
44609
  },
44610
44610
  "namespace": {
44611
44611
  "type": "string",
@@ -44624,7 +44624,7 @@
44624
44624
  },
44625
44625
  "x-original-maxLength": 1024,
44626
44626
  "x-reconciled-from-discovery": true,
44627
- "x-reconciled-at": "2026-01-05T17:59:28.734792+00:00"
44627
+ "x-reconciled-at": "2026-01-05T18:29:46.991372+00:00"
44628
44628
  }
44629
44629
  },
44630
44630
  "x-f5xc-minimum-configuration": {
@@ -44672,7 +44672,7 @@
44672
44672
  },
44673
44673
  "x-original-maxLength": 1024,
44674
44674
  "x-reconciled-from-discovery": true,
44675
- "x-reconciled-at": "2026-01-05T17:59:28.734797+00:00"
44675
+ "x-reconciled-at": "2026-01-05T18:29:46.991377+00:00"
44676
44676
  },
44677
44677
  "namespace": {
44678
44678
  "type": "string",
@@ -44698,7 +44698,7 @@
44698
44698
  },
44699
44699
  "x-original-maxLength": 1024,
44700
44700
  "x-reconciled-from-discovery": true,
44701
- "x-reconciled-at": "2026-01-05T17:59:28.734801+00:00"
44701
+ "x-reconciled-at": "2026-01-05T18:29:46.991381+00:00"
44702
44702
  }
44703
44703
  },
44704
44704
  "x-f5xc-minimum-configuration": {
@@ -44811,7 +44811,7 @@
44811
44811
  "maxLength": 17,
44812
44812
  "minLength": 17,
44813
44813
  "x-reconciled-from-discovery": true,
44814
- "x-reconciled-at": "2026-01-05T17:59:28.734815+00:00"
44814
+ "x-reconciled-at": "2026-01-05T18:29:46.991395+00:00"
44815
44815
  },
44816
44816
  "system_metadata": {
44817
44817
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -44908,7 +44908,7 @@
44908
44908
  },
44909
44909
  "x-original-maxLength": 1024,
44910
44910
  "x-reconciled-from-discovery": true,
44911
- "x-reconciled-at": "2026-01-05T17:59:28.734823+00:00"
44911
+ "x-reconciled-at": "2026-01-05T18:29:46.991403+00:00"
44912
44912
  },
44913
44913
  "report_config_names": {
44914
44914
  "$ref": "#/components/schemas/report_configReportConfigurationNamesList"
@@ -45105,7 +45105,7 @@
45105
45105
  },
45106
45106
  "x-original-maxLength": 1024,
45107
45107
  "x-reconciled-from-discovery": true,
45108
- "x-reconciled-at": "2026-01-05T17:59:28.734844+00:00"
45108
+ "x-reconciled-at": "2026-01-05T18:29:46.991420+00:00"
45109
45109
  },
45110
45110
  "disabled": {
45111
45111
  "type": "boolean",
@@ -45155,7 +45155,7 @@
45155
45155
  },
45156
45156
  "x-original-maxLength": 1024,
45157
45157
  "x-reconciled-from-discovery": true,
45158
- "x-reconciled-at": "2026-01-05T17:59:28.734854+00:00"
45158
+ "x-reconciled-at": "2026-01-05T18:29:46.991430+00:00"
45159
45159
  },
45160
45160
  "namespace": {
45161
45161
  "type": "string",
@@ -45174,7 +45174,7 @@
45174
45174
  },
45175
45175
  "x-original-maxLength": 1024,
45176
45176
  "x-reconciled-from-discovery": true,
45177
- "x-reconciled-at": "2026-01-05T17:59:28.734858+00:00"
45177
+ "x-reconciled-at": "2026-01-05T18:29:46.991434+00:00"
45178
45178
  },
45179
45179
  "owner_view": {
45180
45180
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -45215,7 +45215,7 @@
45215
45215
  "x-field-mutability": "read-only",
45216
45216
  "x-original-maxLength": 1024,
45217
45217
  "x-reconciled-from-discovery": true,
45218
- "x-reconciled-at": "2026-01-05T17:59:28.734866+00:00"
45218
+ "x-reconciled-at": "2026-01-05T18:29:46.991441+00:00"
45219
45219
  },
45220
45220
  "uid": {
45221
45221
  "type": "string",
@@ -45236,7 +45236,7 @@
45236
45236
  "x-original-maxLength": 1024,
45237
45237
  "format": "uuid",
45238
45238
  "x-reconciled-from-discovery": true,
45239
- "x-reconciled-at": "2026-01-05T17:59:28.734871+00:00"
45239
+ "x-reconciled-at": "2026-01-05T18:29:46.991446+00:00"
45240
45240
  }
45241
45241
  },
45242
45242
  "x-f5xc-minimum-configuration": {
@@ -45930,7 +45930,7 @@
45930
45930
  },
45931
45931
  "x-original-maxLength": 1200,
45932
45932
  "x-reconciled-from-discovery": true,
45933
- "x-reconciled-at": "2026-01-05T17:59:28.734977+00:00"
45933
+ "x-reconciled-at": "2026-01-05T18:29:46.991551+00:00"
45934
45934
  },
45935
45935
  "disable": {
45936
45936
  "type": "boolean",
@@ -45985,7 +45985,7 @@
45985
45985
  },
45986
45986
  "x-original-maxLength": 1024,
45987
45987
  "x-reconciled-from-discovery": true,
45988
- "x-reconciled-at": "2026-01-05T17:59:28.734984+00:00"
45988
+ "x-reconciled-at": "2026-01-05T18:29:46.991558+00:00"
45989
45989
  },
45990
45990
  "namespace": {
45991
45991
  "type": "string",
@@ -46004,7 +46004,7 @@
46004
46004
  },
46005
46005
  "x-original-maxLength": 1024,
46006
46006
  "x-reconciled-from-discovery": true,
46007
- "x-reconciled-at": "2026-01-05T17:59:28.734988+00:00"
46007
+ "x-reconciled-at": "2026-01-05T18:29:46.991563+00:00"
46008
46008
  },
46009
46009
  "uid": {
46010
46010
  "type": "string",
@@ -46026,7 +46026,7 @@
46026
46026
  "x-original-maxLength": 1024,
46027
46027
  "format": "uuid",
46028
46028
  "x-reconciled-from-discovery": true,
46029
- "x-reconciled-at": "2026-01-05T17:59:28.734993+00:00"
46029
+ "x-reconciled-at": "2026-01-05T18:29:46.991568+00:00"
46030
46030
  }
46031
46031
  },
46032
46032
  "x-f5xc-minimum-configuration": {
@@ -46228,7 +46228,7 @@
46228
46228
  "maxLength": 6,
46229
46229
  "minLength": 6,
46230
46230
  "x-reconciled-from-discovery": true,
46231
- "x-reconciled-at": "2026-01-05T17:59:28.735076+00:00"
46231
+ "x-reconciled-at": "2026-01-05T18:29:46.991656+00:00"
46232
46232
  },
46233
46233
  "object_index": {
46234
46234
  "type": "integer",
@@ -46301,7 +46301,7 @@
46301
46301
  "x-field-mutability": "read-only",
46302
46302
  "x-original-maxLength": 1024,
46303
46303
  "x-reconciled-from-discovery": true,
46304
- "x-reconciled-at": "2026-01-05T17:59:28.735086+00:00"
46304
+ "x-reconciled-at": "2026-01-05T18:29:46.991666+00:00"
46305
46305
  },
46306
46306
  "trace_info": {
46307
46307
  "type": "string",
@@ -46339,7 +46339,7 @@
46339
46339
  "x-original-maxLength": 1024,
46340
46340
  "format": "uuid",
46341
46341
  "x-reconciled-from-discovery": true,
46342
- "x-reconciled-at": "2026-01-05T17:59:28.735093+00:00"
46342
+ "x-reconciled-at": "2026-01-05T18:29:46.991672+00:00"
46343
46343
  },
46344
46344
  "vtrp_id": {
46345
46345
  "type": "string",
@@ -48081,7 +48081,7 @@
48081
48081
  },
48082
48082
  "x-original-maxLength": 1024,
48083
48083
  "x-reconciled-from-discovery": true,
48084
- "x-reconciled-at": "2026-01-05T17:59:33.709614+00:00"
48084
+ "x-reconciled-at": "2026-01-05T18:29:51.947231+00:00"
48085
48085
  },
48086
48086
  "service": {
48087
48087
  "type": "string",
@@ -48400,7 +48400,7 @@
48400
48400
  },
48401
48401
  "x-original-maxLength": 1024,
48402
48402
  "x-reconciled-from-discovery": true,
48403
- "x-reconciled-at": "2026-01-05T17:59:33.709652+00:00"
48403
+ "x-reconciled-at": "2026-01-05T18:29:51.947271+00:00"
48404
48404
  }
48405
48405
  },
48406
48406
  "x-f5xc-minimum-configuration": {
@@ -48520,7 +48520,7 @@
48520
48520
  "maxLength": 15,
48521
48521
  "minLength": 3,
48522
48522
  "x-reconciled-from-discovery": true,
48523
- "x-reconciled-at": "2026-01-05T17:59:33.709664+00:00"
48523
+ "x-reconciled-at": "2026-01-05T18:29:51.947284+00:00"
48524
48524
  }
48525
48525
  },
48526
48526
  "x-f5xc-minimum-configuration": {
@@ -48737,7 +48737,7 @@
48737
48737
  },
48738
48738
  "x-original-maxLength": 1024,
48739
48739
  "x-reconciled-from-discovery": true,
48740
- "x-reconciled-at": "2026-01-05T17:59:33.709686+00:00"
48740
+ "x-reconciled-at": "2026-01-05T18:29:51.947306+00:00"
48741
48741
  },
48742
48742
  "range": {
48743
48743
  "type": "string",
@@ -49008,7 +49008,7 @@
49008
49008
  },
49009
49009
  "x-original-maxLength": 1024,
49010
49010
  "x-reconciled-from-discovery": true,
49011
- "x-reconciled-at": "2026-01-05T17:59:33.709707+00:00"
49011
+ "x-reconciled-at": "2026-01-05T18:29:51.947328+00:00"
49012
49012
  },
49013
49013
  "service": {
49014
49014
  "type": "string",
@@ -49217,7 +49217,7 @@
49217
49217
  },
49218
49218
  "x-original-maxLength": 1024,
49219
49219
  "x-reconciled-from-discovery": true,
49220
- "x-reconciled-at": "2026-01-05T17:59:33.709725+00:00"
49220
+ "x-reconciled-at": "2026-01-05T18:29:51.947346+00:00"
49221
49221
  },
49222
49222
  "range": {
49223
49223
  "type": "string",
@@ -49464,7 +49464,7 @@
49464
49464
  },
49465
49465
  "x-original-maxLength": 1024,
49466
49466
  "x-reconciled-from-discovery": true,
49467
- "x-reconciled-at": "2026-01-05T17:59:33.709742+00:00"
49467
+ "x-reconciled-at": "2026-01-05T18:29:51.947364+00:00"
49468
49468
  },
49469
49469
  "range": {
49470
49470
  "type": "string",
@@ -49719,7 +49719,7 @@
49719
49719
  },
49720
49720
  "x-original-maxLength": 1024,
49721
49721
  "x-reconciled-from-discovery": true,
49722
- "x-reconciled-at": "2026-01-05T17:59:33.709760+00:00"
49722
+ "x-reconciled-at": "2026-01-05T18:29:51.947381+00:00"
49723
49723
  },
49724
49724
  "start_time": {
49725
49725
  "type": "string",
@@ -49872,7 +49872,7 @@
49872
49872
  },
49873
49873
  "x-original-maxLength": 1024,
49874
49874
  "x-reconciled-from-discovery": true,
49875
- "x-reconciled-at": "2026-01-05T17:59:33.709772+00:00"
49875
+ "x-reconciled-at": "2026-01-05T18:29:51.947394+00:00"
49876
49876
  }
49877
49877
  },
49878
49878
  "x-f5xc-minimum-configuration": {
@@ -50022,7 +50022,7 @@
50022
50022
  },
50023
50023
  "x-original-maxLength": 1024,
50024
50024
  "x-reconciled-from-discovery": true,
50025
- "x-reconciled-at": "2026-01-05T17:59:33.709787+00:00"
50025
+ "x-reconciled-at": "2026-01-05T18:29:51.947410+00:00"
50026
50026
  },
50027
50027
  "range": {
50028
50028
  "type": "string",
@@ -50248,7 +50248,7 @@
50248
50248
  },
50249
50249
  "x-original-maxLength": 1024,
50250
50250
  "x-reconciled-from-discovery": true,
50251
- "x-reconciled-at": "2026-01-05T17:59:33.709805+00:00"
50251
+ "x-reconciled-at": "2026-01-05T18:29:51.947428+00:00"
50252
50252
  },
50253
50253
  "range": {
50254
50254
  "type": "string",
@@ -50778,7 +50778,7 @@
50778
50778
  },
50779
50779
  "x-original-maxLength": 1024,
50780
50780
  "x-reconciled-from-discovery": true,
50781
- "x-reconciled-at": "2026-01-05T17:59:46.858938+00:00"
50781
+ "x-reconciled-at": "2026-01-05T18:30:05.071569+00:00"
50782
50782
  },
50783
50783
  "sli_address": {
50784
50784
  "type": "string",
@@ -51316,7 +51316,7 @@
51316
51316
  },
51317
51317
  "x-original-maxLength": 1024,
51318
51318
  "x-reconciled-from-discovery": true,
51319
- "x-reconciled-at": "2026-01-05T17:59:46.858997+00:00"
51319
+ "x-reconciled-at": "2026-01-05T18:30:05.071627+00:00"
51320
51320
  }
51321
51321
  },
51322
51322
  "x-f5xc-minimum-configuration": {
@@ -51429,7 +51429,7 @@
51429
51429
  },
51430
51430
  "x-original-maxLength": 1024,
51431
51431
  "x-reconciled-from-discovery": true,
51432
- "x-reconciled-at": "2026-01-05T17:59:46.859014+00:00"
51432
+ "x-reconciled-at": "2026-01-05T18:30:05.071644+00:00"
51433
51433
  },
51434
51434
  "network_name": {
51435
51435
  "type": "string",
@@ -51746,7 +51746,7 @@
51746
51746
  },
51747
51747
  "x-original-maxLength": 1024,
51748
51748
  "x-reconciled-from-discovery": true,
51749
- "x-reconciled-at": "2026-01-05T17:59:46.859043+00:00"
51749
+ "x-reconciled-at": "2026-01-05T18:30:05.071673+00:00"
51750
51750
  },
51751
51751
  "resource_id": {
51752
51752
  "type": "string",
@@ -52721,7 +52721,7 @@
52721
52721
  },
52722
52722
  "x-original-maxLength": 1024,
52723
52723
  "x-reconciled-from-discovery": true,
52724
- "x-reconciled-at": "2026-01-05T17:59:46.859109+00:00"
52724
+ "x-reconciled-at": "2026-01-05T18:30:05.071740+00:00"
52725
52725
  },
52726
52726
  "src_id": {
52727
52727
  "type": "string",
@@ -52908,7 +52908,7 @@
52908
52908
  },
52909
52909
  "x-original-maxLength": 1024,
52910
52910
  "x-reconciled-from-discovery": true,
52911
- "x-reconciled-at": "2026-01-05T17:59:46.859125+00:00"
52911
+ "x-reconciled-at": "2026-01-05T18:30:05.071757+00:00"
52912
52912
  }
52913
52913
  },
52914
52914
  "x-f5xc-minimum-configuration": {
@@ -52978,7 +52978,7 @@
52978
52978
  },
52979
52979
  "x-original-maxLength": 1024,
52980
52980
  "x-reconciled-from-discovery": true,
52981
- "x-reconciled-at": "2026-01-05T17:59:46.859132+00:00"
52981
+ "x-reconciled-at": "2026-01-05T18:30:05.071764+00:00"
52982
52982
  },
52983
52983
  "owner_id": {
52984
52984
  "type": "string",
@@ -53027,7 +53027,7 @@
53027
53027
  },
53028
53028
  "x-original-maxLength": 1024,
53029
53029
  "x-reconciled-from-discovery": true,
53030
- "x-reconciled-at": "2026-01-05T17:59:46.859140+00:00"
53030
+ "x-reconciled-at": "2026-01-05T18:30:05.071772+00:00"
53031
53031
  },
53032
53032
  "tags": {
53033
53033
  "type": "object",
@@ -53264,7 +53264,7 @@
53264
53264
  },
53265
53265
  "x-original-maxLength": 1024,
53266
53266
  "x-reconciled-from-discovery": true,
53267
- "x-reconciled-at": "2026-01-05T17:59:46.859160+00:00"
53267
+ "x-reconciled-at": "2026-01-05T18:30:05.071791+00:00"
53268
53268
  },
53269
53269
  "private_addresses": {
53270
53270
  "type": "array",
@@ -53326,7 +53326,7 @@
53326
53326
  },
53327
53327
  "x-original-maxLength": 1024,
53328
53328
  "x-reconciled-from-discovery": true,
53329
- "x-reconciled-at": "2026-01-05T17:59:46.859180+00:00"
53329
+ "x-reconciled-at": "2026-01-05T18:30:05.071799+00:00"
53330
53330
  },
53331
53331
  "subnet": {
53332
53332
  "type": "array",
@@ -53580,7 +53580,7 @@
53580
53580
  },
53581
53581
  "x-original-maxLength": 1024,
53582
53582
  "x-reconciled-from-discovery": true,
53583
- "x-reconciled-at": "2026-01-05T17:59:46.859199+00:00"
53583
+ "x-reconciled-at": "2026-01-05T18:30:05.071818+00:00"
53584
53584
  },
53585
53585
  "network_type": {
53586
53586
  "$ref": "#/components/schemas/topologyCloudNetworkType"
@@ -53804,7 +53804,7 @@
53804
53804
  },
53805
53805
  "x-original-maxLength": 1024,
53806
53806
  "x-reconciled-from-discovery": true,
53807
- "x-reconciled-at": "2026-01-05T17:59:46.859217+00:00"
53807
+ "x-reconciled-at": "2026-01-05T18:30:05.071835+00:00"
53808
53808
  },
53809
53809
  "level": {
53810
53810
  "type": "integer",
@@ -53840,7 +53840,7 @@
53840
53840
  },
53841
53841
  "x-original-maxLength": 1024,
53842
53842
  "x-reconciled-from-discovery": true,
53843
- "x-reconciled-at": "2026-01-05T17:59:46.859223+00:00"
53843
+ "x-reconciled-at": "2026-01-05T18:30:05.071841+00:00"
53844
53844
  },
53845
53845
  "owner_id": {
53846
53846
  "type": "string",
@@ -53877,7 +53877,7 @@
53877
53877
  },
53878
53878
  "x-original-maxLength": 1024,
53879
53879
  "x-reconciled-from-discovery": true,
53880
- "x-reconciled-at": "2026-01-05T17:59:46.859230+00:00"
53880
+ "x-reconciled-at": "2026-01-05T18:30:05.071848+00:00"
53881
53881
  },
53882
53882
  "tags": {
53883
53883
  "type": "object",
@@ -54443,7 +54443,7 @@
54443
54443
  },
54444
54444
  "x-original-maxLength": 1024,
54445
54445
  "x-reconciled-from-discovery": true,
54446
- "x-reconciled-at": "2026-01-05T17:59:46.859269+00:00"
54446
+ "x-reconciled-at": "2026-01-05T18:30:05.071888+00:00"
54447
54447
  },
54448
54448
  "tags": {
54449
54449
  "type": "object",
@@ -55237,7 +55237,7 @@
55237
55237
  },
55238
55238
  "x-original-maxLength": 1024,
55239
55239
  "x-reconciled-from-discovery": true,
55240
- "x-reconciled-at": "2026-01-05T17:59:46.859330+00:00"
55240
+ "x-reconciled-at": "2026-01-05T18:30:05.071951+00:00"
55241
55241
  }
55242
55242
  },
55243
55243
  "x-f5xc-minimum-configuration": {
@@ -55635,7 +55635,7 @@
55635
55635
  },
55636
55636
  "x-original-maxLength": 1024,
55637
55637
  "x-reconciled-from-discovery": true,
55638
- "x-reconciled-at": "2026-01-05T17:59:56.435636+00:00"
55638
+ "x-reconciled-at": "2026-01-05T18:30:14.710850+00:00"
55639
55639
  },
55640
55640
  "network_id": {
55641
55641
  "type": "string",
@@ -55800,7 +55800,7 @@
55800
55800
  },
55801
55801
  "x-original-maxLength": 1024,
55802
55802
  "x-reconciled-from-discovery": true,
55803
- "x-reconciled-at": "2026-01-05T17:59:56.435654+00:00"
55803
+ "x-reconciled-at": "2026-01-05T18:30:14.710869+00:00"
55804
55804
  },
55805
55805
  "sort": {
55806
55806
  "$ref": "#/components/schemas/l3l4MitigationSeriesSort"
@@ -55937,7 +55937,7 @@
55937
55937
  },
55938
55938
  "x-original-maxLength": 1024,
55939
55939
  "x-reconciled-from-discovery": true,
55940
- "x-reconciled-at": "2026-01-05T17:59:56.435668+00:00"
55940
+ "x-reconciled-at": "2026-01-05T18:30:14.710884+00:00"
55941
55941
  },
55942
55942
  "network_id": {
55943
55943
  "type": "string",
@@ -56085,7 +56085,7 @@
56085
56085
  },
56086
56086
  "x-original-maxLength": 1024,
56087
56087
  "x-reconciled-from-discovery": true,
56088
- "x-reconciled-at": "2026-01-05T17:59:56.435682+00:00"
56088
+ "x-reconciled-at": "2026-01-05T18:30:14.710898+00:00"
56089
56089
  },
56090
56090
  "network_id": {
56091
56091
  "type": "string",
@@ -56237,7 +56237,7 @@
56237
56237
  },
56238
56238
  "x-original-maxLength": 1024,
56239
56239
  "x-reconciled-from-discovery": true,
56240
- "x-reconciled-at": "2026-01-05T17:59:56.435697+00:00"
56240
+ "x-reconciled-at": "2026-01-05T18:30:14.710912+00:00"
56241
56241
  },
56242
56242
  "network_id": {
56243
56243
  "type": "string",
@@ -56452,7 +56452,7 @@
56452
56452
  },
56453
56453
  "x-original-maxLength": 1024,
56454
56454
  "x-reconciled-from-discovery": true,
56455
- "x-reconciled-at": "2026-01-05T17:59:56.435714+00:00"
56455
+ "x-reconciled-at": "2026-01-05T18:30:14.710929+00:00"
56456
56456
  }
56457
56457
  },
56458
56458
  "x-f5xc-minimum-configuration": {
@@ -56490,7 +56490,7 @@
56490
56490
  },
56491
56491
  "x-original-maxLength": 1024,
56492
56492
  "x-reconciled-from-discovery": true,
56493
- "x-reconciled-at": "2026-01-05T17:59:56.435719+00:00"
56493
+ "x-reconciled-at": "2026-01-05T18:30:14.710934+00:00"
56494
56494
  },
56495
56495
  "values": {
56496
56496
  "type": "array",
@@ -56671,7 +56671,7 @@
56671
56671
  },
56672
56672
  "x-original-maxLength": 1024,
56673
56673
  "x-reconciled-from-discovery": true,
56674
- "x-reconciled-at": "2026-01-05T17:59:56.435733+00:00"
56674
+ "x-reconciled-at": "2026-01-05T18:30:14.710947+00:00"
56675
56675
  },
56676
56676
  "network_id": {
56677
56677
  "type": "string",