@robinmordasiewicz/f5xc-terraform-mcp 3.3.0 → 3.5.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 (86) hide show
  1. package/README.md +1 -1
  2. package/dist/docs/data-sources/bgp.md +2 -2
  3. package/dist/docs/data-sources/certificate.md +2 -2
  4. package/dist/docs/data-sources/log_receiver.md +2 -2
  5. package/dist/docs/data-sources/network_policy.md +2 -2
  6. package/dist/docs/data-sources/site.md +2 -2
  7. package/dist/docs/data-sources/workload.md +2 -2
  8. package/dist/docs/index.md +276 -0
  9. package/dist/docs/resources/bgp.md +238 -4
  10. package/dist/docs/resources/certificate.md +4 -56
  11. package/dist/docs/resources/cloud_connect.md +2 -2
  12. package/dist/docs/resources/log_receiver.md +44 -825
  13. package/dist/docs/resources/network_policy.md +217 -38
  14. package/dist/docs/resources/site.md +527 -233
  15. package/dist/docs/resources/workload.md +2951 -9
  16. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  17. package/dist/docs/specifications/api/README.md +1 -1
  18. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  19. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  20. package/dist/docs/specifications/api/domains/api.json +173 -173
  21. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  22. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  23. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  24. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  25. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  26. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  27. package/dist/docs/specifications/api/domains/ce_management.json +76 -76
  28. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  29. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  30. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  31. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  32. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  33. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  34. package/dist/docs/specifications/api/domains/dns.json +148 -148
  35. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  36. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  37. package/dist/docs/specifications/api/domains/network.json +230 -230
  38. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  39. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  40. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  41. package/dist/docs/specifications/api/domains/observability.json +102 -102
  42. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  43. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  44. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  45. package/dist/docs/specifications/api/domains/shape.json +313 -313
  46. package/dist/docs/specifications/api/domains/sites.json +349 -349
  47. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  48. package/dist/docs/specifications/api/domains/support.json +108 -108
  49. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  50. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  51. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  52. package/dist/docs/specifications/api/domains/users.json +66 -66
  53. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  54. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  55. package/dist/docs/specifications/api/domains/waf.json +139 -139
  56. package/dist/docs/specifications/api/index.json +12 -12
  57. package/dist/docs/specifications/api/openapi.json +2600 -2600
  58. package/dist/docs/specifications/api/openapi.yaml +2600 -2600
  59. package/dist/index.d.ts +2 -1
  60. package/dist/index.d.ts.map +1 -1
  61. package/dist/index.js +75 -4
  62. package/dist/index.js.map +1 -1
  63. package/dist/metadata/error-patterns.json +192 -0
  64. package/dist/metadata/resource-metadata.json +13095 -0
  65. package/dist/metadata/validation-patterns.json +69 -0
  66. package/dist/schemas/common.d.ts +33 -0
  67. package/dist/schemas/common.d.ts.map +1 -1
  68. package/dist/schemas/common.js +32 -0
  69. package/dist/schemas/common.js.map +1 -1
  70. package/dist/services/documentation.d.ts.map +1 -1
  71. package/dist/services/documentation.js +9 -0
  72. package/dist/services/documentation.js.map +1 -1
  73. package/dist/services/metadata.d.ts +193 -0
  74. package/dist/services/metadata.d.ts.map +1 -0
  75. package/dist/services/metadata.js +367 -0
  76. package/dist/services/metadata.js.map +1 -0
  77. package/dist/tools/discover.d.ts.map +1 -1
  78. package/dist/tools/discover.js +8 -0
  79. package/dist/tools/discover.js.map +1 -1
  80. package/dist/tools/metadata.d.ts +19 -0
  81. package/dist/tools/metadata.d.ts.map +1 -0
  82. package/dist/tools/metadata.js +612 -0
  83. package/dist/tools/metadata.js.map +1 -0
  84. package/dist/types.d.ts +1 -1
  85. package/dist/types.d.ts.map +1 -1
  86. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Network",
5
5
  "description": "Routing table manipulation via peer state machines and path selection algorithms. Secure conduits between locations using IKE handshakes, cipher suites, and key exchanges. Segment attachments bridge hybrid topologies spanning cloud providers and on-premises infrastructure. SRv6 addressing, CIDR block matching, and advertisement controls direct traffic flows across distributed deployments with granular policy enforcement.",
6
- "version": "2.0.17",
6
+ "version": "2.0.20",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -22853,7 +22853,7 @@
22853
22853
  },
22854
22854
  "x-original-maxLength": 1024,
22855
22855
  "x-reconciled-from-discovery": true,
22856
- "x-reconciled-at": "2026-01-07T03:07:36.698317+00:00"
22856
+ "x-reconciled-at": "2026-01-07T15:52:29.051089+00:00"
22857
22857
  },
22858
22858
  "namespace": {
22859
22859
  "type": "string",
@@ -22873,7 +22873,7 @@
22873
22873
  },
22874
22874
  "x-original-maxLength": 1024,
22875
22875
  "x-reconciled-from-discovery": true,
22876
- "x-reconciled-at": "2026-01-07T03:07:36.698324+00:00"
22876
+ "x-reconciled-at": "2026-01-07T15:52:29.051096+00:00"
22877
22877
  }
22878
22878
  },
22879
22879
  "x-f5xc-minimum-configuration": {
@@ -22973,7 +22973,7 @@
22973
22973
  "maxLength": 17,
22974
22974
  "minLength": 17,
22975
22975
  "x-reconciled-from-discovery": true,
22976
- "x-reconciled-at": "2026-01-07T03:07:36.698339+00:00"
22976
+ "x-reconciled-at": "2026-01-07T15:52:29.051111+00:00"
22977
22977
  },
22978
22978
  "system_metadata": {
22979
22979
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -23176,7 +23176,7 @@
23176
23176
  },
23177
23177
  "x-original-maxLength": 1024,
23178
23178
  "x-reconciled-from-discovery": true,
23179
- "x-reconciled-at": "2026-01-07T03:07:36.698355+00:00"
23179
+ "x-reconciled-at": "2026-01-07T15:52:29.051129+00:00"
23180
23180
  },
23181
23181
  "disabled": {
23182
23182
  "type": "boolean",
@@ -23230,7 +23230,7 @@
23230
23230
  },
23231
23231
  "x-original-maxLength": 1024,
23232
23232
  "x-reconciled-from-discovery": true,
23233
- "x-reconciled-at": "2026-01-07T03:07:36.698367+00:00"
23233
+ "x-reconciled-at": "2026-01-07T15:52:29.051139+00:00"
23234
23234
  },
23235
23235
  "namespace": {
23236
23236
  "type": "string",
@@ -23249,7 +23249,7 @@
23249
23249
  },
23250
23250
  "x-original-maxLength": 1024,
23251
23251
  "x-reconciled-from-discovery": true,
23252
- "x-reconciled-at": "2026-01-07T03:07:36.698372+00:00"
23252
+ "x-reconciled-at": "2026-01-07T15:52:29.051144+00:00"
23253
23253
  },
23254
23254
  "owner_view": {
23255
23255
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -23291,7 +23291,7 @@
23291
23291
  "x-field-mutability": "read-only",
23292
23292
  "x-original-maxLength": 1024,
23293
23293
  "x-reconciled-from-discovery": true,
23294
- "x-reconciled-at": "2026-01-07T03:07:36.698379+00:00"
23294
+ "x-reconciled-at": "2026-01-07T15:52:29.051152+00:00"
23295
23295
  },
23296
23296
  "uid": {
23297
23297
  "type": "string",
@@ -23313,7 +23313,7 @@
23313
23313
  "x-original-maxLength": 1024,
23314
23314
  "format": "uuid",
23315
23315
  "x-reconciled-from-discovery": true,
23316
- "x-reconciled-at": "2026-01-07T03:07:36.698385+00:00"
23316
+ "x-reconciled-at": "2026-01-07T15:52:29.051158+00:00"
23317
23317
  }
23318
23318
  },
23319
23319
  "x-f5xc-description-short": "By default a summary of address_allocator is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -23455,7 +23455,7 @@
23455
23455
  },
23456
23456
  "x-original-maxLength": 1024,
23457
23457
  "x-reconciled-from-discovery": true,
23458
- "x-reconciled-at": "2026-01-07T03:07:36.698397+00:00"
23458
+ "x-reconciled-at": "2026-01-07T15:52:29.051170+00:00"
23459
23459
  }
23460
23460
  },
23461
23461
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -23530,7 +23530,7 @@
23530
23530
  },
23531
23531
  "x-original-maxLength": 1024,
23532
23532
  "x-reconciled-from-discovery": true,
23533
- "x-reconciled-at": "2026-01-07T03:07:36.698405+00:00"
23533
+ "x-reconciled-at": "2026-01-07T15:52:29.051179+00:00"
23534
23534
  },
23535
23535
  "service_name": {
23536
23536
  "type": "string",
@@ -23573,7 +23573,7 @@
23573
23573
  },
23574
23574
  "x-original-maxLength": 1024,
23575
23575
  "x-reconciled-from-discovery": true,
23576
- "x-reconciled-at": "2026-01-07T03:07:36.698411+00:00"
23576
+ "x-reconciled-at": "2026-01-07T15:52:29.051185+00:00"
23577
23577
  },
23578
23578
  "type": {
23579
23579
  "type": "string",
@@ -23718,7 +23718,7 @@
23718
23718
  },
23719
23719
  "x-original-maxLength": 1024,
23720
23720
  "x-reconciled-from-discovery": true,
23721
- "x-reconciled-at": "2026-01-07T03:07:36.698422+00:00"
23721
+ "x-reconciled-at": "2026-01-07T15:52:29.051196+00:00"
23722
23722
  }
23723
23723
  },
23724
23724
  "x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
@@ -23834,7 +23834,7 @@
23834
23834
  },
23835
23835
  "x-original-maxLength": 1200,
23836
23836
  "x-reconciled-from-discovery": true,
23837
- "x-reconciled-at": "2026-01-07T03:07:36.698432+00:00"
23837
+ "x-reconciled-at": "2026-01-07T15:52:29.051206+00:00"
23838
23838
  },
23839
23839
  "disable": {
23840
23840
  "type": "boolean",
@@ -23892,7 +23892,7 @@
23892
23892
  },
23893
23893
  "x-original-maxLength": 1024,
23894
23894
  "x-reconciled-from-discovery": true,
23895
- "x-reconciled-at": "2026-01-07T03:07:36.698439+00:00"
23895
+ "x-reconciled-at": "2026-01-07T15:52:29.051214+00:00"
23896
23896
  },
23897
23897
  "namespace": {
23898
23898
  "type": "string",
@@ -23913,7 +23913,7 @@
23913
23913
  },
23914
23914
  "x-original-maxLength": 1024,
23915
23915
  "x-reconciled-from-discovery": true,
23916
- "x-reconciled-at": "2026-01-07T03:07:36.698443+00:00"
23916
+ "x-reconciled-at": "2026-01-07T15:52:29.051218+00:00"
23917
23917
  }
23918
23918
  },
23919
23919
  "x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
@@ -23993,7 +23993,7 @@
23993
23993
  },
23994
23994
  "x-original-maxLength": 1200,
23995
23995
  "x-reconciled-from-discovery": true,
23996
- "x-reconciled-at": "2026-01-07T03:07:36.698450+00:00"
23996
+ "x-reconciled-at": "2026-01-07T15:52:29.051225+00:00"
23997
23997
  },
23998
23998
  "disable": {
23999
23999
  "type": "boolean",
@@ -24053,7 +24053,7 @@
24053
24053
  },
24054
24054
  "x-original-maxLength": 1024,
24055
24055
  "x-reconciled-from-discovery": true,
24056
- "x-reconciled-at": "2026-01-07T03:07:36.698457+00:00"
24056
+ "x-reconciled-at": "2026-01-07T15:52:29.051232+00:00"
24057
24057
  },
24058
24058
  "namespace": {
24059
24059
  "type": "string",
@@ -24074,7 +24074,7 @@
24074
24074
  },
24075
24075
  "x-original-maxLength": 1024,
24076
24076
  "x-reconciled-from-discovery": true,
24077
- "x-reconciled-at": "2026-01-07T03:07:36.698461+00:00"
24077
+ "x-reconciled-at": "2026-01-07T15:52:29.051236+00:00"
24078
24078
  }
24079
24079
  },
24080
24080
  "x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
@@ -24122,7 +24122,7 @@
24122
24122
  "readOnly": true,
24123
24123
  "x-original-maxLength": 1024,
24124
24124
  "x-reconciled-from-discovery": true,
24125
- "x-reconciled-at": "2026-01-07T03:07:36.698465+00:00"
24125
+ "x-reconciled-at": "2026-01-07T15:52:29.051241+00:00"
24126
24126
  },
24127
24127
  "name": {
24128
24128
  "type": "string",
@@ -24143,7 +24143,7 @@
24143
24143
  },
24144
24144
  "x-original-maxLength": 1024,
24145
24145
  "x-reconciled-from-discovery": true,
24146
- "x-reconciled-at": "2026-01-07T03:07:36.698469+00:00"
24146
+ "x-reconciled-at": "2026-01-07T15:52:29.051245+00:00"
24147
24147
  },
24148
24148
  "namespace": {
24149
24149
  "type": "string",
@@ -24164,7 +24164,7 @@
24164
24164
  },
24165
24165
  "x-original-maxLength": 1024,
24166
24166
  "x-reconciled-from-discovery": true,
24167
- "x-reconciled-at": "2026-01-07T03:07:36.698473+00:00"
24167
+ "x-reconciled-at": "2026-01-07T15:52:29.051249+00:00"
24168
24168
  },
24169
24169
  "tenant": {
24170
24170
  "type": "string",
@@ -24187,7 +24187,7 @@
24187
24187
  "x-field-mutability": "read-only",
24188
24188
  "x-original-maxLength": 1024,
24189
24189
  "x-reconciled-from-discovery": true,
24190
- "x-reconciled-at": "2026-01-07T03:07:36.698477+00:00"
24190
+ "x-reconciled-at": "2026-01-07T15:52:29.051253+00:00"
24191
24191
  },
24192
24192
  "uid": {
24193
24193
  "type": "string",
@@ -24211,7 +24211,7 @@
24211
24211
  "x-original-maxLength": 1024,
24212
24212
  "format": "uuid",
24213
24213
  "x-reconciled-from-discovery": true,
24214
- "x-reconciled-at": "2026-01-07T03:07:36.698482+00:00"
24214
+ "x-reconciled-at": "2026-01-07T15:52:29.051258+00:00"
24215
24215
  }
24216
24216
  },
24217
24217
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -24335,7 +24335,7 @@
24335
24335
  "x-original-maxLength": 1024,
24336
24336
  "format": "uuid",
24337
24337
  "x-reconciled-from-discovery": true,
24338
- "x-reconciled-at": "2026-01-07T03:07:36.698495+00:00"
24338
+ "x-reconciled-at": "2026-01-07T15:52:29.051272+00:00"
24339
24339
  },
24340
24340
  "vtrp_id": {
24341
24341
  "type": "string",
@@ -24455,7 +24455,7 @@
24455
24455
  },
24456
24456
  "x-original-maxLength": 1024,
24457
24457
  "x-reconciled-from-discovery": true,
24458
- "x-reconciled-at": "2026-01-07T03:07:36.698504+00:00"
24458
+ "x-reconciled-at": "2026-01-07T15:52:29.051282+00:00"
24459
24459
  },
24460
24460
  "status": {
24461
24461
  "type": "string",
@@ -24475,7 +24475,7 @@
24475
24475
  },
24476
24476
  "x-original-maxLength": 1024,
24477
24477
  "x-reconciled-from-discovery": true,
24478
- "x-reconciled-at": "2026-01-07T03:07:36.698508+00:00"
24478
+ "x-reconciled-at": "2026-01-07T15:52:29.051286+00:00"
24479
24479
  }
24480
24480
  },
24481
24481
  "x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
@@ -24670,7 +24670,7 @@
24670
24670
  "x-field-mutability": "read-only",
24671
24671
  "x-original-maxLength": 1024,
24672
24672
  "x-reconciled-from-discovery": true,
24673
- "x-reconciled-at": "2026-01-07T03:07:36.698527+00:00"
24673
+ "x-reconciled-at": "2026-01-07T15:52:29.051306+00:00"
24674
24674
  },
24675
24675
  "uid": {
24676
24676
  "type": "string",
@@ -24693,7 +24693,7 @@
24693
24693
  "x-original-maxLength": 1024,
24694
24694
  "format": "uuid",
24695
24695
  "x-reconciled-from-discovery": true,
24696
- "x-reconciled-at": "2026-01-07T03:07:36.698532+00:00"
24696
+ "x-reconciled-at": "2026-01-07T15:52:29.051311+00:00"
24697
24697
  }
24698
24698
  },
24699
24699
  "x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
@@ -24745,7 +24745,7 @@
24745
24745
  },
24746
24746
  "x-original-maxLength": 1024,
24747
24747
  "x-reconciled-from-discovery": true,
24748
- "x-reconciled-at": "2026-01-07T03:07:36.698537+00:00"
24748
+ "x-reconciled-at": "2026-01-07T15:52:29.051316+00:00"
24749
24749
  },
24750
24750
  "name": {
24751
24751
  "type": "string",
@@ -24766,7 +24766,7 @@
24766
24766
  },
24767
24767
  "x-original-maxLength": 1024,
24768
24768
  "x-reconciled-from-discovery": true,
24769
- "x-reconciled-at": "2026-01-07T03:07:36.698541+00:00"
24769
+ "x-reconciled-at": "2026-01-07T15:52:29.051320+00:00"
24770
24770
  },
24771
24771
  "namespace": {
24772
24772
  "type": "string",
@@ -24787,7 +24787,7 @@
24787
24787
  },
24788
24788
  "x-original-maxLength": 1024,
24789
24789
  "x-reconciled-from-discovery": true,
24790
- "x-reconciled-at": "2026-01-07T03:07:36.698545+00:00"
24790
+ "x-reconciled-at": "2026-01-07T15:52:29.051324+00:00"
24791
24791
  },
24792
24792
  "uid": {
24793
24793
  "type": "string",
@@ -24808,7 +24808,7 @@
24808
24808
  "x-original-maxLength": 1024,
24809
24809
  "format": "uuid",
24810
24810
  "x-reconciled-from-discovery": true,
24811
- "x-reconciled-at": "2026-01-07T03:07:36.698549+00:00"
24811
+ "x-reconciled-at": "2026-01-07T15:52:29.051329+00:00"
24812
24812
  }
24813
24813
  },
24814
24814
  "x-f5xc-description-short": "ViewRefType represents a reference to a view.",
@@ -25081,7 +25081,7 @@
25081
25081
  },
25082
25082
  "x-original-maxLength": 1024,
25083
25083
  "x-reconciled-from-discovery": true,
25084
- "x-reconciled-at": "2026-01-07T03:07:37.218601+00:00"
25084
+ "x-reconciled-at": "2026-01-07T15:52:29.574208+00:00"
25085
25085
  },
25086
25086
  "namespace": {
25087
25087
  "type": "string",
@@ -25101,7 +25101,7 @@
25101
25101
  },
25102
25102
  "x-original-maxLength": 1024,
25103
25103
  "x-reconciled-from-discovery": true,
25104
- "x-reconciled-at": "2026-01-07T03:07:37.218608+00:00"
25104
+ "x-reconciled-at": "2026-01-07T15:52:29.574215+00:00"
25105
25105
  }
25106
25106
  },
25107
25107
  "x-f5xc-minimum-configuration": {
@@ -25204,7 +25204,7 @@
25204
25204
  "maxLength": 17,
25205
25205
  "minLength": 17,
25206
25206
  "x-reconciled-from-discovery": true,
25207
- "x-reconciled-at": "2026-01-07T03:07:37.218625+00:00"
25207
+ "x-reconciled-at": "2026-01-07T15:52:29.574231+00:00"
25208
25208
  },
25209
25209
  "system_metadata": {
25210
25210
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -25507,7 +25507,7 @@
25507
25507
  },
25508
25508
  "x-original-maxLength": 1024,
25509
25509
  "x-reconciled-from-discovery": true,
25510
- "x-reconciled-at": "2026-01-07T03:07:37.218651+00:00"
25510
+ "x-reconciled-at": "2026-01-07T15:52:29.574256+00:00"
25511
25511
  },
25512
25512
  "disabled": {
25513
25513
  "type": "boolean",
@@ -25561,7 +25561,7 @@
25561
25561
  },
25562
25562
  "x-original-maxLength": 1024,
25563
25563
  "x-reconciled-from-discovery": true,
25564
- "x-reconciled-at": "2026-01-07T03:07:37.218661+00:00"
25564
+ "x-reconciled-at": "2026-01-07T15:52:29.574266+00:00"
25565
25565
  },
25566
25566
  "namespace": {
25567
25567
  "type": "string",
@@ -25580,7 +25580,7 @@
25580
25580
  },
25581
25581
  "x-original-maxLength": 1024,
25582
25582
  "x-reconciled-from-discovery": true,
25583
- "x-reconciled-at": "2026-01-07T03:07:37.218666+00:00"
25583
+ "x-reconciled-at": "2026-01-07T15:52:29.574271+00:00"
25584
25584
  },
25585
25585
  "owner_view": {
25586
25586
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -25622,7 +25622,7 @@
25622
25622
  "x-field-mutability": "read-only",
25623
25623
  "x-original-maxLength": 1024,
25624
25624
  "x-reconciled-from-discovery": true,
25625
- "x-reconciled-at": "2026-01-07T03:07:37.218674+00:00"
25625
+ "x-reconciled-at": "2026-01-07T15:52:29.574279+00:00"
25626
25626
  },
25627
25627
  "uid": {
25628
25628
  "type": "string",
@@ -25644,7 +25644,7 @@
25644
25644
  "x-original-maxLength": 1024,
25645
25645
  "format": "uuid",
25646
25646
  "x-reconciled-from-discovery": true,
25647
- "x-reconciled-at": "2026-01-07T03:07:37.218680+00:00"
25647
+ "x-reconciled-at": "2026-01-07T15:52:29.574285+00:00"
25648
25648
  }
25649
25649
  },
25650
25650
  "x-f5xc-description-short": "By default a summary of advertise_policy is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -25693,7 +25693,7 @@
25693
25693
  },
25694
25694
  "x-original-maxLength": 1024,
25695
25695
  "x-reconciled-from-discovery": true,
25696
- "x-reconciled-at": "2026-01-07T03:07:37.218686+00:00"
25696
+ "x-reconciled-at": "2026-01-07T15:52:29.574290+00:00"
25697
25697
  },
25698
25698
  "port": {
25699
25699
  "type": "integer",
@@ -25727,7 +25727,7 @@
25727
25727
  },
25728
25728
  "x-original-maxLength": 1024,
25729
25729
  "x-reconciled-from-discovery": true,
25730
- "x-reconciled-at": "2026-01-07T03:07:37.218692+00:00"
25730
+ "x-reconciled-at": "2026-01-07T15:52:29.574297+00:00"
25731
25731
  }
25732
25732
  },
25733
25733
  "x-f5xc-minimum-configuration": {
@@ -26089,7 +26089,7 @@
26089
26089
  },
26090
26090
  "x-original-maxLength": 1024,
26091
26091
  "x-reconciled-from-discovery": true,
26092
- "x-reconciled-at": "2026-01-07T03:07:37.218726+00:00"
26092
+ "x-reconciled-at": "2026-01-07T15:52:29.574331+00:00"
26093
26093
  },
26094
26094
  "store_provider": {
26095
26095
  "type": "string",
@@ -26152,7 +26152,7 @@
26152
26152
  },
26153
26153
  "x-original-maxLength": 1024,
26154
26154
  "x-reconciled-from-discovery": true,
26155
- "x-reconciled-at": "2026-01-07T03:07:37.218733+00:00"
26155
+ "x-reconciled-at": "2026-01-07T15:52:29.574337+00:00"
26156
26156
  },
26157
26157
  "url": {
26158
26158
  "type": "string",
@@ -26480,7 +26480,7 @@
26480
26480
  },
26481
26481
  "x-original-maxLength": 1200,
26482
26482
  "x-reconciled-from-discovery": true,
26483
- "x-reconciled-at": "2026-01-07T03:07:37.218845+00:00"
26483
+ "x-reconciled-at": "2026-01-07T15:52:29.574445+00:00"
26484
26484
  },
26485
26485
  "disable": {
26486
26486
  "type": "boolean",
@@ -26538,7 +26538,7 @@
26538
26538
  },
26539
26539
  "x-original-maxLength": 1024,
26540
26540
  "x-reconciled-from-discovery": true,
26541
- "x-reconciled-at": "2026-01-07T03:07:37.218852+00:00"
26541
+ "x-reconciled-at": "2026-01-07T15:52:29.574452+00:00"
26542
26542
  },
26543
26543
  "namespace": {
26544
26544
  "type": "string",
@@ -26559,7 +26559,7 @@
26559
26559
  },
26560
26560
  "x-original-maxLength": 1024,
26561
26561
  "x-reconciled-from-discovery": true,
26562
- "x-reconciled-at": "2026-01-07T03:07:37.218856+00:00"
26562
+ "x-reconciled-at": "2026-01-07T15:52:29.574456+00:00"
26563
26563
  }
26564
26564
  },
26565
26565
  "x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
@@ -26748,7 +26748,7 @@
26748
26748
  },
26749
26749
  "x-original-maxLength": 1024,
26750
26750
  "x-reconciled-from-discovery": true,
26751
- "x-reconciled-at": "2026-01-07T03:07:37.218936+00:00"
26751
+ "x-reconciled-at": "2026-01-07T15:52:29.574522+00:00"
26752
26752
  },
26753
26753
  "disable_ocsp_stapling": {
26754
26754
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -27091,7 +27091,7 @@
27091
27091
  },
27092
27092
  "x-original-maxLength": 1024,
27093
27093
  "x-reconciled-from-discovery": true,
27094
- "x-reconciled-at": "2026-01-07T03:07:37.218964+00:00"
27094
+ "x-reconciled-at": "2026-01-07T15:52:29.574549+00:00"
27095
27095
  },
27096
27096
  "location": {
27097
27097
  "type": "string",
@@ -27109,7 +27109,7 @@
27109
27109
  },
27110
27110
  "x-original-maxLength": 1024,
27111
27111
  "x-reconciled-from-discovery": true,
27112
- "x-reconciled-at": "2026-01-07T03:07:37.218968+00:00"
27112
+ "x-reconciled-at": "2026-01-07T15:52:29.574565+00:00"
27113
27113
  },
27114
27114
  "provider": {
27115
27115
  "type": "string",
@@ -27128,7 +27128,7 @@
27128
27128
  },
27129
27129
  "x-original-maxLength": 1024,
27130
27130
  "x-reconciled-from-discovery": true,
27131
- "x-reconciled-at": "2026-01-07T03:07:37.218973+00:00"
27131
+ "x-reconciled-at": "2026-01-07T15:52:29.574570+00:00"
27132
27132
  },
27133
27133
  "secret_encoding": {
27134
27134
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -27152,7 +27152,7 @@
27152
27152
  "maxLength": 1,
27153
27153
  "minLength": 1,
27154
27154
  "x-reconciled-from-discovery": true,
27155
- "x-reconciled-at": "2026-01-07T03:07:37.218979+00:00"
27155
+ "x-reconciled-at": "2026-01-07T15:52:29.574577+00:00"
27156
27156
  }
27157
27157
  },
27158
27158
  "x-f5xc-description-short": "X-displayName: \"Vault Secret\" VaultSecretInfoType specifies information about the Secret managed by Hashicorp Vault.",
@@ -27228,7 +27228,7 @@
27228
27228
  },
27229
27229
  "x-original-maxLength": 1024,
27230
27230
  "x-reconciled-from-discovery": true,
27231
- "x-reconciled-at": "2026-01-07T03:07:37.219002+00:00"
27231
+ "x-reconciled-at": "2026-01-07T15:52:29.574600+00:00"
27232
27232
  }
27233
27233
  },
27234
27234
  "x-f5xc-description-short": "X-displayName: \"Wingman Secret\" WingmanSecretInfoType specifies the handle to the wingman secret.",
@@ -28071,7 +28071,7 @@
28071
28071
  },
28072
28072
  "x-original-maxLength": 1024,
28073
28073
  "x-reconciled-from-discovery": true,
28074
- "x-reconciled-at": "2026-01-07T03:07:44.560173+00:00"
28074
+ "x-reconciled-at": "2026-01-07T15:52:36.917607+00:00"
28075
28075
  },
28076
28076
  "namespace": {
28077
28077
  "type": "string",
@@ -28091,7 +28091,7 @@
28091
28091
  },
28092
28092
  "x-original-maxLength": 1024,
28093
28093
  "x-reconciled-from-discovery": true,
28094
- "x-reconciled-at": "2026-01-07T03:07:44.560180+00:00"
28094
+ "x-reconciled-at": "2026-01-07T15:52:36.917614+00:00"
28095
28095
  }
28096
28096
  },
28097
28097
  "x-f5xc-minimum-configuration": {
@@ -28378,7 +28378,7 @@
28378
28378
  "maxLength": 17,
28379
28379
  "minLength": 17,
28380
28380
  "x-reconciled-from-discovery": true,
28381
- "x-reconciled-at": "2026-01-07T03:07:44.560213+00:00"
28381
+ "x-reconciled-at": "2026-01-07T15:52:36.917647+00:00"
28382
28382
  },
28383
28383
  "system_metadata": {
28384
28384
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -28512,7 +28512,7 @@
28512
28512
  "maxLength": 17,
28513
28513
  "minLength": 17,
28514
28514
  "x-reconciled-from-discovery": true,
28515
- "x-reconciled-at": "2026-01-07T03:07:44.560225+00:00"
28515
+ "x-reconciled-at": "2026-01-07T15:52:36.917658+00:00"
28516
28516
  }
28517
28517
  },
28518
28518
  "x-f5xc-minimum-configuration": {
@@ -28668,7 +28668,7 @@
28668
28668
  },
28669
28669
  "x-original-maxLength": 1024,
28670
28670
  "x-reconciled-from-discovery": true,
28671
- "x-reconciled-at": "2026-01-07T03:07:44.560237+00:00"
28671
+ "x-reconciled-at": "2026-01-07T15:52:36.917671+00:00"
28672
28672
  },
28673
28673
  "disabled": {
28674
28674
  "type": "boolean",
@@ -28721,7 +28721,7 @@
28721
28721
  },
28722
28722
  "x-original-maxLength": 1024,
28723
28723
  "x-reconciled-from-discovery": true,
28724
- "x-reconciled-at": "2026-01-07T03:07:44.560248+00:00"
28724
+ "x-reconciled-at": "2026-01-07T15:52:36.917681+00:00"
28725
28725
  },
28726
28726
  "namespace": {
28727
28727
  "type": "string",
@@ -28740,7 +28740,7 @@
28740
28740
  },
28741
28741
  "x-original-maxLength": 1024,
28742
28742
  "x-reconciled-from-discovery": true,
28743
- "x-reconciled-at": "2026-01-07T03:07:44.560252+00:00"
28743
+ "x-reconciled-at": "2026-01-07T15:52:36.917686+00:00"
28744
28744
  },
28745
28745
  "owner_view": {
28746
28746
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -28782,7 +28782,7 @@
28782
28782
  "x-field-mutability": "read-only",
28783
28783
  "x-original-maxLength": 1024,
28784
28784
  "x-reconciled-from-discovery": true,
28785
- "x-reconciled-at": "2026-01-07T03:07:44.560260+00:00"
28785
+ "x-reconciled-at": "2026-01-07T15:52:36.917693+00:00"
28786
28786
  },
28787
28787
  "uid": {
28788
28788
  "type": "string",
@@ -28803,7 +28803,7 @@
28803
28803
  "x-original-maxLength": 1024,
28804
28804
  "format": "uuid",
28805
28805
  "x-reconciled-from-discovery": true,
28806
- "x-reconciled-at": "2026-01-07T03:07:44.560266+00:00"
28806
+ "x-reconciled-at": "2026-01-07T15:52:36.917699+00:00"
28807
28807
  }
28808
28808
  },
28809
28809
  "x-f5xc-description-short": "By default a summary of BGP is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -29506,7 +29506,7 @@
29506
29506
  "readOnly": true,
29507
29507
  "x-original-maxLength": 1024,
29508
29508
  "x-reconciled-from-discovery": true,
29509
- "x-reconciled-at": "2026-01-07T03:07:44.560337+00:00"
29509
+ "x-reconciled-at": "2026-01-07T15:52:36.917767+00:00"
29510
29510
  },
29511
29511
  "name": {
29512
29512
  "type": "string",
@@ -29527,7 +29527,7 @@
29527
29527
  },
29528
29528
  "x-original-maxLength": 1024,
29529
29529
  "x-reconciled-from-discovery": true,
29530
- "x-reconciled-at": "2026-01-07T03:07:44.560342+00:00"
29530
+ "x-reconciled-at": "2026-01-07T15:52:36.917771+00:00"
29531
29531
  },
29532
29532
  "namespace": {
29533
29533
  "type": "string",
@@ -29548,7 +29548,7 @@
29548
29548
  },
29549
29549
  "x-original-maxLength": 1024,
29550
29550
  "x-reconciled-from-discovery": true,
29551
- "x-reconciled-at": "2026-01-07T03:07:44.560346+00:00"
29551
+ "x-reconciled-at": "2026-01-07T15:52:36.917775+00:00"
29552
29552
  },
29553
29553
  "tenant": {
29554
29554
  "type": "string",
@@ -29571,7 +29571,7 @@
29571
29571
  "x-field-mutability": "read-only",
29572
29572
  "x-original-maxLength": 1024,
29573
29573
  "x-reconciled-from-discovery": true,
29574
- "x-reconciled-at": "2026-01-07T03:07:44.560351+00:00"
29574
+ "x-reconciled-at": "2026-01-07T15:52:36.917780+00:00"
29575
29575
  },
29576
29576
  "uid": {
29577
29577
  "type": "string",
@@ -29595,7 +29595,7 @@
29595
29595
  "x-original-maxLength": 1024,
29596
29596
  "format": "uuid",
29597
29597
  "x-reconciled-from-discovery": true,
29598
- "x-reconciled-at": "2026-01-07T03:07:44.560356+00:00"
29598
+ "x-reconciled-at": "2026-01-07T15:52:36.917785+00:00"
29599
29599
  }
29600
29600
  },
29601
29601
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -29763,7 +29763,7 @@
29763
29763
  },
29764
29764
  "x-original-maxLength": 256,
29765
29765
  "x-reconciled-from-discovery": true,
29766
- "x-reconciled-at": "2026-01-07T03:07:44.560403+00:00"
29766
+ "x-reconciled-at": "2026-01-07T15:52:36.917831+00:00"
29767
29767
  },
29768
29768
  "name": {
29769
29769
  "type": "string",
@@ -29794,7 +29794,7 @@
29794
29794
  },
29795
29795
  "x-original-maxLength": 1024,
29796
29796
  "x-reconciled-from-discovery": true,
29797
- "x-reconciled-at": "2026-01-07T03:07:44.560407+00:00"
29797
+ "x-reconciled-at": "2026-01-07T15:52:36.917835+00:00"
29798
29798
  }
29799
29799
  },
29800
29800
  "x-f5xc-description-short": "MessageMetaType is metadata (common attributes) of a message that only certain messages have.",
@@ -29879,7 +29879,7 @@
29879
29879
  },
29880
29880
  "x-original-maxLength": 128,
29881
29881
  "x-reconciled-from-discovery": true,
29882
- "x-reconciled-at": "2026-01-07T03:07:44.560548+00:00"
29882
+ "x-reconciled-at": "2026-01-07T15:52:36.917974+00:00"
29883
29883
  },
29884
29884
  "namespace": {
29885
29885
  "type": "string",
@@ -29906,7 +29906,7 @@
29906
29906
  },
29907
29907
  "x-original-maxLength": 64,
29908
29908
  "x-reconciled-from-discovery": true,
29909
- "x-reconciled-at": "2026-01-07T03:07:44.560552+00:00"
29909
+ "x-reconciled-at": "2026-01-07T15:52:36.917978+00:00"
29910
29910
  },
29911
29911
  "tenant": {
29912
29912
  "type": "string",
@@ -29935,7 +29935,7 @@
29935
29935
  "x-field-mutability": "read-only",
29936
29936
  "x-original-maxLength": 64,
29937
29937
  "x-reconciled-from-discovery": true,
29938
- "x-reconciled-at": "2026-01-07T03:07:44.560556+00:00"
29938
+ "x-reconciled-at": "2026-01-07T15:52:36.917982+00:00"
29939
29939
  }
29940
29940
  },
29941
29941
  "x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
@@ -30102,7 +30102,7 @@
30102
30102
  },
30103
30103
  "x-original-maxLength": 1024,
30104
30104
  "x-reconciled-from-discovery": true,
30105
- "x-reconciled-at": "2026-01-07T03:07:44.978308+00:00"
30105
+ "x-reconciled-at": "2026-01-07T15:52:37.334131+00:00"
30106
30106
  },
30107
30107
  "namespace": {
30108
30108
  "type": "string",
@@ -30122,7 +30122,7 @@
30122
30122
  },
30123
30123
  "x-original-maxLength": 1024,
30124
30124
  "x-reconciled-from-discovery": true,
30125
- "x-reconciled-at": "2026-01-07T03:07:44.978315+00:00"
30125
+ "x-reconciled-at": "2026-01-07T15:52:37.334138+00:00"
30126
30126
  }
30127
30127
  },
30128
30128
  "x-f5xc-minimum-configuration": {
@@ -30225,7 +30225,7 @@
30225
30225
  "maxLength": 17,
30226
30226
  "minLength": 17,
30227
30227
  "x-reconciled-from-discovery": true,
30228
- "x-reconciled-at": "2026-01-07T03:07:44.978331+00:00"
30228
+ "x-reconciled-at": "2026-01-07T15:52:37.334154+00:00"
30229
30229
  },
30230
30230
  "system_metadata": {
30231
30231
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -30423,7 +30423,7 @@
30423
30423
  },
30424
30424
  "x-original-maxLength": 1024,
30425
30425
  "x-reconciled-from-discovery": true,
30426
- "x-reconciled-at": "2026-01-07T03:07:44.978346+00:00"
30426
+ "x-reconciled-at": "2026-01-07T15:52:37.334169+00:00"
30427
30427
  },
30428
30428
  "disabled": {
30429
30429
  "type": "boolean",
@@ -30477,7 +30477,7 @@
30477
30477
  },
30478
30478
  "x-original-maxLength": 1024,
30479
30479
  "x-reconciled-from-discovery": true,
30480
- "x-reconciled-at": "2026-01-07T03:07:44.978357+00:00"
30480
+ "x-reconciled-at": "2026-01-07T15:52:37.334179+00:00"
30481
30481
  },
30482
30482
  "namespace": {
30483
30483
  "type": "string",
@@ -30496,7 +30496,7 @@
30496
30496
  },
30497
30497
  "x-original-maxLength": 1024,
30498
30498
  "x-reconciled-from-discovery": true,
30499
- "x-reconciled-at": "2026-01-07T03:07:44.978361+00:00"
30499
+ "x-reconciled-at": "2026-01-07T15:52:37.334183+00:00"
30500
30500
  },
30501
30501
  "owner_view": {
30502
30502
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -30538,7 +30538,7 @@
30538
30538
  "x-field-mutability": "read-only",
30539
30539
  "x-original-maxLength": 1024,
30540
30540
  "x-reconciled-from-discovery": true,
30541
- "x-reconciled-at": "2026-01-07T03:07:44.978368+00:00"
30541
+ "x-reconciled-at": "2026-01-07T15:52:37.334191+00:00"
30542
30542
  },
30543
30543
  "uid": {
30544
30544
  "type": "string",
@@ -30559,7 +30559,7 @@
30559
30559
  "x-original-maxLength": 1024,
30560
30560
  "format": "uuid",
30561
30561
  "x-reconciled-from-discovery": true,
30562
- "x-reconciled-at": "2026-01-07T03:07:44.978374+00:00"
30562
+ "x-reconciled-at": "2026-01-07T15:52:37.334197+00:00"
30563
30563
  }
30564
30564
  },
30565
30565
  "x-f5xc-description-short": "By default a summary of bgp_asn_set is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -30977,7 +30977,7 @@
30977
30977
  },
30978
30978
  "x-original-maxLength": 1024,
30979
30979
  "x-reconciled-from-discovery": true,
30980
- "x-reconciled-at": "2026-01-07T03:07:45.256237+00:00"
30980
+ "x-reconciled-at": "2026-01-07T15:52:37.609052+00:00"
30981
30981
  }
30982
30982
  },
30983
30983
  "x-f5xc-minimum-configuration": {
@@ -31106,7 +31106,7 @@
31106
31106
  },
31107
31107
  "x-original-maxLength": 1024,
31108
31108
  "x-reconciled-from-discovery": true,
31109
- "x-reconciled-at": "2026-01-07T03:07:45.256266+00:00"
31109
+ "x-reconciled-at": "2026-01-07T15:52:37.609082+00:00"
31110
31110
  },
31111
31111
  "peer": {
31112
31112
  "type": "array",
@@ -31162,7 +31162,7 @@
31162
31162
  },
31163
31163
  "x-original-maxLength": 1024,
31164
31164
  "x-reconciled-from-discovery": true,
31165
- "x-reconciled-at": "2026-01-07T03:07:45.256273+00:00"
31165
+ "x-reconciled-at": "2026-01-07T15:52:37.609090+00:00"
31166
31166
  },
31167
31167
  "ri_table": {
31168
31168
  "type": "array",
@@ -31616,7 +31616,7 @@
31616
31616
  },
31617
31617
  "x-original-maxLength": 1024,
31618
31618
  "x-reconciled-from-discovery": true,
31619
- "x-reconciled-at": "2026-01-07T03:07:45.668524+00:00"
31619
+ "x-reconciled-at": "2026-01-07T15:52:38.019744+00:00"
31620
31620
  },
31621
31621
  "namespace": {
31622
31622
  "type": "string",
@@ -31636,7 +31636,7 @@
31636
31636
  },
31637
31637
  "x-original-maxLength": 1024,
31638
31638
  "x-reconciled-from-discovery": true,
31639
- "x-reconciled-at": "2026-01-07T03:07:45.668531+00:00"
31639
+ "x-reconciled-at": "2026-01-07T15:52:38.019751+00:00"
31640
31640
  }
31641
31641
  },
31642
31642
  "x-f5xc-minimum-configuration": {
@@ -31859,7 +31859,7 @@
31859
31859
  },
31860
31860
  "x-original-maxLength": 1024,
31861
31861
  "x-reconciled-from-discovery": true,
31862
- "x-reconciled-at": "2026-01-07T03:07:45.668552+00:00"
31862
+ "x-reconciled-at": "2026-01-07T15:52:38.019774+00:00"
31863
31863
  },
31864
31864
  "disabled": {
31865
31865
  "type": "boolean",
@@ -31913,7 +31913,7 @@
31913
31913
  },
31914
31914
  "x-original-maxLength": 1024,
31915
31915
  "x-reconciled-from-discovery": true,
31916
- "x-reconciled-at": "2026-01-07T03:07:45.668563+00:00"
31916
+ "x-reconciled-at": "2026-01-07T15:52:38.019785+00:00"
31917
31917
  },
31918
31918
  "namespace": {
31919
31919
  "type": "string",
@@ -31932,7 +31932,7 @@
31932
31932
  },
31933
31933
  "x-original-maxLength": 1024,
31934
31934
  "x-reconciled-from-discovery": true,
31935
- "x-reconciled-at": "2026-01-07T03:07:45.668567+00:00"
31935
+ "x-reconciled-at": "2026-01-07T15:52:38.019789+00:00"
31936
31936
  },
31937
31937
  "owner_view": {
31938
31938
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -31958,7 +31958,7 @@
31958
31958
  "x-field-mutability": "read-only",
31959
31959
  "x-original-maxLength": 1024,
31960
31960
  "x-reconciled-from-discovery": true,
31961
- "x-reconciled-at": "2026-01-07T03:07:45.668574+00:00"
31961
+ "x-reconciled-at": "2026-01-07T15:52:38.019796+00:00"
31962
31962
  },
31963
31963
  "uid": {
31964
31964
  "type": "string",
@@ -31980,7 +31980,7 @@
31980
31980
  "x-original-maxLength": 1024,
31981
31981
  "format": "uuid",
31982
31982
  "x-reconciled-from-discovery": true,
31983
- "x-reconciled-at": "2026-01-07T03:07:45.668580+00:00"
31983
+ "x-reconciled-at": "2026-01-07T15:52:38.019802+00:00"
31984
31984
  }
31985
31985
  },
31986
31986
  "x-f5xc-description-short": "By default a summary of bgp_routing_policy is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -32350,7 +32350,7 @@
32350
32350
  },
32351
32351
  "x-original-maxLength": 1024,
32352
32352
  "x-reconciled-from-discovery": true,
32353
- "x-reconciled-at": "2026-01-07T03:08:15.829978+00:00"
32353
+ "x-reconciled-at": "2026-01-07T15:53:08.083181+00:00"
32354
32354
  },
32355
32355
  "namespace": {
32356
32356
  "type": "string",
@@ -32370,7 +32370,7 @@
32370
32370
  },
32371
32371
  "x-original-maxLength": 1024,
32372
32372
  "x-reconciled-from-discovery": true,
32373
- "x-reconciled-at": "2026-01-07T03:08:15.829985+00:00"
32373
+ "x-reconciled-at": "2026-01-07T15:53:08.083188+00:00"
32374
32374
  }
32375
32375
  },
32376
32376
  "x-f5xc-minimum-configuration": {
@@ -32473,7 +32473,7 @@
32473
32473
  "maxLength": 17,
32474
32474
  "minLength": 17,
32475
32475
  "x-reconciled-from-discovery": true,
32476
- "x-reconciled-at": "2026-01-07T03:08:15.830001+00:00"
32476
+ "x-reconciled-at": "2026-01-07T15:53:08.083204+00:00"
32477
32477
  },
32478
32478
  "system_metadata": {
32479
32479
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -32641,7 +32641,7 @@
32641
32641
  },
32642
32642
  "x-original-maxLength": 1024,
32643
32643
  "x-reconciled-from-discovery": true,
32644
- "x-reconciled-at": "2026-01-07T03:08:15.830015+00:00"
32644
+ "x-reconciled-at": "2026-01-07T15:53:08.083219+00:00"
32645
32645
  },
32646
32646
  "disabled": {
32647
32647
  "type": "boolean",
@@ -32695,7 +32695,7 @@
32695
32695
  },
32696
32696
  "x-original-maxLength": 1024,
32697
32697
  "x-reconciled-from-discovery": true,
32698
- "x-reconciled-at": "2026-01-07T03:08:15.830026+00:00"
32698
+ "x-reconciled-at": "2026-01-07T15:53:08.083229+00:00"
32699
32699
  },
32700
32700
  "namespace": {
32701
32701
  "type": "string",
@@ -32714,7 +32714,7 @@
32714
32714
  },
32715
32715
  "x-original-maxLength": 1024,
32716
32716
  "x-reconciled-from-discovery": true,
32717
- "x-reconciled-at": "2026-01-07T03:08:15.830031+00:00"
32717
+ "x-reconciled-at": "2026-01-07T15:53:08.083233+00:00"
32718
32718
  },
32719
32719
  "owner_view": {
32720
32720
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -32756,7 +32756,7 @@
32756
32756
  "x-field-mutability": "read-only",
32757
32757
  "x-original-maxLength": 1024,
32758
32758
  "x-reconciled-from-discovery": true,
32759
- "x-reconciled-at": "2026-01-07T03:08:15.830039+00:00"
32759
+ "x-reconciled-at": "2026-01-07T15:53:08.083241+00:00"
32760
32760
  },
32761
32761
  "uid": {
32762
32762
  "type": "string",
@@ -32778,7 +32778,7 @@
32778
32778
  "x-original-maxLength": 1024,
32779
32779
  "format": "uuid",
32780
32780
  "x-reconciled-from-discovery": true,
32781
- "x-reconciled-at": "2026-01-07T03:08:15.830046+00:00"
32781
+ "x-reconciled-at": "2026-01-07T15:53:08.083247+00:00"
32782
32782
  }
32783
32783
  },
32784
32784
  "x-f5xc-description-short": "By default a summary of dc_cluster_group is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -32988,7 +32988,7 @@
32988
32988
  },
32989
32989
  "x-original-maxLength": 1024,
32990
32990
  "x-reconciled-from-discovery": true,
32991
- "x-reconciled-at": "2026-01-07T03:08:15.830062+00:00"
32991
+ "x-reconciled-at": "2026-01-07T15:53:08.083263+00:00"
32992
32992
  },
32993
32993
  "range": {
32994
32994
  "type": "string",
@@ -33357,7 +33357,7 @@
33357
33357
  },
33358
33358
  "x-original-maxLength": 1024,
33359
33359
  "x-reconciled-from-discovery": true,
33360
- "x-reconciled-at": "2026-01-07T03:08:15.830124+00:00"
33360
+ "x-reconciled-at": "2026-01-07T15:53:08.083324+00:00"
33361
33361
  }
33362
33362
  },
33363
33363
  "x-f5xc-description-short": "Metric data contains timestamp and the value.",
@@ -33493,7 +33493,7 @@
33493
33493
  },
33494
33494
  "x-original-maxLength": 1024,
33495
33495
  "x-reconciled-from-discovery": true,
33496
- "x-reconciled-at": "2026-01-07T03:08:15.830258+00:00"
33496
+ "x-reconciled-at": "2026-01-07T15:53:08.083460+00:00"
33497
33497
  },
33498
33498
  "previous_value": {
33499
33499
  "type": "string",
@@ -33532,7 +33532,7 @@
33532
33532
  },
33533
33533
  "x-original-maxLength": 1024,
33534
33534
  "x-reconciled-from-discovery": true,
33535
- "x-reconciled-at": "2026-01-07T03:08:15.830265+00:00"
33535
+ "x-reconciled-at": "2026-01-07T15:53:08.083467+00:00"
33536
33536
  }
33537
33537
  },
33538
33538
  "x-f5xc-description-short": "Trend value contains trend value, trend sentiment and trend calculation description and window size.",
@@ -33644,7 +33644,7 @@
33644
33644
  "maxLength": 16,
33645
33645
  "minLength": 7,
33646
33646
  "x-reconciled-from-discovery": true,
33647
- "x-reconciled-at": "2026-01-07T03:08:15.830288+00:00"
33647
+ "x-reconciled-at": "2026-01-07T15:53:08.083490+00:00"
33648
33648
  },
33649
33649
  "value": {
33650
33650
  "type": "array",
@@ -33663,7 +33663,7 @@
33663
33663
  "maxLength": 15,
33664
33664
  "minLength": 3,
33665
33665
  "x-reconciled-from-discovery": true,
33666
- "x-reconciled-at": "2026-01-07T03:08:15.830294+00:00"
33666
+ "x-reconciled-at": "2026-01-07T15:53:08.083496+00:00"
33667
33667
  }
33668
33668
  },
33669
33669
  "x-f5xc-description-short": "Metric Type Data contains key/value pair that uniquely identifies the group_by labels specified in the request.",
@@ -33931,7 +33931,7 @@
33931
33931
  },
33932
33932
  "x-original-maxLength": 1024,
33933
33933
  "x-reconciled-from-discovery": true,
33934
- "x-reconciled-at": "2026-01-07T03:08:29.900009+00:00"
33934
+ "x-reconciled-at": "2026-01-07T15:53:22.184678+00:00"
33935
33935
  },
33936
33936
  "namespace": {
33937
33937
  "type": "string",
@@ -33951,7 +33951,7 @@
33951
33951
  },
33952
33952
  "x-original-maxLength": 1024,
33953
33953
  "x-reconciled-from-discovery": true,
33954
- "x-reconciled-at": "2026-01-07T03:08:29.900016+00:00"
33954
+ "x-reconciled-at": "2026-01-07T15:53:22.184685+00:00"
33955
33955
  }
33956
33956
  },
33957
33957
  "x-f5xc-minimum-configuration": {
@@ -34054,7 +34054,7 @@
34054
34054
  "maxLength": 17,
34055
34055
  "minLength": 17,
34056
34056
  "x-reconciled-from-discovery": true,
34057
- "x-reconciled-at": "2026-01-07T03:08:29.900032+00:00"
34057
+ "x-reconciled-at": "2026-01-07T15:53:22.184701+00:00"
34058
34058
  },
34059
34059
  "system_metadata": {
34060
34060
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -34298,7 +34298,7 @@
34298
34298
  },
34299
34299
  "x-original-maxLength": 1024,
34300
34300
  "x-reconciled-from-discovery": true,
34301
- "x-reconciled-at": "2026-01-07T03:08:29.900055+00:00"
34301
+ "x-reconciled-at": "2026-01-07T15:53:22.184726+00:00"
34302
34302
  },
34303
34303
  "disabled": {
34304
34304
  "type": "boolean",
@@ -34352,7 +34352,7 @@
34352
34352
  },
34353
34353
  "x-original-maxLength": 1024,
34354
34354
  "x-reconciled-from-discovery": true,
34355
- "x-reconciled-at": "2026-01-07T03:08:29.900066+00:00"
34355
+ "x-reconciled-at": "2026-01-07T15:53:22.184737+00:00"
34356
34356
  },
34357
34357
  "namespace": {
34358
34358
  "type": "string",
@@ -34371,7 +34371,7 @@
34371
34371
  },
34372
34372
  "x-original-maxLength": 1024,
34373
34373
  "x-reconciled-from-discovery": true,
34374
- "x-reconciled-at": "2026-01-07T03:08:29.900072+00:00"
34374
+ "x-reconciled-at": "2026-01-07T15:53:22.184741+00:00"
34375
34375
  },
34376
34376
  "owner_view": {
34377
34377
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -34413,7 +34413,7 @@
34413
34413
  "x-field-mutability": "read-only",
34414
34414
  "x-original-maxLength": 1024,
34415
34415
  "x-reconciled-from-discovery": true,
34416
- "x-reconciled-at": "2026-01-07T03:08:29.900080+00:00"
34416
+ "x-reconciled-at": "2026-01-07T15:53:22.184749+00:00"
34417
34417
  },
34418
34418
  "uid": {
34419
34419
  "type": "string",
@@ -34435,7 +34435,7 @@
34435
34435
  "x-original-maxLength": 1024,
34436
34436
  "format": "uuid",
34437
34437
  "x-reconciled-from-discovery": true,
34438
- "x-reconciled-at": "2026-01-07T03:08:29.900086+00:00"
34438
+ "x-reconciled-at": "2026-01-07T15:53:22.184755+00:00"
34439
34439
  }
34440
34440
  },
34441
34441
  "x-f5xc-description-short": "By default a summary of forwarding_class is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -34729,7 +34729,7 @@
34729
34729
  },
34730
34730
  "x-original-maxLength": 1024,
34731
34731
  "x-reconciled-from-discovery": true,
34732
- "x-reconciled-at": "2026-01-07T03:08:32.908332+00:00"
34732
+ "x-reconciled-at": "2026-01-07T15:53:25.224607+00:00"
34733
34733
  },
34734
34734
  "namespace": {
34735
34735
  "type": "string",
@@ -34749,7 +34749,7 @@
34749
34749
  },
34750
34750
  "x-original-maxLength": 1024,
34751
34751
  "x-reconciled-from-discovery": true,
34752
- "x-reconciled-at": "2026-01-07T03:08:32.908338+00:00"
34752
+ "x-reconciled-at": "2026-01-07T15:53:25.224614+00:00"
34753
34753
  }
34754
34754
  },
34755
34755
  "x-f5xc-minimum-configuration": {
@@ -34852,7 +34852,7 @@
34852
34852
  "maxLength": 17,
34853
34853
  "minLength": 17,
34854
34854
  "x-reconciled-from-discovery": true,
34855
- "x-reconciled-at": "2026-01-07T03:08:32.908355+00:00"
34855
+ "x-reconciled-at": "2026-01-07T15:53:25.224631+00:00"
34856
34856
  },
34857
34857
  "system_metadata": {
34858
34858
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -34994,7 +34994,7 @@
34994
34994
  },
34995
34995
  "x-original-maxLength": 1024,
34996
34996
  "x-reconciled-from-discovery": true,
34997
- "x-reconciled-at": "2026-01-07T03:08:32.908367+00:00"
34997
+ "x-reconciled-at": "2026-01-07T15:53:25.224643+00:00"
34998
34998
  },
34999
34999
  "disabled": {
35000
35000
  "type": "boolean",
@@ -35047,7 +35047,7 @@
35047
35047
  },
35048
35048
  "x-original-maxLength": 1024,
35049
35049
  "x-reconciled-from-discovery": true,
35050
- "x-reconciled-at": "2026-01-07T03:08:32.908378+00:00"
35050
+ "x-reconciled-at": "2026-01-07T15:53:25.224654+00:00"
35051
35051
  },
35052
35052
  "namespace": {
35053
35053
  "type": "string",
@@ -35066,7 +35066,7 @@
35066
35066
  },
35067
35067
  "x-original-maxLength": 1024,
35068
35068
  "x-reconciled-from-discovery": true,
35069
- "x-reconciled-at": "2026-01-07T03:08:32.908382+00:00"
35069
+ "x-reconciled-at": "2026-01-07T15:53:25.224659+00:00"
35070
35070
  },
35071
35071
  "owner_view": {
35072
35072
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -35108,7 +35108,7 @@
35108
35108
  "x-field-mutability": "read-only",
35109
35109
  "x-original-maxLength": 1024,
35110
35110
  "x-reconciled-from-discovery": true,
35111
- "x-reconciled-at": "2026-01-07T03:08:32.908390+00:00"
35111
+ "x-reconciled-at": "2026-01-07T15:53:25.224666+00:00"
35112
35112
  },
35113
35113
  "uid": {
35114
35114
  "type": "string",
@@ -35129,7 +35129,7 @@
35129
35129
  "x-original-maxLength": 1024,
35130
35130
  "format": "uuid",
35131
35131
  "x-reconciled-from-discovery": true,
35132
- "x-reconciled-at": "2026-01-07T03:08:32.908396+00:00"
35132
+ "x-reconciled-at": "2026-01-07T15:53:25.224672+00:00"
35133
35133
  }
35134
35134
  },
35135
35135
  "x-f5xc-description-short": "By default a summary of ike1 is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -35858,7 +35858,7 @@
35858
35858
  },
35859
35859
  "x-original-maxLength": 1024,
35860
35860
  "x-reconciled-from-discovery": true,
35861
- "x-reconciled-at": "2026-01-07T03:08:33.416035+00:00"
35861
+ "x-reconciled-at": "2026-01-07T15:53:25.727938+00:00"
35862
35862
  },
35863
35863
  "namespace": {
35864
35864
  "type": "string",
@@ -35878,7 +35878,7 @@
35878
35878
  },
35879
35879
  "x-original-maxLength": 1024,
35880
35880
  "x-reconciled-from-discovery": true,
35881
- "x-reconciled-at": "2026-01-07T03:08:33.416042+00:00"
35881
+ "x-reconciled-at": "2026-01-07T15:53:25.727945+00:00"
35882
35882
  }
35883
35883
  },
35884
35884
  "x-f5xc-minimum-configuration": {
@@ -35981,7 +35981,7 @@
35981
35981
  "maxLength": 17,
35982
35982
  "minLength": 17,
35983
35983
  "x-reconciled-from-discovery": true,
35984
- "x-reconciled-at": "2026-01-07T03:08:33.416058+00:00"
35984
+ "x-reconciled-at": "2026-01-07T15:53:25.727962+00:00"
35985
35985
  },
35986
35986
  "system_metadata": {
35987
35987
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -36264,7 +36264,7 @@
36264
36264
  },
36265
36265
  "x-original-maxLength": 1024,
36266
36266
  "x-reconciled-from-discovery": true,
36267
- "x-reconciled-at": "2026-01-07T03:08:33.416091+00:00"
36267
+ "x-reconciled-at": "2026-01-07T15:53:25.727994+00:00"
36268
36268
  },
36269
36269
  "disabled": {
36270
36270
  "type": "boolean",
@@ -36318,7 +36318,7 @@
36318
36318
  },
36319
36319
  "x-original-maxLength": 1024,
36320
36320
  "x-reconciled-from-discovery": true,
36321
- "x-reconciled-at": "2026-01-07T03:08:33.416102+00:00"
36321
+ "x-reconciled-at": "2026-01-07T15:53:25.728005+00:00"
36322
36322
  },
36323
36323
  "namespace": {
36324
36324
  "type": "string",
@@ -36337,7 +36337,7 @@
36337
36337
  },
36338
36338
  "x-original-maxLength": 1024,
36339
36339
  "x-reconciled-from-discovery": true,
36340
- "x-reconciled-at": "2026-01-07T03:08:33.416106+00:00"
36340
+ "x-reconciled-at": "2026-01-07T15:53:25.728010+00:00"
36341
36341
  },
36342
36342
  "owner_view": {
36343
36343
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -36379,7 +36379,7 @@
36379
36379
  "x-field-mutability": "read-only",
36380
36380
  "x-original-maxLength": 1024,
36381
36381
  "x-reconciled-from-discovery": true,
36382
- "x-reconciled-at": "2026-01-07T03:08:33.416115+00:00"
36382
+ "x-reconciled-at": "2026-01-07T15:53:25.728019+00:00"
36383
36383
  },
36384
36384
  "uid": {
36385
36385
  "type": "string",
@@ -36401,7 +36401,7 @@
36401
36401
  "x-original-maxLength": 1024,
36402
36402
  "format": "uuid",
36403
36403
  "x-reconciled-from-discovery": true,
36404
- "x-reconciled-at": "2026-01-07T03:08:33.416121+00:00"
36404
+ "x-reconciled-at": "2026-01-07T15:53:25.728025+00:00"
36405
36405
  }
36406
36406
  },
36407
36407
  "x-f5xc-description-short": "By default a summary of ike_phase1_profile is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -36798,7 +36798,7 @@
36798
36798
  },
36799
36799
  "x-original-maxLength": 1024,
36800
36800
  "x-reconciled-from-discovery": true,
36801
- "x-reconciled-at": "2026-01-07T03:08:33.842179+00:00"
36801
+ "x-reconciled-at": "2026-01-07T15:53:26.153433+00:00"
36802
36802
  },
36803
36803
  "namespace": {
36804
36804
  "type": "string",
@@ -36818,7 +36818,7 @@
36818
36818
  },
36819
36819
  "x-original-maxLength": 1024,
36820
36820
  "x-reconciled-from-discovery": true,
36821
- "x-reconciled-at": "2026-01-07T03:08:33.842186+00:00"
36821
+ "x-reconciled-at": "2026-01-07T15:53:26.153440+00:00"
36822
36822
  }
36823
36823
  },
36824
36824
  "x-f5xc-minimum-configuration": {
@@ -36921,7 +36921,7 @@
36921
36921
  "maxLength": 17,
36922
36922
  "minLength": 17,
36923
36923
  "x-reconciled-from-discovery": true,
36924
- "x-reconciled-at": "2026-01-07T03:08:33.842201+00:00"
36924
+ "x-reconciled-at": "2026-01-07T15:53:26.153456+00:00"
36925
36925
  },
36926
36926
  "system_metadata": {
36927
36927
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -37063,7 +37063,7 @@
37063
37063
  },
37064
37064
  "x-original-maxLength": 1024,
37065
37065
  "x-reconciled-from-discovery": true,
37066
- "x-reconciled-at": "2026-01-07T03:08:33.842214+00:00"
37066
+ "x-reconciled-at": "2026-01-07T15:53:26.153469+00:00"
37067
37067
  },
37068
37068
  "disabled": {
37069
37069
  "type": "boolean",
@@ -37116,7 +37116,7 @@
37116
37116
  },
37117
37117
  "x-original-maxLength": 1024,
37118
37118
  "x-reconciled-from-discovery": true,
37119
- "x-reconciled-at": "2026-01-07T03:08:33.842225+00:00"
37119
+ "x-reconciled-at": "2026-01-07T15:53:26.153479+00:00"
37120
37120
  },
37121
37121
  "namespace": {
37122
37122
  "type": "string",
@@ -37135,7 +37135,7 @@
37135
37135
  },
37136
37136
  "x-original-maxLength": 1024,
37137
37137
  "x-reconciled-from-discovery": true,
37138
- "x-reconciled-at": "2026-01-07T03:08:33.842229+00:00"
37138
+ "x-reconciled-at": "2026-01-07T15:53:26.153484+00:00"
37139
37139
  },
37140
37140
  "owner_view": {
37141
37141
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -37177,7 +37177,7 @@
37177
37177
  "x-field-mutability": "read-only",
37178
37178
  "x-original-maxLength": 1024,
37179
37179
  "x-reconciled-from-discovery": true,
37180
- "x-reconciled-at": "2026-01-07T03:08:33.842237+00:00"
37180
+ "x-reconciled-at": "2026-01-07T15:53:26.153491+00:00"
37181
37181
  },
37182
37182
  "uid": {
37183
37183
  "type": "string",
@@ -37198,7 +37198,7 @@
37198
37198
  "x-original-maxLength": 1024,
37199
37199
  "format": "uuid",
37200
37200
  "x-reconciled-from-discovery": true,
37201
- "x-reconciled-at": "2026-01-07T03:08:33.842243+00:00"
37201
+ "x-reconciled-at": "2026-01-07T15:53:26.153497+00:00"
37202
37202
  }
37203
37203
  },
37204
37204
  "x-f5xc-description-short": "By default a summary of ike2 is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -37590,7 +37590,7 @@
37590
37590
  },
37591
37591
  "x-original-maxLength": 1024,
37592
37592
  "x-reconciled-from-discovery": true,
37593
- "x-reconciled-at": "2026-01-07T03:08:34.274872+00:00"
37593
+ "x-reconciled-at": "2026-01-07T15:53:26.590859+00:00"
37594
37594
  },
37595
37595
  "namespace": {
37596
37596
  "type": "string",
@@ -37610,7 +37610,7 @@
37610
37610
  },
37611
37611
  "x-original-maxLength": 1024,
37612
37612
  "x-reconciled-from-discovery": true,
37613
- "x-reconciled-at": "2026-01-07T03:08:34.274878+00:00"
37613
+ "x-reconciled-at": "2026-01-07T15:53:26.590865+00:00"
37614
37614
  }
37615
37615
  },
37616
37616
  "x-f5xc-minimum-configuration": {
@@ -37713,7 +37713,7 @@
37713
37713
  "maxLength": 17,
37714
37714
  "minLength": 17,
37715
37715
  "x-reconciled-from-discovery": true,
37716
- "x-reconciled-at": "2026-01-07T03:08:34.274894+00:00"
37716
+ "x-reconciled-at": "2026-01-07T15:53:26.590882+00:00"
37717
37717
  },
37718
37718
  "system_metadata": {
37719
37719
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -37856,7 +37856,7 @@
37856
37856
  },
37857
37857
  "x-original-maxLength": 1024,
37858
37858
  "x-reconciled-from-discovery": true,
37859
- "x-reconciled-at": "2026-01-07T03:08:34.274907+00:00"
37859
+ "x-reconciled-at": "2026-01-07T15:53:26.590896+00:00"
37860
37860
  },
37861
37861
  "disabled": {
37862
37862
  "type": "boolean",
@@ -37910,7 +37910,7 @@
37910
37910
  },
37911
37911
  "x-original-maxLength": 1024,
37912
37912
  "x-reconciled-from-discovery": true,
37913
- "x-reconciled-at": "2026-01-07T03:08:34.274929+00:00"
37913
+ "x-reconciled-at": "2026-01-07T15:53:26.590906+00:00"
37914
37914
  },
37915
37915
  "namespace": {
37916
37916
  "type": "string",
@@ -37929,7 +37929,7 @@
37929
37929
  },
37930
37930
  "x-original-maxLength": 1024,
37931
37931
  "x-reconciled-from-discovery": true,
37932
- "x-reconciled-at": "2026-01-07T03:08:34.274934+00:00"
37932
+ "x-reconciled-at": "2026-01-07T15:53:26.590911+00:00"
37933
37933
  },
37934
37934
  "owner_view": {
37935
37935
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -37971,7 +37971,7 @@
37971
37971
  "x-field-mutability": "read-only",
37972
37972
  "x-original-maxLength": 1024,
37973
37973
  "x-reconciled-from-discovery": true,
37974
- "x-reconciled-at": "2026-01-07T03:08:34.274942+00:00"
37974
+ "x-reconciled-at": "2026-01-07T15:53:26.590919+00:00"
37975
37975
  },
37976
37976
  "uid": {
37977
37977
  "type": "string",
@@ -37993,7 +37993,7 @@
37993
37993
  "x-original-maxLength": 1024,
37994
37994
  "format": "uuid",
37995
37995
  "x-reconciled-from-discovery": true,
37996
- "x-reconciled-at": "2026-01-07T03:08:34.274948+00:00"
37996
+ "x-reconciled-at": "2026-01-07T15:53:26.590925+00:00"
37997
37997
  }
37998
37998
  },
37999
37999
  "x-f5xc-description-short": "By default a summary of ike_phase2_profile is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -38523,7 +38523,7 @@
38523
38523
  },
38524
38524
  "x-original-maxLength": 1024,
38525
38525
  "x-reconciled-from-discovery": true,
38526
- "x-reconciled-at": "2026-01-07T03:08:34.693739+00:00"
38526
+ "x-reconciled-at": "2026-01-07T15:53:27.007743+00:00"
38527
38527
  },
38528
38528
  "namespace": {
38529
38529
  "type": "string",
@@ -38543,7 +38543,7 @@
38543
38543
  },
38544
38544
  "x-original-maxLength": 1024,
38545
38545
  "x-reconciled-from-discovery": true,
38546
- "x-reconciled-at": "2026-01-07T03:08:34.693745+00:00"
38546
+ "x-reconciled-at": "2026-01-07T15:53:27.007750+00:00"
38547
38547
  }
38548
38548
  },
38549
38549
  "x-f5xc-minimum-configuration": {
@@ -38646,7 +38646,7 @@
38646
38646
  "maxLength": 17,
38647
38647
  "minLength": 17,
38648
38648
  "x-reconciled-from-discovery": true,
38649
- "x-reconciled-at": "2026-01-07T03:08:34.693761+00:00"
38649
+ "x-reconciled-at": "2026-01-07T15:53:27.007767+00:00"
38650
38650
  },
38651
38651
  "system_metadata": {
38652
38652
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -38772,7 +38772,7 @@
38772
38772
  },
38773
38773
  "x-original-maxLength": 64,
38774
38774
  "x-reconciled-from-discovery": true,
38775
- "x-reconciled-at": "2026-01-07T03:08:34.693771+00:00"
38775
+ "x-reconciled-at": "2026-01-07T15:53:27.007781+00:00"
38776
38776
  },
38777
38777
  "ipv4_prefix": {
38778
38778
  "type": "string",
@@ -38835,7 +38835,7 @@
38835
38835
  },
38836
38836
  "x-original-maxLength": 1024,
38837
38837
  "x-reconciled-from-discovery": true,
38838
- "x-reconciled-at": "2026-01-07T03:08:34.693779+00:00"
38838
+ "x-reconciled-at": "2026-01-07T15:53:27.007788+00:00"
38839
38839
  },
38840
38840
  "ipv6_prefix": {
38841
38841
  "type": "string",
@@ -38958,7 +38958,7 @@
38958
38958
  },
38959
38959
  "x-original-maxLength": 1024,
38960
38960
  "x-reconciled-from-discovery": true,
38961
- "x-reconciled-at": "2026-01-07T03:08:34.693791+00:00"
38961
+ "x-reconciled-at": "2026-01-07T15:53:27.007801+00:00"
38962
38962
  },
38963
38963
  "disabled": {
38964
38964
  "type": "boolean",
@@ -39012,7 +39012,7 @@
39012
39012
  },
39013
39013
  "x-original-maxLength": 1024,
39014
39014
  "x-reconciled-from-discovery": true,
39015
- "x-reconciled-at": "2026-01-07T03:08:34.693802+00:00"
39015
+ "x-reconciled-at": "2026-01-07T15:53:27.007811+00:00"
39016
39016
  },
39017
39017
  "namespace": {
39018
39018
  "type": "string",
@@ -39031,7 +39031,7 @@
39031
39031
  },
39032
39032
  "x-original-maxLength": 1024,
39033
39033
  "x-reconciled-from-discovery": true,
39034
- "x-reconciled-at": "2026-01-07T03:08:34.693806+00:00"
39034
+ "x-reconciled-at": "2026-01-07T15:53:27.007816+00:00"
39035
39035
  },
39036
39036
  "owner_view": {
39037
39037
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -39073,7 +39073,7 @@
39073
39073
  "x-field-mutability": "read-only",
39074
39074
  "x-original-maxLength": 1024,
39075
39075
  "x-reconciled-from-discovery": true,
39076
- "x-reconciled-at": "2026-01-07T03:08:34.693814+00:00"
39076
+ "x-reconciled-at": "2026-01-07T15:53:27.007824+00:00"
39077
39077
  },
39078
39078
  "uid": {
39079
39079
  "type": "string",
@@ -39094,7 +39094,7 @@
39094
39094
  "x-original-maxLength": 1024,
39095
39095
  "format": "uuid",
39096
39096
  "x-reconciled-from-discovery": true,
39097
- "x-reconciled-at": "2026-01-07T03:08:34.693820+00:00"
39097
+ "x-reconciled-at": "2026-01-07T15:53:27.007829+00:00"
39098
39098
  }
39099
39099
  },
39100
39100
  "x-f5xc-description-short": "By default a summary of ip_prefix_set is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -39398,7 +39398,7 @@
39398
39398
  },
39399
39399
  "x-original-maxLength": 1024,
39400
39400
  "x-reconciled-from-discovery": true,
39401
- "x-reconciled-at": "2026-01-07T03:08:51.192348+00:00"
39401
+ "x-reconciled-at": "2026-01-07T15:53:43.575305+00:00"
39402
39402
  },
39403
39403
  "namespace": {
39404
39404
  "type": "string",
@@ -39418,7 +39418,7 @@
39418
39418
  },
39419
39419
  "x-original-maxLength": 1024,
39420
39420
  "x-reconciled-from-discovery": true,
39421
- "x-reconciled-at": "2026-01-07T03:08:51.192352+00:00"
39421
+ "x-reconciled-at": "2026-01-07T15:53:43.575309+00:00"
39422
39422
  }
39423
39423
  },
39424
39424
  "x-f5xc-minimum-configuration": {
@@ -39521,7 +39521,7 @@
39521
39521
  "maxLength": 17,
39522
39522
  "minLength": 17,
39523
39523
  "x-reconciled-from-discovery": true,
39524
- "x-reconciled-at": "2026-01-07T03:08:51.192367+00:00"
39524
+ "x-reconciled-at": "2026-01-07T15:53:43.575324+00:00"
39525
39525
  },
39526
39526
  "system_metadata": {
39527
39527
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -39732,7 +39732,7 @@
39732
39732
  },
39733
39733
  "x-original-maxLength": 1024,
39734
39734
  "x-reconciled-from-discovery": true,
39735
- "x-reconciled-at": "2026-01-07T03:08:51.192387+00:00"
39735
+ "x-reconciled-at": "2026-01-07T15:53:43.575345+00:00"
39736
39736
  },
39737
39737
  "disabled": {
39738
39738
  "type": "boolean",
@@ -39786,7 +39786,7 @@
39786
39786
  },
39787
39787
  "x-original-maxLength": 1024,
39788
39788
  "x-reconciled-from-discovery": true,
39789
- "x-reconciled-at": "2026-01-07T03:08:51.192397+00:00"
39789
+ "x-reconciled-at": "2026-01-07T15:53:43.575355+00:00"
39790
39790
  },
39791
39791
  "namespace": {
39792
39792
  "type": "string",
@@ -39805,7 +39805,7 @@
39805
39805
  },
39806
39806
  "x-original-maxLength": 1024,
39807
39807
  "x-reconciled-from-discovery": true,
39808
- "x-reconciled-at": "2026-01-07T03:08:51.192401+00:00"
39808
+ "x-reconciled-at": "2026-01-07T15:53:43.575360+00:00"
39809
39809
  },
39810
39810
  "owner_view": {
39811
39811
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -39847,7 +39847,7 @@
39847
39847
  "x-field-mutability": "read-only",
39848
39848
  "x-original-maxLength": 1024,
39849
39849
  "x-reconciled-from-discovery": true,
39850
- "x-reconciled-at": "2026-01-07T03:08:51.192409+00:00"
39850
+ "x-reconciled-at": "2026-01-07T15:53:43.575367+00:00"
39851
39851
  },
39852
39852
  "uid": {
39853
39853
  "type": "string",
@@ -39869,7 +39869,7 @@
39869
39869
  "x-original-maxLength": 1024,
39870
39870
  "format": "uuid",
39871
39871
  "x-reconciled-from-discovery": true,
39872
- "x-reconciled-at": "2026-01-07T03:08:51.192414+00:00"
39872
+ "x-reconciled-at": "2026-01-07T15:53:43.575373+00:00"
39873
39873
  }
39874
39874
  },
39875
39875
  "x-f5xc-description-short": "By default a summary of network_connector is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -40615,7 +40615,7 @@
40615
40615
  "maxLength": 17,
40616
40616
  "minLength": 17,
40617
40617
  "x-reconciled-from-discovery": true,
40618
- "x-reconciled-at": "2026-01-07T03:08:58.778593+00:00"
40618
+ "x-reconciled-at": "2026-01-07T15:53:51.202027+00:00"
40619
40619
  },
40620
40620
  "system_metadata": {
40621
40621
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -40825,7 +40825,7 @@
40825
40825
  },
40826
40826
  "x-original-maxLength": 1024,
40827
40827
  "x-reconciled-from-discovery": true,
40828
- "x-reconciled-at": "2026-01-07T03:08:58.778610+00:00"
40828
+ "x-reconciled-at": "2026-01-07T15:53:51.202043+00:00"
40829
40829
  },
40830
40830
  "disabled": {
40831
40831
  "type": "boolean",
@@ -40879,7 +40879,7 @@
40879
40879
  },
40880
40880
  "x-original-maxLength": 1024,
40881
40881
  "x-reconciled-from-discovery": true,
40882
- "x-reconciled-at": "2026-01-07T03:08:58.778621+00:00"
40882
+ "x-reconciled-at": "2026-01-07T15:53:51.202055+00:00"
40883
40883
  },
40884
40884
  "namespace": {
40885
40885
  "type": "string",
@@ -40898,7 +40898,7 @@
40898
40898
  },
40899
40899
  "x-original-maxLength": 1024,
40900
40900
  "x-reconciled-from-discovery": true,
40901
- "x-reconciled-at": "2026-01-07T03:08:58.778626+00:00"
40901
+ "x-reconciled-at": "2026-01-07T15:53:51.202060+00:00"
40902
40902
  },
40903
40903
  "owner_view": {
40904
40904
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -40940,7 +40940,7 @@
40940
40940
  "x-field-mutability": "read-only",
40941
40941
  "x-original-maxLength": 1024,
40942
40942
  "x-reconciled-from-discovery": true,
40943
- "x-reconciled-at": "2026-01-07T03:08:58.778634+00:00"
40943
+ "x-reconciled-at": "2026-01-07T15:53:51.202068+00:00"
40944
40944
  },
40945
40945
  "uid": {
40946
40946
  "type": "string",
@@ -40961,7 +40961,7 @@
40961
40961
  "x-original-maxLength": 1024,
40962
40962
  "format": "uuid",
40963
40963
  "x-reconciled-from-discovery": true,
40964
- "x-reconciled-at": "2026-01-07T03:08:58.778640+00:00"
40964
+ "x-reconciled-at": "2026-01-07T15:53:51.202074+00:00"
40965
40965
  }
40966
40966
  },
40967
40967
  "x-f5xc-description-short": "By default a summary of public_ip is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -41207,7 +41207,7 @@
41207
41207
  },
41208
41208
  "x-original-maxLength": 256,
41209
41209
  "x-reconciled-from-discovery": true,
41210
- "x-reconciled-at": "2026-01-07T03:09:03.117229+00:00"
41210
+ "x-reconciled-at": "2026-01-07T15:53:55.544568+00:00"
41211
41211
  },
41212
41212
  "presence": {
41213
41213
  "type": "boolean",
@@ -41499,7 +41499,7 @@
41499
41499
  },
41500
41500
  "x-original-maxLength": 256,
41501
41501
  "x-reconciled-from-discovery": true,
41502
- "x-reconciled-at": "2026-01-07T03:09:03.117278+00:00"
41502
+ "x-reconciled-at": "2026-01-07T15:53:55.544619+00:00"
41503
41503
  },
41504
41504
  "regex": {
41505
41505
  "type": "string",
@@ -41766,7 +41766,7 @@
41766
41766
  },
41767
41767
  "x-original-maxLength": 256,
41768
41768
  "x-reconciled-from-discovery": true,
41769
- "x-reconciled-at": "2026-01-07T03:09:03.117307+00:00"
41769
+ "x-reconciled-at": "2026-01-07T15:53:55.544649+00:00"
41770
41770
  },
41771
41771
  "path": {
41772
41772
  "type": "string",
@@ -41932,7 +41932,7 @@
41932
41932
  },
41933
41933
  "x-original-maxLength": 1024,
41934
41934
  "x-reconciled-from-discovery": true,
41935
- "x-reconciled-at": "2026-01-07T03:09:03.117326+00:00"
41935
+ "x-reconciled-at": "2026-01-07T15:53:55.544668+00:00"
41936
41936
  },
41937
41937
  "namespace": {
41938
41938
  "type": "string",
@@ -41952,7 +41952,7 @@
41952
41952
  },
41953
41953
  "x-original-maxLength": 1024,
41954
41954
  "x-reconciled-from-discovery": true,
41955
- "x-reconciled-at": "2026-01-07T03:09:03.117331+00:00"
41955
+ "x-reconciled-at": "2026-01-07T15:53:55.544673+00:00"
41956
41956
  }
41957
41957
  },
41958
41958
  "x-f5xc-minimum-configuration": {
@@ -42055,7 +42055,7 @@
42055
42055
  "maxLength": 17,
42056
42056
  "minLength": 17,
42057
42057
  "x-reconciled-from-discovery": true,
42058
- "x-reconciled-at": "2026-01-07T03:09:03.117345+00:00"
42058
+ "x-reconciled-at": "2026-01-07T15:53:55.544687+00:00"
42059
42059
  },
42060
42060
  "system_metadata": {
42061
42061
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -42379,7 +42379,7 @@
42379
42379
  },
42380
42380
  "x-original-maxLength": 1024,
42381
42381
  "x-reconciled-from-discovery": true,
42382
- "x-reconciled-at": "2026-01-07T03:09:03.117366+00:00"
42382
+ "x-reconciled-at": "2026-01-07T15:53:55.544708+00:00"
42383
42383
  },
42384
42384
  "disabled": {
42385
42385
  "type": "boolean",
@@ -42433,7 +42433,7 @@
42433
42433
  },
42434
42434
  "x-original-maxLength": 1024,
42435
42435
  "x-reconciled-from-discovery": true,
42436
- "x-reconciled-at": "2026-01-07T03:09:03.117376+00:00"
42436
+ "x-reconciled-at": "2026-01-07T15:53:55.544719+00:00"
42437
42437
  },
42438
42438
  "namespace": {
42439
42439
  "type": "string",
@@ -42452,7 +42452,7 @@
42452
42452
  },
42453
42453
  "x-original-maxLength": 1024,
42454
42454
  "x-reconciled-from-discovery": true,
42455
- "x-reconciled-at": "2026-01-07T03:09:03.117381+00:00"
42455
+ "x-reconciled-at": "2026-01-07T15:53:55.544723+00:00"
42456
42456
  },
42457
42457
  "owner_view": {
42458
42458
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -42494,7 +42494,7 @@
42494
42494
  "x-field-mutability": "read-only",
42495
42495
  "x-original-maxLength": 1024,
42496
42496
  "x-reconciled-from-discovery": true,
42497
- "x-reconciled-at": "2026-01-07T03:09:03.117389+00:00"
42497
+ "x-reconciled-at": "2026-01-07T15:53:55.544731+00:00"
42498
42498
  },
42499
42499
  "uid": {
42500
42500
  "type": "string",
@@ -42515,7 +42515,7 @@
42515
42515
  "x-original-maxLength": 1024,
42516
42516
  "format": "uuid",
42517
42517
  "x-reconciled-from-discovery": true,
42518
- "x-reconciled-at": "2026-01-07T03:09:03.117395+00:00"
42518
+ "x-reconciled-at": "2026-01-07T15:53:55.544737+00:00"
42519
42519
  }
42520
42520
  },
42521
42521
  "x-f5xc-description-short": "By default a summary of route is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -43923,7 +43923,7 @@
43923
43923
  },
43924
43924
  "x-original-maxLength": 1024,
43925
43925
  "x-reconciled-from-discovery": true,
43926
- "x-reconciled-at": "2026-01-07T03:09:03.117496+00:00"
43926
+ "x-reconciled-at": "2026-01-07T15:53:55.544836+00:00"
43927
43927
  },
43928
43928
  "status": {
43929
43929
  "type": "string",
@@ -43950,7 +43950,7 @@
43950
43950
  },
43951
43951
  "x-original-maxLength": 1024,
43952
43952
  "x-reconciled-from-discovery": true,
43953
- "x-reconciled-at": "2026-01-07T03:09:03.117500+00:00"
43953
+ "x-reconciled-at": "2026-01-07T15:53:55.544840+00:00"
43954
43954
  }
43955
43955
  },
43956
43956
  "x-f5xc-description-short": "Status information sent for each route entry within route.",
@@ -44153,7 +44153,7 @@
44153
44153
  },
44154
44154
  "x-original-maxLength": 256,
44155
44155
  "x-reconciled-from-discovery": true,
44156
- "x-reconciled-at": "2026-01-07T03:09:03.117542+00:00"
44156
+ "x-reconciled-at": "2026-01-07T15:53:55.544881+00:00"
44157
44157
  },
44158
44158
  "overwrite": {
44159
44159
  "type": "boolean",
@@ -44195,7 +44195,7 @@
44195
44195
  },
44196
44196
  "x-original-maxLength": 8096,
44197
44197
  "x-reconciled-from-discovery": true,
44198
- "x-reconciled-at": "2026-01-07T03:09:03.117548+00:00"
44198
+ "x-reconciled-at": "2026-01-07T15:53:55.544888+00:00"
44199
44199
  }
44200
44200
  },
44201
44201
  "x-f5xc-description-short": "Cookie name and value for cookie header.",
@@ -44650,7 +44650,7 @@
44650
44650
  },
44651
44651
  "x-original-maxLength": 256,
44652
44652
  "x-reconciled-from-discovery": true,
44653
- "x-reconciled-at": "2026-01-07T03:09:03.117581+00:00"
44653
+ "x-reconciled-at": "2026-01-07T15:53:55.544919+00:00"
44654
44654
  },
44655
44655
  "secret_value": {
44656
44656
  "$ref": "#/components/schemas/schemaSecretType"
@@ -44677,7 +44677,7 @@
44677
44677
  },
44678
44678
  "x-original-maxLength": 8096,
44679
44679
  "x-reconciled-from-discovery": true,
44680
- "x-reconciled-at": "2026-01-07T03:09:03.117586+00:00"
44680
+ "x-reconciled-at": "2026-01-07T15:53:55.544925+00:00"
44681
44681
  }
44682
44682
  },
44683
44683
  "x-f5xc-description-medium": "HTTP header is a key-value pair. The name acts as key of HTTP header The value acts as the data/value of HTTP header Example HTTP header Host: user.F5 Distributed cloud.com In the above example, Host is the name or key of HTTP header In the above example, user.F5 Distributed cloud.com is the...",
@@ -45289,7 +45289,7 @@
45289
45289
  },
45290
45290
  "x-original-maxLength": 256,
45291
45291
  "x-reconciled-from-discovery": true,
45292
- "x-reconciled-at": "2026-01-07T03:09:03.117698+00:00"
45292
+ "x-reconciled-at": "2026-01-07T15:53:55.545035+00:00"
45293
45293
  },
45294
45294
  "overwrite": {
45295
45295
  "type": "boolean",
@@ -45340,7 +45340,7 @@
45340
45340
  },
45341
45341
  "x-original-maxLength": 8096,
45342
45342
  "x-reconciled-from-discovery": true,
45343
- "x-reconciled-at": "2026-01-07T03:09:03.117707+00:00"
45343
+ "x-reconciled-at": "2026-01-07T15:53:55.545045+00:00"
45344
45344
  }
45345
45345
  },
45346
45346
  "x-f5xc-description-short": "Cookie name and its attribute values in set-cookie header.",
@@ -46116,7 +46116,7 @@
46116
46116
  },
46117
46117
  "x-original-maxLength": 1024,
46118
46118
  "x-reconciled-from-discovery": true,
46119
- "x-reconciled-at": "2026-01-07T03:09:03.437848+00:00"
46119
+ "x-reconciled-at": "2026-01-07T15:53:55.872314+00:00"
46120
46120
  },
46121
46121
  "node": {
46122
46122
  "type": "string",
@@ -46539,7 +46539,7 @@
46539
46539
  },
46540
46540
  "x-original-maxLength": 1024,
46541
46541
  "x-reconciled-from-discovery": true,
46542
- "x-reconciled-at": "2026-01-07T03:09:03.437887+00:00"
46542
+ "x-reconciled-at": "2026-01-07T15:53:55.872353+00:00"
46543
46543
  },
46544
46544
  "node": {
46545
46545
  "type": "string",
@@ -47334,7 +47334,7 @@
47334
47334
  },
47335
47335
  "x-original-maxLength": 1024,
47336
47336
  "x-reconciled-from-discovery": true,
47337
- "x-reconciled-at": "2026-01-07T03:09:03.864241+00:00"
47337
+ "x-reconciled-at": "2026-01-07T15:53:56.296164+00:00"
47338
47338
  },
47339
47339
  "namespace": {
47340
47340
  "type": "string",
@@ -47354,7 +47354,7 @@
47354
47354
  },
47355
47355
  "x-original-maxLength": 1024,
47356
47356
  "x-reconciled-from-discovery": true,
47357
- "x-reconciled-at": "2026-01-07T03:09:03.864245+00:00"
47357
+ "x-reconciled-at": "2026-01-07T15:53:56.296168+00:00"
47358
47358
  }
47359
47359
  },
47360
47360
  "x-f5xc-minimum-configuration": {
@@ -47457,7 +47457,7 @@
47457
47457
  "maxLength": 17,
47458
47458
  "minLength": 17,
47459
47459
  "x-reconciled-from-discovery": true,
47460
- "x-reconciled-at": "2026-01-07T03:09:03.864259+00:00"
47460
+ "x-reconciled-at": "2026-01-07T15:53:56.296182+00:00"
47461
47461
  },
47462
47462
  "system_metadata": {
47463
47463
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -47600,7 +47600,7 @@
47600
47600
  },
47601
47601
  "x-original-maxLength": 1024,
47602
47602
  "x-reconciled-from-discovery": true,
47603
- "x-reconciled-at": "2026-01-07T03:09:03.864271+00:00"
47603
+ "x-reconciled-at": "2026-01-07T15:53:56.296194+00:00"
47604
47604
  },
47605
47605
  "disabled": {
47606
47606
  "type": "boolean",
@@ -47654,7 +47654,7 @@
47654
47654
  },
47655
47655
  "x-original-maxLength": 1024,
47656
47656
  "x-reconciled-from-discovery": true,
47657
- "x-reconciled-at": "2026-01-07T03:09:03.864281+00:00"
47657
+ "x-reconciled-at": "2026-01-07T15:53:56.296203+00:00"
47658
47658
  },
47659
47659
  "namespace": {
47660
47660
  "type": "string",
@@ -47673,7 +47673,7 @@
47673
47673
  },
47674
47674
  "x-original-maxLength": 1024,
47675
47675
  "x-reconciled-from-discovery": true,
47676
- "x-reconciled-at": "2026-01-07T03:09:03.864285+00:00"
47676
+ "x-reconciled-at": "2026-01-07T15:53:56.296207+00:00"
47677
47677
  },
47678
47678
  "owner_view": {
47679
47679
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -47715,7 +47715,7 @@
47715
47715
  "x-field-mutability": "read-only",
47716
47716
  "x-original-maxLength": 1024,
47717
47717
  "x-reconciled-from-discovery": true,
47718
- "x-reconciled-at": "2026-01-07T03:09:03.864293+00:00"
47718
+ "x-reconciled-at": "2026-01-07T15:53:56.296216+00:00"
47719
47719
  },
47720
47720
  "uid": {
47721
47721
  "type": "string",
@@ -47737,7 +47737,7 @@
47737
47737
  "x-original-maxLength": 1024,
47738
47738
  "format": "uuid",
47739
47739
  "x-reconciled-from-discovery": true,
47740
- "x-reconciled-at": "2026-01-07T03:09:03.864298+00:00"
47740
+ "x-reconciled-at": "2026-01-07T15:53:56.296221+00:00"
47741
47741
  }
47742
47742
  },
47743
47743
  "x-f5xc-description-short": "By default a summary of srv6_network_slice is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -48229,7 +48229,7 @@
48229
48229
  },
48230
48230
  "x-original-maxLength": 1024,
48231
48231
  "x-reconciled-from-discovery": true,
48232
- "x-reconciled-at": "2026-01-07T03:09:17.409647+00:00"
48232
+ "x-reconciled-at": "2026-01-07T15:54:09.924801+00:00"
48233
48233
  },
48234
48234
  "namespace": {
48235
48235
  "type": "string",
@@ -48249,7 +48249,7 @@
48249
48249
  },
48250
48250
  "x-original-maxLength": 1024,
48251
48251
  "x-reconciled-from-discovery": true,
48252
- "x-reconciled-at": "2026-01-07T03:09:17.409651+00:00"
48252
+ "x-reconciled-at": "2026-01-07T15:54:09.924805+00:00"
48253
48253
  }
48254
48254
  },
48255
48255
  "x-f5xc-minimum-configuration": {
@@ -48352,7 +48352,7 @@
48352
48352
  "maxLength": 17,
48353
48353
  "minLength": 17,
48354
48354
  "x-reconciled-from-discovery": true,
48355
- "x-reconciled-at": "2026-01-07T03:09:17.409665+00:00"
48355
+ "x-reconciled-at": "2026-01-07T15:54:09.924819+00:00"
48356
48356
  },
48357
48357
  "system_metadata": {
48358
48358
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -48494,7 +48494,7 @@
48494
48494
  },
48495
48495
  "x-original-maxLength": 1024,
48496
48496
  "x-reconciled-from-discovery": true,
48497
- "x-reconciled-at": "2026-01-07T03:09:17.409676+00:00"
48497
+ "x-reconciled-at": "2026-01-07T15:54:09.924831+00:00"
48498
48498
  },
48499
48499
  "disabled": {
48500
48500
  "type": "boolean",
@@ -48548,7 +48548,7 @@
48548
48548
  },
48549
48549
  "x-original-maxLength": 1024,
48550
48550
  "x-reconciled-from-discovery": true,
48551
- "x-reconciled-at": "2026-01-07T03:09:17.409686+00:00"
48551
+ "x-reconciled-at": "2026-01-07T15:54:09.924841+00:00"
48552
48552
  },
48553
48553
  "namespace": {
48554
48554
  "type": "string",
@@ -48567,7 +48567,7 @@
48567
48567
  },
48568
48568
  "x-original-maxLength": 1024,
48569
48569
  "x-reconciled-from-discovery": true,
48570
- "x-reconciled-at": "2026-01-07T03:09:17.409690+00:00"
48570
+ "x-reconciled-at": "2026-01-07T15:54:09.924845+00:00"
48571
48571
  },
48572
48572
  "owner_view": {
48573
48573
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -48609,7 +48609,7 @@
48609
48609
  "x-field-mutability": "read-only",
48610
48610
  "x-original-maxLength": 1024,
48611
48611
  "x-reconciled-from-discovery": true,
48612
- "x-reconciled-at": "2026-01-07T03:09:17.409698+00:00"
48612
+ "x-reconciled-at": "2026-01-07T15:54:09.924853+00:00"
48613
48613
  },
48614
48614
  "uid": {
48615
48615
  "type": "string",
@@ -48630,7 +48630,7 @@
48630
48630
  "x-original-maxLength": 1024,
48631
48631
  "format": "uuid",
48632
48632
  "x-reconciled-from-discovery": true,
48633
- "x-reconciled-at": "2026-01-07T03:09:17.409703+00:00"
48633
+ "x-reconciled-at": "2026-01-07T15:54:09.924857+00:00"
48634
48634
  }
48635
48635
  },
48636
48636
  "x-f5xc-description-short": "By default a summary of subnet is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -49057,7 +49057,7 @@
49057
49057
  },
49058
49058
  "x-original-maxLength": 1024,
49059
49059
  "x-reconciled-from-discovery": true,
49060
- "x-reconciled-at": "2026-01-07T03:09:24.540855+00:00"
49060
+ "x-reconciled-at": "2026-01-07T15:54:17.142368+00:00"
49061
49061
  },
49062
49062
  "node": {
49063
49063
  "type": "string",
@@ -49814,7 +49814,7 @@
49814
49814
  },
49815
49815
  "x-original-maxLength": 1024,
49816
49816
  "x-reconciled-from-discovery": true,
49817
- "x-reconciled-at": "2026-01-07T03:09:25.041981+00:00"
49817
+ "x-reconciled-at": "2026-01-07T15:54:17.647343+00:00"
49818
49818
  },
49819
49819
  "namespace": {
49820
49820
  "type": "string",
@@ -49834,7 +49834,7 @@
49834
49834
  },
49835
49835
  "x-original-maxLength": 1024,
49836
49836
  "x-reconciled-from-discovery": true,
49837
- "x-reconciled-at": "2026-01-07T03:09:25.041988+00:00"
49837
+ "x-reconciled-at": "2026-01-07T15:54:17.647347+00:00"
49838
49838
  }
49839
49839
  },
49840
49840
  "x-f5xc-minimum-configuration": {
@@ -50005,7 +50005,7 @@
50005
50005
  "maxLength": 17,
50006
50006
  "minLength": 17,
50007
50007
  "x-reconciled-from-discovery": true,
50008
- "x-reconciled-at": "2026-01-07T03:09:25.042007+00:00"
50008
+ "x-reconciled-at": "2026-01-07T15:54:17.647366+00:00"
50009
50009
  },
50010
50010
  "system_metadata": {
50011
50011
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -50299,7 +50299,7 @@
50299
50299
  },
50300
50300
  "x-original-maxLength": 1024,
50301
50301
  "x-reconciled-from-discovery": true,
50302
- "x-reconciled-at": "2026-01-07T03:09:25.042029+00:00"
50302
+ "x-reconciled-at": "2026-01-07T15:54:17.647385+00:00"
50303
50303
  },
50304
50304
  "disabled": {
50305
50305
  "type": "boolean",
@@ -50353,7 +50353,7 @@
50353
50353
  },
50354
50354
  "x-original-maxLength": 1024,
50355
50355
  "x-reconciled-from-discovery": true,
50356
- "x-reconciled-at": "2026-01-07T03:09:25.042039+00:00"
50356
+ "x-reconciled-at": "2026-01-07T15:54:17.647395+00:00"
50357
50357
  },
50358
50358
  "namespace": {
50359
50359
  "type": "string",
@@ -50372,7 +50372,7 @@
50372
50372
  },
50373
50373
  "x-original-maxLength": 1024,
50374
50374
  "x-reconciled-from-discovery": true,
50375
- "x-reconciled-at": "2026-01-07T03:09:25.042043+00:00"
50375
+ "x-reconciled-at": "2026-01-07T15:54:17.647399+00:00"
50376
50376
  },
50377
50377
  "owner_view": {
50378
50378
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -50414,7 +50414,7 @@
50414
50414
  "x-field-mutability": "read-only",
50415
50415
  "x-original-maxLength": 1024,
50416
50416
  "x-reconciled-from-discovery": true,
50417
- "x-reconciled-at": "2026-01-07T03:09:25.042051+00:00"
50417
+ "x-reconciled-at": "2026-01-07T15:54:17.647407+00:00"
50418
50418
  },
50419
50419
  "uid": {
50420
50420
  "type": "string",
@@ -50435,7 +50435,7 @@
50435
50435
  "x-original-maxLength": 1024,
50436
50436
  "format": "uuid",
50437
50437
  "x-reconciled-from-discovery": true,
50438
- "x-reconciled-at": "2026-01-07T03:09:25.042056+00:00"
50438
+ "x-reconciled-at": "2026-01-07T15:54:17.647412+00:00"
50439
50439
  }
50440
50440
  },
50441
50441
  "x-f5xc-description-short": "By default a summary of tunnel is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -50885,7 +50885,7 @@
50885
50885
  "maxLength": 15,
50886
50886
  "minLength": 3,
50887
50887
  "x-reconciled-from-discovery": true,
50888
- "x-reconciled-at": "2026-01-07T03:09:32.553293+00:00"
50888
+ "x-reconciled-at": "2026-01-07T15:54:25.159068+00:00"
50889
50889
  }
50890
50890
  },
50891
50891
  "x-f5xc-description-short": "X-displayName: \"Route Target\" BGP Two-Octet AS Specific Route Target as per RFC 4360.",
@@ -50942,7 +50942,7 @@
50942
50942
  "maxLength": 15,
50943
50943
  "minLength": 3,
50944
50944
  "x-reconciled-from-discovery": true,
50945
- "x-reconciled-at": "2026-01-07T03:09:32.553300+00:00"
50945
+ "x-reconciled-at": "2026-01-07T15:54:25.159075+00:00"
50946
50946
  }
50947
50947
  },
50948
50948
  "x-f5xc-description-short": "X-displayName: \"Four-Octet AS Specific Route Target\" BGP Four-Octet AS Specific Route Target as per RFC 5668.",
@@ -50999,7 +50999,7 @@
50999
50999
  "maxLength": 15,
51000
51000
  "minLength": 3,
51001
51001
  "x-reconciled-from-discovery": true,
51002
- "x-reconciled-at": "2026-01-07T03:09:32.553306+00:00"
51002
+ "x-reconciled-at": "2026-01-07T15:54:25.159082+00:00"
51003
51003
  }
51004
51004
  },
51005
51005
  "x-f5xc-description-short": "X-displayName: \"IPv4 Address Specific Route Target\" BGP IPv4 Address Specific Route Target as per RFC 4360.",
@@ -51195,7 +51195,7 @@
51195
51195
  },
51196
51196
  "x-original-maxLength": 1024,
51197
51197
  "x-reconciled-from-discovery": true,
51198
- "x-reconciled-at": "2026-01-07T03:09:32.553423+00:00"
51198
+ "x-reconciled-at": "2026-01-07T15:54:25.159199+00:00"
51199
51199
  },
51200
51200
  "namespace": {
51201
51201
  "type": "string",
@@ -51215,7 +51215,7 @@
51215
51215
  },
51216
51216
  "x-original-maxLength": 1024,
51217
51217
  "x-reconciled-from-discovery": true,
51218
- "x-reconciled-at": "2026-01-07T03:09:32.553427+00:00"
51218
+ "x-reconciled-at": "2026-01-07T15:54:25.159203+00:00"
51219
51219
  }
51220
51220
  },
51221
51221
  "x-f5xc-minimum-configuration": {
@@ -51318,7 +51318,7 @@
51318
51318
  "maxLength": 17,
51319
51319
  "minLength": 17,
51320
51320
  "x-reconciled-from-discovery": true,
51321
- "x-reconciled-at": "2026-01-07T03:09:32.553441+00:00"
51321
+ "x-reconciled-at": "2026-01-07T15:54:25.159217+00:00"
51322
51322
  },
51323
51323
  "system_metadata": {
51324
51324
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -51550,7 +51550,7 @@
51550
51550
  },
51551
51551
  "x-original-maxLength": 1024,
51552
51552
  "x-reconciled-from-discovery": true,
51553
- "x-reconciled-at": "2026-01-07T03:09:32.553460+00:00"
51553
+ "x-reconciled-at": "2026-01-07T15:54:25.159236+00:00"
51554
51554
  },
51555
51555
  "disabled": {
51556
51556
  "type": "boolean",
@@ -51604,7 +51604,7 @@
51604
51604
  },
51605
51605
  "x-original-maxLength": 1024,
51606
51606
  "x-reconciled-from-discovery": true,
51607
- "x-reconciled-at": "2026-01-07T03:09:32.553470+00:00"
51607
+ "x-reconciled-at": "2026-01-07T15:54:25.159246+00:00"
51608
51608
  },
51609
51609
  "namespace": {
51610
51610
  "type": "string",
@@ -51623,7 +51623,7 @@
51623
51623
  },
51624
51624
  "x-original-maxLength": 1024,
51625
51625
  "x-reconciled-from-discovery": true,
51626
- "x-reconciled-at": "2026-01-07T03:09:32.553474+00:00"
51626
+ "x-reconciled-at": "2026-01-07T15:54:25.159250+00:00"
51627
51627
  },
51628
51628
  "owner_view": {
51629
51629
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -51665,7 +51665,7 @@
51665
51665
  "x-field-mutability": "read-only",
51666
51666
  "x-original-maxLength": 1024,
51667
51667
  "x-reconciled-from-discovery": true,
51668
- "x-reconciled-at": "2026-01-07T03:09:32.553481+00:00"
51668
+ "x-reconciled-at": "2026-01-07T15:54:25.159258+00:00"
51669
51669
  },
51670
51670
  "uid": {
51671
51671
  "type": "string",
@@ -51686,7 +51686,7 @@
51686
51686
  "x-original-maxLength": 1024,
51687
51687
  "format": "uuid",
51688
51688
  "x-reconciled-from-discovery": true,
51689
- "x-reconciled-at": "2026-01-07T03:09:32.553486+00:00"
51689
+ "x-reconciled-at": "2026-01-07T15:54:25.159262+00:00"
51690
51690
  }
51691
51691
  },
51692
51692
  "x-f5xc-description-short": "By default a summary of virtual_network is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -52165,7 +52165,7 @@
52165
52165
  },
52166
52166
  "x-original-maxLength": 1024,
52167
52167
  "x-reconciled-from-discovery": true,
52168
- "x-reconciled-at": "2026-01-07T03:09:32.553530+00:00"
52168
+ "x-reconciled-at": "2026-01-07T15:54:25.159305+00:00"
52169
52169
  },
52170
52170
  "range": {
52171
52171
  "type": "string",
@@ -52367,7 +52367,7 @@
52367
52367
  "maxLength": 16,
52368
52368
  "minLength": 7,
52369
52369
  "x-reconciled-from-discovery": true,
52370
- "x-reconciled-at": "2026-01-07T03:09:32.553544+00:00"
52370
+ "x-reconciled-at": "2026-01-07T15:54:25.159319+00:00"
52371
52371
  },
52372
52372
  "value": {
52373
52373
  "type": "array",
@@ -52386,7 +52386,7 @@
52386
52386
  "maxLength": 15,
52387
52387
  "minLength": 3,
52388
52388
  "x-reconciled-from-discovery": true,
52389
- "x-reconciled-at": "2026-01-07T03:09:32.553549+00:00"
52389
+ "x-reconciled-at": "2026-01-07T15:54:25.159325+00:00"
52390
52390
  }
52391
52391
  },
52392
52392
  "x-f5xc-description-short": "SID Counter Type Data contains key/value pairs that uniquely identifies the group_by labels specified in the request.",
@@ -52560,7 +52560,7 @@
52560
52560
  },
52561
52561
  "x-original-maxLength": 1024,
52562
52562
  "x-reconciled-from-discovery": true,
52563
- "x-reconciled-at": "2026-01-07T03:09:32.553563+00:00"
52563
+ "x-reconciled-at": "2026-01-07T15:54:25.159339+00:00"
52564
52564
  }
52565
52565
  },
52566
52566
  "x-f5xc-description-short": "X-displayName: \"Srv6 Network Namespace Parameters\" Configure the how namespace network is connected to srv6 network.",