@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": "Ddos",
5
5
  "description": "Network perimeter hardening through deny list configurations, rule group hierarchies, and encrypted tunnel endpoints. Attack signature detection identifies flood patterns while throttling mechanisms block anomalous traffic bursts. Tunnel health checks verify coverage across distributed segments. Priority ordering governs policy application for multi-layered screening approaches.",
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"
@@ -15626,7 +15626,7 @@
15626
15626
  },
15627
15627
  "x-original-maxLength": 1024,
15628
15628
  "x-reconciled-from-discovery": true,
15629
- "x-reconciled-at": "2026-01-07T03:08:35.575971+00:00"
15629
+ "x-reconciled-at": "2026-01-07T15:53:27.888754+00:00"
15630
15630
  }
15631
15631
  },
15632
15632
  "x-f5xc-description-short": "Request to add an alert to event (link them together).",
@@ -15699,7 +15699,7 @@
15699
15699
  },
15700
15700
  "x-original-maxLength": 1024,
15701
15701
  "x-reconciled-from-discovery": true,
15702
- "x-reconciled-at": "2026-01-07T03:08:35.575981+00:00"
15702
+ "x-reconciled-at": "2026-01-07T15:53:27.888764+00:00"
15703
15703
  },
15704
15704
  "event_id": {
15705
15705
  "type": "string",
@@ -15737,7 +15737,7 @@
15737
15737
  },
15738
15738
  "x-original-maxLength": 1024,
15739
15739
  "x-reconciled-from-discovery": true,
15740
- "x-reconciled-at": "2026-01-07T03:08:35.575987+00:00"
15740
+ "x-reconciled-at": "2026-01-07T15:53:27.888771+00:00"
15741
15741
  },
15742
15742
  "time": {
15743
15743
  "type": "string",
@@ -15774,7 +15774,7 @@
15774
15774
  },
15775
15775
  "x-original-maxLength": 1024,
15776
15776
  "x-reconciled-from-discovery": true,
15777
- "x-reconciled-at": "2026-01-07T03:08:35.575993+00:00"
15777
+ "x-reconciled-at": "2026-01-07T15:53:27.888776+00:00"
15778
15778
  }
15779
15779
  },
15780
15780
  "x-f5xc-description-short": "Request to add a single event detail to an event.",
@@ -16077,7 +16077,7 @@
16077
16077
  },
16078
16078
  "x-original-maxLength": 1024,
16079
16079
  "x-reconciled-from-discovery": true,
16080
- "x-reconciled-at": "2026-01-07T03:08:35.576019+00:00"
16080
+ "x-reconciled-at": "2026-01-07T15:53:27.888803+00:00"
16081
16081
  },
16082
16082
  "number": {
16083
16083
  "type": "integer",
@@ -16355,7 +16355,7 @@
16355
16355
  },
16356
16356
  "x-original-maxLength": 1024,
16357
16357
  "x-reconciled-from-discovery": true,
16358
- "x-reconciled-at": "2026-01-07T03:08:35.576041+00:00"
16358
+ "x-reconciled-at": "2026-01-07T15:53:27.888825+00:00"
16359
16359
  },
16360
16360
  "size_bytes": {
16361
16361
  "type": "string",
@@ -16531,7 +16531,7 @@
16531
16531
  },
16532
16532
  "x-original-maxLength": 1024,
16533
16533
  "x-reconciled-from-discovery": true,
16534
- "x-reconciled-at": "2026-01-07T03:08:35.576056+00:00"
16534
+ "x-reconciled-at": "2026-01-07T15:53:27.888840+00:00"
16535
16535
  },
16536
16536
  "time": {
16537
16537
  "type": "string",
@@ -16709,7 +16709,7 @@
16709
16709
  },
16710
16710
  "x-original-maxLength": 256,
16711
16711
  "x-reconciled-from-discovery": true,
16712
- "x-reconciled-at": "2026-01-07T03:08:35.576067+00:00"
16712
+ "x-reconciled-at": "2026-01-07T15:53:27.888851+00:00"
16713
16713
  },
16714
16714
  "zone1": {
16715
16715
  "$ref": "#/components/schemas/schemaEmpty"
@@ -16773,7 +16773,7 @@
16773
16773
  },
16774
16774
  "x-original-maxLength": 1024,
16775
16775
  "x-reconciled-from-discovery": true,
16776
- "x-reconciled-at": "2026-01-07T03:08:35.576076+00:00"
16776
+ "x-reconciled-at": "2026-01-07T15:53:27.888860+00:00"
16777
16777
  },
16778
16778
  "event_detail_id": {
16779
16779
  "type": "string",
@@ -16828,7 +16828,7 @@
16828
16828
  },
16829
16829
  "x-original-maxLength": 1024,
16830
16830
  "x-reconciled-from-discovery": true,
16831
- "x-reconciled-at": "2026-01-07T03:08:35.576083+00:00"
16831
+ "x-reconciled-at": "2026-01-07T15:53:27.888867+00:00"
16832
16832
  },
16833
16833
  "time": {
16834
16834
  "type": "string",
@@ -16865,7 +16865,7 @@
16865
16865
  },
16866
16866
  "x-original-maxLength": 1024,
16867
16867
  "x-reconciled-from-discovery": true,
16868
- "x-reconciled-at": "2026-01-07T03:08:35.576088+00:00"
16868
+ "x-reconciled-at": "2026-01-07T15:53:27.888872+00:00"
16869
16869
  }
16870
16870
  },
16871
16871
  "x-f5xc-description-short": "Request to update a single event detail.",
@@ -16934,7 +16934,7 @@
16934
16934
  },
16935
16935
  "x-original-maxLength": 1024,
16936
16936
  "x-reconciled-from-discovery": true,
16937
- "x-reconciled-at": "2026-01-07T03:08:35.576094+00:00"
16937
+ "x-reconciled-at": "2026-01-07T15:53:27.888878+00:00"
16938
16938
  },
16939
16939
  "end_time": {
16940
16940
  "type": "string",
@@ -17004,7 +17004,7 @@
17004
17004
  },
17005
17005
  "x-original-maxLength": 1024,
17006
17006
  "x-reconciled-from-discovery": true,
17007
- "x-reconciled-at": "2026-01-07T03:08:35.576103+00:00"
17007
+ "x-reconciled-at": "2026-01-07T15:53:27.888886+00:00"
17008
17008
  },
17009
17009
  "namespace": {
17010
17010
  "type": "string",
@@ -17024,7 +17024,7 @@
17024
17024
  },
17025
17025
  "x-original-maxLength": 1024,
17026
17026
  "x-reconciled-from-discovery": true,
17027
- "x-reconciled-at": "2026-01-07T03:08:35.576107+00:00"
17027
+ "x-reconciled-at": "2026-01-07T15:53:27.888890+00:00"
17028
17028
  }
17029
17029
  },
17030
17030
  "x-f5xc-minimum-configuration": {
@@ -17125,7 +17125,7 @@
17125
17125
  },
17126
17126
  "x-original-maxLength": 1024,
17127
17127
  "x-reconciled-from-discovery": true,
17128
- "x-reconciled-at": "2026-01-07T03:08:35.576115+00:00"
17128
+ "x-reconciled-at": "2026-01-07T15:53:27.888901+00:00"
17129
17129
  },
17130
17130
  "end_time": {
17131
17131
  "type": "string",
@@ -17241,7 +17241,7 @@
17241
17241
  },
17242
17242
  "x-original-maxLength": 1024,
17243
17243
  "x-reconciled-from-discovery": true,
17244
- "x-reconciled-at": "2026-01-07T03:08:35.576128+00:00"
17244
+ "x-reconciled-at": "2026-01-07T15:53:27.888913+00:00"
17245
17245
  },
17246
17246
  "network_id": {
17247
17247
  "type": "string",
@@ -17359,7 +17359,7 @@
17359
17359
  },
17360
17360
  "x-original-maxLength": 1024,
17361
17361
  "x-reconciled-from-discovery": true,
17362
- "x-reconciled-at": "2026-01-07T03:08:35.576138+00:00"
17362
+ "x-reconciled-at": "2026-01-07T15:53:27.888924+00:00"
17363
17363
  },
17364
17364
  "id": {
17365
17365
  "type": "string",
@@ -17416,7 +17416,7 @@
17416
17416
  },
17417
17417
  "x-original-maxLength": 1024,
17418
17418
  "x-reconciled-from-discovery": true,
17419
- "x-reconciled-at": "2026-01-07T03:08:35.576145+00:00"
17419
+ "x-reconciled-at": "2026-01-07T15:53:27.888931+00:00"
17420
17420
  }
17421
17421
  },
17422
17422
  "x-f5xc-description-short": "Event detail represents a single occurrence of event detail, that tracks customer, SOC notes on a given event.",
@@ -17481,7 +17481,7 @@
17481
17481
  },
17482
17482
  "x-original-maxLength": 1024,
17483
17483
  "x-reconciled-from-discovery": true,
17484
- "x-reconciled-at": "2026-01-07T03:08:35.576151+00:00"
17484
+ "x-reconciled-at": "2026-01-07T15:53:27.888938+00:00"
17485
17485
  }
17486
17486
  },
17487
17487
  "x-f5xc-minimum-configuration": {
@@ -17713,7 +17713,7 @@
17713
17713
  },
17714
17714
  "x-original-maxLength": 1024,
17715
17715
  "x-reconciled-from-discovery": true,
17716
- "x-reconciled-at": "2026-01-07T03:08:35.576169+00:00"
17716
+ "x-reconciled-at": "2026-01-07T15:53:27.888955+00:00"
17717
17717
  },
17718
17718
  "network_id": {
17719
17719
  "type": "string",
@@ -18016,7 +18016,7 @@
18016
18016
  },
18017
18017
  "x-original-maxLength": 1024,
18018
18018
  "x-reconciled-from-discovery": true,
18019
- "x-reconciled-at": "2026-01-07T03:08:35.576187+00:00"
18019
+ "x-reconciled-at": "2026-01-07T15:53:27.888973+00:00"
18020
18020
  },
18021
18021
  "network_id": {
18022
18022
  "type": "string",
@@ -18283,7 +18283,7 @@
18283
18283
  },
18284
18284
  "x-original-maxLength": 1024,
18285
18285
  "x-reconciled-from-discovery": true,
18286
- "x-reconciled-at": "2026-01-07T03:08:35.576204+00:00"
18286
+ "x-reconciled-at": "2026-01-07T15:53:27.888990+00:00"
18287
18287
  },
18288
18288
  "network_id": {
18289
18289
  "type": "string",
@@ -18456,7 +18456,7 @@
18456
18456
  },
18457
18457
  "x-original-maxLength": 1024,
18458
18458
  "x-reconciled-from-discovery": true,
18459
- "x-reconciled-at": "2026-01-07T03:08:35.576217+00:00"
18459
+ "x-reconciled-at": "2026-01-07T15:53:27.889002+00:00"
18460
18460
  },
18461
18461
  "start_time": {
18462
18462
  "type": "string",
@@ -18636,7 +18636,7 @@
18636
18636
  },
18637
18637
  "x-original-maxLength": 1024,
18638
18638
  "x-reconciled-from-discovery": true,
18639
- "x-reconciled-at": "2026-01-07T03:08:35.576231+00:00"
18639
+ "x-reconciled-at": "2026-01-07T15:53:27.889016+00:00"
18640
18640
  },
18641
18641
  "network_id": {
18642
18642
  "type": "string",
@@ -18917,7 +18917,7 @@
18917
18917
  },
18918
18918
  "x-original-maxLength": 1024,
18919
18919
  "x-reconciled-from-discovery": true,
18920
- "x-reconciled-at": "2026-01-07T03:08:35.576252+00:00"
18920
+ "x-reconciled-at": "2026-01-07T15:53:27.889037+00:00"
18921
18921
  },
18922
18922
  "prefixes": {
18923
18923
  "$ref": "#/components/schemas/schemaPrefixListType"
@@ -19029,7 +19029,7 @@
19029
19029
  },
19030
19030
  "x-original-maxLength": 1024,
19031
19031
  "x-reconciled-from-discovery": true,
19032
- "x-reconciled-at": "2026-01-07T03:08:35.576264+00:00"
19032
+ "x-reconciled-at": "2026-01-07T15:53:27.889048+00:00"
19033
19033
  },
19034
19034
  "scheduled": {
19035
19035
  "type": "boolean",
@@ -19095,7 +19095,7 @@
19095
19095
  },
19096
19096
  "x-original-maxLength": 1024,
19097
19097
  "x-reconciled-from-discovery": true,
19098
- "x-reconciled-at": "2026-01-07T03:08:35.576272+00:00"
19098
+ "x-reconciled-at": "2026-01-07T15:53:27.889057+00:00"
19099
19099
  }
19100
19100
  },
19101
19101
  "x-f5xc-minimum-configuration": {
@@ -19189,7 +19189,7 @@
19189
19189
  },
19190
19190
  "x-original-maxLength": 1024,
19191
19191
  "x-reconciled-from-discovery": true,
19192
- "x-reconciled-at": "2026-01-07T03:08:35.576280+00:00"
19192
+ "x-reconciled-at": "2026-01-07T15:53:27.889064+00:00"
19193
19193
  },
19194
19194
  "request_body": {
19195
19195
  "$ref": "#/components/schemas/protobufAny"
@@ -19392,7 +19392,7 @@
19392
19392
  },
19393
19393
  "x-original-maxLength": 1024,
19394
19394
  "x-reconciled-from-discovery": true,
19395
- "x-reconciled-at": "2026-01-07T03:08:35.576296+00:00"
19395
+ "x-reconciled-at": "2026-01-07T15:53:27.889080+00:00"
19396
19396
  },
19397
19397
  "range": {
19398
19398
  "type": "string",
@@ -19595,7 +19595,7 @@
19595
19595
  "maxLength": 16,
19596
19596
  "minLength": 7,
19597
19597
  "x-reconciled-from-discovery": true,
19598
- "x-reconciled-at": "2026-01-07T03:08:35.576310+00:00"
19598
+ "x-reconciled-at": "2026-01-07T15:53:27.889094+00:00"
19599
19599
  },
19600
19600
  "value": {
19601
19601
  "type": "array",
@@ -19614,7 +19614,7 @@
19614
19614
  "maxLength": 15,
19615
19615
  "minLength": 3,
19616
19616
  "x-reconciled-from-discovery": true,
19617
- "x-reconciled-at": "2026-01-07T03:08:35.576315+00:00"
19617
+ "x-reconciled-at": "2026-01-07T15:53:27.889099+00:00"
19618
19618
  }
19619
19619
  },
19620
19620
  "x-f5xc-description-short": "Transit Usage Type Data contains key/value pair that uniquely identifies the group_by labels specified in the request.",
@@ -19664,7 +19664,7 @@
19664
19664
  },
19665
19665
  "x-original-maxLength": 1024,
19666
19666
  "x-reconciled-from-discovery": true,
19667
- "x-reconciled-at": "2026-01-07T03:08:35.576322+00:00"
19667
+ "x-reconciled-at": "2026-01-07T15:53:27.889106+00:00"
19668
19668
  }
19669
19669
  },
19670
19670
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -19858,7 +19858,7 @@
19858
19858
  },
19859
19859
  "x-original-maxLength": 1024,
19860
19860
  "x-reconciled-from-discovery": true,
19861
- "x-reconciled-at": "2026-01-07T03:08:35.576337+00:00"
19861
+ "x-reconciled-at": "2026-01-07T15:53:27.889120+00:00"
19862
19862
  }
19863
19863
  },
19864
19864
  "x-f5xc-description-short": "Metric data contains timestamp and the value.",
@@ -19973,7 +19973,7 @@
19973
19973
  },
19974
19974
  "x-original-maxLength": 1024,
19975
19975
  "x-reconciled-from-discovery": true,
19976
- "x-reconciled-at": "2026-01-07T03:08:35.576344+00:00"
19976
+ "x-reconciled-at": "2026-01-07T15:53:27.889127+00:00"
19977
19977
  },
19978
19978
  "previous_value": {
19979
19979
  "type": "string",
@@ -20012,7 +20012,7 @@
20012
20012
  },
20013
20013
  "x-original-maxLength": 1024,
20014
20014
  "x-reconciled-from-discovery": true,
20015
- "x-reconciled-at": "2026-01-07T03:08:35.576351+00:00"
20015
+ "x-reconciled-at": "2026-01-07T15:53:27.889134+00:00"
20016
20016
  }
20017
20017
  },
20018
20018
  "x-f5xc-description-short": "Trend value contains trend value, trend sentiment and trend calculation description and window size.",
@@ -20139,7 +20139,7 @@
20139
20139
  },
20140
20140
  "x-original-maxLength": 1024,
20141
20141
  "x-reconciled-from-discovery": true,
20142
- "x-reconciled-at": "2026-01-07T03:08:35.576358+00:00"
20142
+ "x-reconciled-at": "2026-01-07T15:53:27.889141+00:00"
20143
20143
  },
20144
20144
  "ref_value": {
20145
20145
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -20174,7 +20174,7 @@
20174
20174
  },
20175
20175
  "x-original-maxLength": 1024,
20176
20176
  "x-reconciled-from-discovery": true,
20177
- "x-reconciled-at": "2026-01-07T03:08:35.576365+00:00"
20177
+ "x-reconciled-at": "2026-01-07T15:53:27.889147+00:00"
20178
20178
  }
20179
20179
  },
20180
20180
  "x-f5xc-description-short": "Tuple with a suggested value and it's description.",
@@ -20230,7 +20230,7 @@
20230
20230
  },
20231
20231
  "x-original-maxLength": 128,
20232
20232
  "x-reconciled-from-discovery": true,
20233
- "x-reconciled-at": "2026-01-07T03:08:35.576370+00:00"
20233
+ "x-reconciled-at": "2026-01-07T15:53:27.889152+00:00"
20234
20234
  },
20235
20235
  "namespace": {
20236
20236
  "type": "string",
@@ -20257,7 +20257,7 @@
20257
20257
  },
20258
20258
  "x-original-maxLength": 64,
20259
20259
  "x-reconciled-from-discovery": true,
20260
- "x-reconciled-at": "2026-01-07T03:08:35.576375+00:00"
20260
+ "x-reconciled-at": "2026-01-07T15:53:27.889157+00:00"
20261
20261
  },
20262
20262
  "tenant": {
20263
20263
  "type": "string",
@@ -20286,7 +20286,7 @@
20286
20286
  "x-field-mutability": "read-only",
20287
20287
  "x-original-maxLength": 64,
20288
20288
  "x-reconciled-from-discovery": true,
20289
- "x-reconciled-at": "2026-01-07T03:08:35.576379+00:00"
20289
+ "x-reconciled-at": "2026-01-07T15:53:27.889161+00:00"
20290
20290
  }
20291
20291
  },
20292
20292
  "x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
@@ -20455,7 +20455,7 @@
20455
20455
  },
20456
20456
  "x-original-maxLength": 1024,
20457
20457
  "x-reconciled-from-discovery": true,
20458
- "x-reconciled-at": "2026-01-07T03:08:36.000800+00:00"
20458
+ "x-reconciled-at": "2026-01-07T15:53:28.316265+00:00"
20459
20459
  },
20460
20460
  "namespace": {
20461
20461
  "type": "string",
@@ -20475,7 +20475,7 @@
20475
20475
  },
20476
20476
  "x-original-maxLength": 1024,
20477
20477
  "x-reconciled-from-discovery": true,
20478
- "x-reconciled-at": "2026-01-07T03:08:36.000807+00:00"
20478
+ "x-reconciled-at": "2026-01-07T15:53:28.316272+00:00"
20479
20479
  }
20480
20480
  },
20481
20481
  "x-f5xc-minimum-configuration": {
@@ -20578,7 +20578,7 @@
20578
20578
  "maxLength": 17,
20579
20579
  "minLength": 17,
20580
20580
  "x-reconciled-from-discovery": true,
20581
- "x-reconciled-at": "2026-01-07T03:08:36.000822+00:00"
20581
+ "x-reconciled-at": "2026-01-07T15:53:28.316288+00:00"
20582
20582
  },
20583
20583
  "system_metadata": {
20584
20584
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -20791,7 +20791,7 @@
20791
20791
  },
20792
20792
  "x-original-maxLength": 1024,
20793
20793
  "x-reconciled-from-discovery": true,
20794
- "x-reconciled-at": "2026-01-07T03:08:36.000843+00:00"
20794
+ "x-reconciled-at": "2026-01-07T15:53:28.316309+00:00"
20795
20795
  },
20796
20796
  "disabled": {
20797
20797
  "type": "boolean",
@@ -20845,7 +20845,7 @@
20845
20845
  },
20846
20846
  "x-original-maxLength": 1024,
20847
20847
  "x-reconciled-from-discovery": true,
20848
- "x-reconciled-at": "2026-01-07T03:08:36.000853+00:00"
20848
+ "x-reconciled-at": "2026-01-07T15:53:28.316319+00:00"
20849
20849
  },
20850
20850
  "namespace": {
20851
20851
  "type": "string",
@@ -20864,7 +20864,7 @@
20864
20864
  },
20865
20865
  "x-original-maxLength": 1024,
20866
20866
  "x-reconciled-from-discovery": true,
20867
- "x-reconciled-at": "2026-01-07T03:08:36.000858+00:00"
20867
+ "x-reconciled-at": "2026-01-07T15:53:28.316323+00:00"
20868
20868
  },
20869
20869
  "owner_view": {
20870
20870
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -20906,7 +20906,7 @@
20906
20906
  "x-field-mutability": "read-only",
20907
20907
  "x-original-maxLength": 1024,
20908
20908
  "x-reconciled-from-discovery": true,
20909
- "x-reconciled-at": "2026-01-07T03:08:36.000865+00:00"
20909
+ "x-reconciled-at": "2026-01-07T15:53:28.316331+00:00"
20910
20910
  },
20911
20911
  "uid": {
20912
20912
  "type": "string",
@@ -20928,7 +20928,7 @@
20928
20928
  "x-original-maxLength": 1024,
20929
20929
  "format": "uuid",
20930
20930
  "x-reconciled-from-discovery": true,
20931
- "x-reconciled-at": "2026-01-07T03:08:36.000871+00:00"
20931
+ "x-reconciled-at": "2026-01-07T15:53:28.316336+00:00"
20932
20932
  }
20933
20933
  },
20934
20934
  "x-f5xc-description-short": "By default a summary of infraprotect_asn is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -21094,7 +21094,7 @@
21094
21094
  },
21095
21095
  "x-original-maxLength": 1024,
21096
21096
  "x-reconciled-from-discovery": true,
21097
- "x-reconciled-at": "2026-01-07T03:08:36.000885+00:00"
21097
+ "x-reconciled-at": "2026-01-07T15:53:28.316350+00:00"
21098
21098
  },
21099
21099
  "namespace": {
21100
21100
  "type": "string",
@@ -21121,7 +21121,7 @@
21121
21121
  },
21122
21122
  "x-original-maxLength": 1024,
21123
21123
  "x-reconciled-from-discovery": true,
21124
- "x-reconciled-at": "2026-01-07T03:08:36.000889+00:00"
21124
+ "x-reconciled-at": "2026-01-07T15:53:28.316355+00:00"
21125
21125
  },
21126
21126
  "review_type_approved": {
21127
21127
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -21241,7 +21241,7 @@
21241
21241
  },
21242
21242
  "x-original-maxLength": 1024,
21243
21243
  "x-reconciled-from-discovery": true,
21244
- "x-reconciled-at": "2026-01-07T03:08:36.000908+00:00"
21244
+ "x-reconciled-at": "2026-01-07T15:53:28.316373+00:00"
21245
21245
  },
21246
21246
  "service_name": {
21247
21247
  "type": "string",
@@ -21284,7 +21284,7 @@
21284
21284
  },
21285
21285
  "x-original-maxLength": 1024,
21286
21286
  "x-reconciled-from-discovery": true,
21287
- "x-reconciled-at": "2026-01-07T03:08:36.000929+00:00"
21287
+ "x-reconciled-at": "2026-01-07T15:53:28.316379+00:00"
21288
21288
  },
21289
21289
  "type": {
21290
21290
  "type": "string",
@@ -21429,7 +21429,7 @@
21429
21429
  },
21430
21430
  "x-original-maxLength": 1024,
21431
21431
  "x-reconciled-from-discovery": true,
21432
- "x-reconciled-at": "2026-01-07T03:08:36.000942+00:00"
21432
+ "x-reconciled-at": "2026-01-07T15:53:28.316390+00:00"
21433
21433
  }
21434
21434
  },
21435
21435
  "x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
@@ -21545,7 +21545,7 @@
21545
21545
  },
21546
21546
  "x-original-maxLength": 1200,
21547
21547
  "x-reconciled-from-discovery": true,
21548
- "x-reconciled-at": "2026-01-07T03:08:36.000951+00:00"
21548
+ "x-reconciled-at": "2026-01-07T15:53:28.316400+00:00"
21549
21549
  },
21550
21550
  "disable": {
21551
21551
  "type": "boolean",
@@ -21603,7 +21603,7 @@
21603
21603
  },
21604
21604
  "x-original-maxLength": 1024,
21605
21605
  "x-reconciled-from-discovery": true,
21606
- "x-reconciled-at": "2026-01-07T03:08:36.000959+00:00"
21606
+ "x-reconciled-at": "2026-01-07T15:53:28.316407+00:00"
21607
21607
  },
21608
21608
  "namespace": {
21609
21609
  "type": "string",
@@ -21624,7 +21624,7 @@
21624
21624
  },
21625
21625
  "x-original-maxLength": 1024,
21626
21626
  "x-reconciled-from-discovery": true,
21627
- "x-reconciled-at": "2026-01-07T03:08:36.000963+00:00"
21627
+ "x-reconciled-at": "2026-01-07T15:53:28.316411+00:00"
21628
21628
  }
21629
21629
  },
21630
21630
  "x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
@@ -21704,7 +21704,7 @@
21704
21704
  },
21705
21705
  "x-original-maxLength": 1200,
21706
21706
  "x-reconciled-from-discovery": true,
21707
- "x-reconciled-at": "2026-01-07T03:08:36.000969+00:00"
21707
+ "x-reconciled-at": "2026-01-07T15:53:28.316417+00:00"
21708
21708
  },
21709
21709
  "disable": {
21710
21710
  "type": "boolean",
@@ -21764,7 +21764,7 @@
21764
21764
  },
21765
21765
  "x-original-maxLength": 1024,
21766
21766
  "x-reconciled-from-discovery": true,
21767
- "x-reconciled-at": "2026-01-07T03:08:36.000976+00:00"
21767
+ "x-reconciled-at": "2026-01-07T15:53:28.316424+00:00"
21768
21768
  },
21769
21769
  "namespace": {
21770
21770
  "type": "string",
@@ -21785,7 +21785,7 @@
21785
21785
  },
21786
21786
  "x-original-maxLength": 1024,
21787
21787
  "x-reconciled-from-discovery": true,
21788
- "x-reconciled-at": "2026-01-07T03:08:36.000980+00:00"
21788
+ "x-reconciled-at": "2026-01-07T15:53:28.316428+00:00"
21789
21789
  }
21790
21790
  },
21791
21791
  "x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
@@ -21833,7 +21833,7 @@
21833
21833
  "readOnly": true,
21834
21834
  "x-original-maxLength": 1024,
21835
21835
  "x-reconciled-from-discovery": true,
21836
- "x-reconciled-at": "2026-01-07T03:08:36.000985+00:00"
21836
+ "x-reconciled-at": "2026-01-07T15:53:28.316433+00:00"
21837
21837
  },
21838
21838
  "name": {
21839
21839
  "type": "string",
@@ -21854,7 +21854,7 @@
21854
21854
  },
21855
21855
  "x-original-maxLength": 1024,
21856
21856
  "x-reconciled-from-discovery": true,
21857
- "x-reconciled-at": "2026-01-07T03:08:36.000989+00:00"
21857
+ "x-reconciled-at": "2026-01-07T15:53:28.316436+00:00"
21858
21858
  },
21859
21859
  "namespace": {
21860
21860
  "type": "string",
@@ -21875,7 +21875,7 @@
21875
21875
  },
21876
21876
  "x-original-maxLength": 1024,
21877
21877
  "x-reconciled-from-discovery": true,
21878
- "x-reconciled-at": "2026-01-07T03:08:36.000992+00:00"
21878
+ "x-reconciled-at": "2026-01-07T15:53:28.316440+00:00"
21879
21879
  },
21880
21880
  "tenant": {
21881
21881
  "type": "string",
@@ -21898,7 +21898,7 @@
21898
21898
  "x-field-mutability": "read-only",
21899
21899
  "x-original-maxLength": 1024,
21900
21900
  "x-reconciled-from-discovery": true,
21901
- "x-reconciled-at": "2026-01-07T03:08:36.000996+00:00"
21901
+ "x-reconciled-at": "2026-01-07T15:53:28.316444+00:00"
21902
21902
  },
21903
21903
  "uid": {
21904
21904
  "type": "string",
@@ -21922,7 +21922,7 @@
21922
21922
  "x-original-maxLength": 1024,
21923
21923
  "format": "uuid",
21924
21924
  "x-reconciled-from-discovery": true,
21925
- "x-reconciled-at": "2026-01-07T03:08:36.001002+00:00"
21925
+ "x-reconciled-at": "2026-01-07T15:53:28.316450+00:00"
21926
21926
  }
21927
21927
  },
21928
21928
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -22002,7 +22002,7 @@
22002
22002
  },
22003
22003
  "x-original-maxLength": 1200,
22004
22004
  "x-reconciled-from-discovery": true,
22005
- "x-reconciled-at": "2026-01-07T03:08:36.001009+00:00"
22005
+ "x-reconciled-at": "2026-01-07T15:53:28.316456+00:00"
22006
22006
  },
22007
22007
  "disable": {
22008
22008
  "type": "boolean",
@@ -22060,7 +22060,7 @@
22060
22060
  },
22061
22061
  "x-original-maxLength": 1024,
22062
22062
  "x-reconciled-from-discovery": true,
22063
- "x-reconciled-at": "2026-01-07T03:08:36.001016+00:00"
22063
+ "x-reconciled-at": "2026-01-07T15:53:28.316464+00:00"
22064
22064
  },
22065
22065
  "namespace": {
22066
22066
  "type": "string",
@@ -22081,7 +22081,7 @@
22081
22081
  },
22082
22082
  "x-original-maxLength": 1024,
22083
22083
  "x-reconciled-from-discovery": true,
22084
- "x-reconciled-at": "2026-01-07T03:08:36.001020+00:00"
22084
+ "x-reconciled-at": "2026-01-07T15:53:28.316468+00:00"
22085
22085
  }
22086
22086
  },
22087
22087
  "x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
@@ -22205,7 +22205,7 @@
22205
22205
  "x-original-maxLength": 1024,
22206
22206
  "format": "uuid",
22207
22207
  "x-reconciled-from-discovery": true,
22208
- "x-reconciled-at": "2026-01-07T03:08:36.001033+00:00"
22208
+ "x-reconciled-at": "2026-01-07T15:53:28.316480+00:00"
22209
22209
  },
22210
22210
  "vtrp_id": {
22211
22211
  "type": "string",
@@ -22325,7 +22325,7 @@
22325
22325
  },
22326
22326
  "x-original-maxLength": 1024,
22327
22327
  "x-reconciled-from-discovery": true,
22328
- "x-reconciled-at": "2026-01-07T03:08:36.001043+00:00"
22328
+ "x-reconciled-at": "2026-01-07T15:53:28.316490+00:00"
22329
22329
  },
22330
22330
  "status": {
22331
22331
  "type": "string",
@@ -22345,7 +22345,7 @@
22345
22345
  },
22346
22346
  "x-original-maxLength": 1024,
22347
22347
  "x-reconciled-from-discovery": true,
22348
- "x-reconciled-at": "2026-01-07T03:08:36.001047+00:00"
22348
+ "x-reconciled-at": "2026-01-07T15:53:28.316493+00:00"
22349
22349
  }
22350
22350
  },
22351
22351
  "x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
@@ -22540,7 +22540,7 @@
22540
22540
  "x-field-mutability": "read-only",
22541
22541
  "x-original-maxLength": 1024,
22542
22542
  "x-reconciled-from-discovery": true,
22543
- "x-reconciled-at": "2026-01-07T03:08:36.001066+00:00"
22543
+ "x-reconciled-at": "2026-01-07T15:53:28.316512+00:00"
22544
22544
  },
22545
22545
  "uid": {
22546
22546
  "type": "string",
@@ -22563,7 +22563,7 @@
22563
22563
  "x-original-maxLength": 1024,
22564
22564
  "format": "uuid",
22565
22565
  "x-reconciled-from-discovery": true,
22566
- "x-reconciled-at": "2026-01-07T03:08:36.001071+00:00"
22566
+ "x-reconciled-at": "2026-01-07T15:53:28.316517+00:00"
22567
22567
  }
22568
22568
  },
22569
22569
  "x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
@@ -22615,7 +22615,7 @@
22615
22615
  },
22616
22616
  "x-original-maxLength": 1024,
22617
22617
  "x-reconciled-from-discovery": true,
22618
- "x-reconciled-at": "2026-01-07T03:08:36.001075+00:00"
22618
+ "x-reconciled-at": "2026-01-07T15:53:28.316522+00:00"
22619
22619
  },
22620
22620
  "name": {
22621
22621
  "type": "string",
@@ -22636,7 +22636,7 @@
22636
22636
  },
22637
22637
  "x-original-maxLength": 1024,
22638
22638
  "x-reconciled-from-discovery": true,
22639
- "x-reconciled-at": "2026-01-07T03:08:36.001079+00:00"
22639
+ "x-reconciled-at": "2026-01-07T15:53:28.316526+00:00"
22640
22640
  },
22641
22641
  "namespace": {
22642
22642
  "type": "string",
@@ -22657,7 +22657,7 @@
22657
22657
  },
22658
22658
  "x-original-maxLength": 1024,
22659
22659
  "x-reconciled-from-discovery": true,
22660
- "x-reconciled-at": "2026-01-07T03:08:36.001083+00:00"
22660
+ "x-reconciled-at": "2026-01-07T15:53:28.316530+00:00"
22661
22661
  },
22662
22662
  "uid": {
22663
22663
  "type": "string",
@@ -22678,7 +22678,7 @@
22678
22678
  "x-original-maxLength": 1024,
22679
22679
  "format": "uuid",
22680
22680
  "x-reconciled-from-discovery": true,
22681
- "x-reconciled-at": "2026-01-07T03:08:36.001088+00:00"
22681
+ "x-reconciled-at": "2026-01-07T15:53:28.316534+00:00"
22682
22682
  }
22683
22683
  },
22684
22684
  "x-f5xc-description-short": "ViewRefType represents a reference to a view.",
@@ -22838,7 +22838,7 @@
22838
22838
  },
22839
22839
  "x-original-maxLength": 1024,
22840
22840
  "x-reconciled-from-discovery": true,
22841
- "x-reconciled-at": "2026-01-07T03:08:36.439698+00:00"
22841
+ "x-reconciled-at": "2026-01-07T15:53:28.757743+00:00"
22842
22842
  },
22843
22843
  "namespace": {
22844
22844
  "type": "string",
@@ -22858,7 +22858,7 @@
22858
22858
  },
22859
22859
  "x-original-maxLength": 1024,
22860
22860
  "x-reconciled-from-discovery": true,
22861
- "x-reconciled-at": "2026-01-07T03:08:36.439705+00:00"
22861
+ "x-reconciled-at": "2026-01-07T15:53:28.757751+00:00"
22862
22862
  }
22863
22863
  },
22864
22864
  "x-f5xc-minimum-configuration": {
@@ -22961,7 +22961,7 @@
22961
22961
  "maxLength": 17,
22962
22962
  "minLength": 17,
22963
22963
  "x-reconciled-from-discovery": true,
22964
- "x-reconciled-at": "2026-01-07T03:08:36.439721+00:00"
22964
+ "x-reconciled-at": "2026-01-07T15:53:28.757767+00:00"
22965
22965
  },
22966
22966
  "system_metadata": {
22967
22967
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -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:08:36.439751+00:00"
23233
+ "x-reconciled-at": "2026-01-07T15:53:28.757797+00:00"
23234
23234
  },
23235
23235
  "disabled": {
23236
23236
  "type": "boolean",
@@ -23285,7 +23285,7 @@
23285
23285
  },
23286
23286
  "x-original-maxLength": 1024,
23287
23287
  "x-reconciled-from-discovery": true,
23288
- "x-reconciled-at": "2026-01-07T03:08:36.439761+00:00"
23288
+ "x-reconciled-at": "2026-01-07T15:53:28.757808+00:00"
23289
23289
  },
23290
23290
  "namespace": {
23291
23291
  "type": "string",
@@ -23304,7 +23304,7 @@
23304
23304
  },
23305
23305
  "x-original-maxLength": 1024,
23306
23306
  "x-reconciled-from-discovery": true,
23307
- "x-reconciled-at": "2026-01-07T03:08:36.439765+00:00"
23307
+ "x-reconciled-at": "2026-01-07T15:53:28.757813+00:00"
23308
23308
  },
23309
23309
  "owner_view": {
23310
23310
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -23346,7 +23346,7 @@
23346
23346
  "x-field-mutability": "read-only",
23347
23347
  "x-original-maxLength": 1024,
23348
23348
  "x-reconciled-from-discovery": true,
23349
- "x-reconciled-at": "2026-01-07T03:08:36.439773+00:00"
23349
+ "x-reconciled-at": "2026-01-07T15:53:28.757821+00:00"
23350
23350
  },
23351
23351
  "uid": {
23352
23352
  "type": "string",
@@ -23368,7 +23368,7 @@
23368
23368
  "x-original-maxLength": 1024,
23369
23369
  "format": "uuid",
23370
23370
  "x-reconciled-from-discovery": true,
23371
- "x-reconciled-at": "2026-01-07T03:08:36.439779+00:00"
23371
+ "x-reconciled-at": "2026-01-07T15:53:28.757827+00:00"
23372
23372
  }
23373
23373
  },
23374
23374
  "x-f5xc-description-short": "By default a summary of infraprotect_asn_prefix is returned in 'List'.",
@@ -23534,7 +23534,7 @@
23534
23534
  },
23535
23535
  "x-original-maxLength": 1024,
23536
23536
  "x-reconciled-from-discovery": true,
23537
- "x-reconciled-at": "2026-01-07T03:08:36.439792+00:00"
23537
+ "x-reconciled-at": "2026-01-07T15:53:28.757846+00:00"
23538
23538
  },
23539
23539
  "namespace": {
23540
23540
  "type": "string",
@@ -23561,7 +23561,7 @@
23561
23561
  },
23562
23562
  "x-original-maxLength": 1024,
23563
23563
  "x-reconciled-from-discovery": true,
23564
- "x-reconciled-at": "2026-01-07T03:08:36.439796+00:00"
23564
+ "x-reconciled-at": "2026-01-07T15:53:28.757851+00:00"
23565
23565
  }
23566
23566
  },
23567
23567
  "x-f5xc-description-short": "Request to update infraprotect ASN irr override status.",
@@ -23621,7 +23621,7 @@
23621
23621
  },
23622
23622
  "x-original-maxLength": 1024,
23623
23623
  "x-reconciled-from-discovery": true,
23624
- "x-reconciled-at": "2026-01-07T03:08:36.439801+00:00"
23624
+ "x-reconciled-at": "2026-01-07T15:53:28.757858+00:00"
23625
23625
  },
23626
23626
  "namespace": {
23627
23627
  "type": "string",
@@ -23648,7 +23648,7 @@
23648
23648
  },
23649
23649
  "x-original-maxLength": 1024,
23650
23650
  "x-reconciled-from-discovery": true,
23651
- "x-reconciled-at": "2026-01-07T03:08:36.439805+00:00"
23651
+ "x-reconciled-at": "2026-01-07T15:53:28.757864+00:00"
23652
23652
  },
23653
23653
  "review_type_approved": {
23654
23654
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -23721,7 +23721,7 @@
23721
23721
  "readOnly": true,
23722
23722
  "x-original-maxLength": 1024,
23723
23723
  "x-reconciled-from-discovery": true,
23724
- "x-reconciled-at": "2026-01-07T03:08:36.439813+00:00"
23724
+ "x-reconciled-at": "2026-01-07T15:53:28.757873+00:00"
23725
23725
  },
23726
23726
  "name": {
23727
23727
  "type": "string",
@@ -23742,7 +23742,7 @@
23742
23742
  },
23743
23743
  "x-original-maxLength": 1024,
23744
23744
  "x-reconciled-from-discovery": true,
23745
- "x-reconciled-at": "2026-01-07T03:08:36.439817+00:00"
23745
+ "x-reconciled-at": "2026-01-07T15:53:28.757877+00:00"
23746
23746
  },
23747
23747
  "namespace": {
23748
23748
  "type": "string",
@@ -23763,7 +23763,7 @@
23763
23763
  },
23764
23764
  "x-original-maxLength": 1024,
23765
23765
  "x-reconciled-from-discovery": true,
23766
- "x-reconciled-at": "2026-01-07T03:08:36.439821+00:00"
23766
+ "x-reconciled-at": "2026-01-07T15:53:28.757881+00:00"
23767
23767
  },
23768
23768
  "tenant": {
23769
23769
  "type": "string",
@@ -23786,7 +23786,7 @@
23786
23786
  "x-field-mutability": "read-only",
23787
23787
  "x-original-maxLength": 1024,
23788
23788
  "x-reconciled-from-discovery": true,
23789
- "x-reconciled-at": "2026-01-07T03:08:36.439825+00:00"
23789
+ "x-reconciled-at": "2026-01-07T15:53:28.757885+00:00"
23790
23790
  },
23791
23791
  "uid": {
23792
23792
  "type": "string",
@@ -23810,7 +23810,7 @@
23810
23810
  "x-original-maxLength": 1024,
23811
23811
  "format": "uuid",
23812
23812
  "x-reconciled-from-discovery": true,
23813
- "x-reconciled-at": "2026-01-07T03:08:36.439830+00:00"
23813
+ "x-reconciled-at": "2026-01-07T15:53:28.757891+00:00"
23814
23814
  }
23815
23815
  },
23816
23816
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -24006,7 +24006,7 @@
24006
24006
  },
24007
24007
  "x-original-maxLength": 1024,
24008
24008
  "x-reconciled-from-discovery": true,
24009
- "x-reconciled-at": "2026-01-07T03:08:36.857223+00:00"
24009
+ "x-reconciled-at": "2026-01-07T15:53:29.184132+00:00"
24010
24010
  },
24011
24011
  "namespace": {
24012
24012
  "type": "string",
@@ -24026,7 +24026,7 @@
24026
24026
  },
24027
24027
  "x-original-maxLength": 1024,
24028
24028
  "x-reconciled-from-discovery": true,
24029
- "x-reconciled-at": "2026-01-07T03:08:36.857229+00:00"
24029
+ "x-reconciled-at": "2026-01-07T15:53:29.184139+00:00"
24030
24030
  }
24031
24031
  },
24032
24032
  "x-f5xc-minimum-configuration": {
@@ -24129,7 +24129,7 @@
24129
24129
  "maxLength": 17,
24130
24130
  "minLength": 17,
24131
24131
  "x-reconciled-from-discovery": true,
24132
- "x-reconciled-at": "2026-01-07T03:08:36.857245+00:00"
24132
+ "x-reconciled-at": "2026-01-07T15:53:29.184155+00:00"
24133
24133
  },
24134
24134
  "system_metadata": {
24135
24135
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -24338,7 +24338,7 @@
24338
24338
  },
24339
24339
  "x-original-maxLength": 1024,
24340
24340
  "x-reconciled-from-discovery": true,
24341
- "x-reconciled-at": "2026-01-07T03:08:36.857263+00:00"
24341
+ "x-reconciled-at": "2026-01-07T15:53:29.184173+00:00"
24342
24342
  },
24343
24343
  "disabled": {
24344
24344
  "type": "boolean",
@@ -24393,7 +24393,7 @@
24393
24393
  },
24394
24394
  "x-original-maxLength": 1024,
24395
24395
  "x-reconciled-from-discovery": true,
24396
- "x-reconciled-at": "2026-01-07T03:08:36.857274+00:00"
24396
+ "x-reconciled-at": "2026-01-07T15:53:29.184183+00:00"
24397
24397
  },
24398
24398
  "namespace": {
24399
24399
  "type": "string",
@@ -24412,7 +24412,7 @@
24412
24412
  },
24413
24413
  "x-original-maxLength": 1024,
24414
24414
  "x-reconciled-from-discovery": true,
24415
- "x-reconciled-at": "2026-01-07T03:08:36.857278+00:00"
24415
+ "x-reconciled-at": "2026-01-07T15:53:29.184187+00:00"
24416
24416
  },
24417
24417
  "owner_view": {
24418
24418
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -24454,7 +24454,7 @@
24454
24454
  "x-field-mutability": "read-only",
24455
24455
  "x-original-maxLength": 1024,
24456
24456
  "x-reconciled-from-discovery": true,
24457
- "x-reconciled-at": "2026-01-07T03:08:36.857286+00:00"
24457
+ "x-reconciled-at": "2026-01-07T15:53:29.184195+00:00"
24458
24458
  },
24459
24459
  "uid": {
24460
24460
  "type": "string",
@@ -24476,7 +24476,7 @@
24476
24476
  "x-original-maxLength": 1024,
24477
24477
  "format": "uuid",
24478
24478
  "x-reconciled-from-discovery": true,
24479
- "x-reconciled-at": "2026-01-07T03:08:36.857291+00:00"
24479
+ "x-reconciled-at": "2026-01-07T15:53:29.184201+00:00"
24480
24480
  }
24481
24481
  },
24482
24482
  "x-f5xc-description-short": "By default a summary of infraprotect_deny_list_rule is returned in 'List'.",
@@ -24919,7 +24919,7 @@
24919
24919
  },
24920
24920
  "x-original-maxLength": 1024,
24921
24921
  "x-reconciled-from-discovery": true,
24922
- "x-reconciled-at": "2026-01-07T03:08:37.295851+00:00"
24922
+ "x-reconciled-at": "2026-01-07T15:53:29.630578+00:00"
24923
24923
  },
24924
24924
  "namespace": {
24925
24925
  "type": "string",
@@ -24939,7 +24939,7 @@
24939
24939
  },
24940
24940
  "x-original-maxLength": 1024,
24941
24941
  "x-reconciled-from-discovery": true,
24942
- "x-reconciled-at": "2026-01-07T03:08:37.295857+00:00"
24942
+ "x-reconciled-at": "2026-01-07T15:53:29.630587+00:00"
24943
24943
  }
24944
24944
  },
24945
24945
  "x-f5xc-minimum-configuration": {
@@ -25042,7 +25042,7 @@
25042
25042
  "maxLength": 17,
25043
25043
  "minLength": 17,
25044
25044
  "x-reconciled-from-discovery": true,
25045
- "x-reconciled-at": "2026-01-07T03:08:37.295873+00:00"
25045
+ "x-reconciled-at": "2026-01-07T15:53:29.630603+00:00"
25046
25046
  },
25047
25047
  "system_metadata": {
25048
25048
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -25621,7 +25621,7 @@
25621
25621
  },
25622
25622
  "x-original-maxLength": 1024,
25623
25623
  "x-reconciled-from-discovery": true,
25624
- "x-reconciled-at": "2026-01-07T03:08:37.295943+00:00"
25624
+ "x-reconciled-at": "2026-01-07T15:53:29.630661+00:00"
25625
25625
  },
25626
25626
  "disabled": {
25627
25627
  "type": "boolean",
@@ -25676,7 +25676,7 @@
25676
25676
  },
25677
25677
  "x-original-maxLength": 1024,
25678
25678
  "x-reconciled-from-discovery": true,
25679
- "x-reconciled-at": "2026-01-07T03:08:37.295954+00:00"
25679
+ "x-reconciled-at": "2026-01-07T15:53:29.630671+00:00"
25680
25680
  },
25681
25681
  "namespace": {
25682
25682
  "type": "string",
@@ -25695,7 +25695,7 @@
25695
25695
  },
25696
25696
  "x-original-maxLength": 1024,
25697
25697
  "x-reconciled-from-discovery": true,
25698
- "x-reconciled-at": "2026-01-07T03:08:37.295958+00:00"
25698
+ "x-reconciled-at": "2026-01-07T15:53:29.630675+00:00"
25699
25699
  },
25700
25700
  "owner_view": {
25701
25701
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -25737,7 +25737,7 @@
25737
25737
  "x-field-mutability": "read-only",
25738
25738
  "x-original-maxLength": 1024,
25739
25739
  "x-reconciled-from-discovery": true,
25740
- "x-reconciled-at": "2026-01-07T03:08:37.295966+00:00"
25740
+ "x-reconciled-at": "2026-01-07T15:53:29.630685+00:00"
25741
25741
  },
25742
25742
  "uid": {
25743
25743
  "type": "string",
@@ -25759,7 +25759,7 @@
25759
25759
  "x-original-maxLength": 1024,
25760
25760
  "format": "uuid",
25761
25761
  "x-reconciled-from-discovery": true,
25762
- "x-reconciled-at": "2026-01-07T03:08:37.295972+00:00"
25762
+ "x-reconciled-at": "2026-01-07T15:53:29.630692+00:00"
25763
25763
  }
25764
25764
  },
25765
25765
  "x-f5xc-description-short": "By default a summary of infraprotect_firewall_rule is returned in 'List'.",
@@ -26051,7 +26051,7 @@
26051
26051
  },
26052
26052
  "x-original-maxLength": 1024,
26053
26053
  "x-reconciled-from-discovery": true,
26054
- "x-reconciled-at": "2026-01-07T03:08:37.296007+00:00"
26054
+ "x-reconciled-at": "2026-01-07T15:53:29.630729+00:00"
26055
26055
  },
26056
26056
  "destination_port_all": {
26057
26057
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -26145,7 +26145,7 @@
26145
26145
  },
26146
26146
  "x-original-maxLength": 1024,
26147
26147
  "x-reconciled-from-discovery": true,
26148
- "x-reconciled-at": "2026-01-07T03:08:37.296017+00:00"
26148
+ "x-reconciled-at": "2026-01-07T15:53:29.630741+00:00"
26149
26149
  },
26150
26150
  "destination_port_all": {
26151
26151
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -26351,7 +26351,7 @@
26351
26351
  },
26352
26352
  "x-original-maxLength": 1024,
26353
26353
  "x-reconciled-from-discovery": true,
26354
- "x-reconciled-at": "2026-01-07T03:08:37.705869+00:00"
26354
+ "x-reconciled-at": "2026-01-07T15:53:30.046899+00:00"
26355
26355
  },
26356
26356
  "namespace": {
26357
26357
  "type": "string",
@@ -26371,7 +26371,7 @@
26371
26371
  },
26372
26372
  "x-original-maxLength": 1024,
26373
26373
  "x-reconciled-from-discovery": true,
26374
- "x-reconciled-at": "2026-01-07T03:08:37.705875+00:00"
26374
+ "x-reconciled-at": "2026-01-07T15:53:30.046906+00:00"
26375
26375
  }
26376
26376
  },
26377
26377
  "x-f5xc-minimum-configuration": {
@@ -26474,7 +26474,7 @@
26474
26474
  "maxLength": 17,
26475
26475
  "minLength": 17,
26476
26476
  "x-reconciled-from-discovery": true,
26477
- "x-reconciled-at": "2026-01-07T03:08:37.705890+00:00"
26477
+ "x-reconciled-at": "2026-01-07T15:53:30.046923+00:00"
26478
26478
  },
26479
26479
  "system_metadata": {
26480
26480
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -26684,7 +26684,7 @@
26684
26684
  },
26685
26685
  "x-original-maxLength": 1024,
26686
26686
  "x-reconciled-from-discovery": true,
26687
- "x-reconciled-at": "2026-01-07T03:08:37.705907+00:00"
26687
+ "x-reconciled-at": "2026-01-07T15:53:30.046941+00:00"
26688
26688
  },
26689
26689
  "disabled": {
26690
26690
  "type": "boolean",
@@ -26739,7 +26739,7 @@
26739
26739
  },
26740
26740
  "x-original-maxLength": 1024,
26741
26741
  "x-reconciled-from-discovery": true,
26742
- "x-reconciled-at": "2026-01-07T03:08:37.705928+00:00"
26742
+ "x-reconciled-at": "2026-01-07T15:53:30.046953+00:00"
26743
26743
  },
26744
26744
  "namespace": {
26745
26745
  "type": "string",
@@ -26758,7 +26758,7 @@
26758
26758
  },
26759
26759
  "x-original-maxLength": 1024,
26760
26760
  "x-reconciled-from-discovery": true,
26761
- "x-reconciled-at": "2026-01-07T03:08:37.705933+00:00"
26761
+ "x-reconciled-at": "2026-01-07T15:53:30.046957+00:00"
26762
26762
  },
26763
26763
  "owner_view": {
26764
26764
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -26800,7 +26800,7 @@
26800
26800
  "x-field-mutability": "read-only",
26801
26801
  "x-original-maxLength": 1024,
26802
26802
  "x-reconciled-from-discovery": true,
26803
- "x-reconciled-at": "2026-01-07T03:08:37.705940+00:00"
26803
+ "x-reconciled-at": "2026-01-07T15:53:30.046965+00:00"
26804
26804
  },
26805
26805
  "uid": {
26806
26806
  "type": "string",
@@ -26822,7 +26822,7 @@
26822
26822
  "x-original-maxLength": 1024,
26823
26823
  "format": "uuid",
26824
26824
  "x-reconciled-from-discovery": true,
26825
- "x-reconciled-at": "2026-01-07T03:08:37.705946+00:00"
26825
+ "x-reconciled-at": "2026-01-07T15:53:30.046971+00:00"
26826
26826
  }
26827
26827
  },
26828
26828
  "x-f5xc-description-short": "By default a summary of infraprotect_firewall_rule_group is returned in 'List'.",
@@ -27072,7 +27072,7 @@
27072
27072
  "maxLength": 17,
27073
27073
  "minLength": 17,
27074
27074
  "x-reconciled-from-discovery": true,
27075
- "x-reconciled-at": "2026-01-07T03:08:38.092108+00:00"
27075
+ "x-reconciled-at": "2026-01-07T15:53:30.434319+00:00"
27076
27076
  },
27077
27077
  "system_metadata": {
27078
27078
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -27266,7 +27266,7 @@
27266
27266
  },
27267
27267
  "x-original-maxLength": 1024,
27268
27268
  "x-reconciled-from-discovery": true,
27269
- "x-reconciled-at": "2026-01-07T03:08:38.092128+00:00"
27269
+ "x-reconciled-at": "2026-01-07T15:53:30.434339+00:00"
27270
27270
  },
27271
27271
  "disabled": {
27272
27272
  "type": "boolean",
@@ -27321,7 +27321,7 @@
27321
27321
  },
27322
27322
  "x-original-maxLength": 1024,
27323
27323
  "x-reconciled-from-discovery": true,
27324
- "x-reconciled-at": "2026-01-07T03:08:38.092139+00:00"
27324
+ "x-reconciled-at": "2026-01-07T15:53:30.434350+00:00"
27325
27325
  },
27326
27326
  "namespace": {
27327
27327
  "type": "string",
@@ -27340,7 +27340,7 @@
27340
27340
  },
27341
27341
  "x-original-maxLength": 1024,
27342
27342
  "x-reconciled-from-discovery": true,
27343
- "x-reconciled-at": "2026-01-07T03:08:38.092144+00:00"
27343
+ "x-reconciled-at": "2026-01-07T15:53:30.434355+00:00"
27344
27344
  },
27345
27345
  "owner_view": {
27346
27346
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -27382,7 +27382,7 @@
27382
27382
  "x-field-mutability": "read-only",
27383
27383
  "x-original-maxLength": 1024,
27384
27384
  "x-reconciled-from-discovery": true,
27385
- "x-reconciled-at": "2026-01-07T03:08:38.092152+00:00"
27385
+ "x-reconciled-at": "2026-01-07T15:53:30.434363+00:00"
27386
27386
  },
27387
27387
  "uid": {
27388
27388
  "type": "string",
@@ -27404,7 +27404,7 @@
27404
27404
  "x-original-maxLength": 1024,
27405
27405
  "format": "uuid",
27406
27406
  "x-reconciled-from-discovery": true,
27407
- "x-reconciled-at": "2026-01-07T03:08:38.092158+00:00"
27407
+ "x-reconciled-at": "2026-01-07T15:53:30.434369+00:00"
27408
27408
  }
27409
27409
  },
27410
27410
  "x-f5xc-description-short": "By default a summary of infraprotect_firewall_ruleset is returned in 'List'.",
@@ -27652,7 +27652,7 @@
27652
27652
  "maxLength": 17,
27653
27653
  "minLength": 17,
27654
27654
  "x-reconciled-from-discovery": true,
27655
- "x-reconciled-at": "2026-01-07T03:08:38.443054+00:00"
27655
+ "x-reconciled-at": "2026-01-07T15:53:30.795269+00:00"
27656
27656
  },
27657
27657
  "system_metadata": {
27658
27658
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -28003,7 +28003,7 @@
28003
28003
  },
28004
28004
  "x-original-maxLength": 1024,
28005
28005
  "x-reconciled-from-discovery": true,
28006
- "x-reconciled-at": "2026-01-07T03:08:38.443092+00:00"
28006
+ "x-reconciled-at": "2026-01-07T15:53:30.795308+00:00"
28007
28007
  },
28008
28008
  "store_provider": {
28009
28009
  "type": "string",
@@ -28066,7 +28066,7 @@
28066
28066
  },
28067
28067
  "x-original-maxLength": 1024,
28068
28068
  "x-reconciled-from-discovery": true,
28069
- "x-reconciled-at": "2026-01-07T03:08:38.443100+00:00"
28069
+ "x-reconciled-at": "2026-01-07T15:53:30.795316+00:00"
28070
28070
  },
28071
28071
  "url": {
28072
28072
  "type": "string",
@@ -28185,7 +28185,7 @@
28185
28185
  },
28186
28186
  "x-original-maxLength": 1024,
28187
28187
  "x-reconciled-from-discovery": true,
28188
- "x-reconciled-at": "2026-01-07T03:08:38.443227+00:00"
28188
+ "x-reconciled-at": "2026-01-07T15:53:30.795444+00:00"
28189
28189
  },
28190
28190
  "location": {
28191
28191
  "type": "string",
@@ -28203,7 +28203,7 @@
28203
28203
  },
28204
28204
  "x-original-maxLength": 1024,
28205
28205
  "x-reconciled-from-discovery": true,
28206
- "x-reconciled-at": "2026-01-07T03:08:38.443231+00:00"
28206
+ "x-reconciled-at": "2026-01-07T15:53:30.795449+00:00"
28207
28207
  },
28208
28208
  "provider": {
28209
28209
  "type": "string",
@@ -28222,7 +28222,7 @@
28222
28222
  },
28223
28223
  "x-original-maxLength": 1024,
28224
28224
  "x-reconciled-from-discovery": true,
28225
- "x-reconciled-at": "2026-01-07T03:08:38.443236+00:00"
28225
+ "x-reconciled-at": "2026-01-07T15:53:30.795453+00:00"
28226
28226
  },
28227
28227
  "secret_encoding": {
28228
28228
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -28246,7 +28246,7 @@
28246
28246
  "maxLength": 1,
28247
28247
  "minLength": 1,
28248
28248
  "x-reconciled-from-discovery": true,
28249
- "x-reconciled-at": "2026-01-07T03:08:38.443242+00:00"
28249
+ "x-reconciled-at": "2026-01-07T15:53:30.795459+00:00"
28250
28250
  }
28251
28251
  },
28252
28252
  "x-f5xc-description-short": "X-displayName: \"Vault Secret\" VaultSecretInfoType specifies information about the Secret managed by Hashicorp Vault.",
@@ -28288,7 +28288,7 @@
28288
28288
  },
28289
28289
  "x-original-maxLength": 1024,
28290
28290
  "x-reconciled-from-discovery": true,
28291
- "x-reconciled-at": "2026-01-07T03:08:38.443265+00:00"
28291
+ "x-reconciled-at": "2026-01-07T15:53:30.795483+00:00"
28292
28292
  }
28293
28293
  },
28294
28294
  "x-f5xc-description-short": "X-displayName: \"Wingman Secret\" WingmanSecretInfoType specifies the handle to the wingman secret.",
@@ -28473,7 +28473,7 @@
28473
28473
  },
28474
28474
  "x-original-maxLength": 1024,
28475
28475
  "x-reconciled-from-discovery": true,
28476
- "x-reconciled-at": "2026-01-07T03:08:38.866948+00:00"
28476
+ "x-reconciled-at": "2026-01-07T15:53:31.232826+00:00"
28477
28477
  },
28478
28478
  "namespace": {
28479
28479
  "type": "string",
@@ -28493,7 +28493,7 @@
28493
28493
  },
28494
28494
  "x-original-maxLength": 1024,
28495
28495
  "x-reconciled-from-discovery": true,
28496
- "x-reconciled-at": "2026-01-07T03:08:38.866954+00:00"
28496
+ "x-reconciled-at": "2026-01-07T15:53:31.232833+00:00"
28497
28497
  }
28498
28498
  },
28499
28499
  "x-f5xc-minimum-configuration": {
@@ -28596,7 +28596,7 @@
28596
28596
  "maxLength": 17,
28597
28597
  "minLength": 17,
28598
28598
  "x-reconciled-from-discovery": true,
28599
- "x-reconciled-at": "2026-01-07T03:08:38.866970+00:00"
28599
+ "x-reconciled-at": "2026-01-07T15:53:31.232849+00:00"
28600
28600
  },
28601
28601
  "system_metadata": {
28602
28602
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -28815,7 +28815,7 @@
28815
28815
  },
28816
28816
  "x-original-maxLength": 1024,
28817
28817
  "x-reconciled-from-discovery": true,
28818
- "x-reconciled-at": "2026-01-07T03:08:38.866989+00:00"
28818
+ "x-reconciled-at": "2026-01-07T15:53:31.232868+00:00"
28819
28819
  },
28820
28820
  "disabled": {
28821
28821
  "type": "boolean",
@@ -28870,7 +28870,7 @@
28870
28870
  },
28871
28871
  "x-original-maxLength": 1024,
28872
28872
  "x-reconciled-from-discovery": true,
28873
- "x-reconciled-at": "2026-01-07T03:08:38.866999+00:00"
28873
+ "x-reconciled-at": "2026-01-07T15:53:31.232879+00:00"
28874
28874
  },
28875
28875
  "namespace": {
28876
28876
  "type": "string",
@@ -28889,7 +28889,7 @@
28889
28889
  },
28890
28890
  "x-original-maxLength": 1024,
28891
28891
  "x-reconciled-from-discovery": true,
28892
- "x-reconciled-at": "2026-01-07T03:08:38.867004+00:00"
28892
+ "x-reconciled-at": "2026-01-07T15:53:31.232883+00:00"
28893
28893
  },
28894
28894
  "owner_view": {
28895
28895
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -28931,7 +28931,7 @@
28931
28931
  "x-field-mutability": "read-only",
28932
28932
  "x-original-maxLength": 1024,
28933
28933
  "x-reconciled-from-discovery": true,
28934
- "x-reconciled-at": "2026-01-07T03:08:38.867011+00:00"
28934
+ "x-reconciled-at": "2026-01-07T15:53:31.232891+00:00"
28935
28935
  },
28936
28936
  "uid": {
28937
28937
  "type": "string",
@@ -28953,7 +28953,7 @@
28953
28953
  "x-original-maxLength": 1024,
28954
28954
  "format": "uuid",
28955
28955
  "x-reconciled-from-discovery": true,
28956
- "x-reconciled-at": "2026-01-07T03:08:38.867018+00:00"
28956
+ "x-reconciled-at": "2026-01-07T15:53:31.232897+00:00"
28957
28957
  }
28958
28958
  },
28959
28959
  "x-f5xc-description-short": "By default a summary of infraprotect_internet_prefix_advertisement is returned in 'List'.",
@@ -29166,7 +29166,7 @@
29166
29166
  },
29167
29167
  "x-original-maxLength": 1024,
29168
29168
  "x-reconciled-from-discovery": true,
29169
- "x-reconciled-at": "2026-01-07T03:08:38.867038+00:00"
29169
+ "x-reconciled-at": "2026-01-07T15:53:31.232918+00:00"
29170
29170
  },
29171
29171
  "namespace": {
29172
29172
  "type": "string",
@@ -29193,7 +29193,7 @@
29193
29193
  },
29194
29194
  "x-original-maxLength": 1024,
29195
29195
  "x-reconciled-from-discovery": true,
29196
- "x-reconciled-at": "2026-01-07T03:08:38.867043+00:00"
29196
+ "x-reconciled-at": "2026-01-07T15:53:31.232923+00:00"
29197
29197
  }
29198
29198
  },
29199
29199
  "x-f5xc-description-short": "Request to toggle Internet prefix advertisement announcement/withdrawal.",
@@ -29478,7 +29478,7 @@
29478
29478
  },
29479
29479
  "x-original-maxLength": 1024,
29480
29480
  "x-reconciled-from-discovery": true,
29481
- "x-reconciled-at": "2026-01-07T03:09:25.513639+00:00"
29481
+ "x-reconciled-at": "2026-01-07T15:54:18.119988+00:00"
29482
29482
  },
29483
29483
  "namespace": {
29484
29484
  "type": "string",
@@ -29498,7 +29498,7 @@
29498
29498
  },
29499
29499
  "x-original-maxLength": 1024,
29500
29500
  "x-reconciled-from-discovery": true,
29501
- "x-reconciled-at": "2026-01-07T03:09:25.513646+00:00"
29501
+ "x-reconciled-at": "2026-01-07T15:54:18.119995+00:00"
29502
29502
  }
29503
29503
  },
29504
29504
  "x-f5xc-minimum-configuration": {
@@ -29601,7 +29601,7 @@
29601
29601
  "maxLength": 17,
29602
29602
  "minLength": 17,
29603
29603
  "x-reconciled-from-discovery": true,
29604
- "x-reconciled-at": "2026-01-07T03:09:25.513661+00:00"
29604
+ "x-reconciled-at": "2026-01-07T15:54:18.120011+00:00"
29605
29605
  },
29606
29606
  "system_metadata": {
29607
29607
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -30246,7 +30246,7 @@
30246
30246
  },
30247
30247
  "x-original-maxLength": 1024,
30248
30248
  "x-reconciled-from-discovery": true,
30249
- "x-reconciled-at": "2026-01-07T03:09:25.513719+00:00"
30249
+ "x-reconciled-at": "2026-01-07T15:54:18.120067+00:00"
30250
30250
  },
30251
30251
  "disabled": {
30252
30252
  "type": "boolean",
@@ -30300,7 +30300,7 @@
30300
30300
  },
30301
30301
  "x-original-maxLength": 1024,
30302
30302
  "x-reconciled-from-discovery": true,
30303
- "x-reconciled-at": "2026-01-07T03:09:25.513729+00:00"
30303
+ "x-reconciled-at": "2026-01-07T15:54:18.120077+00:00"
30304
30304
  },
30305
30305
  "namespace": {
30306
30306
  "type": "string",
@@ -30319,7 +30319,7 @@
30319
30319
  },
30320
30320
  "x-original-maxLength": 1024,
30321
30321
  "x-reconciled-from-discovery": true,
30322
- "x-reconciled-at": "2026-01-07T03:09:25.513734+00:00"
30322
+ "x-reconciled-at": "2026-01-07T15:54:18.120082+00:00"
30323
30323
  },
30324
30324
  "owner_view": {
30325
30325
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -30361,7 +30361,7 @@
30361
30361
  "x-field-mutability": "read-only",
30362
30362
  "x-original-maxLength": 1024,
30363
30363
  "x-reconciled-from-discovery": true,
30364
- "x-reconciled-at": "2026-01-07T03:09:25.513742+00:00"
30364
+ "x-reconciled-at": "2026-01-07T15:54:18.120090+00:00"
30365
30365
  },
30366
30366
  "uid": {
30367
30367
  "type": "string",
@@ -30383,7 +30383,7 @@
30383
30383
  "x-original-maxLength": 1024,
30384
30384
  "format": "uuid",
30385
30385
  "x-reconciled-from-discovery": true,
30386
- "x-reconciled-at": "2026-01-07T03:09:25.513748+00:00"
30386
+ "x-reconciled-at": "2026-01-07T15:54:18.120096+00:00"
30387
30387
  }
30388
30388
  },
30389
30389
  "x-f5xc-description-short": "By default a summary of infraprotect_tunnel is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -30586,7 +30586,7 @@
30586
30586
  },
30587
30587
  "x-original-maxLength": 256,
30588
30588
  "x-reconciled-from-discovery": true,
30589
- "x-reconciled-at": "2026-01-07T03:09:25.513768+00:00"
30589
+ "x-reconciled-at": "2026-01-07T15:54:18.120117+00:00"
30590
30590
  },
30591
30591
  "zone1": {
30592
30592
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -30667,7 +30667,7 @@
30667
30667
  },
30668
30668
  "x-original-maxLength": 1024,
30669
30669
  "x-reconciled-from-discovery": true,
30670
- "x-reconciled-at": "2026-01-07T03:09:25.513776+00:00"
30670
+ "x-reconciled-at": "2026-01-07T15:54:18.120124+00:00"
30671
30671
  },
30672
30672
  "tunnel_id": {
30673
30673
  "type": "string",