@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": "Shape",
5
5
  "description": "Bot infrastructure policies with deployment tracking and subscription management. SafeAP protection against credential stuffing and account takeover. Mobile application shielding through SDK integration with OS-specific configurations. Real-time threat intelligence updates and automated response actions based on risk scoring and traffic patterns.",
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"
@@ -61739,7 +61739,7 @@
61739
61739
  },
61740
61740
  "x-original-maxLength": 1024,
61741
61741
  "x-reconciled-from-discovery": true,
61742
- "x-reconciled-at": "2026-01-05T17:58:26.384489+00:00"
61742
+ "x-reconciled-at": "2026-01-05T18:28:44.957174+00:00"
61743
61743
  }
61744
61744
  },
61745
61745
  "x-f5xc-minimum-configuration": {
@@ -62092,7 +62092,7 @@
62092
62092
  },
62093
62093
  "x-original-maxLength": 1024,
62094
62094
  "x-reconciled-from-discovery": true,
62095
- "x-reconciled-at": "2026-01-05T17:58:26.384512+00:00"
62095
+ "x-reconciled-at": "2026-01-05T18:28:44.957199+00:00"
62096
62096
  }
62097
62097
  },
62098
62098
  "x-f5xc-minimum-configuration": {
@@ -62186,7 +62186,7 @@
62186
62186
  },
62187
62187
  "x-original-maxLength": 1024,
62188
62188
  "x-reconciled-from-discovery": true,
62189
- "x-reconciled-at": "2026-01-05T17:58:26.384521+00:00"
62189
+ "x-reconciled-at": "2026-01-05T18:28:44.957207+00:00"
62190
62190
  }
62191
62191
  },
62192
62192
  "x-f5xc-minimum-configuration": {
@@ -62280,7 +62280,7 @@
62280
62280
  },
62281
62281
  "x-original-maxLength": 1024,
62282
62282
  "x-reconciled-from-discovery": true,
62283
- "x-reconciled-at": "2026-01-05T17:58:26.384529+00:00"
62283
+ "x-reconciled-at": "2026-01-05T18:28:44.957215+00:00"
62284
62284
  }
62285
62285
  },
62286
62286
  "x-f5xc-minimum-configuration": {
@@ -62374,7 +62374,7 @@
62374
62374
  },
62375
62375
  "x-original-maxLength": 1024,
62376
62376
  "x-reconciled-from-discovery": true,
62377
- "x-reconciled-at": "2026-01-05T17:58:26.384538+00:00"
62377
+ "x-reconciled-at": "2026-01-05T18:28:44.957223+00:00"
62378
62378
  }
62379
62379
  },
62380
62380
  "x-f5xc-minimum-configuration": {
@@ -62468,7 +62468,7 @@
62468
62468
  },
62469
62469
  "x-original-maxLength": 1024,
62470
62470
  "x-reconciled-from-discovery": true,
62471
- "x-reconciled-at": "2026-01-05T17:58:26.384546+00:00"
62471
+ "x-reconciled-at": "2026-01-05T18:28:44.957231+00:00"
62472
62472
  }
62473
62473
  },
62474
62474
  "x-f5xc-minimum-configuration": {
@@ -62562,7 +62562,7 @@
62562
62562
  },
62563
62563
  "x-original-maxLength": 1024,
62564
62564
  "x-reconciled-from-discovery": true,
62565
- "x-reconciled-at": "2026-01-05T17:58:26.384554+00:00"
62565
+ "x-reconciled-at": "2026-01-05T18:28:44.957239+00:00"
62566
62566
  }
62567
62567
  },
62568
62568
  "x-f5xc-minimum-configuration": {
@@ -62656,7 +62656,7 @@
62656
62656
  },
62657
62657
  "x-original-maxLength": 1024,
62658
62658
  "x-reconciled-from-discovery": true,
62659
- "x-reconciled-at": "2026-01-05T17:58:26.384562+00:00"
62659
+ "x-reconciled-at": "2026-01-05T18:28:44.957247+00:00"
62660
62660
  }
62661
62661
  },
62662
62662
  "x-f5xc-minimum-configuration": {
@@ -62713,7 +62713,7 @@
62713
62713
  },
62714
62714
  "x-original-maxLength": 1024,
62715
62715
  "x-reconciled-from-discovery": true,
62716
- "x-reconciled-at": "2026-01-05T17:58:26.384568+00:00"
62716
+ "x-reconciled-at": "2026-01-05T18:28:44.957253+00:00"
62717
62717
  }
62718
62718
  },
62719
62719
  "x-f5xc-minimum-configuration": {
@@ -62770,7 +62770,7 @@
62770
62770
  },
62771
62771
  "x-original-maxLength": 1024,
62772
62772
  "x-reconciled-from-discovery": true,
62773
- "x-reconciled-at": "2026-01-05T17:58:26.384574+00:00"
62773
+ "x-reconciled-at": "2026-01-05T18:28:44.957259+00:00"
62774
62774
  }
62775
62775
  },
62776
62776
  "x-f5xc-minimum-configuration": {
@@ -62994,7 +62994,7 @@
62994
62994
  },
62995
62995
  "x-original-maxLength": 1024,
62996
62996
  "x-reconciled-from-discovery": true,
62997
- "x-reconciled-at": "2026-01-05T17:58:29.981143+00:00"
62997
+ "x-reconciled-at": "2026-01-05T18:28:48.507463+00:00"
62998
62998
  },
62999
62999
  "namespace": {
63000
63000
  "type": "string",
@@ -63011,7 +63011,7 @@
63011
63011
  },
63012
63012
  "x-original-maxLength": 1024,
63013
63013
  "x-reconciled-from-discovery": true,
63014
- "x-reconciled-at": "2026-01-05T17:58:29.981150+00:00"
63014
+ "x-reconciled-at": "2026-01-05T18:28:48.507471+00:00"
63015
63015
  },
63016
63016
  "status": {
63017
63017
  "$ref": "#/components/schemas/alert_gen_policyAlertStatus"
@@ -63139,7 +63139,7 @@
63139
63139
  },
63140
63140
  "x-original-maxLength": 1024,
63141
63141
  "x-reconciled-from-discovery": true,
63142
- "x-reconciled-at": "2026-01-05T17:58:29.981179+00:00"
63142
+ "x-reconciled-at": "2026-01-05T18:28:48.507488+00:00"
63143
63143
  },
63144
63144
  "namespace": {
63145
63145
  "type": "string",
@@ -63158,7 +63158,7 @@
63158
63158
  },
63159
63159
  "x-original-maxLength": 1024,
63160
63160
  "x-reconciled-from-discovery": true,
63161
- "x-reconciled-at": "2026-01-05T17:58:29.981184+00:00"
63161
+ "x-reconciled-at": "2026-01-05T18:28:48.507493+00:00"
63162
63162
  }
63163
63163
  },
63164
63164
  "x-f5xc-minimum-configuration": {
@@ -63256,7 +63256,7 @@
63256
63256
  "maxLength": 17,
63257
63257
  "minLength": 17,
63258
63258
  "x-reconciled-from-discovery": true,
63259
- "x-reconciled-at": "2026-01-05T17:58:29.981201+00:00"
63259
+ "x-reconciled-at": "2026-01-05T18:28:48.507508+00:00"
63260
63260
  },
63261
63261
  "system_metadata": {
63262
63262
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -63391,7 +63391,7 @@
63391
63391
  },
63392
63392
  "x-original-maxLength": 1024,
63393
63393
  "x-reconciled-from-discovery": true,
63394
- "x-reconciled-at": "2026-01-05T17:58:29.981214+00:00"
63394
+ "x-reconciled-at": "2026-01-05T18:28:48.507520+00:00"
63395
63395
  },
63396
63396
  "disabled": {
63397
63397
  "type": "boolean",
@@ -63441,7 +63441,7 @@
63441
63441
  },
63442
63442
  "x-original-maxLength": 1024,
63443
63443
  "x-reconciled-from-discovery": true,
63444
- "x-reconciled-at": "2026-01-05T17:58:29.981224+00:00"
63444
+ "x-reconciled-at": "2026-01-05T18:28:48.507530+00:00"
63445
63445
  },
63446
63446
  "namespace": {
63447
63447
  "type": "string",
@@ -63460,7 +63460,7 @@
63460
63460
  },
63461
63461
  "x-original-maxLength": 1024,
63462
63462
  "x-reconciled-from-discovery": true,
63463
- "x-reconciled-at": "2026-01-05T17:58:29.981229+00:00"
63463
+ "x-reconciled-at": "2026-01-05T18:28:48.507534+00:00"
63464
63464
  },
63465
63465
  "owner_view": {
63466
63466
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -63501,7 +63501,7 @@
63501
63501
  "x-field-mutability": "read-only",
63502
63502
  "x-original-maxLength": 1024,
63503
63503
  "x-reconciled-from-discovery": true,
63504
- "x-reconciled-at": "2026-01-05T17:58:29.981237+00:00"
63504
+ "x-reconciled-at": "2026-01-05T18:28:48.507542+00:00"
63505
63505
  },
63506
63506
  "uid": {
63507
63507
  "type": "string",
@@ -63522,7 +63522,7 @@
63522
63522
  "x-original-maxLength": 1024,
63523
63523
  "format": "uuid",
63524
63524
  "x-reconciled-from-discovery": true,
63525
- "x-reconciled-at": "2026-01-05T17:58:29.981243+00:00"
63525
+ "x-reconciled-at": "2026-01-05T18:28:48.507547+00:00"
63526
63526
  }
63527
63527
  },
63528
63528
  "x-f5xc-minimum-configuration": {
@@ -63872,7 +63872,7 @@
63872
63872
  },
63873
63873
  "x-original-maxLength": 1024,
63874
63874
  "x-reconciled-from-discovery": true,
63875
- "x-reconciled-at": "2026-01-05T17:58:29.981273+00:00"
63875
+ "x-reconciled-at": "2026-01-05T18:28:48.507577+00:00"
63876
63876
  }
63877
63877
  },
63878
63878
  "x-f5xc-minimum-configuration": {
@@ -63941,7 +63941,7 @@
63941
63941
  },
63942
63942
  "x-original-maxLength": 1024,
63943
63943
  "x-reconciled-from-discovery": true,
63944
- "x-reconciled-at": "2026-01-05T17:58:29.981281+00:00"
63944
+ "x-reconciled-at": "2026-01-05T18:28:48.507585+00:00"
63945
63945
  },
63946
63946
  "service_name": {
63947
63947
  "type": "string",
@@ -63980,7 +63980,7 @@
63980
63980
  },
63981
63981
  "x-original-maxLength": 1024,
63982
63982
  "x-reconciled-from-discovery": true,
63983
- "x-reconciled-at": "2026-01-05T17:58:29.981287+00:00"
63983
+ "x-reconciled-at": "2026-01-05T18:28:48.507591+00:00"
63984
63984
  },
63985
63985
  "type": {
63986
63986
  "type": "string",
@@ -64117,7 +64117,7 @@
64117
64117
  },
64118
64118
  "x-original-maxLength": 1024,
64119
64119
  "x-reconciled-from-discovery": true,
64120
- "x-reconciled-at": "2026-01-05T17:58:29.981298+00:00"
64120
+ "x-reconciled-at": "2026-01-05T18:28:48.507602+00:00"
64121
64121
  }
64122
64122
  },
64123
64123
  "x-f5xc-minimum-configuration": {
@@ -64226,7 +64226,7 @@
64226
64226
  },
64227
64227
  "x-original-maxLength": 1200,
64228
64228
  "x-reconciled-from-discovery": true,
64229
- "x-reconciled-at": "2026-01-05T17:58:29.981309+00:00"
64229
+ "x-reconciled-at": "2026-01-05T18:28:48.507612+00:00"
64230
64230
  },
64231
64231
  "disable": {
64232
64232
  "type": "boolean",
@@ -64279,7 +64279,7 @@
64279
64279
  },
64280
64280
  "x-original-maxLength": 1024,
64281
64281
  "x-reconciled-from-discovery": true,
64282
- "x-reconciled-at": "2026-01-05T17:58:29.981316+00:00"
64282
+ "x-reconciled-at": "2026-01-05T18:28:48.507619+00:00"
64283
64283
  },
64284
64284
  "namespace": {
64285
64285
  "type": "string",
@@ -64298,7 +64298,7 @@
64298
64298
  },
64299
64299
  "x-original-maxLength": 1024,
64300
64300
  "x-reconciled-from-discovery": true,
64301
- "x-reconciled-at": "2026-01-05T17:58:29.981321+00:00"
64301
+ "x-reconciled-at": "2026-01-05T18:28:48.507624+00:00"
64302
64302
  }
64303
64303
  },
64304
64304
  "x-f5xc-minimum-configuration": {
@@ -64374,7 +64374,7 @@
64374
64374
  },
64375
64375
  "x-original-maxLength": 1200,
64376
64376
  "x-reconciled-from-discovery": true,
64377
- "x-reconciled-at": "2026-01-05T17:58:29.981327+00:00"
64377
+ "x-reconciled-at": "2026-01-05T18:28:48.507630+00:00"
64378
64378
  },
64379
64379
  "disable": {
64380
64380
  "type": "boolean",
@@ -64429,7 +64429,7 @@
64429
64429
  },
64430
64430
  "x-original-maxLength": 1024,
64431
64431
  "x-reconciled-from-discovery": true,
64432
- "x-reconciled-at": "2026-01-05T17:58:29.981334+00:00"
64432
+ "x-reconciled-at": "2026-01-05T18:28:48.507637+00:00"
64433
64433
  },
64434
64434
  "namespace": {
64435
64435
  "type": "string",
@@ -64448,7 +64448,7 @@
64448
64448
  },
64449
64449
  "x-original-maxLength": 1024,
64450
64450
  "x-reconciled-from-discovery": true,
64451
- "x-reconciled-at": "2026-01-05T17:58:29.981338+00:00"
64451
+ "x-reconciled-at": "2026-01-05T18:28:48.507641+00:00"
64452
64452
  }
64453
64453
  },
64454
64454
  "x-f5xc-minimum-configuration": {
@@ -64493,7 +64493,7 @@
64493
64493
  "readOnly": true,
64494
64494
  "x-original-maxLength": 1024,
64495
64495
  "x-reconciled-from-discovery": true,
64496
- "x-reconciled-at": "2026-01-05T17:58:29.981343+00:00"
64496
+ "x-reconciled-at": "2026-01-05T18:28:48.507645+00:00"
64497
64497
  },
64498
64498
  "name": {
64499
64499
  "type": "string",
@@ -64512,7 +64512,7 @@
64512
64512
  },
64513
64513
  "x-original-maxLength": 1024,
64514
64514
  "x-reconciled-from-discovery": true,
64515
- "x-reconciled-at": "2026-01-05T17:58:29.981347+00:00"
64515
+ "x-reconciled-at": "2026-01-05T18:28:48.507649+00:00"
64516
64516
  },
64517
64517
  "namespace": {
64518
64518
  "type": "string",
@@ -64531,7 +64531,7 @@
64531
64531
  },
64532
64532
  "x-original-maxLength": 1024,
64533
64533
  "x-reconciled-from-discovery": true,
64534
- "x-reconciled-at": "2026-01-05T17:58:29.981351+00:00"
64534
+ "x-reconciled-at": "2026-01-05T18:28:48.507653+00:00"
64535
64535
  },
64536
64536
  "tenant": {
64537
64537
  "type": "string",
@@ -64552,7 +64552,7 @@
64552
64552
  "x-field-mutability": "read-only",
64553
64553
  "x-original-maxLength": 1024,
64554
64554
  "x-reconciled-from-discovery": true,
64555
- "x-reconciled-at": "2026-01-05T17:58:29.981355+00:00"
64555
+ "x-reconciled-at": "2026-01-05T18:28:48.507657+00:00"
64556
64556
  },
64557
64557
  "uid": {
64558
64558
  "type": "string",
@@ -64574,7 +64574,7 @@
64574
64574
  "x-original-maxLength": 1024,
64575
64575
  "format": "uuid",
64576
64576
  "x-reconciled-from-discovery": true,
64577
- "x-reconciled-at": "2026-01-05T17:58:29.981360+00:00"
64577
+ "x-reconciled-at": "2026-01-05T18:28:48.507662+00:00"
64578
64578
  }
64579
64579
  },
64580
64580
  "x-f5xc-minimum-configuration": {
@@ -64649,7 +64649,7 @@
64649
64649
  },
64650
64650
  "x-original-maxLength": 1200,
64651
64651
  "x-reconciled-from-discovery": true,
64652
- "x-reconciled-at": "2026-01-05T17:58:29.981368+00:00"
64652
+ "x-reconciled-at": "2026-01-05T18:28:48.507669+00:00"
64653
64653
  },
64654
64654
  "disable": {
64655
64655
  "type": "boolean",
@@ -64702,7 +64702,7 @@
64702
64702
  },
64703
64703
  "x-original-maxLength": 1024,
64704
64704
  "x-reconciled-from-discovery": true,
64705
- "x-reconciled-at": "2026-01-05T17:58:29.981376+00:00"
64705
+ "x-reconciled-at": "2026-01-05T18:28:48.507676+00:00"
64706
64706
  },
64707
64707
  "namespace": {
64708
64708
  "type": "string",
@@ -64721,7 +64721,7 @@
64721
64721
  },
64722
64722
  "x-original-maxLength": 1024,
64723
64723
  "x-reconciled-from-discovery": true,
64724
- "x-reconciled-at": "2026-01-05T17:58:29.981380+00:00"
64724
+ "x-reconciled-at": "2026-01-05T18:28:48.507680+00:00"
64725
64725
  }
64726
64726
  },
64727
64727
  "x-f5xc-minimum-configuration": {
@@ -64835,7 +64835,7 @@
64835
64835
  "x-original-maxLength": 1024,
64836
64836
  "format": "uuid",
64837
64837
  "x-reconciled-from-discovery": true,
64838
- "x-reconciled-at": "2026-01-05T17:58:29.981392+00:00"
64838
+ "x-reconciled-at": "2026-01-05T18:28:48.507693+00:00"
64839
64839
  },
64840
64840
  "vtrp_id": {
64841
64841
  "type": "string",
@@ -64947,7 +64947,7 @@
64947
64947
  },
64948
64948
  "x-original-maxLength": 1024,
64949
64949
  "x-reconciled-from-discovery": true,
64950
- "x-reconciled-at": "2026-01-05T17:58:29.981402+00:00"
64950
+ "x-reconciled-at": "2026-01-05T18:28:48.507703+00:00"
64951
64951
  },
64952
64952
  "status": {
64953
64953
  "type": "string",
@@ -64966,7 +64966,7 @@
64966
64966
  },
64967
64967
  "x-original-maxLength": 1024,
64968
64968
  "x-reconciled-from-discovery": true,
64969
- "x-reconciled-at": "2026-01-05T17:58:29.981406+00:00"
64969
+ "x-reconciled-at": "2026-01-05T18:28:48.507707+00:00"
64970
64970
  }
64971
64971
  },
64972
64972
  "x-f5xc-minimum-configuration": {
@@ -65144,7 +65144,7 @@
65144
65144
  "x-field-mutability": "read-only",
65145
65145
  "x-original-maxLength": 1024,
65146
65146
  "x-reconciled-from-discovery": true,
65147
- "x-reconciled-at": "2026-01-05T17:58:29.981425+00:00"
65147
+ "x-reconciled-at": "2026-01-05T18:28:48.507725+00:00"
65148
65148
  },
65149
65149
  "uid": {
65150
65150
  "type": "string",
@@ -65165,7 +65165,7 @@
65165
65165
  "x-original-maxLength": 1024,
65166
65166
  "format": "uuid",
65167
65167
  "x-reconciled-from-discovery": true,
65168
- "x-reconciled-at": "2026-01-05T17:58:29.981430+00:00"
65168
+ "x-reconciled-at": "2026-01-05T18:28:48.507730+00:00"
65169
65169
  }
65170
65170
  },
65171
65171
  "x-f5xc-minimum-configuration": {
@@ -65215,7 +65215,7 @@
65215
65215
  },
65216
65216
  "x-original-maxLength": 1024,
65217
65217
  "x-reconciled-from-discovery": true,
65218
- "x-reconciled-at": "2026-01-05T17:58:29.981435+00:00"
65218
+ "x-reconciled-at": "2026-01-05T18:28:48.507735+00:00"
65219
65219
  },
65220
65220
  "name": {
65221
65221
  "type": "string",
@@ -65234,7 +65234,7 @@
65234
65234
  },
65235
65235
  "x-original-maxLength": 1024,
65236
65236
  "x-reconciled-from-discovery": true,
65237
- "x-reconciled-at": "2026-01-05T17:58:29.981439+00:00"
65237
+ "x-reconciled-at": "2026-01-05T18:28:48.507739+00:00"
65238
65238
  },
65239
65239
  "namespace": {
65240
65240
  "type": "string",
@@ -65253,7 +65253,7 @@
65253
65253
  },
65254
65254
  "x-original-maxLength": 1024,
65255
65255
  "x-reconciled-from-discovery": true,
65256
- "x-reconciled-at": "2026-01-05T17:58:29.981443+00:00"
65256
+ "x-reconciled-at": "2026-01-05T18:28:48.507743+00:00"
65257
65257
  },
65258
65258
  "uid": {
65259
65259
  "type": "string",
@@ -65274,7 +65274,7 @@
65274
65274
  "x-original-maxLength": 1024,
65275
65275
  "format": "uuid",
65276
65276
  "x-reconciled-from-discovery": true,
65277
- "x-reconciled-at": "2026-01-05T17:58:29.981447+00:00"
65277
+ "x-reconciled-at": "2026-01-05T18:28:48.507748+00:00"
65278
65278
  }
65279
65279
  },
65280
65280
  "x-f5xc-minimum-configuration": {
@@ -65315,7 +65315,7 @@
65315
65315
  },
65316
65316
  "x-original-maxLength": 1024,
65317
65317
  "x-reconciled-from-discovery": true,
65318
- "x-reconciled-at": "2026-01-05T17:58:30.302037+00:00"
65318
+ "x-reconciled-at": "2026-01-05T18:28:48.825849+00:00"
65319
65319
  },
65320
65320
  "namespace": {
65321
65321
  "type": "string",
@@ -65332,7 +65332,7 @@
65332
65332
  },
65333
65333
  "x-original-maxLength": 1024,
65334
65334
  "x-reconciled-from-discovery": true,
65335
- "x-reconciled-at": "2026-01-05T17:58:30.302045+00:00"
65335
+ "x-reconciled-at": "2026-01-05T18:28:48.825856+00:00"
65336
65336
  }
65337
65337
  },
65338
65338
  "x-f5xc-minimum-configuration": {
@@ -65474,7 +65474,7 @@
65474
65474
  },
65475
65475
  "x-original-maxLength": 1024,
65476
65476
  "x-reconciled-from-discovery": true,
65477
- "x-reconciled-at": "2026-01-05T17:58:30.302063+00:00"
65477
+ "x-reconciled-at": "2026-01-05T18:28:48.825873+00:00"
65478
65478
  },
65479
65479
  "namespace": {
65480
65480
  "type": "string",
@@ -65493,7 +65493,7 @@
65493
65493
  },
65494
65494
  "x-original-maxLength": 1024,
65495
65495
  "x-reconciled-from-discovery": true,
65496
- "x-reconciled-at": "2026-01-05T17:58:30.302068+00:00"
65496
+ "x-reconciled-at": "2026-01-05T18:28:48.825878+00:00"
65497
65497
  }
65498
65498
  },
65499
65499
  "x-f5xc-minimum-configuration": {
@@ -65588,7 +65588,7 @@
65588
65588
  "maxLength": 17,
65589
65589
  "minLength": 17,
65590
65590
  "x-reconciled-from-discovery": true,
65591
- "x-reconciled-at": "2026-01-05T17:58:30.302082+00:00"
65591
+ "x-reconciled-at": "2026-01-05T18:28:48.825891+00:00"
65592
65592
  },
65593
65593
  "system_metadata": {
65594
65594
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -65721,7 +65721,7 @@
65721
65721
  },
65722
65722
  "x-original-maxLength": 1024,
65723
65723
  "x-reconciled-from-discovery": true,
65724
- "x-reconciled-at": "2026-01-05T17:58:30.302094+00:00"
65724
+ "x-reconciled-at": "2026-01-05T18:28:48.825903+00:00"
65725
65725
  },
65726
65726
  "disabled": {
65727
65727
  "type": "boolean",
@@ -65771,7 +65771,7 @@
65771
65771
  },
65772
65772
  "x-original-maxLength": 1024,
65773
65773
  "x-reconciled-from-discovery": true,
65774
- "x-reconciled-at": "2026-01-05T17:58:30.302105+00:00"
65774
+ "x-reconciled-at": "2026-01-05T18:28:48.825913+00:00"
65775
65775
  },
65776
65776
  "namespace": {
65777
65777
  "type": "string",
@@ -65790,7 +65790,7 @@
65790
65790
  },
65791
65791
  "x-original-maxLength": 1024,
65792
65792
  "x-reconciled-from-discovery": true,
65793
- "x-reconciled-at": "2026-01-05T17:58:30.302110+00:00"
65793
+ "x-reconciled-at": "2026-01-05T18:28:48.825917+00:00"
65794
65794
  },
65795
65795
  "owner_view": {
65796
65796
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -65831,7 +65831,7 @@
65831
65831
  "x-field-mutability": "read-only",
65832
65832
  "x-original-maxLength": 1024,
65833
65833
  "x-reconciled-from-discovery": true,
65834
- "x-reconciled-at": "2026-01-05T17:58:30.302118+00:00"
65834
+ "x-reconciled-at": "2026-01-05T18:28:48.825925+00:00"
65835
65835
  },
65836
65836
  "uid": {
65837
65837
  "type": "string",
@@ -65852,7 +65852,7 @@
65852
65852
  "x-original-maxLength": 1024,
65853
65853
  "format": "uuid",
65854
65854
  "x-reconciled-from-discovery": true,
65855
- "x-reconciled-at": "2026-01-05T17:58:30.302124+00:00"
65855
+ "x-reconciled-at": "2026-01-05T18:28:48.825931+00:00"
65856
65856
  }
65857
65857
  },
65858
65858
  "x-f5xc-minimum-configuration": {
@@ -66726,7 +66726,7 @@
66726
66726
  },
66727
66727
  "x-original-maxLength": 1024,
66728
66728
  "x-reconciled-from-discovery": true,
66729
- "x-reconciled-at": "2026-01-05T17:58:30.994531+00:00"
66729
+ "x-reconciled-at": "2026-01-05T18:28:49.517238+00:00"
66730
66730
  }
66731
66731
  },
66732
66732
  "x-f5xc-minimum-configuration": {
@@ -67258,7 +67258,7 @@
67258
67258
  },
67259
67259
  "x-original-maxLength": 1024,
67260
67260
  "x-reconciled-from-discovery": true,
67261
- "x-reconciled-at": "2026-01-05T17:58:30.994573+00:00"
67261
+ "x-reconciled-at": "2026-01-05T18:28:49.517281+00:00"
67262
67262
  },
67263
67263
  "disabled": {
67264
67264
  "type": "boolean",
@@ -67308,7 +67308,7 @@
67308
67308
  },
67309
67309
  "x-original-maxLength": 1024,
67310
67310
  "x-reconciled-from-discovery": true,
67311
- "x-reconciled-at": "2026-01-05T17:58:30.994585+00:00"
67311
+ "x-reconciled-at": "2026-01-05T18:28:49.517292+00:00"
67312
67312
  },
67313
67313
  "namespace": {
67314
67314
  "type": "string",
@@ -67327,7 +67327,7 @@
67327
67327
  },
67328
67328
  "x-original-maxLength": 1024,
67329
67329
  "x-reconciled-from-discovery": true,
67330
- "x-reconciled-at": "2026-01-05T17:58:30.994589+00:00"
67330
+ "x-reconciled-at": "2026-01-05T18:28:49.517297+00:00"
67331
67331
  },
67332
67332
  "owner_view": {
67333
67333
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -67353,7 +67353,7 @@
67353
67353
  "x-field-mutability": "read-only",
67354
67354
  "x-original-maxLength": 1024,
67355
67355
  "x-reconciled-from-discovery": true,
67356
- "x-reconciled-at": "2026-01-05T17:58:30.994596+00:00"
67356
+ "x-reconciled-at": "2026-01-05T18:28:49.517304+00:00"
67357
67357
  },
67358
67358
  "uid": {
67359
67359
  "type": "string",
@@ -67374,7 +67374,7 @@
67374
67374
  "x-original-maxLength": 1024,
67375
67375
  "format": "uuid",
67376
67376
  "x-reconciled-from-discovery": true,
67377
- "x-reconciled-at": "2026-01-05T17:58:30.994601+00:00"
67377
+ "x-reconciled-at": "2026-01-05T18:28:49.517310+00:00"
67378
67378
  }
67379
67379
  },
67380
67380
  "x-f5xc-minimum-configuration": {
@@ -67755,7 +67755,7 @@
67755
67755
  "readOnly": true,
67756
67756
  "x-original-maxLength": 1024,
67757
67757
  "x-reconciled-from-discovery": true,
67758
- "x-reconciled-at": "2026-01-05T17:58:30.994631+00:00"
67758
+ "x-reconciled-at": "2026-01-05T18:28:49.517340+00:00"
67759
67759
  },
67760
67760
  "name": {
67761
67761
  "type": "string",
@@ -67774,7 +67774,7 @@
67774
67774
  },
67775
67775
  "x-original-maxLength": 1024,
67776
67776
  "x-reconciled-from-discovery": true,
67777
- "x-reconciled-at": "2026-01-05T17:58:30.994636+00:00"
67777
+ "x-reconciled-at": "2026-01-05T18:28:49.517344+00:00"
67778
67778
  },
67779
67779
  "namespace": {
67780
67780
  "type": "string",
@@ -67793,7 +67793,7 @@
67793
67793
  },
67794
67794
  "x-original-maxLength": 1024,
67795
67795
  "x-reconciled-from-discovery": true,
67796
- "x-reconciled-at": "2026-01-05T17:58:30.994640+00:00"
67796
+ "x-reconciled-at": "2026-01-05T18:28:49.517349+00:00"
67797
67797
  },
67798
67798
  "tenant": {
67799
67799
  "type": "string",
@@ -67814,7 +67814,7 @@
67814
67814
  "x-field-mutability": "read-only",
67815
67815
  "x-original-maxLength": 1024,
67816
67816
  "x-reconciled-from-discovery": true,
67817
- "x-reconciled-at": "2026-01-05T17:58:30.994644+00:00"
67817
+ "x-reconciled-at": "2026-01-05T18:28:49.517353+00:00"
67818
67818
  },
67819
67819
  "uid": {
67820
67820
  "type": "string",
@@ -67836,7 +67836,7 @@
67836
67836
  "x-original-maxLength": 1024,
67837
67837
  "format": "uuid",
67838
67838
  "x-reconciled-from-discovery": true,
67839
- "x-reconciled-at": "2026-01-05T17:58:30.994649+00:00"
67839
+ "x-reconciled-at": "2026-01-05T18:28:49.517358+00:00"
67840
67840
  }
67841
67841
  },
67842
67842
  "x-f5xc-minimum-configuration": {
@@ -67994,7 +67994,7 @@
67994
67994
  },
67995
67995
  "x-original-maxLength": 1024,
67996
67996
  "x-reconciled-from-discovery": true,
67997
- "x-reconciled-at": "2026-01-05T17:58:30.994755+00:00"
67997
+ "x-reconciled-at": "2026-01-05T18:28:49.517467+00:00"
67998
67998
  }
67999
67999
  },
68000
68000
  "x-f5xc-minimum-configuration": {
@@ -68148,7 +68148,7 @@
68148
68148
  },
68149
68149
  "x-original-maxLength": 1024,
68150
68150
  "x-reconciled-from-discovery": true,
68151
- "x-reconciled-at": "2026-01-05T17:58:30.994768+00:00"
68151
+ "x-reconciled-at": "2026-01-05T18:28:49.517480+00:00"
68152
68152
  },
68153
68153
  "last_modified_at": {
68154
68154
  "type": "string",
@@ -68216,7 +68216,7 @@
68216
68216
  "maxLength": 1,
68217
68217
  "minLength": 1,
68218
68218
  "x-reconciled-from-discovery": true,
68219
- "x-reconciled-at": "2026-01-05T17:58:30.994780+00:00"
68219
+ "x-reconciled-at": "2026-01-05T18:28:49.517492+00:00"
68220
68220
  }
68221
68221
  },
68222
68222
  "x-f5xc-minimum-configuration": {
@@ -68689,7 +68689,7 @@
68689
68689
  },
68690
68690
  "x-original-maxLength": 1024,
68691
68691
  "x-reconciled-from-discovery": true,
68692
- "x-reconciled-at": "2026-01-05T17:58:31.630261+00:00"
68692
+ "x-reconciled-at": "2026-01-05T18:28:50.151113+00:00"
68693
68693
  },
68694
68694
  "not_present_cookie": {
68695
68695
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -68848,7 +68848,7 @@
68848
68848
  },
68849
68849
  "x-original-maxLength": 256,
68850
68850
  "x-reconciled-from-discovery": true,
68851
- "x-reconciled-at": "2026-01-05T17:58:31.630280+00:00"
68851
+ "x-reconciled-at": "2026-01-05T18:28:50.151133+00:00"
68852
68852
  }
68853
68853
  },
68854
68854
  "x-f5xc-minimum-configuration": {
@@ -69111,7 +69111,7 @@
69111
69111
  },
69112
69112
  "x-original-maxLength": 1024,
69113
69113
  "x-reconciled-from-discovery": true,
69114
- "x-reconciled-at": "2026-01-05T17:58:31.630303+00:00"
69114
+ "x-reconciled-at": "2026-01-05T18:28:50.151157+00:00"
69115
69115
  },
69116
69116
  "not_present_header": {
69117
69117
  "$ref": "#/components/schemas/bot_defenseHeaderOperatorEmptyType"
@@ -69245,7 +69245,7 @@
69245
69245
  },
69246
69246
  "x-original-maxLength": 256,
69247
69247
  "x-reconciled-from-discovery": true,
69248
- "x-reconciled-at": "2026-01-05T17:58:31.630318+00:00"
69248
+ "x-reconciled-at": "2026-01-05T18:28:50.151171+00:00"
69249
69249
  }
69250
69250
  },
69251
69251
  "x-f5xc-minimum-configuration": {
@@ -69386,7 +69386,7 @@
69386
69386
  },
69387
69387
  "x-original-maxLength": 2048,
69388
69388
  "x-reconciled-from-discovery": true,
69389
- "x-reconciled-at": "2026-01-05T17:58:31.630327+00:00"
69389
+ "x-reconciled-at": "2026-01-05T18:28:50.151181+00:00"
69390
69390
  }
69391
69391
  },
69392
69392
  "x-f5xc-minimum-configuration": {
@@ -70279,7 +70279,7 @@
70279
70279
  },
70280
70280
  "x-original-maxLength": 256,
70281
70281
  "x-reconciled-from-discovery": true,
70282
- "x-reconciled-at": "2026-01-05T17:58:31.630409+00:00"
70282
+ "x-reconciled-at": "2026-01-05T18:28:50.151267+00:00"
70283
70283
  }
70284
70284
  },
70285
70285
  "x-f5xc-minimum-configuration": {
@@ -70410,7 +70410,7 @@
70410
70410
  "maxLength": 15,
70411
70411
  "minLength": 3,
70412
70412
  "x-reconciled-from-discovery": true,
70413
- "x-reconciled-at": "2026-01-05T17:58:31.630422+00:00"
70413
+ "x-reconciled-at": "2026-01-05T18:28:50.151281+00:00"
70414
70414
  }
70415
70415
  },
70416
70416
  "x-f5xc-minimum-configuration": {
@@ -70494,7 +70494,7 @@
70494
70494
  },
70495
70495
  "x-original-maxLength": 1024,
70496
70496
  "x-reconciled-from-discovery": true,
70497
- "x-reconciled-at": "2026-01-05T17:58:31.630432+00:00"
70497
+ "x-reconciled-at": "2026-01-05T18:28:50.151291+00:00"
70498
70498
  },
70499
70499
  "not_present_header": {
70500
70500
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -70652,7 +70652,7 @@
70652
70652
  },
70653
70653
  "x-original-maxLength": 256,
70654
70654
  "x-reconciled-from-discovery": true,
70655
- "x-reconciled-at": "2026-01-05T17:58:31.630448+00:00"
70655
+ "x-reconciled-at": "2026-01-05T18:28:50.151306+00:00"
70656
70656
  }
70657
70657
  },
70658
70658
  "x-f5xc-minimum-configuration": {
@@ -71083,7 +71083,7 @@
71083
71083
  },
71084
71084
  "x-original-maxLength": 1024,
71085
71085
  "x-reconciled-from-discovery": true,
71086
- "x-reconciled-at": "2026-01-05T17:58:31.630479+00:00"
71086
+ "x-reconciled-at": "2026-01-05T18:28:50.151338+00:00"
71087
71087
  },
71088
71088
  "namespace": {
71089
71089
  "type": "string",
@@ -71102,7 +71102,7 @@
71102
71102
  },
71103
71103
  "x-original-maxLength": 1024,
71104
71104
  "x-reconciled-from-discovery": true,
71105
- "x-reconciled-at": "2026-01-05T17:58:31.630483+00:00"
71105
+ "x-reconciled-at": "2026-01-05T18:28:50.151342+00:00"
71106
71106
  },
71107
71107
  "spec": {
71108
71108
  "$ref": "#/components/schemas/bot_endpoint_policyReplaceSpecType"
@@ -71268,7 +71268,7 @@
71268
71268
  "maxLength": 17,
71269
71269
  "minLength": 17,
71270
71270
  "x-reconciled-from-discovery": true,
71271
- "x-reconciled-at": "2026-01-05T17:58:31.630502+00:00"
71271
+ "x-reconciled-at": "2026-01-05T18:28:50.151360+00:00"
71272
71272
  },
71273
71273
  "system_metadata": {
71274
71274
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -71438,7 +71438,7 @@
71438
71438
  },
71439
71439
  "x-original-maxLength": 1024,
71440
71440
  "x-reconciled-from-discovery": true,
71441
- "x-reconciled-at": "2026-01-05T17:58:31.630517+00:00"
71441
+ "x-reconciled-at": "2026-01-05T18:28:50.151375+00:00"
71442
71442
  },
71443
71443
  "disabled": {
71444
71444
  "type": "boolean",
@@ -71488,7 +71488,7 @@
71488
71488
  },
71489
71489
  "x-original-maxLength": 1024,
71490
71490
  "x-reconciled-from-discovery": true,
71491
- "x-reconciled-at": "2026-01-05T17:58:31.630527+00:00"
71491
+ "x-reconciled-at": "2026-01-05T18:28:50.151385+00:00"
71492
71492
  },
71493
71493
  "namespace": {
71494
71494
  "type": "string",
@@ -71507,7 +71507,7 @@
71507
71507
  },
71508
71508
  "x-original-maxLength": 1024,
71509
71509
  "x-reconciled-from-discovery": true,
71510
- "x-reconciled-at": "2026-01-05T17:58:31.630532+00:00"
71510
+ "x-reconciled-at": "2026-01-05T18:28:50.151389+00:00"
71511
71511
  },
71512
71512
  "owner_view": {
71513
71513
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -71548,7 +71548,7 @@
71548
71548
  "x-field-mutability": "read-only",
71549
71549
  "x-original-maxLength": 1024,
71550
71550
  "x-reconciled-from-discovery": true,
71551
- "x-reconciled-at": "2026-01-05T17:58:31.630540+00:00"
71551
+ "x-reconciled-at": "2026-01-05T18:28:50.151397+00:00"
71552
71552
  },
71553
71553
  "uid": {
71554
71554
  "type": "string",
@@ -71569,7 +71569,7 @@
71569
71569
  "x-original-maxLength": 1024,
71570
71570
  "format": "uuid",
71571
71571
  "x-reconciled-from-discovery": true,
71572
- "x-reconciled-at": "2026-01-05T17:58:31.630546+00:00"
71572
+ "x-reconciled-at": "2026-01-05T18:28:50.151403+00:00"
71573
71573
  }
71574
71574
  },
71575
71575
  "x-f5xc-minimum-configuration": {
@@ -72675,7 +72675,7 @@
72675
72675
  },
72676
72676
  "x-original-maxLength": 256,
72677
72677
  "x-reconciled-from-discovery": true,
72678
- "x-reconciled-at": "2026-01-05T17:58:31.630737+00:00"
72678
+ "x-reconciled-at": "2026-01-05T18:28:50.151598+00:00"
72679
72679
  },
72680
72680
  "name": {
72681
72681
  "type": "string",
@@ -72705,7 +72705,7 @@
72705
72705
  },
72706
72706
  "x-original-maxLength": 1024,
72707
72707
  "x-reconciled-from-discovery": true,
72708
- "x-reconciled-at": "2026-01-05T17:58:31.630742+00:00"
72708
+ "x-reconciled-at": "2026-01-05T18:28:50.151603+00:00"
72709
72709
  }
72710
72710
  },
72711
72711
  "x-f5xc-minimum-configuration": {
@@ -72760,7 +72760,7 @@
72760
72760
  },
72761
72761
  "x-original-maxLength": 256,
72762
72762
  "x-reconciled-from-discovery": true,
72763
- "x-reconciled-at": "2026-01-05T17:58:31.630856+00:00"
72763
+ "x-reconciled-at": "2026-01-05T18:28:50.151717+00:00"
72764
72764
  }
72765
72765
  },
72766
72766
  "x-f5xc-minimum-configuration": {
@@ -73176,7 +73176,7 @@
73176
73176
  },
73177
73177
  "x-original-maxLength": 1024,
73178
73178
  "x-reconciled-from-discovery": true,
73179
- "x-reconciled-at": "2026-01-05T17:58:32.045616+00:00"
73179
+ "x-reconciled-at": "2026-01-05T18:28:50.569460+00:00"
73180
73180
  },
73181
73181
  "namespace": {
73182
73182
  "type": "string",
@@ -73203,7 +73203,7 @@
73203
73203
  },
73204
73204
  "x-original-maxLength": 1024,
73205
73205
  "x-reconciled-from-discovery": true,
73206
- "x-reconciled-at": "2026-01-05T17:58:32.045623+00:00"
73206
+ "x-reconciled-at": "2026-01-05T18:28:50.569467+00:00"
73207
73207
  },
73208
73208
  "policy_metadata": {
73209
73209
  "type": "array",
@@ -73271,7 +73271,7 @@
73271
73271
  },
73272
73272
  "x-original-maxLength": 1024,
73273
73273
  "x-reconciled-from-discovery": true,
73274
- "x-reconciled-at": "2026-01-05T17:58:32.045631+00:00"
73274
+ "x-reconciled-at": "2026-01-05T18:28:50.569476+00:00"
73275
73275
  }
73276
73276
  },
73277
73277
  "x-f5xc-minimum-configuration": {
@@ -73334,7 +73334,7 @@
73334
73334
  },
73335
73335
  "x-original-maxLength": 1024,
73336
73336
  "x-reconciled-from-discovery": true,
73337
- "x-reconciled-at": "2026-01-05T17:58:32.045639+00:00"
73337
+ "x-reconciled-at": "2026-01-05T18:28:50.569484+00:00"
73338
73338
  }
73339
73339
  },
73340
73340
  "x-f5xc-minimum-configuration": {
@@ -73478,7 +73478,7 @@
73478
73478
  },
73479
73479
  "x-original-maxLength": 1024,
73480
73480
  "x-reconciled-from-discovery": true,
73481
- "x-reconciled-at": "2026-01-05T17:58:32.045652+00:00"
73481
+ "x-reconciled-at": "2026-01-05T18:28:50.569497+00:00"
73482
73482
  },
73483
73483
  "policies": {
73484
73484
  "type": "array",
@@ -73624,7 +73624,7 @@
73624
73624
  },
73625
73625
  "x-original-maxLength": 1024,
73626
73626
  "x-reconciled-from-discovery": true,
73627
- "x-reconciled-at": "2026-01-05T17:58:32.045664+00:00"
73627
+ "x-reconciled-at": "2026-01-05T18:28:50.569510+00:00"
73628
73628
  },
73629
73629
  "timestamp": {
73630
73630
  "type": "string",
@@ -73931,7 +73931,7 @@
73931
73931
  },
73932
73932
  "x-original-maxLength": 1024,
73933
73933
  "x-reconciled-from-discovery": true,
73934
- "x-reconciled-at": "2026-01-05T17:58:32.045685+00:00"
73934
+ "x-reconciled-at": "2026-01-05T18:28:50.569532+00:00"
73935
73935
  },
73936
73936
  "type": {
73937
73937
  "$ref": "#/components/schemas/bot_infrastructureTrafficType"
@@ -73957,7 +73957,7 @@
73957
73957
  },
73958
73958
  "x-original-maxLength": 1024,
73959
73959
  "x-reconciled-from-discovery": true,
73960
- "x-reconciled-at": "2026-01-05T17:58:32.045690+00:00"
73960
+ "x-reconciled-at": "2026-01-05T18:28:50.569538+00:00"
73961
73961
  }
73962
73962
  },
73963
73963
  "x-f5xc-minimum-configuration": {
@@ -74055,7 +74055,7 @@
74055
74055
  "maxLength": 17,
74056
74056
  "minLength": 17,
74057
74057
  "x-reconciled-from-discovery": true,
74058
- "x-reconciled-at": "2026-01-05T17:58:32.045706+00:00"
74058
+ "x-reconciled-at": "2026-01-05T18:28:50.569554+00:00"
74059
74059
  },
74060
74060
  "system_metadata": {
74061
74061
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -74566,7 +74566,7 @@
74566
74566
  },
74567
74567
  "x-original-maxLength": 1024,
74568
74568
  "x-reconciled-from-discovery": true,
74569
- "x-reconciled-at": "2026-01-05T17:58:32.045740+00:00"
74569
+ "x-reconciled-at": "2026-01-05T18:28:50.569589+00:00"
74570
74570
  },
74571
74571
  "disabled": {
74572
74572
  "type": "boolean",
@@ -74616,7 +74616,7 @@
74616
74616
  },
74617
74617
  "x-original-maxLength": 1024,
74618
74618
  "x-reconciled-from-discovery": true,
74619
- "x-reconciled-at": "2026-01-05T17:58:32.045750+00:00"
74619
+ "x-reconciled-at": "2026-01-05T18:28:50.569600+00:00"
74620
74620
  },
74621
74621
  "namespace": {
74622
74622
  "type": "string",
@@ -74635,7 +74635,7 @@
74635
74635
  },
74636
74636
  "x-original-maxLength": 1024,
74637
74637
  "x-reconciled-from-discovery": true,
74638
- "x-reconciled-at": "2026-01-05T17:58:32.045755+00:00"
74638
+ "x-reconciled-at": "2026-01-05T18:28:50.569604+00:00"
74639
74639
  },
74640
74640
  "owner_view": {
74641
74641
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -74676,7 +74676,7 @@
74676
74676
  "x-field-mutability": "read-only",
74677
74677
  "x-original-maxLength": 1024,
74678
74678
  "x-reconciled-from-discovery": true,
74679
- "x-reconciled-at": "2026-01-05T17:58:32.045763+00:00"
74679
+ "x-reconciled-at": "2026-01-05T18:28:50.569612+00:00"
74680
74680
  },
74681
74681
  "uid": {
74682
74682
  "type": "string",
@@ -74697,7 +74697,7 @@
74697
74697
  "x-original-maxLength": 1024,
74698
74698
  "format": "uuid",
74699
74699
  "x-reconciled-from-discovery": true,
74700
- "x-reconciled-at": "2026-01-05T17:58:32.045769+00:00"
74700
+ "x-reconciled-at": "2026-01-05T18:28:50.569977+00:00"
74701
74701
  }
74702
74702
  },
74703
74703
  "x-f5xc-minimum-configuration": {
@@ -74753,7 +74753,7 @@
74753
74753
  },
74754
74754
  "x-original-maxLength": 1024,
74755
74755
  "x-reconciled-from-discovery": true,
74756
- "x-reconciled-at": "2026-01-05T17:58:32.045774+00:00"
74756
+ "x-reconciled-at": "2026-01-05T18:28:50.569986+00:00"
74757
74757
  },
74758
74758
  "version": {
74759
74759
  "type": "string",
@@ -74776,7 +74776,7 @@
74776
74776
  },
74777
74777
  "x-original-maxLength": 1024,
74778
74778
  "x-reconciled-from-discovery": true,
74779
- "x-reconciled-at": "2026-01-05T17:58:32.045778+00:00"
74779
+ "x-reconciled-at": "2026-01-05T18:28:50.569992+00:00"
74780
74780
  }
74781
74781
  },
74782
74782
  "x-f5xc-minimum-configuration": {
@@ -75039,7 +75039,7 @@
75039
75039
  },
75040
75040
  "x-original-maxLength": 1024,
75041
75041
  "x-reconciled-from-discovery": true,
75042
- "x-reconciled-at": "2026-01-05T17:58:32.045797+00:00"
75042
+ "x-reconciled-at": "2026-01-05T18:28:50.570014+00:00"
75043
75043
  },
75044
75044
  "request_body": {
75045
75045
  "$ref": "#/components/schemas/protobufAny"
@@ -75118,7 +75118,7 @@
75118
75118
  },
75119
75119
  "x-original-maxLength": 1024,
75120
75120
  "x-reconciled-from-discovery": true,
75121
- "x-reconciled-at": "2026-01-05T17:58:32.045805+00:00"
75121
+ "x-reconciled-at": "2026-01-05T18:28:50.570023+00:00"
75122
75122
  },
75123
75123
  "ref_value": {
75124
75124
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -75152,7 +75152,7 @@
75152
75152
  },
75153
75153
  "x-original-maxLength": 1024,
75154
75154
  "x-reconciled-from-discovery": true,
75155
- "x-reconciled-at": "2026-01-05T17:58:32.045812+00:00"
75155
+ "x-reconciled-at": "2026-01-05T18:28:50.570030+00:00"
75156
75156
  },
75157
75157
  "value": {
75158
75158
  "type": "string",
@@ -75169,7 +75169,7 @@
75169
75169
  },
75170
75170
  "x-original-maxLength": 1024,
75171
75171
  "x-reconciled-from-discovery": true,
75172
- "x-reconciled-at": "2026-01-05T17:58:32.045816+00:00"
75172
+ "x-reconciled-at": "2026-01-05T18:28:50.570062+00:00"
75173
75173
  }
75174
75174
  },
75175
75175
  "x-f5xc-minimum-configuration": {
@@ -75263,7 +75263,7 @@
75263
75263
  },
75264
75264
  "x-original-maxLength": 128,
75265
75265
  "x-reconciled-from-discovery": true,
75266
- "x-reconciled-at": "2026-01-05T17:58:32.046004+00:00"
75266
+ "x-reconciled-at": "2026-01-05T18:28:50.570264+00:00"
75267
75267
  },
75268
75268
  "namespace": {
75269
75269
  "type": "string",
@@ -75288,7 +75288,7 @@
75288
75288
  },
75289
75289
  "x-original-maxLength": 64,
75290
75290
  "x-reconciled-from-discovery": true,
75291
- "x-reconciled-at": "2026-01-05T17:58:32.046009+00:00"
75291
+ "x-reconciled-at": "2026-01-05T18:28:50.570268+00:00"
75292
75292
  },
75293
75293
  "tenant": {
75294
75294
  "type": "string",
@@ -75315,7 +75315,7 @@
75315
75315
  "x-field-mutability": "read-only",
75316
75316
  "x-original-maxLength": 64,
75317
75317
  "x-reconciled-from-discovery": true,
75318
- "x-reconciled-at": "2026-01-05T17:58:32.046013+00:00"
75318
+ "x-reconciled-at": "2026-01-05T18:28:50.570272+00:00"
75319
75319
  }
75320
75320
  },
75321
75321
  "x-f5xc-minimum-configuration": {
@@ -75355,7 +75355,7 @@
75355
75355
  },
75356
75356
  "x-original-maxLength": 1024,
75357
75357
  "x-reconciled-from-discovery": true,
75358
- "x-reconciled-at": "2026-01-05T17:58:32.382947+00:00"
75358
+ "x-reconciled-at": "2026-01-05T18:28:50.919815+00:00"
75359
75359
  },
75360
75360
  "namespace": {
75361
75361
  "type": "string",
@@ -75374,7 +75374,7 @@
75374
75374
  },
75375
75375
  "x-original-maxLength": 1024,
75376
75376
  "x-reconciled-from-discovery": true,
75377
- "x-reconciled-at": "2026-01-05T17:58:32.382953+00:00"
75377
+ "x-reconciled-at": "2026-01-05T18:28:50.919822+00:00"
75378
75378
  },
75379
75379
  "spec": {
75380
75380
  "$ref": "#/components/schemas/bot_allowlist_policyReplaceSpecType"
@@ -75540,7 +75540,7 @@
75540
75540
  "maxLength": 17,
75541
75541
  "minLength": 17,
75542
75542
  "x-reconciled-from-discovery": true,
75543
- "x-reconciled-at": "2026-01-05T17:58:32.382975+00:00"
75543
+ "x-reconciled-at": "2026-01-05T18:28:50.919843+00:00"
75544
75544
  },
75545
75545
  "system_metadata": {
75546
75546
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -75709,7 +75709,7 @@
75709
75709
  },
75710
75710
  "x-original-maxLength": 1024,
75711
75711
  "x-reconciled-from-discovery": true,
75712
- "x-reconciled-at": "2026-01-05T17:58:32.382990+00:00"
75712
+ "x-reconciled-at": "2026-01-05T18:28:50.919859+00:00"
75713
75713
  },
75714
75714
  "disabled": {
75715
75715
  "type": "boolean",
@@ -75759,7 +75759,7 @@
75759
75759
  },
75760
75760
  "x-original-maxLength": 1024,
75761
75761
  "x-reconciled-from-discovery": true,
75762
- "x-reconciled-at": "2026-01-05T17:58:32.383000+00:00"
75762
+ "x-reconciled-at": "2026-01-05T18:28:50.919870+00:00"
75763
75763
  },
75764
75764
  "namespace": {
75765
75765
  "type": "string",
@@ -75778,7 +75778,7 @@
75778
75778
  },
75779
75779
  "x-original-maxLength": 1024,
75780
75780
  "x-reconciled-from-discovery": true,
75781
- "x-reconciled-at": "2026-01-05T17:58:32.383005+00:00"
75781
+ "x-reconciled-at": "2026-01-05T18:28:50.919874+00:00"
75782
75782
  },
75783
75783
  "owner_view": {
75784
75784
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -75819,7 +75819,7 @@
75819
75819
  "x-field-mutability": "read-only",
75820
75820
  "x-original-maxLength": 1024,
75821
75821
  "x-reconciled-from-discovery": true,
75822
- "x-reconciled-at": "2026-01-05T17:58:32.383013+00:00"
75822
+ "x-reconciled-at": "2026-01-05T18:28:50.919882+00:00"
75823
75823
  },
75824
75824
  "uid": {
75825
75825
  "type": "string",
@@ -75840,7 +75840,7 @@
75840
75840
  "x-original-maxLength": 1024,
75841
75841
  "format": "uuid",
75842
75842
  "x-reconciled-from-discovery": true,
75843
- "x-reconciled-at": "2026-01-05T17:58:32.383019+00:00"
75843
+ "x-reconciled-at": "2026-01-05T18:28:50.919888+00:00"
75844
75844
  }
75845
75845
  },
75846
75846
  "x-f5xc-minimum-configuration": {
@@ -76656,7 +76656,7 @@
76656
76656
  },
76657
76657
  "x-original-maxLength": 1024,
76658
76658
  "x-reconciled-from-discovery": true,
76659
- "x-reconciled-at": "2026-01-05T17:58:32.718912+00:00"
76659
+ "x-reconciled-at": "2026-01-05T18:28:51.260684+00:00"
76660
76660
  },
76661
76661
  "namespace": {
76662
76662
  "type": "string",
@@ -76675,7 +76675,7 @@
76675
76675
  },
76676
76676
  "x-original-maxLength": 1024,
76677
76677
  "x-reconciled-from-discovery": true,
76678
- "x-reconciled-at": "2026-01-05T17:58:32.718919+00:00"
76678
+ "x-reconciled-at": "2026-01-05T18:28:51.260691+00:00"
76679
76679
  },
76680
76680
  "spec": {
76681
76681
  "$ref": "#/components/schemas/bot_network_policyReplaceSpecType"
@@ -76841,7 +76841,7 @@
76841
76841
  "maxLength": 17,
76842
76842
  "minLength": 17,
76843
76843
  "x-reconciled-from-discovery": true,
76844
- "x-reconciled-at": "2026-01-05T17:58:32.718939+00:00"
76844
+ "x-reconciled-at": "2026-01-05T18:28:51.260711+00:00"
76845
76845
  },
76846
76846
  "system_metadata": {
76847
76847
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -77010,7 +77010,7 @@
77010
77010
  },
77011
77011
  "x-original-maxLength": 1024,
77012
77012
  "x-reconciled-from-discovery": true,
77013
- "x-reconciled-at": "2026-01-05T17:58:32.718954+00:00"
77013
+ "x-reconciled-at": "2026-01-05T18:28:51.260727+00:00"
77014
77014
  },
77015
77015
  "disabled": {
77016
77016
  "type": "boolean",
@@ -77060,7 +77060,7 @@
77060
77060
  },
77061
77061
  "x-original-maxLength": 1024,
77062
77062
  "x-reconciled-from-discovery": true,
77063
- "x-reconciled-at": "2026-01-05T17:58:32.718964+00:00"
77063
+ "x-reconciled-at": "2026-01-05T18:28:51.260737+00:00"
77064
77064
  },
77065
77065
  "namespace": {
77066
77066
  "type": "string",
@@ -77079,7 +77079,7 @@
77079
77079
  },
77080
77080
  "x-original-maxLength": 1024,
77081
77081
  "x-reconciled-from-discovery": true,
77082
- "x-reconciled-at": "2026-01-05T17:58:32.718968+00:00"
77082
+ "x-reconciled-at": "2026-01-05T18:28:51.260741+00:00"
77083
77083
  },
77084
77084
  "owner_view": {
77085
77085
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -77120,7 +77120,7 @@
77120
77120
  "x-field-mutability": "read-only",
77121
77121
  "x-original-maxLength": 1024,
77122
77122
  "x-reconciled-from-discovery": true,
77123
- "x-reconciled-at": "2026-01-05T17:58:32.718976+00:00"
77123
+ "x-reconciled-at": "2026-01-05T18:28:51.260749+00:00"
77124
77124
  },
77125
77125
  "uid": {
77126
77126
  "type": "string",
@@ -77141,7 +77141,7 @@
77141
77141
  "x-original-maxLength": 1024,
77142
77142
  "format": "uuid",
77143
77143
  "x-reconciled-from-discovery": true,
77144
- "x-reconciled-at": "2026-01-05T17:58:32.718982+00:00"
77144
+ "x-reconciled-at": "2026-01-05T18:28:51.260755+00:00"
77145
77145
  }
77146
77146
  },
77147
77147
  "x-f5xc-minimum-configuration": {
@@ -77884,7 +77884,7 @@
77884
77884
  },
77885
77885
  "x-original-maxLength": 1024,
77886
77886
  "x-reconciled-from-discovery": true,
77887
- "x-reconciled-at": "2026-01-05T17:58:37.871795+00:00"
77887
+ "x-reconciled-at": "2026-01-05T18:28:56.381546+00:00"
77888
77888
  }
77889
77889
  },
77890
77890
  "x-f5xc-minimum-configuration": {
@@ -77992,7 +77992,7 @@
77992
77992
  },
77993
77993
  "x-original-maxLength": 1024,
77994
77994
  "x-reconciled-from-discovery": true,
77995
- "x-reconciled-at": "2026-01-05T17:58:37.871807+00:00"
77995
+ "x-reconciled-at": "2026-01-05T18:28:56.381559+00:00"
77996
77996
  },
77997
77997
  "recommendation": {
77998
77998
  "type": "string",
@@ -78194,7 +78194,7 @@
78194
78194
  "x-original-maxLength": 1024,
78195
78195
  "format": "hostname",
78196
78196
  "x-reconciled-from-discovery": true,
78197
- "x-reconciled-at": "2026-01-05T17:58:37.871825+00:00"
78197
+ "x-reconciled-at": "2026-01-05T18:28:56.381578+00:00"
78198
78198
  },
78199
78199
  "firstSeenDate": {
78200
78200
  "type": "string",
@@ -78294,7 +78294,7 @@
78294
78294
  },
78295
78295
  "x-original-maxLength": 1024,
78296
78296
  "x-reconciled-from-discovery": true,
78297
- "x-reconciled-at": "2026-01-05T17:58:37.871837+00:00"
78297
+ "x-reconciled-at": "2026-01-05T18:28:56.381590+00:00"
78298
78298
  }
78299
78299
  },
78300
78300
  "x-f5xc-minimum-configuration": {
@@ -78629,7 +78629,7 @@
78629
78629
  },
78630
78630
  "x-original-maxLength": 1024,
78631
78631
  "x-reconciled-from-discovery": true,
78632
- "x-reconciled-at": "2026-01-05T17:58:37.871868+00:00"
78632
+ "x-reconciled-at": "2026-01-05T18:28:56.381622+00:00"
78633
78633
  }
78634
78634
  },
78635
78635
  "x-f5xc-minimum-configuration": {
@@ -78783,7 +78783,7 @@
78783
78783
  },
78784
78784
  "x-original-maxLength": 1024,
78785
78785
  "x-reconciled-from-discovery": true,
78786
- "x-reconciled-at": "2026-01-05T17:58:37.871881+00:00"
78786
+ "x-reconciled-at": "2026-01-05T18:28:56.381634+00:00"
78787
78787
  },
78788
78788
  "risk_level": {
78789
78789
  "type": "string",
@@ -79019,7 +79019,7 @@
79019
79019
  "x-original-maxLength": 1024,
79020
79020
  "format": "hostname",
79021
79021
  "x-reconciled-from-discovery": true,
79022
- "x-reconciled-at": "2026-01-05T17:58:37.871903+00:00"
79022
+ "x-reconciled-at": "2026-01-05T18:28:56.381656+00:00"
79023
79023
  },
79024
79024
  "firstSeenDate": {
79025
79025
  "type": "string",
@@ -79119,7 +79119,7 @@
79119
79119
  },
79120
79120
  "x-original-maxLength": 1024,
79121
79121
  "x-reconciled-from-discovery": true,
79122
- "x-reconciled-at": "2026-01-05T17:58:37.871915+00:00"
79122
+ "x-reconciled-at": "2026-01-05T18:28:56.381668+00:00"
79123
79123
  }
79124
79124
  },
79125
79125
  "x-f5xc-minimum-configuration": {
@@ -79201,7 +79201,7 @@
79201
79201
  },
79202
79202
  "x-original-maxLength": 1024,
79203
79203
  "x-reconciled-from-discovery": true,
79204
- "x-reconciled-at": "2026-01-05T17:58:37.871923+00:00"
79204
+ "x-reconciled-at": "2026-01-05T18:28:56.381676+00:00"
79205
79205
  }
79206
79206
  },
79207
79207
  "x-f5xc-minimum-configuration": {
@@ -79526,7 +79526,7 @@
79526
79526
  },
79527
79527
  "x-original-maxLength": 1024,
79528
79528
  "x-reconciled-from-discovery": true,
79529
- "x-reconciled-at": "2026-01-05T17:58:37.871945+00:00"
79529
+ "x-reconciled-at": "2026-01-05T18:28:56.381697+00:00"
79530
79530
  },
79531
79531
  "serviceType": {
79532
79532
  "type": "string",
@@ -79740,7 +79740,7 @@
79740
79740
  },
79741
79741
  "x-original-maxLength": 1024,
79742
79742
  "x-reconciled-from-discovery": true,
79743
- "x-reconciled-at": "2026-01-05T17:58:37.871962+00:00"
79743
+ "x-reconciled-at": "2026-01-05T18:28:56.381714+00:00"
79744
79744
  },
79745
79745
  "page_number": {
79746
79746
  "type": "integer",
@@ -80112,7 +80112,7 @@
80112
80112
  },
80113
80113
  "x-original-maxLength": 1024,
80114
80114
  "x-reconciled-from-discovery": true,
80115
- "x-reconciled-at": "2026-01-05T17:58:37.871988+00:00"
80115
+ "x-reconciled-at": "2026-01-05T18:28:56.381740+00:00"
80116
80116
  },
80117
80117
  "total_size": {
80118
80118
  "type": "integer",
@@ -80247,7 +80247,7 @@
80247
80247
  },
80248
80248
  "x-original-maxLength": 1024,
80249
80249
  "x-reconciled-from-discovery": true,
80250
- "x-reconciled-at": "2026-01-05T17:58:37.871999+00:00"
80250
+ "x-reconciled-at": "2026-01-05T18:28:56.381751+00:00"
80251
80251
  },
80252
80252
  "page_number": {
80253
80253
  "type": "integer",
@@ -80724,7 +80724,7 @@
80724
80724
  },
80725
80725
  "x-original-maxLength": 1024,
80726
80726
  "x-reconciled-from-discovery": true,
80727
- "x-reconciled-at": "2026-01-05T17:58:37.872034+00:00"
80727
+ "x-reconciled-at": "2026-01-05T18:28:56.381787+00:00"
80728
80728
  },
80729
80729
  "page_number": {
80730
80730
  "type": "integer",
@@ -81014,7 +81014,7 @@
81014
81014
  },
81015
81015
  "x-original-maxLength": 1024,
81016
81016
  "x-reconciled-from-discovery": true,
81017
- "x-reconciled-at": "2026-01-05T17:58:37.872056+00:00"
81017
+ "x-reconciled-at": "2026-01-05T18:28:56.381809+00:00"
81018
81018
  },
81019
81019
  "risk_level": {
81020
81020
  "type": "string",
@@ -81049,7 +81049,7 @@
81049
81049
  },
81050
81050
  "x-original-maxLength": 1024,
81051
81051
  "x-reconciled-from-discovery": true,
81052
- "x-reconciled-at": "2026-01-05T17:58:37.872062+00:00"
81052
+ "x-reconciled-at": "2026-01-05T18:28:56.381814+00:00"
81053
81053
  }
81054
81054
  },
81055
81055
  "x-f5xc-minimum-configuration": {
@@ -81325,7 +81325,7 @@
81325
81325
  },
81326
81326
  "x-original-maxLength": 1024,
81327
81327
  "x-reconciled-from-discovery": true,
81328
- "x-reconciled-at": "2026-01-05T17:58:37.872084+00:00"
81328
+ "x-reconciled-at": "2026-01-05T18:28:56.381837+00:00"
81329
81329
  }
81330
81330
  },
81331
81331
  "x-f5xc-minimum-configuration": {
@@ -81534,7 +81534,7 @@
81534
81534
  "x-original-maxLength": 1024,
81535
81535
  "format": "hostname",
81536
81536
  "x-reconciled-from-discovery": true,
81537
- "x-reconciled-at": "2026-01-05T17:58:37.872099+00:00"
81537
+ "x-reconciled-at": "2026-01-05T18:28:56.381852+00:00"
81538
81538
  },
81539
81539
  "first_seen": {
81540
81540
  "type": "string",
@@ -81652,7 +81652,7 @@
81652
81652
  "x-original-maxLength": 256,
81653
81653
  "format": "hostname",
81654
81654
  "x-reconciled-from-discovery": true,
81655
- "x-reconciled-at": "2026-01-05T17:58:37.872110+00:00"
81655
+ "x-reconciled-at": "2026-01-05T18:28:56.381863+00:00"
81656
81656
  },
81657
81657
  "namespace": {
81658
81658
  "type": "string",
@@ -81671,7 +81671,7 @@
81671
81671
  },
81672
81672
  "x-original-maxLength": 1024,
81673
81673
  "x-reconciled-from-discovery": true,
81674
- "x-reconciled-at": "2026-01-05T17:58:37.872115+00:00"
81674
+ "x-reconciled-at": "2026-01-05T18:28:56.381867+00:00"
81675
81675
  },
81676
81676
  "pageURL": {
81677
81677
  "type": "string",
@@ -81803,7 +81803,7 @@
81803
81803
  },
81804
81804
  "x-original-maxLength": 1024,
81805
81805
  "x-reconciled-from-discovery": true,
81806
- "x-reconciled-at": "2026-01-05T17:58:37.872126+00:00"
81806
+ "x-reconciled-at": "2026-01-05T18:28:56.381880+00:00"
81807
81807
  }
81808
81808
  },
81809
81809
  "x-f5xc-minimum-configuration": {
@@ -81869,7 +81869,7 @@
81869
81869
  },
81870
81870
  "x-original-maxLength": 1024,
81871
81871
  "x-reconciled-from-discovery": true,
81872
- "x-reconciled-at": "2026-01-05T17:58:37.872132+00:00"
81872
+ "x-reconciled-at": "2026-01-05T18:28:56.381886+00:00"
81873
81873
  },
81874
81874
  "namespace": {
81875
81875
  "type": "string",
@@ -81888,7 +81888,7 @@
81888
81888
  },
81889
81889
  "x-original-maxLength": 1024,
81890
81890
  "x-reconciled-from-discovery": true,
81891
- "x-reconciled-at": "2026-01-05T17:58:37.872136+00:00"
81891
+ "x-reconciled-at": "2026-01-05T18:28:56.381891+00:00"
81892
81892
  },
81893
81893
  "type": {
81894
81894
  "$ref": "#/components/schemas/client_side_defenseANALYSIS_TYPE"
@@ -81929,7 +81929,7 @@
81929
81929
  },
81930
81930
  "x-original-maxLength": 1024,
81931
81931
  "x-reconciled-from-discovery": true,
81932
- "x-reconciled-at": "2026-01-05T17:58:37.872141+00:00"
81932
+ "x-reconciled-at": "2026-01-05T18:28:56.381897+00:00"
81933
81933
  }
81934
81934
  },
81935
81935
  "x-f5xc-minimum-configuration": {
@@ -81991,7 +81991,7 @@
81991
81991
  },
81992
81992
  "x-original-maxLength": 1024,
81993
81993
  "x-reconciled-from-discovery": true,
81994
- "x-reconciled-at": "2026-01-05T17:58:37.872147+00:00"
81994
+ "x-reconciled-at": "2026-01-05T18:28:56.381903+00:00"
81995
81995
  },
81996
81996
  "script_id": {
81997
81997
  "type": "string",
@@ -82142,7 +82142,7 @@
82142
82142
  },
82143
82143
  "x-original-maxLength": 1024,
82144
82144
  "x-reconciled-from-discovery": true,
82145
- "x-reconciled-at": "2026-01-05T17:58:37.872159+00:00"
82145
+ "x-reconciled-at": "2026-01-05T18:28:56.381915+00:00"
82146
82146
  },
82147
82147
  "type": {
82148
82148
  "$ref": "#/components/schemas/client_side_defenseACTION_TYPE"
@@ -82220,7 +82220,7 @@
82220
82220
  },
82221
82221
  "x-original-maxLength": 1024,
82222
82222
  "x-reconciled-from-discovery": true,
82223
- "x-reconciled-at": "2026-01-05T17:58:37.872180+00:00"
82223
+ "x-reconciled-at": "2026-01-05T18:28:56.381923+00:00"
82224
82224
  }
82225
82225
  },
82226
82226
  "x-f5xc-minimum-configuration": {
@@ -82353,7 +82353,7 @@
82353
82353
  },
82354
82354
  "x-original-maxLength": 1024,
82355
82355
  "x-reconciled-from-discovery": true,
82356
- "x-reconciled-at": "2026-01-05T17:58:37.872190+00:00"
82356
+ "x-reconciled-at": "2026-01-05T18:28:56.381934+00:00"
82357
82357
  }
82358
82358
  },
82359
82359
  "x-f5xc-minimum-configuration": {
@@ -82509,7 +82509,7 @@
82509
82509
  },
82510
82510
  "x-original-maxLength": 1024,
82511
82511
  "x-reconciled-from-discovery": true,
82512
- "x-reconciled-at": "2026-01-05T17:58:38.182004+00:00"
82512
+ "x-reconciled-at": "2026-01-05T18:28:56.689006+00:00"
82513
82513
  },
82514
82514
  "namespace": {
82515
82515
  "type": "string",
@@ -82528,7 +82528,7 @@
82528
82528
  },
82529
82529
  "x-original-maxLength": 1024,
82530
82530
  "x-reconciled-from-discovery": true,
82531
- "x-reconciled-at": "2026-01-05T17:58:38.182010+00:00"
82531
+ "x-reconciled-at": "2026-01-05T18:28:56.689012+00:00"
82532
82532
  }
82533
82533
  },
82534
82534
  "x-f5xc-minimum-configuration": {
@@ -82623,7 +82623,7 @@
82623
82623
  "maxLength": 17,
82624
82624
  "minLength": 17,
82625
82625
  "x-reconciled-from-discovery": true,
82626
- "x-reconciled-at": "2026-01-05T17:58:38.182026+00:00"
82626
+ "x-reconciled-at": "2026-01-05T18:28:56.689027+00:00"
82627
82627
  },
82628
82628
  "system_metadata": {
82629
82629
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -82821,7 +82821,7 @@
82821
82821
  },
82822
82822
  "x-original-maxLength": 1024,
82823
82823
  "x-reconciled-from-discovery": true,
82824
- "x-reconciled-at": "2026-01-05T17:58:38.182042+00:00"
82824
+ "x-reconciled-at": "2026-01-05T18:28:56.689056+00:00"
82825
82825
  },
82826
82826
  "disabled": {
82827
82827
  "type": "boolean",
@@ -82871,7 +82871,7 @@
82871
82871
  },
82872
82872
  "x-original-maxLength": 1024,
82873
82873
  "x-reconciled-from-discovery": true,
82874
- "x-reconciled-at": "2026-01-05T17:58:38.182054+00:00"
82874
+ "x-reconciled-at": "2026-01-05T18:28:56.689067+00:00"
82875
82875
  },
82876
82876
  "namespace": {
82877
82877
  "type": "string",
@@ -82890,7 +82890,7 @@
82890
82890
  },
82891
82891
  "x-original-maxLength": 1024,
82892
82892
  "x-reconciled-from-discovery": true,
82893
- "x-reconciled-at": "2026-01-05T17:58:38.182059+00:00"
82893
+ "x-reconciled-at": "2026-01-05T18:28:56.689072+00:00"
82894
82894
  },
82895
82895
  "owner_view": {
82896
82896
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -82931,7 +82931,7 @@
82931
82931
  "x-field-mutability": "read-only",
82932
82932
  "x-original-maxLength": 1024,
82933
82933
  "x-reconciled-from-discovery": true,
82934
- "x-reconciled-at": "2026-01-05T17:58:38.182067+00:00"
82934
+ "x-reconciled-at": "2026-01-05T18:28:56.689079+00:00"
82935
82935
  },
82936
82936
  "uid": {
82937
82937
  "type": "string",
@@ -82952,7 +82952,7 @@
82952
82952
  "x-original-maxLength": 1024,
82953
82953
  "format": "uuid",
82954
82954
  "x-reconciled-from-discovery": true,
82955
- "x-reconciled-at": "2026-01-05T17:58:38.182073+00:00"
82955
+ "x-reconciled-at": "2026-01-05T18:28:56.689085+00:00"
82956
82956
  }
82957
82957
  },
82958
82958
  "x-f5xc-minimum-configuration": {
@@ -83174,7 +83174,7 @@
83174
83174
  },
83175
83175
  "x-original-maxLength": 1024,
83176
83176
  "x-reconciled-from-discovery": true,
83177
- "x-reconciled-at": "2026-01-05T17:58:38.490619+00:00"
83177
+ "x-reconciled-at": "2026-01-05T18:28:56.996182+00:00"
83178
83178
  },
83179
83179
  "namespace": {
83180
83180
  "type": "string",
@@ -83193,7 +83193,7 @@
83193
83193
  },
83194
83194
  "x-original-maxLength": 1024,
83195
83195
  "x-reconciled-from-discovery": true,
83196
- "x-reconciled-at": "2026-01-05T17:58:38.490626+00:00"
83196
+ "x-reconciled-at": "2026-01-05T18:28:56.996189+00:00"
83197
83197
  }
83198
83198
  },
83199
83199
  "x-f5xc-minimum-configuration": {
@@ -83288,7 +83288,7 @@
83288
83288
  "maxLength": 17,
83289
83289
  "minLength": 17,
83290
83290
  "x-reconciled-from-discovery": true,
83291
- "x-reconciled-at": "2026-01-05T17:58:38.490642+00:00"
83291
+ "x-reconciled-at": "2026-01-05T18:28:56.996204+00:00"
83292
83292
  },
83293
83293
  "system_metadata": {
83294
83294
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -83486,7 +83486,7 @@
83486
83486
  },
83487
83487
  "x-original-maxLength": 1024,
83488
83488
  "x-reconciled-from-discovery": true,
83489
- "x-reconciled-at": "2026-01-05T17:58:38.490658+00:00"
83489
+ "x-reconciled-at": "2026-01-05T18:28:56.996222+00:00"
83490
83490
  },
83491
83491
  "disabled": {
83492
83492
  "type": "boolean",
@@ -83536,7 +83536,7 @@
83536
83536
  },
83537
83537
  "x-original-maxLength": 1024,
83538
83538
  "x-reconciled-from-discovery": true,
83539
- "x-reconciled-at": "2026-01-05T17:58:38.490669+00:00"
83539
+ "x-reconciled-at": "2026-01-05T18:28:56.996232+00:00"
83540
83540
  },
83541
83541
  "namespace": {
83542
83542
  "type": "string",
@@ -83555,7 +83555,7 @@
83555
83555
  },
83556
83556
  "x-original-maxLength": 1024,
83557
83557
  "x-reconciled-from-discovery": true,
83558
- "x-reconciled-at": "2026-01-05T17:58:38.490673+00:00"
83558
+ "x-reconciled-at": "2026-01-05T18:28:56.996236+00:00"
83559
83559
  },
83560
83560
  "owner_view": {
83561
83561
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -83596,7 +83596,7 @@
83596
83596
  "x-field-mutability": "read-only",
83597
83597
  "x-original-maxLength": 1024,
83598
83598
  "x-reconciled-from-discovery": true,
83599
- "x-reconciled-at": "2026-01-05T17:58:38.490681+00:00"
83599
+ "x-reconciled-at": "2026-01-05T18:28:56.996245+00:00"
83600
83600
  },
83601
83601
  "uid": {
83602
83602
  "type": "string",
@@ -83617,7 +83617,7 @@
83617
83617
  "x-original-maxLength": 1024,
83618
83618
  "format": "uuid",
83619
83619
  "x-reconciled-from-discovery": true,
83620
- "x-reconciled-at": "2026-01-05T17:58:38.490687+00:00"
83620
+ "x-reconciled-at": "2026-01-05T18:28:56.996251+00:00"
83621
83621
  }
83622
83622
  },
83623
83623
  "x-f5xc-minimum-configuration": {
@@ -83839,7 +83839,7 @@
83839
83839
  },
83840
83840
  "x-original-maxLength": 1024,
83841
83841
  "x-reconciled-from-discovery": true,
83842
- "x-reconciled-at": "2026-01-05T17:58:38.803346+00:00"
83842
+ "x-reconciled-at": "2026-01-05T18:28:57.303047+00:00"
83843
83843
  },
83844
83844
  "namespace": {
83845
83845
  "type": "string",
@@ -83858,7 +83858,7 @@
83858
83858
  },
83859
83859
  "x-original-maxLength": 1024,
83860
83860
  "x-reconciled-from-discovery": true,
83861
- "x-reconciled-at": "2026-01-05T17:58:38.803353+00:00"
83861
+ "x-reconciled-at": "2026-01-05T18:28:57.303054+00:00"
83862
83862
  }
83863
83863
  },
83864
83864
  "x-f5xc-minimum-configuration": {
@@ -83953,7 +83953,7 @@
83953
83953
  "maxLength": 17,
83954
83954
  "minLength": 17,
83955
83955
  "x-reconciled-from-discovery": true,
83956
- "x-reconciled-at": "2026-01-05T17:58:38.803367+00:00"
83956
+ "x-reconciled-at": "2026-01-05T18:28:57.303069+00:00"
83957
83957
  },
83958
83958
  "system_metadata": {
83959
83959
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -84151,7 +84151,7 @@
84151
84151
  },
84152
84152
  "x-original-maxLength": 1024,
84153
84153
  "x-reconciled-from-discovery": true,
84154
- "x-reconciled-at": "2026-01-05T17:58:38.803384+00:00"
84154
+ "x-reconciled-at": "2026-01-05T18:28:57.303086+00:00"
84155
84155
  },
84156
84156
  "disabled": {
84157
84157
  "type": "boolean",
@@ -84201,7 +84201,7 @@
84201
84201
  },
84202
84202
  "x-original-maxLength": 1024,
84203
84203
  "x-reconciled-from-discovery": true,
84204
- "x-reconciled-at": "2026-01-05T17:58:38.803394+00:00"
84204
+ "x-reconciled-at": "2026-01-05T18:28:57.303097+00:00"
84205
84205
  },
84206
84206
  "namespace": {
84207
84207
  "type": "string",
@@ -84220,7 +84220,7 @@
84220
84220
  },
84221
84221
  "x-original-maxLength": 1024,
84222
84222
  "x-reconciled-from-discovery": true,
84223
- "x-reconciled-at": "2026-01-05T17:58:38.803399+00:00"
84223
+ "x-reconciled-at": "2026-01-05T18:28:57.303101+00:00"
84224
84224
  },
84225
84225
  "owner_view": {
84226
84226
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -84261,7 +84261,7 @@
84261
84261
  "x-field-mutability": "read-only",
84262
84262
  "x-original-maxLength": 1024,
84263
84263
  "x-reconciled-from-discovery": true,
84264
- "x-reconciled-at": "2026-01-05T17:58:38.803407+00:00"
84264
+ "x-reconciled-at": "2026-01-05T18:28:57.303109+00:00"
84265
84265
  },
84266
84266
  "uid": {
84267
84267
  "type": "string",
@@ -84282,7 +84282,7 @@
84282
84282
  "x-original-maxLength": 1024,
84283
84283
  "format": "uuid",
84284
84284
  "x-reconciled-from-discovery": true,
84285
- "x-reconciled-at": "2026-01-05T17:58:38.803412+00:00"
84285
+ "x-reconciled-at": "2026-01-05T18:28:57.303114+00:00"
84286
84286
  }
84287
84287
  },
84288
84288
  "x-f5xc-minimum-configuration": {
@@ -84549,7 +84549,7 @@
84549
84549
  },
84550
84550
  "x-original-maxLength": 1024,
84551
84551
  "x-reconciled-from-discovery": true,
84552
- "x-reconciled-at": "2026-01-05T17:58:55.580319+00:00"
84552
+ "x-reconciled-at": "2026-01-05T18:29:13.887715+00:00"
84553
84553
  }
84554
84554
  },
84555
84555
  "x-f5xc-minimum-configuration": {
@@ -84946,7 +84946,7 @@
84946
84946
  },
84947
84947
  "x-original-maxLength": 1024,
84948
84948
  "x-reconciled-from-discovery": true,
84949
- "x-reconciled-at": "2026-01-05T17:58:55.580359+00:00"
84949
+ "x-reconciled-at": "2026-01-05T18:29:13.887755+00:00"
84950
84950
  },
84951
84951
  "namespace": {
84952
84952
  "type": "string",
@@ -84965,7 +84965,7 @@
84965
84965
  },
84966
84966
  "x-original-maxLength": 1024,
84967
84967
  "x-reconciled-from-discovery": true,
84968
- "x-reconciled-at": "2026-01-05T17:58:55.580363+00:00"
84968
+ "x-reconciled-at": "2026-01-05T18:29:13.887759+00:00"
84969
84969
  }
84970
84970
  },
84971
84971
  "x-f5xc-minimum-configuration": {
@@ -85124,7 +85124,7 @@
85124
85124
  "maxLength": 17,
85125
85125
  "minLength": 17,
85126
85126
  "x-reconciled-from-discovery": true,
85127
- "x-reconciled-at": "2026-01-05T17:58:55.580382+00:00"
85127
+ "x-reconciled-at": "2026-01-05T18:29:13.887779+00:00"
85128
85128
  },
85129
85129
  "system_metadata": {
85130
85130
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -85533,7 +85533,7 @@
85533
85533
  },
85534
85534
  "x-original-maxLength": 1024,
85535
85535
  "x-reconciled-from-discovery": true,
85536
- "x-reconciled-at": "2026-01-05T17:58:55.580419+00:00"
85536
+ "x-reconciled-at": "2026-01-05T18:29:13.887816+00:00"
85537
85537
  },
85538
85538
  "disabled": {
85539
85539
  "type": "boolean",
@@ -85583,7 +85583,7 @@
85583
85583
  },
85584
85584
  "x-original-maxLength": 1024,
85585
85585
  "x-reconciled-from-discovery": true,
85586
- "x-reconciled-at": "2026-01-05T17:58:55.580428+00:00"
85586
+ "x-reconciled-at": "2026-01-05T18:29:13.887826+00:00"
85587
85587
  },
85588
85588
  "namespace": {
85589
85589
  "type": "string",
@@ -85602,7 +85602,7 @@
85602
85602
  },
85603
85603
  "x-original-maxLength": 1024,
85604
85604
  "x-reconciled-from-discovery": true,
85605
- "x-reconciled-at": "2026-01-05T17:58:55.580433+00:00"
85605
+ "x-reconciled-at": "2026-01-05T18:29:13.887830+00:00"
85606
85606
  },
85607
85607
  "owner_view": {
85608
85608
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -85643,7 +85643,7 @@
85643
85643
  "x-field-mutability": "read-only",
85644
85644
  "x-original-maxLength": 1024,
85645
85645
  "x-reconciled-from-discovery": true,
85646
- "x-reconciled-at": "2026-01-05T17:58:55.580440+00:00"
85646
+ "x-reconciled-at": "2026-01-05T18:29:13.887838+00:00"
85647
85647
  },
85648
85648
  "uid": {
85649
85649
  "type": "string",
@@ -85664,7 +85664,7 @@
85664
85664
  "x-original-maxLength": 1024,
85665
85665
  "format": "uuid",
85666
85666
  "x-reconciled-from-discovery": true,
85667
- "x-reconciled-at": "2026-01-05T17:58:55.580445+00:00"
85667
+ "x-reconciled-at": "2026-01-05T18:29:13.887843+00:00"
85668
85668
  }
85669
85669
  },
85670
85670
  "x-f5xc-minimum-configuration": {
@@ -86177,7 +86177,7 @@
86177
86177
  },
86178
86178
  "x-original-maxLength": 1024,
86179
86179
  "x-reconciled-from-discovery": true,
86180
- "x-reconciled-at": "2026-01-05T17:58:55.580492+00:00"
86180
+ "x-reconciled-at": "2026-01-05T18:29:13.887890+00:00"
86181
86181
  },
86182
86182
  "store_provider": {
86183
86183
  "type": "string",
@@ -86235,7 +86235,7 @@
86235
86235
  },
86236
86236
  "x-original-maxLength": 1024,
86237
86237
  "x-reconciled-from-discovery": true,
86238
- "x-reconciled-at": "2026-01-05T17:58:55.580498+00:00"
86238
+ "x-reconciled-at": "2026-01-05T18:29:13.887897+00:00"
86239
86239
  },
86240
86240
  "url": {
86241
86241
  "type": "string",
@@ -86346,7 +86346,7 @@
86346
86346
  },
86347
86347
  "x-original-maxLength": 1024,
86348
86348
  "x-reconciled-from-discovery": true,
86349
- "x-reconciled-at": "2026-01-05T17:58:55.580631+00:00"
86349
+ "x-reconciled-at": "2026-01-05T18:29:13.888052+00:00"
86350
86350
  },
86351
86351
  "location": {
86352
86352
  "type": "string",
@@ -86363,7 +86363,7 @@
86363
86363
  },
86364
86364
  "x-original-maxLength": 1024,
86365
86365
  "x-reconciled-from-discovery": true,
86366
- "x-reconciled-at": "2026-01-05T17:58:55.580635+00:00"
86366
+ "x-reconciled-at": "2026-01-05T18:29:13.888057+00:00"
86367
86367
  },
86368
86368
  "provider": {
86369
86369
  "type": "string",
@@ -86380,7 +86380,7 @@
86380
86380
  },
86381
86381
  "x-original-maxLength": 1024,
86382
86382
  "x-reconciled-from-discovery": true,
86383
- "x-reconciled-at": "2026-01-05T17:58:55.580639+00:00"
86383
+ "x-reconciled-at": "2026-01-05T18:29:13.888061+00:00"
86384
86384
  },
86385
86385
  "secret_encoding": {
86386
86386
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -86402,7 +86402,7 @@
86402
86402
  "maxLength": 1,
86403
86403
  "minLength": 1,
86404
86404
  "x-reconciled-from-discovery": true,
86405
- "x-reconciled-at": "2026-01-05T17:58:55.580645+00:00"
86405
+ "x-reconciled-at": "2026-01-05T18:29:13.888067+00:00"
86406
86406
  }
86407
86407
  },
86408
86408
  "x-f5xc-minimum-configuration": {
@@ -86441,7 +86441,7 @@
86441
86441
  },
86442
86442
  "x-original-maxLength": 1024,
86443
86443
  "x-reconciled-from-discovery": true,
86444
- "x-reconciled-at": "2026-01-05T17:58:55.580667+00:00"
86444
+ "x-reconciled-at": "2026-01-05T18:29:13.888090+00:00"
86445
86445
  }
86446
86446
  },
86447
86447
  "x-f5xc-minimum-configuration": {
@@ -86494,7 +86494,7 @@
86494
86494
  "maxLength": 15,
86495
86495
  "minLength": 3,
86496
86496
  "x-reconciled-from-discovery": true,
86497
- "x-reconciled-at": "2026-01-05T17:58:55.870019+00:00"
86497
+ "x-reconciled-at": "2026-01-05T18:29:14.171874+00:00"
86498
86498
  }
86499
86499
  },
86500
86500
  "x-f5xc-minimum-configuration": {
@@ -86532,7 +86532,7 @@
86532
86532
  },
86533
86533
  "x-original-maxLength": 1024,
86534
86534
  "x-reconciled-from-discovery": true,
86535
- "x-reconciled-at": "2026-01-05T17:58:55.870028+00:00"
86535
+ "x-reconciled-at": "2026-01-05T18:29:14.171883+00:00"
86536
86536
  },
86537
86537
  "id": {
86538
86538
  "type": "string",
@@ -86569,7 +86569,7 @@
86569
86569
  },
86570
86570
  "x-original-maxLength": 1024,
86571
86571
  "x-reconciled-from-discovery": true,
86572
- "x-reconciled-at": "2026-01-05T17:58:55.870036+00:00"
86572
+ "x-reconciled-at": "2026-01-05T18:29:14.171892+00:00"
86573
86573
  },
86574
86574
  "status": {
86575
86575
  "type": "string",
@@ -86588,7 +86588,7 @@
86588
86588
  },
86589
86589
  "x-original-maxLength": 1024,
86590
86590
  "x-reconciled-from-discovery": true,
86591
- "x-reconciled-at": "2026-01-05T17:58:55.870042+00:00"
86591
+ "x-reconciled-at": "2026-01-05T18:29:14.171897+00:00"
86592
86592
  }
86593
86593
  },
86594
86594
  "x-f5xc-minimum-configuration": {
@@ -86674,7 +86674,7 @@
86674
86674
  },
86675
86675
  "x-original-maxLength": 1024,
86676
86676
  "x-reconciled-from-discovery": true,
86677
- "x-reconciled-at": "2026-01-05T17:58:55.870052+00:00"
86677
+ "x-reconciled-at": "2026-01-05T18:29:14.171907+00:00"
86678
86678
  }
86679
86679
  },
86680
86680
  "x-f5xc-minimum-configuration": {
@@ -86730,7 +86730,7 @@
86730
86730
  },
86731
86731
  "x-original-maxLength": 1024,
86732
86732
  "x-reconciled-from-discovery": true,
86733
- "x-reconciled-at": "2026-01-05T17:58:55.870058+00:00"
86733
+ "x-reconciled-at": "2026-01-05T18:29:14.171914+00:00"
86734
86734
  },
86735
86735
  "feature_name": {
86736
86736
  "type": "string",
@@ -87113,7 +87113,7 @@
87113
87113
  },
87114
87114
  "x-original-maxLength": 1024,
87115
87115
  "x-reconciled-from-discovery": true,
87116
- "x-reconciled-at": "2026-01-05T17:58:55.870085+00:00"
87116
+ "x-reconciled-at": "2026-01-05T18:29:14.171941+00:00"
87117
87117
  },
87118
87118
  "platform": {
87119
87119
  "type": "string",
@@ -87266,7 +87266,7 @@
87266
87266
  },
87267
87267
  "x-original-maxLength": 1024,
87268
87268
  "x-reconciled-from-discovery": true,
87269
- "x-reconciled-at": "2026-01-05T17:58:55.870100+00:00"
87269
+ "x-reconciled-at": "2026-01-05T18:29:14.171956+00:00"
87270
87270
  }
87271
87271
  },
87272
87272
  "x-f5xc-minimum-configuration": {
@@ -87506,7 +87506,7 @@
87506
87506
  },
87507
87507
  "x-original-maxLength": 1024,
87508
87508
  "x-reconciled-from-discovery": true,
87509
- "x-reconciled-at": "2026-01-05T17:58:55.870121+00:00"
87509
+ "x-reconciled-at": "2026-01-05T18:29:14.171976+00:00"
87510
87510
  }
87511
87511
  },
87512
87512
  "x-f5xc-minimum-configuration": {
@@ -87631,7 +87631,7 @@
87631
87631
  },
87632
87632
  "x-original-maxLength": 1024,
87633
87633
  "x-reconciled-from-discovery": true,
87634
- "x-reconciled-at": "2026-01-05T17:58:55.870131+00:00"
87634
+ "x-reconciled-at": "2026-01-05T18:29:14.171986+00:00"
87635
87635
  },
87636
87636
  "type": {
87637
87637
  "$ref": "#/components/schemas/shapedata_deliveryStatusType"
@@ -87709,7 +87709,7 @@
87709
87709
  },
87710
87710
  "x-original-maxLength": 1024,
87711
87711
  "x-reconciled-from-discovery": true,
87712
- "x-reconciled-at": "2026-01-05T17:58:55.870139+00:00"
87712
+ "x-reconciled-at": "2026-01-05T18:29:14.171995+00:00"
87713
87713
  }
87714
87714
  },
87715
87715
  "x-f5xc-minimum-configuration": {
@@ -87794,7 +87794,7 @@
87794
87794
  },
87795
87795
  "x-original-maxLength": 1024,
87796
87796
  "x-reconciled-from-discovery": true,
87797
- "x-reconciled-at": "2026-01-05T17:58:55.870147+00:00"
87797
+ "x-reconciled-at": "2026-01-05T18:29:14.172003+00:00"
87798
87798
  },
87799
87799
  "request_body": {
87800
87800
  "$ref": "#/components/schemas/protobufAny"
@@ -87873,7 +87873,7 @@
87873
87873
  },
87874
87874
  "x-original-maxLength": 1024,
87875
87875
  "x-reconciled-from-discovery": true,
87876
- "x-reconciled-at": "2026-01-05T17:58:55.870154+00:00"
87876
+ "x-reconciled-at": "2026-01-05T18:29:14.172010+00:00"
87877
87877
  },
87878
87878
  "ref_value": {
87879
87879
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -87907,7 +87907,7 @@
87907
87907
  },
87908
87908
  "x-original-maxLength": 1024,
87909
87909
  "x-reconciled-from-discovery": true,
87910
- "x-reconciled-at": "2026-01-05T17:58:55.870161+00:00"
87910
+ "x-reconciled-at": "2026-01-05T18:29:14.172017+00:00"
87911
87911
  },
87912
87912
  "value": {
87913
87913
  "type": "string",
@@ -87924,7 +87924,7 @@
87924
87924
  },
87925
87925
  "x-original-maxLength": 1024,
87926
87926
  "x-reconciled-from-discovery": true,
87927
- "x-reconciled-at": "2026-01-05T17:58:55.870176+00:00"
87927
+ "x-reconciled-at": "2026-01-05T18:29:14.172021+00:00"
87928
87928
  }
87929
87929
  },
87930
87930
  "x-f5xc-minimum-configuration": {
@@ -88134,7 +88134,7 @@
88134
88134
  },
88135
88135
  "x-original-maxLength": 1024,
88136
88136
  "x-reconciled-from-discovery": true,
88137
- "x-reconciled-at": "2026-01-05T17:59:15.917793+00:00"
88137
+ "x-reconciled-at": "2026-01-05T18:29:34.267905+00:00"
88138
88138
  },
88139
88139
  "no_attributes": {
88140
88140
  "$ref": "#/components/schemas/schemaEmpty"
@@ -88157,7 +88157,7 @@
88157
88157
  "x-field-mutability": "read-only",
88158
88158
  "x-original-maxLength": 1024,
88159
88159
  "x-reconciled-from-discovery": true,
88160
- "x-reconciled-at": "2026-01-05T17:59:15.917801+00:00"
88160
+ "x-reconciled-at": "2026-01-05T18:29:34.267913+00:00"
88161
88161
  },
88162
88162
  "versions": {
88163
88163
  "type": "array",
@@ -88520,7 +88520,7 @@
88520
88520
  },
88521
88521
  "x-original-maxLength": 512,
88522
88522
  "x-reconciled-from-discovery": true,
88523
- "x-reconciled-at": "2026-01-05T17:59:15.917827+00:00"
88523
+ "x-reconciled-at": "2026-01-05T18:29:34.267940+00:00"
88524
88524
  },
88525
88525
  "mobile_app_shield": {
88526
88526
  "$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
@@ -88554,7 +88554,7 @@
88554
88554
  },
88555
88555
  "x-original-maxLength": 1024,
88556
88556
  "x-reconciled-from-discovery": true,
88557
- "x-reconciled-at": "2026-01-05T17:59:15.917834+00:00"
88557
+ "x-reconciled-at": "2026-01-05T18:29:34.267948+00:00"
88558
88558
  },
88559
88559
  "namespace": {
88560
88560
  "type": "string",
@@ -88578,7 +88578,7 @@
88578
88578
  },
88579
88579
  "x-original-maxLength": 1024,
88580
88580
  "x-reconciled-from-discovery": true,
88581
- "x-reconciled-at": "2026-01-05T17:59:15.917839+00:00"
88581
+ "x-reconciled-at": "2026-01-05T18:29:34.267952+00:00"
88582
88582
  },
88583
88583
  "no_attributes": {
88584
88584
  "$ref": "#/components/schemas/schemaEmpty"
@@ -88628,7 +88628,7 @@
88628
88628
  },
88629
88629
  "x-original-maxLength": 1024,
88630
88630
  "x-reconciled-from-discovery": true,
88631
- "x-reconciled-at": "2026-01-05T17:59:15.917845+00:00"
88631
+ "x-reconciled-at": "2026-01-05T18:29:34.267959+00:00"
88632
88632
  }
88633
88633
  },
88634
88634
  "x-f5xc-minimum-configuration": {
@@ -88703,7 +88703,7 @@
88703
88703
  },
88704
88704
  "x-original-maxLength": 512,
88705
88705
  "x-reconciled-from-discovery": true,
88706
- "x-reconciled-at": "2026-01-05T17:59:15.917852+00:00"
88706
+ "x-reconciled-at": "2026-01-05T18:29:34.267966+00:00"
88707
88707
  },
88708
88708
  "latest_version": {
88709
88709
  "type": "boolean",
@@ -88756,7 +88756,7 @@
88756
88756
  },
88757
88757
  "x-original-maxLength": 1024,
88758
88758
  "x-reconciled-from-discovery": true,
88759
- "x-reconciled-at": "2026-01-05T17:59:15.917858+00:00"
88759
+ "x-reconciled-at": "2026-01-05T18:29:34.267974+00:00"
88760
88760
  }
88761
88761
  },
88762
88762
  "x-f5xc-minimum-configuration": {
@@ -88915,7 +88915,7 @@
88915
88915
  },
88916
88916
  "x-original-maxLength": 1024,
88917
88917
  "x-reconciled-from-discovery": true,
88918
- "x-reconciled-at": "2026-01-05T17:59:16.225795+00:00"
88918
+ "x-reconciled-at": "2026-01-05T18:29:34.576826+00:00"
88919
88919
  },
88920
88920
  "namespace": {
88921
88921
  "type": "string",
@@ -88934,7 +88934,7 @@
88934
88934
  },
88935
88935
  "x-original-maxLength": 1024,
88936
88936
  "x-reconciled-from-discovery": true,
88937
- "x-reconciled-at": "2026-01-05T17:59:16.225801+00:00"
88937
+ "x-reconciled-at": "2026-01-05T18:29:34.576833+00:00"
88938
88938
  }
88939
88939
  },
88940
88940
  "x-f5xc-minimum-configuration": {
@@ -89210,7 +89210,7 @@
89210
89210
  },
89211
89211
  "x-original-maxLength": 1024,
89212
89212
  "x-reconciled-from-discovery": true,
89213
- "x-reconciled-at": "2026-01-05T17:59:16.225828+00:00"
89213
+ "x-reconciled-at": "2026-01-05T18:29:34.576859+00:00"
89214
89214
  },
89215
89215
  "disabled": {
89216
89216
  "type": "boolean",
@@ -89260,7 +89260,7 @@
89260
89260
  },
89261
89261
  "x-original-maxLength": 1024,
89262
89262
  "x-reconciled-from-discovery": true,
89263
- "x-reconciled-at": "2026-01-05T17:59:16.225838+00:00"
89263
+ "x-reconciled-at": "2026-01-05T18:29:34.576870+00:00"
89264
89264
  },
89265
89265
  "namespace": {
89266
89266
  "type": "string",
@@ -89279,7 +89279,7 @@
89279
89279
  },
89280
89280
  "x-original-maxLength": 1024,
89281
89281
  "x-reconciled-from-discovery": true,
89282
- "x-reconciled-at": "2026-01-05T17:59:16.225842+00:00"
89282
+ "x-reconciled-at": "2026-01-05T18:29:34.576874+00:00"
89283
89283
  },
89284
89284
  "owner_view": {
89285
89285
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -89305,7 +89305,7 @@
89305
89305
  "x-field-mutability": "read-only",
89306
89306
  "x-original-maxLength": 1024,
89307
89307
  "x-reconciled-from-discovery": true,
89308
- "x-reconciled-at": "2026-01-05T17:59:16.225849+00:00"
89308
+ "x-reconciled-at": "2026-01-05T18:29:34.576881+00:00"
89309
89309
  },
89310
89310
  "uid": {
89311
89311
  "type": "string",
@@ -89326,7 +89326,7 @@
89326
89326
  "x-original-maxLength": 1024,
89327
89327
  "format": "uuid",
89328
89328
  "x-reconciled-from-discovery": true,
89329
- "x-reconciled-at": "2026-01-05T17:59:16.225855+00:00"
89329
+ "x-reconciled-at": "2026-01-05T18:29:34.576888+00:00"
89330
89330
  }
89331
89331
  },
89332
89332
  "x-f5xc-minimum-configuration": {
@@ -89389,7 +89389,7 @@
89389
89389
  },
89390
89390
  "x-original-maxLength": 1024,
89391
89391
  "x-reconciled-from-discovery": true,
89392
- "x-reconciled-at": "2026-01-05T17:59:16.225862+00:00"
89392
+ "x-reconciled-at": "2026-01-05T18:29:34.576896+00:00"
89393
89393
  }
89394
89394
  },
89395
89395
  "x-f5xc-minimum-configuration": {
@@ -89643,7 +89643,7 @@
89643
89643
  },
89644
89644
  "x-original-maxLength": 1024,
89645
89645
  "x-reconciled-from-discovery": true,
89646
- "x-reconciled-at": "2026-01-05T17:59:24.922979+00:00"
89646
+ "x-reconciled-at": "2026-01-05T18:29:43.189286+00:00"
89647
89647
  },
89648
89648
  "xc_mesh": {
89649
89649
  "$ref": "#/components/schemas/protected_applicationXCMeshConnector"
@@ -90491,7 +90491,7 @@
90491
90491
  },
90492
90492
  "x-original-maxLength": 1024,
90493
90493
  "x-reconciled-from-discovery": true,
90494
- "x-reconciled-at": "2026-01-05T17:59:24.923074+00:00"
90494
+ "x-reconciled-at": "2026-01-05T18:29:43.189382+00:00"
90495
90495
  }
90496
90496
  },
90497
90497
  "x-f5xc-minimum-configuration": {
@@ -90599,7 +90599,7 @@
90599
90599
  },
90600
90600
  "x-original-maxLength": 1024,
90601
90601
  "x-reconciled-from-discovery": true,
90602
- "x-reconciled-at": "2026-01-05T17:59:24.923087+00:00"
90602
+ "x-reconciled-at": "2026-01-05T18:29:43.189395+00:00"
90603
90603
  },
90604
90604
  "namespace": {
90605
90605
  "type": "string",
@@ -90618,7 +90618,7 @@
90618
90618
  },
90619
90619
  "x-original-maxLength": 1024,
90620
90620
  "x-reconciled-from-discovery": true,
90621
- "x-reconciled-at": "2026-01-05T17:59:24.923092+00:00"
90621
+ "x-reconciled-at": "2026-01-05T18:29:43.189400+00:00"
90622
90622
  }
90623
90623
  },
90624
90624
  "x-f5xc-minimum-configuration": {
@@ -90716,7 +90716,7 @@
90716
90716
  "maxLength": 17,
90717
90717
  "minLength": 17,
90718
90718
  "x-reconciled-from-discovery": true,
90719
- "x-reconciled-at": "2026-01-05T17:59:24.923106+00:00"
90719
+ "x-reconciled-at": "2026-01-05T18:29:43.189414+00:00"
90720
90720
  },
90721
90721
  "system_metadata": {
90722
90722
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -90851,7 +90851,7 @@
90851
90851
  },
90852
90852
  "x-original-maxLength": 1024,
90853
90853
  "x-reconciled-from-discovery": true,
90854
- "x-reconciled-at": "2026-01-05T17:59:24.923118+00:00"
90854
+ "x-reconciled-at": "2026-01-05T18:29:43.189425+00:00"
90855
90855
  },
90856
90856
  "disabled": {
90857
90857
  "type": "boolean",
@@ -90901,7 +90901,7 @@
90901
90901
  },
90902
90902
  "x-original-maxLength": 1024,
90903
90903
  "x-reconciled-from-discovery": true,
90904
- "x-reconciled-at": "2026-01-05T17:59:24.923127+00:00"
90904
+ "x-reconciled-at": "2026-01-05T18:29:43.189435+00:00"
90905
90905
  },
90906
90906
  "namespace": {
90907
90907
  "type": "string",
@@ -90920,7 +90920,7 @@
90920
90920
  },
90921
90921
  "x-original-maxLength": 1024,
90922
90922
  "x-reconciled-from-discovery": true,
90923
- "x-reconciled-at": "2026-01-05T17:59:24.923132+00:00"
90923
+ "x-reconciled-at": "2026-01-05T18:29:43.189440+00:00"
90924
90924
  },
90925
90925
  "owner_view": {
90926
90926
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -90961,7 +90961,7 @@
90961
90961
  "x-field-mutability": "read-only",
90962
90962
  "x-original-maxLength": 1024,
90963
90963
  "x-reconciled-from-discovery": true,
90964
- "x-reconciled-at": "2026-01-05T17:59:24.923139+00:00"
90964
+ "x-reconciled-at": "2026-01-05T18:29:43.189448+00:00"
90965
90965
  },
90966
90966
  "uid": {
90967
90967
  "type": "string",
@@ -90982,7 +90982,7 @@
90982
90982
  "x-original-maxLength": 1024,
90983
90983
  "format": "uuid",
90984
90984
  "x-reconciled-from-discovery": true,
90985
- "x-reconciled-at": "2026-01-05T17:59:24.923144+00:00"
90985
+ "x-reconciled-at": "2026-01-05T18:29:43.189453+00:00"
90986
90986
  }
90987
90987
  },
90988
90988
  "x-f5xc-minimum-configuration": {
@@ -91193,7 +91193,7 @@
91193
91193
  },
91194
91194
  "x-original-maxLength": 1024,
91195
91195
  "x-reconciled-from-discovery": true,
91196
- "x-reconciled-at": "2026-01-05T17:59:24.923162+00:00"
91196
+ "x-reconciled-at": "2026-01-05T18:29:43.189471+00:00"
91197
91197
  },
91198
91198
  "template": {
91199
91199
  "type": "string",
@@ -91526,7 +91526,7 @@
91526
91526
  },
91527
91527
  "x-original-maxLength": 256,
91528
91528
  "x-reconciled-from-discovery": true,
91529
- "x-reconciled-at": "2026-01-05T17:59:24.923198+00:00"
91529
+ "x-reconciled-at": "2026-01-05T18:29:43.189497+00:00"
91530
91530
  },
91531
91531
  "regex": {
91532
91532
  "type": "string",
@@ -92295,7 +92295,7 @@
92295
92295
  },
92296
92296
  "x-original-maxLength": 512,
92297
92297
  "x-reconciled-from-discovery": true,
92298
- "x-reconciled-at": "2026-01-05T17:59:24.923252+00:00"
92298
+ "x-reconciled-at": "2026-01-05T18:29:43.189552+00:00"
92299
92299
  },
92300
92300
  "status": {
92301
92301
  "$ref": "#/components/schemas/schemaHttpStatusCode"
@@ -92667,7 +92667,7 @@
92667
92667
  },
92668
92668
  "x-original-maxLength": 256,
92669
92669
  "x-reconciled-from-discovery": true,
92670
- "x-reconciled-at": "2026-01-05T17:59:24.923283+00:00"
92670
+ "x-reconciled-at": "2026-01-05T18:29:43.189584+00:00"
92671
92671
  },
92672
92672
  "regex": {
92673
92673
  "type": "string",
@@ -93481,7 +93481,7 @@
93481
93481
  },
93482
93482
  "x-original-maxLength": 512,
93483
93483
  "x-reconciled-from-discovery": true,
93484
- "x-reconciled-at": "2026-01-05T17:59:24.923341+00:00"
93484
+ "x-reconciled-at": "2026-01-05T18:29:43.189643+00:00"
93485
93485
  },
93486
93486
  "status": {
93487
93487
  "$ref": "#/components/schemas/schemaHttpStatusCode"
@@ -93938,7 +93938,7 @@
93938
93938
  },
93939
93939
  "x-original-maxLength": 256,
93940
93940
  "x-reconciled-from-discovery": true,
93941
- "x-reconciled-at": "2026-01-05T17:59:24.923404+00:00"
93941
+ "x-reconciled-at": "2026-01-05T18:29:43.189711+00:00"
93942
93942
  },
93943
93943
  "regex_values": {
93944
93944
  "type": "array",
@@ -94521,7 +94521,7 @@
94521
94521
  },
94522
94522
  "x-original-maxLength": 1024,
94523
94523
  "x-reconciled-from-discovery": true,
94524
- "x-reconciled-at": "2026-01-05T17:59:36.845683+00:00"
94524
+ "x-reconciled-at": "2026-01-05T18:29:55.065915+00:00"
94525
94525
  },
94526
94526
  "resource_id": {
94527
94527
  "type": "string",
@@ -94974,7 +94974,7 @@
94974
94974
  },
94975
94975
  "x-original-maxLength": 1024,
94976
94976
  "x-reconciled-from-discovery": true,
94977
- "x-reconciled-at": "2026-01-05T17:59:36.845718+00:00"
94977
+ "x-reconciled-at": "2026-01-05T18:29:55.065951+00:00"
94978
94978
  },
94979
94979
  "percentage": {
94980
94980
  "type": "number",
@@ -95152,7 +95152,7 @@
95152
95152
  },
95153
95153
  "x-original-maxLength": 1024,
95154
95154
  "x-reconciled-from-discovery": true,
95155
- "x-reconciled-at": "2026-01-05T17:59:36.845733+00:00"
95155
+ "x-reconciled-at": "2026-01-05T18:29:55.065966+00:00"
95156
95156
  },
95157
95157
  "percentage": {
95158
95158
  "type": "number",
@@ -96049,7 +96049,7 @@
96049
96049
  },
96050
96050
  "x-original-maxLength": 1024,
96051
96051
  "x-reconciled-from-discovery": true,
96052
- "x-reconciled-at": "2026-01-05T17:59:36.845796+00:00"
96052
+ "x-reconciled-at": "2026-01-05T18:29:55.066030+00:00"
96053
96053
  },
96054
96054
  "time_series": {
96055
96055
  "type": "array",
@@ -96415,7 +96415,7 @@
96415
96415
  },
96416
96416
  "x-original-maxLength": 1024,
96417
96417
  "x-reconciled-from-discovery": true,
96418
- "x-reconciled-at": "2026-01-05T17:59:36.845823+00:00"
96418
+ "x-reconciled-at": "2026-01-05T18:29:55.066069+00:00"
96419
96419
  },
96420
96420
  "percentage": {
96421
96421
  "type": "number",
@@ -96784,7 +96784,7 @@
96784
96784
  "x-original-maxLength": 1024,
96785
96785
  "format": "hostname",
96786
96786
  "x-reconciled-from-discovery": true,
96787
- "x-reconciled-at": "2026-01-05T17:59:36.845853+00:00"
96787
+ "x-reconciled-at": "2026-01-05T18:29:55.066100+00:00"
96788
96788
  },
96789
96789
  "endpoint": {
96790
96790
  "type": "string",
@@ -97241,7 +97241,7 @@
97241
97241
  },
97242
97242
  "x-original-maxLength": 1024,
97243
97243
  "x-reconciled-from-discovery": true,
97244
- "x-reconciled-at": "2026-01-05T17:59:36.845894+00:00"
97244
+ "x-reconciled-at": "2026-01-05T18:29:55.066141+00:00"
97245
97245
  }
97246
97246
  },
97247
97247
  "x-f5xc-minimum-configuration": {
@@ -97514,7 +97514,7 @@
97514
97514
  },
97515
97515
  "x-original-maxLength": 1024,
97516
97516
  "x-reconciled-from-discovery": true,
97517
- "x-reconciled-at": "2026-01-05T17:59:36.845918+00:00"
97517
+ "x-reconciled-at": "2026-01-05T18:29:55.066164+00:00"
97518
97518
  },
97519
97519
  "start_time": {
97520
97520
  "type": "string",
@@ -97642,7 +97642,7 @@
97642
97642
  },
97643
97643
  "x-original-maxLength": 1024,
97644
97644
  "x-reconciled-from-discovery": true,
97645
- "x-reconciled-at": "2026-01-05T17:59:36.845926+00:00"
97645
+ "x-reconciled-at": "2026-01-05T18:29:55.066172+00:00"
97646
97646
  },
97647
97647
  "order": {
97648
97648
  "$ref": "#/components/schemas/schemaSortOrder"
@@ -97690,7 +97690,7 @@
97690
97690
  },
97691
97691
  "x-original-maxLength": 1024,
97692
97692
  "x-reconciled-from-discovery": true,
97693
- "x-reconciled-at": "2026-01-05T17:59:36.845932+00:00"
97693
+ "x-reconciled-at": "2026-01-05T18:29:55.066178+00:00"
97694
97694
  }
97695
97695
  },
97696
97696
  "x-f5xc-minimum-configuration": {
@@ -98399,7 +98399,7 @@
98399
98399
  },
98400
98400
  "x-original-maxLength": 1024,
98401
98401
  "x-reconciled-from-discovery": true,
98402
- "x-reconciled-at": "2026-01-05T17:59:36.845977+00:00"
98402
+ "x-reconciled-at": "2026-01-05T18:29:55.066226+00:00"
98403
98403
  },
98404
98404
  "region": {
98405
98405
  "type": "string",
@@ -99761,7 +99761,7 @@
99761
99761
  },
99762
99762
  "x-original-maxLength": 1024,
99763
99763
  "x-reconciled-from-discovery": true,
99764
- "x-reconciled-at": "2026-01-05T17:59:36.846073+00:00"
99764
+ "x-reconciled-at": "2026-01-05T18:29:55.066322+00:00"
99765
99765
  },
99766
99766
  "percentage": {
99767
99767
  "type": "number",
@@ -100069,7 +100069,7 @@
100069
100069
  },
100070
100070
  "x-original-maxLength": 1024,
100071
100071
  "x-reconciled-from-discovery": true,
100072
- "x-reconciled-at": "2026-01-05T17:59:36.846097+00:00"
100072
+ "x-reconciled-at": "2026-01-05T18:29:55.066346+00:00"
100073
100073
  },
100074
100074
  "parent": {
100075
100075
  "type": "string",
@@ -100315,7 +100315,7 @@
100315
100315
  },
100316
100316
  "x-original-maxLength": 1024,
100317
100317
  "x-reconciled-from-discovery": true,
100318
- "x-reconciled-at": "2026-01-05T17:59:36.846116+00:00"
100318
+ "x-reconciled-at": "2026-01-05T18:29:55.066366+00:00"
100319
100319
  },
100320
100320
  "reason_code_distribution": {
100321
100321
  "type": "array",
@@ -101034,7 +101034,7 @@
101034
101034
  },
101035
101035
  "x-original-maxLength": 1024,
101036
101036
  "x-reconciled-from-discovery": true,
101037
- "x-reconciled-at": "2026-01-05T17:59:36.846176+00:00"
101037
+ "x-reconciled-at": "2026-01-05T18:29:55.066416+00:00"
101038
101038
  },
101039
101039
  "time_series": {
101040
101040
  "type": "array",
@@ -101353,7 +101353,7 @@
101353
101353
  },
101354
101354
  "x-original-maxLength": 1024,
101355
101355
  "x-reconciled-from-discovery": true,
101356
- "x-reconciled-at": "2026-01-05T17:59:36.846198+00:00"
101356
+ "x-reconciled-at": "2026-01-05T18:29:55.066437+00:00"
101357
101357
  },
101358
101358
  "peer_count": {
101359
101359
  "type": "string",
@@ -102210,7 +102210,7 @@
102210
102210
  },
102211
102211
  "x-original-maxLength": 1024,
102212
102212
  "x-reconciled-from-discovery": true,
102213
- "x-reconciled-at": "2026-01-05T17:59:36.846257+00:00"
102213
+ "x-reconciled-at": "2026-01-05T18:29:55.066497+00:00"
102214
102214
  },
102215
102215
  "time_series_data": {
102216
102216
  "type": "array",
@@ -102266,7 +102266,7 @@
102266
102266
  },
102267
102267
  "x-original-maxLength": 1024,
102268
102268
  "x-reconciled-from-discovery": true,
102269
- "x-reconciled-at": "2026-01-05T17:59:36.846263+00:00"
102269
+ "x-reconciled-at": "2026-01-05T18:29:55.066502+00:00"
102270
102270
  },
102271
102271
  "time_series": {
102272
102272
  "type": "array",
@@ -102852,7 +102852,7 @@
102852
102852
  },
102853
102853
  "x-original-maxLength": 1024,
102854
102854
  "x-reconciled-from-discovery": true,
102855
- "x-reconciled-at": "2026-01-05T17:59:36.846299+00:00"
102855
+ "x-reconciled-at": "2026-01-05T18:29:55.066539+00:00"
102856
102856
  },
102857
102857
  "traffic_usage_count": {
102858
102858
  "type": "string",
@@ -103258,7 +103258,7 @@
103258
103258
  },
103259
103259
  "x-original-maxLength": 1024,
103260
103260
  "x-reconciled-from-discovery": true,
103261
- "x-reconciled-at": "2026-01-05T17:59:36.846327+00:00"
103261
+ "x-reconciled-at": "2026-01-05T18:29:55.066567+00:00"
103262
103262
  },
103263
103263
  "trend": {
103264
103264
  "type": "number",
@@ -103933,7 +103933,7 @@
103933
103933
  },
103934
103934
  "x-original-maxLength": 1024,
103935
103935
  "x-reconciled-from-discovery": true,
103936
- "x-reconciled-at": "2026-01-05T17:59:36.846367+00:00"
103936
+ "x-reconciled-at": "2026-01-05T18:29:55.066608+00:00"
103937
103937
  },
103938
103938
  "start_time": {
103939
103939
  "type": "string",
@@ -104084,7 +104084,7 @@
104084
104084
  },
104085
104085
  "x-original-maxLength": 1024,
104086
104086
  "x-reconciled-from-discovery": true,
104087
- "x-reconciled-at": "2026-01-05T17:59:36.846380+00:00"
104087
+ "x-reconciled-at": "2026-01-05T18:29:55.066620+00:00"
104088
104088
  },
104089
104089
  "start_time": {
104090
104090
  "type": "string",
@@ -104796,7 +104796,7 @@
104796
104796
  },
104797
104797
  "x-original-maxLength": 1024,
104798
104798
  "x-reconciled-from-discovery": true,
104799
- "x-reconciled-at": "2026-01-05T17:59:36.846432+00:00"
104799
+ "x-reconciled-at": "2026-01-05T18:29:55.066673+00:00"
104800
104800
  },
104801
104801
  "start_time": {
104802
104802
  "type": "string",
@@ -104957,7 +104957,7 @@
104957
104957
  },
104958
104958
  "x-original-maxLength": 1024,
104959
104959
  "x-reconciled-from-discovery": true,
104960
- "x-reconciled-at": "2026-01-05T17:59:36.846444+00:00"
104960
+ "x-reconciled-at": "2026-01-05T18:29:55.066686+00:00"
104961
104961
  },
104962
104962
  "pagination": {
104963
104963
  "$ref": "#/components/schemas/reportingPagination"
@@ -105117,7 +105117,7 @@
105117
105117
  },
105118
105118
  "x-original-maxLength": 1024,
105119
105119
  "x-reconciled-from-discovery": true,
105120
- "x-reconciled-at": "2026-01-05T17:59:36.846459+00:00"
105120
+ "x-reconciled-at": "2026-01-05T18:29:55.066701+00:00"
105121
105121
  },
105122
105122
  "start_time": {
105123
105123
  "type": "string",
@@ -105618,7 +105618,7 @@
105618
105618
  },
105619
105619
  "x-original-maxLength": 1024,
105620
105620
  "x-reconciled-from-discovery": true,
105621
- "x-reconciled-at": "2026-01-05T17:59:36.846492+00:00"
105621
+ "x-reconciled-at": "2026-01-05T18:29:55.066735+00:00"
105622
105622
  },
105623
105623
  "start_time": {
105624
105624
  "type": "string",
@@ -106486,7 +106486,7 @@
106486
106486
  },
106487
106487
  "x-original-maxLength": 1024,
106488
106488
  "x-reconciled-from-discovery": true,
106489
- "x-reconciled-at": "2026-01-05T17:59:36.846557+00:00"
106489
+ "x-reconciled-at": "2026-01-05T18:29:55.066799+00:00"
106490
106490
  },
106491
106491
  "value": {
106492
106492
  "type": "string",
@@ -106503,7 +106503,7 @@
106503
106503
  },
106504
106504
  "x-original-maxLength": 1024,
106505
106505
  "x-reconciled-from-discovery": true,
106506
- "x-reconciled-at": "2026-01-05T17:59:36.846561+00:00"
106506
+ "x-reconciled-at": "2026-01-05T18:29:55.066804+00:00"
106507
106507
  }
106508
106508
  },
106509
106509
  "x-f5xc-minimum-configuration": {
@@ -106719,7 +106719,7 @@
106719
106719
  },
106720
106720
  "x-original-maxLength": 1024,
106721
106721
  "x-reconciled-from-discovery": true,
106722
- "x-reconciled-at": "2026-01-05T17:59:37.024603+00:00"
106722
+ "x-reconciled-at": "2026-01-05T18:29:55.243614+00:00"
106723
106723
  }
106724
106724
  },
106725
106725
  "x-f5xc-minimum-configuration": {
@@ -107198,7 +107198,7 @@
107198
107198
  },
107199
107199
  "x-original-maxLength": 1024,
107200
107200
  "x-reconciled-from-discovery": true,
107201
- "x-reconciled-at": "2026-01-05T17:59:37.374286+00:00"
107201
+ "x-reconciled-at": "2026-01-05T18:29:55.590684+00:00"
107202
107202
  },
107203
107203
  "projectionAnnualConversion": {
107204
107204
  "type": "number",
@@ -107482,7 +107482,7 @@
107482
107482
  "x-field-mutability": "read-only",
107483
107483
  "x-original-maxLength": 1024,
107484
107484
  "x-reconciled-from-discovery": true,
107485
- "x-reconciled-at": "2026-01-05T17:59:37.374311+00:00"
107485
+ "x-reconciled-at": "2026-01-05T18:29:55.590709+00:00"
107486
107486
  }
107487
107487
  },
107488
107488
  "x-f5xc-minimum-configuration": {
@@ -108620,7 +108620,7 @@
108620
108620
  },
108621
108621
  "x-original-maxLength": 1024,
108622
108622
  "x-reconciled-from-discovery": true,
108623
- "x-reconciled-at": "2026-01-05T17:59:37.374393+00:00"
108623
+ "x-reconciled-at": "2026-01-05T18:29:55.590793+00:00"
108624
108624
  }
108625
108625
  },
108626
108626
  "x-f5xc-minimum-configuration": {
@@ -109288,7 +109288,7 @@
109288
109288
  },
109289
109289
  "x-original-maxLength": 1024,
109290
109290
  "x-reconciled-from-discovery": true,
109291
- "x-reconciled-at": "2026-01-05T17:59:37.374444+00:00"
109291
+ "x-reconciled-at": "2026-01-05T18:29:55.590846+00:00"
109292
109292
  },
109293
109293
  "noBenefit": {
109294
109294
  "type": "number",
@@ -109429,7 +109429,7 @@
109429
109429
  "maxLength": 15,
109430
109430
  "minLength": 3,
109431
109431
  "x-reconciled-from-discovery": true,
109432
- "x-reconciled-at": "2026-01-05T17:59:37.374459+00:00"
109432
+ "x-reconciled-at": "2026-01-05T18:29:55.590861+00:00"
109433
109433
  }
109434
109434
  },
109435
109435
  "x-f5xc-minimum-configuration": {
@@ -111381,7 +111381,7 @@
111381
111381
  },
111382
111382
  "x-original-maxLength": 1024,
111383
111383
  "x-reconciled-from-discovery": true,
111384
- "x-reconciled-at": "2026-01-05T17:59:38.016383+00:00"
111384
+ "x-reconciled-at": "2026-01-05T18:29:56.222513+00:00"
111385
111385
  },
111386
111386
  "transaction_id": {
111387
111387
  "type": "string",
@@ -111429,7 +111429,7 @@
111429
111429
  },
111430
111430
  "x-original-maxLength": 16,
111431
111431
  "x-reconciled-from-discovery": true,
111432
- "x-reconciled-at": "2026-01-05T17:59:38.016392+00:00"
111432
+ "x-reconciled-at": "2026-01-05T18:29:56.222522+00:00"
111433
111433
  }
111434
111434
  },
111435
111435
  "x-f5xc-minimum-configuration": {
@@ -111539,7 +111539,7 @@
111539
111539
  },
111540
111540
  "x-original-maxLength": 1024,
111541
111541
  "x-reconciled-from-discovery": true,
111542
- "x-reconciled-at": "2026-01-05T17:59:38.016401+00:00"
111542
+ "x-reconciled-at": "2026-01-05T18:29:56.222531+00:00"
111543
111543
  },
111544
111544
  "version": {
111545
111545
  "type": "string",
@@ -111564,7 +111564,7 @@
111564
111564
  },
111565
111565
  "x-original-maxLength": 16,
111566
111566
  "x-reconciled-from-discovery": true,
111567
- "x-reconciled-at": "2026-01-05T17:59:38.016405+00:00"
111567
+ "x-reconciled-at": "2026-01-05T18:29:56.222535+00:00"
111568
111568
  }
111569
111569
  },
111570
111570
  "x-f5xc-minimum-configuration": {
@@ -111666,7 +111666,7 @@
111666
111666
  },
111667
111667
  "x-original-maxLength": 1024,
111668
111668
  "x-reconciled-from-discovery": true,
111669
- "x-reconciled-at": "2026-01-05T17:59:38.016414+00:00"
111669
+ "x-reconciled-at": "2026-01-05T18:29:56.222544+00:00"
111670
111670
  },
111671
111671
  "version": {
111672
111672
  "type": "string",
@@ -111691,7 +111691,7 @@
111691
111691
  },
111692
111692
  "x-original-maxLength": 16,
111693
111693
  "x-reconciled-from-discovery": true,
111694
- "x-reconciled-at": "2026-01-05T17:59:38.016418+00:00"
111694
+ "x-reconciled-at": "2026-01-05T18:29:56.222548+00:00"
111695
111695
  }
111696
111696
  },
111697
111697
  "x-f5xc-minimum-configuration": {
@@ -111793,7 +111793,7 @@
111793
111793
  },
111794
111794
  "x-original-maxLength": 1024,
111795
111795
  "x-reconciled-from-discovery": true,
111796
- "x-reconciled-at": "2026-01-05T17:59:38.016426+00:00"
111796
+ "x-reconciled-at": "2026-01-05T18:29:56.222556+00:00"
111797
111797
  },
111798
111798
  "version": {
111799
111799
  "type": "string",
@@ -111818,7 +111818,7 @@
111818
111818
  },
111819
111819
  "x-original-maxLength": 16,
111820
111820
  "x-reconciled-from-discovery": true,
111821
- "x-reconciled-at": "2026-01-05T17:59:38.016430+00:00"
111821
+ "x-reconciled-at": "2026-01-05T18:29:56.222560+00:00"
111822
111822
  }
111823
111823
  },
111824
111824
  "x-f5xc-minimum-configuration": {
@@ -111919,7 +111919,7 @@
111919
111919
  },
111920
111920
  "x-original-maxLength": 256,
111921
111921
  "x-reconciled-from-discovery": true,
111922
- "x-reconciled-at": "2026-01-05T17:59:38.016438+00:00"
111922
+ "x-reconciled-at": "2026-01-05T18:29:56.222568+00:00"
111923
111923
  },
111924
111924
  "namespace": {
111925
111925
  "type": "string",
@@ -111945,7 +111945,7 @@
111945
111945
  },
111946
111946
  "x-original-maxLength": 1024,
111947
111947
  "x-reconciled-from-discovery": true,
111948
- "x-reconciled-at": "2026-01-05T17:59:38.016442+00:00"
111948
+ "x-reconciled-at": "2026-01-05T18:29:56.222572+00:00"
111949
111949
  },
111950
111950
  "version": {
111951
111951
  "type": "string",
@@ -111970,7 +111970,7 @@
111970
111970
  },
111971
111971
  "x-original-maxLength": 16,
111972
111972
  "x-reconciled-from-discovery": true,
111973
- "x-reconciled-at": "2026-01-05T17:59:38.016446+00:00"
111973
+ "x-reconciled-at": "2026-01-05T18:29:56.222576+00:00"
111974
111974
  }
111975
111975
  },
111976
111976
  "x-f5xc-minimum-configuration": {
@@ -112073,7 +112073,7 @@
112073
112073
  },
112074
112074
  "x-original-maxLength": 1024,
112075
112075
  "x-reconciled-from-discovery": true,
112076
- "x-reconciled-at": "2026-01-05T17:59:38.016454+00:00"
112076
+ "x-reconciled-at": "2026-01-05T18:29:56.222584+00:00"
112077
112077
  },
112078
112078
  "version": {
112079
112079
  "type": "string",
@@ -112098,7 +112098,7 @@
112098
112098
  },
112099
112099
  "x-original-maxLength": 16,
112100
112100
  "x-reconciled-from-discovery": true,
112101
- "x-reconciled-at": "2026-01-05T17:59:38.016458+00:00"
112101
+ "x-reconciled-at": "2026-01-05T18:29:56.222588+00:00"
112102
112102
  }
112103
112103
  },
112104
112104
  "x-f5xc-minimum-configuration": {
@@ -112200,7 +112200,7 @@
112200
112200
  },
112201
112201
  "x-original-maxLength": 1024,
112202
112202
  "x-reconciled-from-discovery": true,
112203
- "x-reconciled-at": "2026-01-05T17:59:38.016466+00:00"
112203
+ "x-reconciled-at": "2026-01-05T18:29:56.222596+00:00"
112204
112204
  },
112205
112205
  "version": {
112206
112206
  "type": "string",
@@ -112225,7 +112225,7 @@
112225
112225
  },
112226
112226
  "x-original-maxLength": 16,
112227
112227
  "x-reconciled-from-discovery": true,
112228
- "x-reconciled-at": "2026-01-05T17:59:38.016471+00:00"
112228
+ "x-reconciled-at": "2026-01-05T18:29:56.222599+00:00"
112229
112229
  }
112230
112230
  },
112231
112231
  "x-f5xc-minimum-configuration": {
@@ -112327,7 +112327,7 @@
112327
112327
  },
112328
112328
  "x-original-maxLength": 1024,
112329
112329
  "x-reconciled-from-discovery": true,
112330
- "x-reconciled-at": "2026-01-05T17:59:38.016480+00:00"
112330
+ "x-reconciled-at": "2026-01-05T18:29:56.222607+00:00"
112331
112331
  },
112332
112332
  "version": {
112333
112333
  "type": "string",
@@ -112352,7 +112352,7 @@
112352
112352
  },
112353
112353
  "x-original-maxLength": 16,
112354
112354
  "x-reconciled-from-discovery": true,
112355
- "x-reconciled-at": "2026-01-05T17:59:38.016485+00:00"
112355
+ "x-reconciled-at": "2026-01-05T18:29:56.222612+00:00"
112356
112356
  }
112357
112357
  },
112358
112358
  "x-f5xc-minimum-configuration": {
@@ -112417,7 +112417,7 @@
112417
112417
  },
112418
112418
  "x-original-maxLength": 1024,
112419
112419
  "x-reconciled-from-discovery": true,
112420
- "x-reconciled-at": "2026-01-05T17:59:38.016491+00:00"
112420
+ "x-reconciled-at": "2026-01-05T18:29:56.222619+00:00"
112421
112421
  },
112422
112422
  "version": {
112423
112423
  "type": "string",
@@ -112442,7 +112442,7 @@
112442
112442
  },
112443
112443
  "x-original-maxLength": 16,
112444
112444
  "x-reconciled-from-discovery": true,
112445
- "x-reconciled-at": "2026-01-05T17:59:38.016495+00:00"
112445
+ "x-reconciled-at": "2026-01-05T18:29:56.222623+00:00"
112446
112446
  }
112447
112447
  },
112448
112448
  "x-f5xc-minimum-configuration": {
@@ -112544,7 +112544,7 @@
112544
112544
  },
112545
112545
  "x-original-maxLength": 1024,
112546
112546
  "x-reconciled-from-discovery": true,
112547
- "x-reconciled-at": "2026-01-05T17:59:38.016503+00:00"
112547
+ "x-reconciled-at": "2026-01-05T18:29:56.222631+00:00"
112548
112548
  },
112549
112549
  "version": {
112550
112550
  "type": "string",
@@ -112569,7 +112569,7 @@
112569
112569
  },
112570
112570
  "x-original-maxLength": 16,
112571
112571
  "x-reconciled-from-discovery": true,
112572
- "x-reconciled-at": "2026-01-05T17:59:38.016508+00:00"
112572
+ "x-reconciled-at": "2026-01-05T18:29:56.222635+00:00"
112573
112573
  }
112574
112574
  },
112575
112575
  "x-f5xc-minimum-configuration": {
@@ -112671,7 +112671,7 @@
112671
112671
  },
112672
112672
  "x-original-maxLength": 1024,
112673
112673
  "x-reconciled-from-discovery": true,
112674
- "x-reconciled-at": "2026-01-05T17:59:38.016515+00:00"
112674
+ "x-reconciled-at": "2026-01-05T18:29:56.222643+00:00"
112675
112675
  },
112676
112676
  "version": {
112677
112677
  "type": "string",
@@ -112696,7 +112696,7 @@
112696
112696
  },
112697
112697
  "x-original-maxLength": 16,
112698
112698
  "x-reconciled-from-discovery": true,
112699
- "x-reconciled-at": "2026-01-05T17:59:38.016520+00:00"
112699
+ "x-reconciled-at": "2026-01-05T18:29:56.222647+00:00"
112700
112700
  }
112701
112701
  },
112702
112702
  "x-f5xc-minimum-configuration": {
@@ -112798,7 +112798,7 @@
112798
112798
  },
112799
112799
  "x-original-maxLength": 1024,
112800
112800
  "x-reconciled-from-discovery": true,
112801
- "x-reconciled-at": "2026-01-05T17:59:38.016527+00:00"
112801
+ "x-reconciled-at": "2026-01-05T18:29:56.222655+00:00"
112802
112802
  },
112803
112803
  "version": {
112804
112804
  "type": "string",
@@ -112823,7 +112823,7 @@
112823
112823
  },
112824
112824
  "x-original-maxLength": 16,
112825
112825
  "x-reconciled-from-discovery": true,
112826
- "x-reconciled-at": "2026-01-05T17:59:38.016531+00:00"
112826
+ "x-reconciled-at": "2026-01-05T18:29:56.222659+00:00"
112827
112827
  }
112828
112828
  },
112829
112829
  "x-f5xc-minimum-configuration": {
@@ -112925,7 +112925,7 @@
112925
112925
  },
112926
112926
  "x-original-maxLength": 1024,
112927
112927
  "x-reconciled-from-discovery": true,
112928
- "x-reconciled-at": "2026-01-05T17:59:38.016539+00:00"
112928
+ "x-reconciled-at": "2026-01-05T18:29:56.222667+00:00"
112929
112929
  },
112930
112930
  "version": {
112931
112931
  "type": "string",
@@ -112950,7 +112950,7 @@
112950
112950
  },
112951
112951
  "x-original-maxLength": 16,
112952
112952
  "x-reconciled-from-discovery": true,
112953
- "x-reconciled-at": "2026-01-05T17:59:38.016543+00:00"
112953
+ "x-reconciled-at": "2026-01-05T18:29:56.222670+00:00"
112954
112954
  }
112955
112955
  },
112956
112956
  "x-f5xc-minimum-configuration": {
@@ -113052,7 +113052,7 @@
113052
113052
  },
113053
113053
  "x-original-maxLength": 1024,
113054
113054
  "x-reconciled-from-discovery": true,
113055
- "x-reconciled-at": "2026-01-05T17:59:38.016551+00:00"
113055
+ "x-reconciled-at": "2026-01-05T18:29:56.222678+00:00"
113056
113056
  },
113057
113057
  "version": {
113058
113058
  "type": "string",
@@ -113077,7 +113077,7 @@
113077
113077
  },
113078
113078
  "x-original-maxLength": 16,
113079
113079
  "x-reconciled-from-discovery": true,
113080
- "x-reconciled-at": "2026-01-05T17:59:38.016555+00:00"
113080
+ "x-reconciled-at": "2026-01-05T18:29:56.222682+00:00"
113081
113081
  }
113082
113082
  },
113083
113083
  "x-f5xc-minimum-configuration": {
@@ -113179,7 +113179,7 @@
113179
113179
  },
113180
113180
  "x-original-maxLength": 1024,
113181
113181
  "x-reconciled-from-discovery": true,
113182
- "x-reconciled-at": "2026-01-05T17:59:38.016563+00:00"
113182
+ "x-reconciled-at": "2026-01-05T18:29:56.222690+00:00"
113183
113183
  },
113184
113184
  "version": {
113185
113185
  "type": "string",
@@ -113204,7 +113204,7 @@
113204
113204
  },
113205
113205
  "x-original-maxLength": 16,
113206
113206
  "x-reconciled-from-discovery": true,
113207
- "x-reconciled-at": "2026-01-05T17:59:38.016567+00:00"
113207
+ "x-reconciled-at": "2026-01-05T18:29:56.222694+00:00"
113208
113208
  }
113209
113209
  },
113210
113210
  "x-f5xc-minimum-configuration": {
@@ -113306,7 +113306,7 @@
113306
113306
  },
113307
113307
  "x-original-maxLength": 1024,
113308
113308
  "x-reconciled-from-discovery": true,
113309
- "x-reconciled-at": "2026-01-05T17:59:38.016575+00:00"
113309
+ "x-reconciled-at": "2026-01-05T18:29:56.222702+00:00"
113310
113310
  },
113311
113311
  "version": {
113312
113312
  "type": "string",
@@ -113331,7 +113331,7 @@
113331
113331
  },
113332
113332
  "x-original-maxLength": 16,
113333
113333
  "x-reconciled-from-discovery": true,
113334
- "x-reconciled-at": "2026-01-05T17:59:38.016579+00:00"
113334
+ "x-reconciled-at": "2026-01-05T18:29:56.222706+00:00"
113335
113335
  }
113336
113336
  },
113337
113337
  "x-f5xc-minimum-configuration": {