@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": "Bigip",
5
5
  "description": "On-premises appliance connector enabling iRule lifecycle operations and data group replication. APM policy coordination, virtual server configuration binding, and CNE linkage. Telemetry aggregation and health status monitoring across hybrid infrastructure deployments.",
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"
@@ -6205,7 +6205,7 @@
6205
6205
  },
6206
6206
  "x-original-maxLength": 1024,
6207
6207
  "x-reconciled-from-discovery": true,
6208
- "x-reconciled-at": "2026-01-07T03:07:46.251211+00:00"
6208
+ "x-reconciled-at": "2026-01-07T15:52:38.602848+00:00"
6209
6209
  },
6210
6210
  "namespace": {
6211
6211
  "type": "string",
@@ -6225,7 +6225,7 @@
6225
6225
  },
6226
6226
  "x-original-maxLength": 1024,
6227
6227
  "x-reconciled-from-discovery": true,
6228
- "x-reconciled-at": "2026-01-07T03:07:46.251217+00:00"
6228
+ "x-reconciled-at": "2026-01-07T15:52:38.602855+00:00"
6229
6229
  }
6230
6230
  },
6231
6231
  "x-f5xc-minimum-configuration": {
@@ -6369,7 +6369,7 @@
6369
6369
  "maxLength": 17,
6370
6370
  "minLength": 17,
6371
6371
  "x-reconciled-from-discovery": true,
6372
- "x-reconciled-at": "2026-01-07T03:07:46.251235+00:00"
6372
+ "x-reconciled-at": "2026-01-07T15:52:38.602873+00:00"
6373
6373
  },
6374
6374
  "system_metadata": {
6375
6375
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -6511,7 +6511,7 @@
6511
6511
  },
6512
6512
  "x-original-maxLength": 1024,
6513
6513
  "x-reconciled-from-discovery": true,
6514
- "x-reconciled-at": "2026-01-07T03:07:46.251248+00:00"
6514
+ "x-reconciled-at": "2026-01-07T15:52:38.602886+00:00"
6515
6515
  },
6516
6516
  "disabled": {
6517
6517
  "type": "boolean",
@@ -6564,7 +6564,7 @@
6564
6564
  },
6565
6565
  "x-original-maxLength": 1024,
6566
6566
  "x-reconciled-from-discovery": true,
6567
- "x-reconciled-at": "2026-01-07T03:07:46.251259+00:00"
6567
+ "x-reconciled-at": "2026-01-07T15:52:38.602897+00:00"
6568
6568
  },
6569
6569
  "namespace": {
6570
6570
  "type": "string",
@@ -6583,7 +6583,7 @@
6583
6583
  },
6584
6584
  "x-original-maxLength": 1024,
6585
6585
  "x-reconciled-from-discovery": true,
6586
- "x-reconciled-at": "2026-01-07T03:07:46.251264+00:00"
6586
+ "x-reconciled-at": "2026-01-07T15:52:38.602902+00:00"
6587
6587
  },
6588
6588
  "owner_view": {
6589
6589
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -6625,7 +6625,7 @@
6625
6625
  "x-field-mutability": "read-only",
6626
6626
  "x-original-maxLength": 1024,
6627
6627
  "x-reconciled-from-discovery": true,
6628
- "x-reconciled-at": "2026-01-07T03:07:46.251272+00:00"
6628
+ "x-reconciled-at": "2026-01-07T15:52:38.602910+00:00"
6629
6629
  },
6630
6630
  "uid": {
6631
6631
  "type": "string",
@@ -6646,7 +6646,7 @@
6646
6646
  "x-original-maxLength": 1024,
6647
6647
  "format": "uuid",
6648
6648
  "x-reconciled-from-discovery": true,
6649
- "x-reconciled-at": "2026-01-07T03:07:46.251278+00:00"
6649
+ "x-reconciled-at": "2026-01-07T15:52:38.602916+00:00"
6650
6650
  }
6651
6651
  },
6652
6652
  "x-f5xc-description-short": "By default a summary of apm is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -6856,7 +6856,7 @@
6856
6856
  },
6857
6857
  "x-original-maxLength": 1024,
6858
6858
  "x-reconciled-from-discovery": true,
6859
- "x-reconciled-at": "2026-01-07T03:07:46.251294+00:00"
6859
+ "x-reconciled-at": "2026-01-07T15:52:38.602932+00:00"
6860
6860
  },
6861
6861
  "start_time": {
6862
6862
  "type": "string",
@@ -7370,7 +7370,7 @@
7370
7370
  "maxLength": 16,
7371
7371
  "minLength": 7,
7372
7372
  "x-reconciled-from-discovery": true,
7373
- "x-reconciled-at": "2026-01-07T03:07:46.251349+00:00"
7373
+ "x-reconciled-at": "2026-01-07T15:52:38.602984+00:00"
7374
7374
  },
7375
7375
  "value": {
7376
7376
  "type": "array",
@@ -7389,7 +7389,7 @@
7389
7389
  "maxLength": 15,
7390
7390
  "minLength": 3,
7391
7391
  "x-reconciled-from-discovery": true,
7392
- "x-reconciled-at": "2026-01-07T03:07:46.251355+00:00"
7392
+ "x-reconciled-at": "2026-01-07T15:52:38.602990+00:00"
7393
7393
  }
7394
7394
  },
7395
7395
  "x-f5xc-description-short": "Metric Type Data contains key/value pair that uniquely identifies the group_by labels specified in the request.",
@@ -7485,7 +7485,7 @@
7485
7485
  "readOnly": true,
7486
7486
  "x-original-maxLength": 1024,
7487
7487
  "x-reconciled-from-discovery": true,
7488
- "x-reconciled-at": "2026-01-07T03:07:46.251365+00:00"
7488
+ "x-reconciled-at": "2026-01-07T15:52:38.602999+00:00"
7489
7489
  },
7490
7490
  "name": {
7491
7491
  "type": "string",
@@ -7506,7 +7506,7 @@
7506
7506
  },
7507
7507
  "x-original-maxLength": 1024,
7508
7508
  "x-reconciled-from-discovery": true,
7509
- "x-reconciled-at": "2026-01-07T03:07:46.251369+00:00"
7509
+ "x-reconciled-at": "2026-01-07T15:52:38.603004+00:00"
7510
7510
  },
7511
7511
  "namespace": {
7512
7512
  "type": "string",
@@ -7527,7 +7527,7 @@
7527
7527
  },
7528
7528
  "x-original-maxLength": 1024,
7529
7529
  "x-reconciled-from-discovery": true,
7530
- "x-reconciled-at": "2026-01-07T03:07:46.251373+00:00"
7530
+ "x-reconciled-at": "2026-01-07T15:52:38.603008+00:00"
7531
7531
  },
7532
7532
  "tenant": {
7533
7533
  "type": "string",
@@ -7550,7 +7550,7 @@
7550
7550
  "x-field-mutability": "read-only",
7551
7551
  "x-original-maxLength": 1024,
7552
7552
  "x-reconciled-from-discovery": true,
7553
- "x-reconciled-at": "2026-01-07T03:07:46.251377+00:00"
7553
+ "x-reconciled-at": "2026-01-07T15:52:38.603012+00:00"
7554
7554
  },
7555
7555
  "uid": {
7556
7556
  "type": "string",
@@ -7574,7 +7574,7 @@
7574
7574
  "x-original-maxLength": 1024,
7575
7575
  "format": "uuid",
7576
7576
  "x-reconciled-from-discovery": true,
7577
- "x-reconciled-at": "2026-01-07T03:07:46.251383+00:00"
7577
+ "x-reconciled-at": "2026-01-07T15:52:38.603018+00:00"
7578
7578
  }
7579
7579
  },
7580
7580
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -8345,7 +8345,7 @@
8345
8345
  },
8346
8346
  "x-original-maxLength": 1024,
8347
8347
  "x-reconciled-from-discovery": true,
8348
- "x-reconciled-at": "2026-01-07T03:07:46.251440+00:00"
8348
+ "x-reconciled-at": "2026-01-07T15:52:38.603075+00:00"
8349
8349
  }
8350
8350
  },
8351
8351
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -8417,7 +8417,7 @@
8417
8417
  },
8418
8418
  "x-original-maxLength": 1024,
8419
8419
  "x-reconciled-from-discovery": true,
8420
- "x-reconciled-at": "2026-01-07T03:07:46.251447+00:00"
8420
+ "x-reconciled-at": "2026-01-07T15:52:38.603084+00:00"
8421
8421
  },
8422
8422
  "store_provider": {
8423
8423
  "type": "string",
@@ -8480,7 +8480,7 @@
8480
8480
  },
8481
8481
  "x-original-maxLength": 1024,
8482
8482
  "x-reconciled-from-discovery": true,
8483
- "x-reconciled-at": "2026-01-07T03:07:46.251453+00:00"
8483
+ "x-reconciled-at": "2026-01-07T15:52:38.603093+00:00"
8484
8484
  },
8485
8485
  "url": {
8486
8486
  "type": "string",
@@ -8584,7 +8584,7 @@
8584
8584
  },
8585
8585
  "x-original-maxLength": 1024,
8586
8586
  "x-reconciled-from-discovery": true,
8587
- "x-reconciled-at": "2026-01-07T03:07:46.251463+00:00"
8587
+ "x-reconciled-at": "2026-01-07T15:52:38.603103+00:00"
8588
8588
  },
8589
8589
  "service_name": {
8590
8590
  "type": "string",
@@ -8627,7 +8627,7 @@
8627
8627
  },
8628
8628
  "x-original-maxLength": 1024,
8629
8629
  "x-reconciled-from-discovery": true,
8630
- "x-reconciled-at": "2026-01-07T03:07:46.251469+00:00"
8630
+ "x-reconciled-at": "2026-01-07T15:52:38.603109+00:00"
8631
8631
  },
8632
8632
  "type": {
8633
8633
  "type": "string",
@@ -8848,7 +8848,7 @@
8848
8848
  },
8849
8849
  "x-original-maxLength": 1024,
8850
8850
  "x-reconciled-from-discovery": true,
8851
- "x-reconciled-at": "2026-01-07T03:07:46.251482+00:00"
8851
+ "x-reconciled-at": "2026-01-07T15:52:38.603122+00:00"
8852
8852
  }
8853
8853
  },
8854
8854
  "x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
@@ -8948,7 +8948,7 @@
8948
8948
  },
8949
8949
  "x-original-maxLength": 1024,
8950
8950
  "x-reconciled-from-discovery": true,
8951
- "x-reconciled-at": "2026-01-07T03:07:46.251492+00:00"
8951
+ "x-reconciled-at": "2026-01-07T15:52:38.603133+00:00"
8952
8952
  }
8953
8953
  },
8954
8954
  "x-f5xc-description-short": "Metric data contains timestamp and the value.",
@@ -9024,7 +9024,7 @@
9024
9024
  },
9025
9025
  "x-original-maxLength": 1200,
9026
9026
  "x-reconciled-from-discovery": true,
9027
- "x-reconciled-at": "2026-01-07T03:07:46.251499+00:00"
9027
+ "x-reconciled-at": "2026-01-07T15:52:38.603139+00:00"
9028
9028
  },
9029
9029
  "disable": {
9030
9030
  "type": "boolean",
@@ -9082,7 +9082,7 @@
9082
9082
  },
9083
9083
  "x-original-maxLength": 1024,
9084
9084
  "x-reconciled-from-discovery": true,
9085
- "x-reconciled-at": "2026-01-07T03:07:46.251507+00:00"
9085
+ "x-reconciled-at": "2026-01-07T15:52:38.603147+00:00"
9086
9086
  },
9087
9087
  "namespace": {
9088
9088
  "type": "string",
@@ -9103,7 +9103,7 @@
9103
9103
  },
9104
9104
  "x-original-maxLength": 1024,
9105
9105
  "x-reconciled-from-discovery": true,
9106
- "x-reconciled-at": "2026-01-07T03:07:46.251511+00:00"
9106
+ "x-reconciled-at": "2026-01-07T15:52:38.603151+00:00"
9107
9107
  }
9108
9108
  },
9109
9109
  "x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
@@ -9183,7 +9183,7 @@
9183
9183
  },
9184
9184
  "x-original-maxLength": 1200,
9185
9185
  "x-reconciled-from-discovery": true,
9186
- "x-reconciled-at": "2026-01-07T03:07:46.251517+00:00"
9186
+ "x-reconciled-at": "2026-01-07T15:52:38.603157+00:00"
9187
9187
  },
9188
9188
  "disable": {
9189
9189
  "type": "boolean",
@@ -9243,7 +9243,7 @@
9243
9243
  },
9244
9244
  "x-original-maxLength": 1024,
9245
9245
  "x-reconciled-from-discovery": true,
9246
- "x-reconciled-at": "2026-01-07T03:07:46.251525+00:00"
9246
+ "x-reconciled-at": "2026-01-07T15:52:38.603165+00:00"
9247
9247
  },
9248
9248
  "namespace": {
9249
9249
  "type": "string",
@@ -9264,7 +9264,7 @@
9264
9264
  },
9265
9265
  "x-original-maxLength": 1024,
9266
9266
  "x-reconciled-from-discovery": true,
9267
- "x-reconciled-at": "2026-01-07T03:07:46.251529+00:00"
9267
+ "x-reconciled-at": "2026-01-07T15:52:38.603169+00:00"
9268
9268
  }
9269
9269
  },
9270
9270
  "x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
@@ -9344,7 +9344,7 @@
9344
9344
  },
9345
9345
  "x-original-maxLength": 1200,
9346
9346
  "x-reconciled-from-discovery": true,
9347
- "x-reconciled-at": "2026-01-07T03:07:46.251535+00:00"
9347
+ "x-reconciled-at": "2026-01-07T15:52:38.603176+00:00"
9348
9348
  },
9349
9349
  "disable": {
9350
9350
  "type": "boolean",
@@ -9402,7 +9402,7 @@
9402
9402
  },
9403
9403
  "x-original-maxLength": 1024,
9404
9404
  "x-reconciled-from-discovery": true,
9405
- "x-reconciled-at": "2026-01-07T03:07:46.251543+00:00"
9405
+ "x-reconciled-at": "2026-01-07T15:52:38.603183+00:00"
9406
9406
  },
9407
9407
  "namespace": {
9408
9408
  "type": "string",
@@ -9423,7 +9423,7 @@
9423
9423
  },
9424
9424
  "x-original-maxLength": 1024,
9425
9425
  "x-reconciled-from-discovery": true,
9426
- "x-reconciled-at": "2026-01-07T03:07:46.251547+00:00"
9426
+ "x-reconciled-at": "2026-01-07T15:52:38.603187+00:00"
9427
9427
  }
9428
9428
  },
9429
9429
  "x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
@@ -9648,7 +9648,7 @@
9648
9648
  "x-original-maxLength": 1024,
9649
9649
  "format": "uuid",
9650
9650
  "x-reconciled-from-discovery": true,
9651
- "x-reconciled-at": "2026-01-07T03:07:46.251565+00:00"
9651
+ "x-reconciled-at": "2026-01-07T15:52:38.603205+00:00"
9652
9652
  },
9653
9653
  "vtrp_id": {
9654
9654
  "type": "string",
@@ -9768,7 +9768,7 @@
9768
9768
  },
9769
9769
  "x-original-maxLength": 1024,
9770
9770
  "x-reconciled-from-discovery": true,
9771
- "x-reconciled-at": "2026-01-07T03:07:46.251574+00:00"
9771
+ "x-reconciled-at": "2026-01-07T15:52:38.603215+00:00"
9772
9772
  },
9773
9773
  "status": {
9774
9774
  "type": "string",
@@ -9788,7 +9788,7 @@
9788
9788
  },
9789
9789
  "x-original-maxLength": 1024,
9790
9790
  "x-reconciled-from-discovery": true,
9791
- "x-reconciled-at": "2026-01-07T03:07:46.251578+00:00"
9791
+ "x-reconciled-at": "2026-01-07T15:52:38.603219+00:00"
9792
9792
  }
9793
9793
  },
9794
9794
  "x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
@@ -9983,7 +9983,7 @@
9983
9983
  "x-field-mutability": "read-only",
9984
9984
  "x-original-maxLength": 1024,
9985
9985
  "x-reconciled-from-discovery": true,
9986
- "x-reconciled-at": "2026-01-07T03:07:46.251597+00:00"
9986
+ "x-reconciled-at": "2026-01-07T15:52:38.603239+00:00"
9987
9987
  },
9988
9988
  "uid": {
9989
9989
  "type": "string",
@@ -10006,7 +10006,7 @@
10006
10006
  "x-original-maxLength": 1024,
10007
10007
  "format": "uuid",
10008
10008
  "x-reconciled-from-discovery": true,
10009
- "x-reconciled-at": "2026-01-07T03:07:46.251602+00:00"
10009
+ "x-reconciled-at": "2026-01-07T15:52:38.603244+00:00"
10010
10010
  }
10011
10011
  },
10012
10012
  "x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
@@ -10093,7 +10093,7 @@
10093
10093
  },
10094
10094
  "x-original-maxLength": 1024,
10095
10095
  "x-reconciled-from-discovery": true,
10096
- "x-reconciled-at": "2026-01-07T03:07:46.251610+00:00"
10096
+ "x-reconciled-at": "2026-01-07T15:52:38.603252+00:00"
10097
10097
  },
10098
10098
  "disable_ocsp_stapling": {
10099
10099
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -10196,7 +10196,7 @@
10196
10196
  },
10197
10197
  "x-original-maxLength": 1024,
10198
10198
  "x-reconciled-from-discovery": true,
10199
- "x-reconciled-at": "2026-01-07T03:07:46.251618+00:00"
10199
+ "x-reconciled-at": "2026-01-07T15:52:38.603261+00:00"
10200
10200
  },
10201
10201
  "previous_value": {
10202
10202
  "type": "string",
@@ -10235,7 +10235,7 @@
10235
10235
  },
10236
10236
  "x-original-maxLength": 1024,
10237
10237
  "x-reconciled-from-discovery": true,
10238
- "x-reconciled-at": "2026-01-07T03:07:46.251625+00:00"
10238
+ "x-reconciled-at": "2026-01-07T15:52:38.603267+00:00"
10239
10239
  }
10240
10240
  },
10241
10241
  "x-f5xc-description-short": "Trend value contains trend value, trend sentiment and trend calculation description and window size.",
@@ -10324,7 +10324,7 @@
10324
10324
  },
10325
10325
  "x-original-maxLength": 1024,
10326
10326
  "x-reconciled-from-discovery": true,
10327
- "x-reconciled-at": "2026-01-07T03:07:46.251630+00:00"
10327
+ "x-reconciled-at": "2026-01-07T15:52:38.603273+00:00"
10328
10328
  },
10329
10329
  "location": {
10330
10330
  "type": "string",
@@ -10342,7 +10342,7 @@
10342
10342
  },
10343
10343
  "x-original-maxLength": 1024,
10344
10344
  "x-reconciled-from-discovery": true,
10345
- "x-reconciled-at": "2026-01-07T03:07:46.251635+00:00"
10345
+ "x-reconciled-at": "2026-01-07T15:52:38.603278+00:00"
10346
10346
  },
10347
10347
  "provider": {
10348
10348
  "type": "string",
@@ -10361,7 +10361,7 @@
10361
10361
  },
10362
10362
  "x-original-maxLength": 1024,
10363
10363
  "x-reconciled-from-discovery": true,
10364
- "x-reconciled-at": "2026-01-07T03:07:46.251639+00:00"
10364
+ "x-reconciled-at": "2026-01-07T15:52:38.603282+00:00"
10365
10365
  },
10366
10366
  "secret_encoding": {
10367
10367
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -10385,7 +10385,7 @@
10385
10385
  "maxLength": 1,
10386
10386
  "minLength": 1,
10387
10387
  "x-reconciled-from-discovery": true,
10388
- "x-reconciled-at": "2026-01-07T03:07:46.251645+00:00"
10388
+ "x-reconciled-at": "2026-01-07T15:52:38.603288+00:00"
10389
10389
  }
10390
10390
  },
10391
10391
  "x-f5xc-description-short": "X-displayName: \"Vault Secret\" VaultSecretInfoType specifies information about the Secret managed by Hashicorp Vault.",
@@ -10430,7 +10430,7 @@
10430
10430
  },
10431
10431
  "x-original-maxLength": 1024,
10432
10432
  "x-reconciled-from-discovery": true,
10433
- "x-reconciled-at": "2026-01-07T03:07:46.251650+00:00"
10433
+ "x-reconciled-at": "2026-01-07T15:52:38.603293+00:00"
10434
10434
  },
10435
10435
  "name": {
10436
10436
  "type": "string",
@@ -10451,7 +10451,7 @@
10451
10451
  },
10452
10452
  "x-original-maxLength": 1024,
10453
10453
  "x-reconciled-from-discovery": true,
10454
- "x-reconciled-at": "2026-01-07T03:07:46.251654+00:00"
10454
+ "x-reconciled-at": "2026-01-07T15:52:38.603298+00:00"
10455
10455
  },
10456
10456
  "namespace": {
10457
10457
  "type": "string",
@@ -10472,7 +10472,7 @@
10472
10472
  },
10473
10473
  "x-original-maxLength": 1024,
10474
10474
  "x-reconciled-from-discovery": true,
10475
- "x-reconciled-at": "2026-01-07T03:07:46.251658+00:00"
10475
+ "x-reconciled-at": "2026-01-07T15:52:38.603302+00:00"
10476
10476
  },
10477
10477
  "uid": {
10478
10478
  "type": "string",
@@ -10493,7 +10493,7 @@
10493
10493
  "x-original-maxLength": 1024,
10494
10494
  "format": "uuid",
10495
10495
  "x-reconciled-from-discovery": true,
10496
- "x-reconciled-at": "2026-01-07T03:07:46.251663+00:00"
10496
+ "x-reconciled-at": "2026-01-07T15:52:38.603307+00:00"
10497
10497
  }
10498
10498
  },
10499
10499
  "x-f5xc-description-short": "ViewRefType represents a reference to a view.",
@@ -10533,7 +10533,7 @@
10533
10533
  },
10534
10534
  "x-original-maxLength": 1024,
10535
10535
  "x-reconciled-from-discovery": true,
10536
- "x-reconciled-at": "2026-01-07T03:07:46.251668+00:00"
10536
+ "x-reconciled-at": "2026-01-07T15:52:38.603312+00:00"
10537
10537
  }
10538
10538
  },
10539
10539
  "x-f5xc-description-short": "X-displayName: \"Wingman Secret\" WingmanSecretInfoType specifies the handle to the wingman secret.",
@@ -10613,7 +10613,7 @@
10613
10613
  },
10614
10614
  "x-original-maxLength": 128,
10615
10615
  "x-reconciled-from-discovery": true,
10616
- "x-reconciled-at": "2026-01-07T03:07:46.251673+00:00"
10616
+ "x-reconciled-at": "2026-01-07T15:52:38.603317+00:00"
10617
10617
  },
10618
10618
  "namespace": {
10619
10619
  "type": "string",
@@ -10640,7 +10640,7 @@
10640
10640
  },
10641
10641
  "x-original-maxLength": 64,
10642
10642
  "x-reconciled-from-discovery": true,
10643
- "x-reconciled-at": "2026-01-07T03:07:46.251677+00:00"
10643
+ "x-reconciled-at": "2026-01-07T15:52:38.603321+00:00"
10644
10644
  },
10645
10645
  "tenant": {
10646
10646
  "type": "string",
@@ -10669,7 +10669,7 @@
10669
10669
  "x-field-mutability": "read-only",
10670
10670
  "x-original-maxLength": 64,
10671
10671
  "x-reconciled-from-discovery": true,
10672
- "x-reconciled-at": "2026-01-07T03:07:46.251682+00:00"
10672
+ "x-reconciled-at": "2026-01-07T15:52:38.603326+00:00"
10673
10673
  }
10674
10674
  },
10675
10675
  "x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
@@ -11525,7 +11525,7 @@
11525
11525
  },
11526
11526
  "x-original-maxLength": 1024,
11527
11527
  "x-reconciled-from-discovery": true,
11528
- "x-reconciled-at": "2026-01-07T03:07:46.666579+00:00"
11528
+ "x-reconciled-at": "2026-01-07T15:52:39.022896+00:00"
11529
11529
  },
11530
11530
  "namespace": {
11531
11531
  "type": "string",
@@ -11545,7 +11545,7 @@
11545
11545
  },
11546
11546
  "x-original-maxLength": 1024,
11547
11547
  "x-reconciled-from-discovery": true,
11548
- "x-reconciled-at": "2026-01-07T03:07:46.666585+00:00"
11548
+ "x-reconciled-at": "2026-01-07T15:52:39.022903+00:00"
11549
11549
  }
11550
11550
  },
11551
11551
  "x-f5xc-minimum-configuration": {
@@ -11648,7 +11648,7 @@
11648
11648
  "maxLength": 17,
11649
11649
  "minLength": 17,
11650
11650
  "x-reconciled-from-discovery": true,
11651
- "x-reconciled-at": "2026-01-07T03:07:46.666600+00:00"
11651
+ "x-reconciled-at": "2026-01-07T15:52:39.022920+00:00"
11652
11652
  },
11653
11653
  "system_metadata": {
11654
11654
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -11874,7 +11874,7 @@
11874
11874
  },
11875
11875
  "x-original-maxLength": 1024,
11876
11876
  "x-reconciled-from-discovery": true,
11877
- "x-reconciled-at": "2026-01-07T03:07:46.666618+00:00"
11877
+ "x-reconciled-at": "2026-01-07T15:52:39.022939+00:00"
11878
11878
  },
11879
11879
  "disabled": {
11880
11880
  "type": "boolean",
@@ -11928,7 +11928,7 @@
11928
11928
  },
11929
11929
  "x-original-maxLength": 1024,
11930
11930
  "x-reconciled-from-discovery": true,
11931
- "x-reconciled-at": "2026-01-07T03:07:46.666628+00:00"
11931
+ "x-reconciled-at": "2026-01-07T15:52:39.022950+00:00"
11932
11932
  },
11933
11933
  "namespace": {
11934
11934
  "type": "string",
@@ -11947,7 +11947,7 @@
11947
11947
  },
11948
11948
  "x-original-maxLength": 1024,
11949
11949
  "x-reconciled-from-discovery": true,
11950
- "x-reconciled-at": "2026-01-07T03:07:46.666632+00:00"
11950
+ "x-reconciled-at": "2026-01-07T15:52:39.022955+00:00"
11951
11951
  },
11952
11952
  "owner_view": {
11953
11953
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -11989,7 +11989,7 @@
11989
11989
  "x-field-mutability": "read-only",
11990
11990
  "x-original-maxLength": 1024,
11991
11991
  "x-reconciled-from-discovery": true,
11992
- "x-reconciled-at": "2026-01-07T03:07:46.666640+00:00"
11992
+ "x-reconciled-at": "2026-01-07T15:52:39.022963+00:00"
11993
11993
  },
11994
11994
  "uid": {
11995
11995
  "type": "string",
@@ -12010,7 +12010,7 @@
12010
12010
  "x-original-maxLength": 1024,
12011
12011
  "format": "uuid",
12012
12012
  "x-reconciled-from-discovery": true,
12013
- "x-reconciled-at": "2026-01-07T03:07:46.666646+00:00"
12013
+ "x-reconciled-at": "2026-01-07T15:52:39.022968+00:00"
12014
12014
  }
12015
12015
  },
12016
12016
  "x-f5xc-description-short": "By default a summary of bigip_irule is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -12247,7 +12247,7 @@
12247
12247
  "readOnly": true,
12248
12248
  "x-original-maxLength": 1024,
12249
12249
  "x-reconciled-from-discovery": true,
12250
- "x-reconciled-at": "2026-01-07T03:07:46.666734+00:00"
12250
+ "x-reconciled-at": "2026-01-07T15:52:39.023059+00:00"
12251
12251
  },
12252
12252
  "name": {
12253
12253
  "type": "string",
@@ -12268,7 +12268,7 @@
12268
12268
  },
12269
12269
  "x-original-maxLength": 1024,
12270
12270
  "x-reconciled-from-discovery": true,
12271
- "x-reconciled-at": "2026-01-07T03:07:46.666738+00:00"
12271
+ "x-reconciled-at": "2026-01-07T15:52:39.023063+00:00"
12272
12272
  },
12273
12273
  "namespace": {
12274
12274
  "type": "string",
@@ -12289,7 +12289,7 @@
12289
12289
  },
12290
12290
  "x-original-maxLength": 1024,
12291
12291
  "x-reconciled-from-discovery": true,
12292
- "x-reconciled-at": "2026-01-07T03:07:46.666742+00:00"
12292
+ "x-reconciled-at": "2026-01-07T15:52:39.023067+00:00"
12293
12293
  },
12294
12294
  "tenant": {
12295
12295
  "type": "string",
@@ -12312,7 +12312,7 @@
12312
12312
  "x-field-mutability": "read-only",
12313
12313
  "x-original-maxLength": 1024,
12314
12314
  "x-reconciled-from-discovery": true,
12315
- "x-reconciled-at": "2026-01-07T03:07:46.666746+00:00"
12315
+ "x-reconciled-at": "2026-01-07T15:52:39.023071+00:00"
12316
12316
  },
12317
12317
  "uid": {
12318
12318
  "type": "string",
@@ -12336,7 +12336,7 @@
12336
12336
  "x-original-maxLength": 1024,
12337
12337
  "format": "uuid",
12338
12338
  "x-reconciled-from-discovery": true,
12339
- "x-reconciled-at": "2026-01-07T03:07:46.666751+00:00"
12339
+ "x-reconciled-at": "2026-01-07T15:52:39.023076+00:00"
12340
12340
  }
12341
12341
  },
12342
12342
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -12431,7 +12431,7 @@
12431
12431
  },
12432
12432
  "x-original-maxLength": 1024,
12433
12433
  "x-reconciled-from-discovery": true,
12434
- "x-reconciled-at": "2026-01-07T03:07:47.191004+00:00"
12434
+ "x-reconciled-at": "2026-01-07T15:52:39.539751+00:00"
12435
12435
  }
12436
12436
  },
12437
12437
  "x-f5xc-example": "[EMAIL, CC]",
@@ -13067,7 +13067,7 @@
13067
13067
  "maxLength": 17,
13068
13068
  "minLength": 17,
13069
13069
  "x-reconciled-from-discovery": true,
13070
- "x-reconciled-at": "2026-01-07T03:07:47.191061+00:00"
13070
+ "x-reconciled-at": "2026-01-07T15:52:39.539806+00:00"
13071
13071
  },
13072
13072
  "system_metadata": {
13073
13073
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -13156,7 +13156,7 @@
13156
13156
  },
13157
13157
  "x-original-maxLength": 1024,
13158
13158
  "x-reconciled-from-discovery": true,
13159
- "x-reconciled-at": "2026-01-07T03:07:47.191072+00:00"
13159
+ "x-reconciled-at": "2026-01-07T15:52:39.539816+00:00"
13160
13160
  }
13161
13161
  },
13162
13162
  "x-f5xc-description-short": "Request of GET Security Config Spec API.",
@@ -13265,7 +13265,7 @@
13265
13265
  },
13266
13266
  "x-original-maxLength": 1024,
13267
13267
  "x-reconciled-from-discovery": true,
13268
- "x-reconciled-at": "2026-01-07T03:07:47.191084+00:00"
13268
+ "x-reconciled-at": "2026-01-07T15:52:39.539828+00:00"
13269
13269
  },
13270
13270
  "disabled": {
13271
13271
  "type": "boolean",
@@ -13319,7 +13319,7 @@
13319
13319
  },
13320
13320
  "x-original-maxLength": 1024,
13321
13321
  "x-reconciled-from-discovery": true,
13322
- "x-reconciled-at": "2026-01-07T03:07:47.191094+00:00"
13322
+ "x-reconciled-at": "2026-01-07T15:52:39.539838+00:00"
13323
13323
  },
13324
13324
  "namespace": {
13325
13325
  "type": "string",
@@ -13338,7 +13338,7 @@
13338
13338
  },
13339
13339
  "x-original-maxLength": 1024,
13340
13340
  "x-reconciled-from-discovery": true,
13341
- "x-reconciled-at": "2026-01-07T03:07:47.191098+00:00"
13341
+ "x-reconciled-at": "2026-01-07T15:52:39.539842+00:00"
13342
13342
  },
13343
13343
  "owner_view": {
13344
13344
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -13380,7 +13380,7 @@
13380
13380
  "x-field-mutability": "read-only",
13381
13381
  "x-original-maxLength": 1024,
13382
13382
  "x-reconciled-from-discovery": true,
13383
- "x-reconciled-at": "2026-01-07T03:07:47.191106+00:00"
13383
+ "x-reconciled-at": "2026-01-07T15:52:39.539851+00:00"
13384
13384
  },
13385
13385
  "uid": {
13386
13386
  "type": "string",
@@ -13402,7 +13402,7 @@
13402
13402
  "x-original-maxLength": 1024,
13403
13403
  "format": "uuid",
13404
13404
  "x-reconciled-from-discovery": true,
13405
- "x-reconciled-at": "2026-01-07T03:07:47.191112+00:00"
13405
+ "x-reconciled-at": "2026-01-07T15:52:39.539857+00:00"
13406
13406
  }
13407
13407
  },
13408
13408
  "x-f5xc-description-short": "By default a summary of bigip_virtual_server is returned in 'List'.",
@@ -14142,7 +14142,7 @@
14142
14142
  "x-original-maxLength": 256,
14143
14143
  "format": "hostname",
14144
14144
  "x-reconciled-from-discovery": true,
14145
- "x-reconciled-at": "2026-01-07T03:07:47.191169+00:00"
14145
+ "x-reconciled-at": "2026-01-07T15:52:39.539913+00:00"
14146
14146
  },
14147
14147
  "simple_login": {
14148
14148
  "$ref": "#/components/schemas/common_wafSimpleLogin"
@@ -14899,7 +14899,7 @@
14899
14899
  },
14900
14900
  "x-original-maxLength": 256,
14901
14901
  "x-reconciled-from-discovery": true,
14902
- "x-reconciled-at": "2026-01-07T03:07:47.191303+00:00"
14902
+ "x-reconciled-at": "2026-01-07T15:52:39.540046+00:00"
14903
14903
  },
14904
14904
  "name": {
14905
14905
  "type": "string",
@@ -14930,7 +14930,7 @@
14930
14930
  },
14931
14931
  "x-original-maxLength": 1024,
14932
14932
  "x-reconciled-from-discovery": true,
14933
- "x-reconciled-at": "2026-01-07T03:07:47.191307+00:00"
14933
+ "x-reconciled-at": "2026-01-07T15:52:39.540050+00:00"
14934
14934
  }
14935
14935
  },
14936
14936
  "x-f5xc-description-short": "MessageMetaType is metadata (common attributes) of a message that only certain messages have.",
@@ -15239,7 +15239,7 @@
15239
15239
  },
15240
15240
  "x-original-maxLength": 256,
15241
15241
  "x-reconciled-from-discovery": true,
15242
- "x-reconciled-at": "2026-01-07T03:08:13.592533+00:00"
15242
+ "x-reconciled-at": "2026-01-07T15:53:05.861571+00:00"
15243
15243
  },
15244
15244
  "irule": {
15245
15245
  "type": "string",
@@ -15319,7 +15319,7 @@
15319
15319
  },
15320
15320
  "x-original-maxLength": 1024,
15321
15321
  "x-reconciled-from-discovery": true,
15322
- "x-reconciled-at": "2026-01-07T03:08:13.592542+00:00"
15322
+ "x-reconciled-at": "2026-01-07T15:53:05.861581+00:00"
15323
15323
  },
15324
15324
  "namespace": {
15325
15325
  "type": "string",
@@ -15339,7 +15339,7 @@
15339
15339
  },
15340
15340
  "x-original-maxLength": 1024,
15341
15341
  "x-reconciled-from-discovery": true,
15342
- "x-reconciled-at": "2026-01-07T03:08:13.592546+00:00"
15342
+ "x-reconciled-at": "2026-01-07T15:53:05.861586+00:00"
15343
15343
  }
15344
15344
  },
15345
15345
  "x-f5xc-minimum-configuration": {
@@ -15502,7 +15502,7 @@
15502
15502
  },
15503
15503
  "x-original-maxLength": 256,
15504
15504
  "x-reconciled-from-discovery": true,
15505
- "x-reconciled-at": "2026-01-07T03:08:13.592562+00:00"
15505
+ "x-reconciled-at": "2026-01-07T15:53:05.861601+00:00"
15506
15506
  },
15507
15507
  "irule": {
15508
15508
  "type": "string",
@@ -15633,7 +15633,7 @@
15633
15633
  },
15634
15634
  "x-original-maxLength": 1024,
15635
15635
  "x-reconciled-from-discovery": true,
15636
- "x-reconciled-at": "2026-01-07T03:08:13.592574+00:00"
15636
+ "x-reconciled-at": "2026-01-07T15:53:05.861614+00:00"
15637
15637
  },
15638
15638
  "disabled": {
15639
15639
  "type": "boolean",
@@ -15687,7 +15687,7 @@
15687
15687
  },
15688
15688
  "x-original-maxLength": 1024,
15689
15689
  "x-reconciled-from-discovery": true,
15690
- "x-reconciled-at": "2026-01-07T03:08:13.592584+00:00"
15690
+ "x-reconciled-at": "2026-01-07T15:53:05.861623+00:00"
15691
15691
  },
15692
15692
  "namespace": {
15693
15693
  "type": "string",
@@ -15706,7 +15706,7 @@
15706
15706
  },
15707
15707
  "x-original-maxLength": 1024,
15708
15708
  "x-reconciled-from-discovery": true,
15709
- "x-reconciled-at": "2026-01-07T03:08:13.592588+00:00"
15709
+ "x-reconciled-at": "2026-01-07T15:53:05.861627+00:00"
15710
15710
  },
15711
15711
  "owner_view": {
15712
15712
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -15732,7 +15732,7 @@
15732
15732
  "x-field-mutability": "read-only",
15733
15733
  "x-original-maxLength": 1024,
15734
15734
  "x-reconciled-from-discovery": true,
15735
- "x-reconciled-at": "2026-01-07T03:08:13.592594+00:00"
15735
+ "x-reconciled-at": "2026-01-07T15:53:05.861634+00:00"
15736
15736
  },
15737
15737
  "uid": {
15738
15738
  "type": "string",
@@ -15753,7 +15753,7 @@
15753
15753
  "x-original-maxLength": 1024,
15754
15754
  "format": "uuid",
15755
15755
  "x-reconciled-from-discovery": true,
15756
- "x-reconciled-at": "2026-01-07T03:08:13.592600+00:00"
15756
+ "x-reconciled-at": "2026-01-07T15:53:05.861639+00:00"
15757
15757
  }
15758
15758
  },
15759
15759
  "x-f5xc-description-short": "By default a summary of irule is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -15852,7 +15852,7 @@
15852
15852
  },
15853
15853
  "x-original-maxLength": 256,
15854
15854
  "x-reconciled-from-discovery": true,
15855
- "x-reconciled-at": "2026-01-07T03:08:13.592608+00:00"
15855
+ "x-reconciled-at": "2026-01-07T15:53:05.861648+00:00"
15856
15856
  },
15857
15857
  "irule": {
15858
15858
  "type": "string",
@@ -16126,7 +16126,7 @@
16126
16126
  },
16127
16127
  "x-original-maxLength": 1024,
16128
16128
  "x-reconciled-from-discovery": true,
16129
- "x-reconciled-at": "2026-01-07T03:08:20.302130+00:00"
16129
+ "x-reconciled-at": "2026-01-07T15:53:12.543463+00:00"
16130
16130
  },
16131
16131
  "namespace": {
16132
16132
  "type": "string",
@@ -16146,7 +16146,7 @@
16146
16146
  },
16147
16147
  "x-original-maxLength": 1024,
16148
16148
  "x-reconciled-from-discovery": true,
16149
- "x-reconciled-at": "2026-01-07T03:08:20.302137+00:00"
16149
+ "x-reconciled-at": "2026-01-07T15:53:12.543471+00:00"
16150
16150
  }
16151
16151
  },
16152
16152
  "x-f5xc-minimum-configuration": {
@@ -16409,7 +16409,7 @@
16409
16409
  },
16410
16410
  "x-original-maxLength": 1024,
16411
16411
  "x-reconciled-from-discovery": true,
16412
- "x-reconciled-at": "2026-01-07T03:08:20.302161+00:00"
16412
+ "x-reconciled-at": "2026-01-07T15:53:12.543495+00:00"
16413
16413
  },
16414
16414
  "disabled": {
16415
16415
  "type": "boolean",
@@ -16463,7 +16463,7 @@
16463
16463
  },
16464
16464
  "x-original-maxLength": 1024,
16465
16465
  "x-reconciled-from-discovery": true,
16466
- "x-reconciled-at": "2026-01-07T03:08:20.302171+00:00"
16466
+ "x-reconciled-at": "2026-01-07T15:53:12.543505+00:00"
16467
16467
  },
16468
16468
  "namespace": {
16469
16469
  "type": "string",
@@ -16482,7 +16482,7 @@
16482
16482
  },
16483
16483
  "x-original-maxLength": 1024,
16484
16484
  "x-reconciled-from-discovery": true,
16485
- "x-reconciled-at": "2026-01-07T03:08:20.302176+00:00"
16485
+ "x-reconciled-at": "2026-01-07T15:53:12.543509+00:00"
16486
16486
  },
16487
16487
  "owner_view": {
16488
16488
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -16508,7 +16508,7 @@
16508
16508
  "x-field-mutability": "read-only",
16509
16509
  "x-original-maxLength": 1024,
16510
16510
  "x-reconciled-from-discovery": true,
16511
- "x-reconciled-at": "2026-01-07T03:08:20.302182+00:00"
16511
+ "x-reconciled-at": "2026-01-07T15:53:12.543516+00:00"
16512
16512
  },
16513
16513
  "uid": {
16514
16514
  "type": "string",
@@ -16529,7 +16529,7 @@
16529
16529
  "x-original-maxLength": 1024,
16530
16530
  "format": "uuid",
16531
16531
  "x-reconciled-from-discovery": true,
16532
- "x-reconciled-at": "2026-01-07T03:08:20.302188+00:00"
16532
+ "x-reconciled-at": "2026-01-07T15:53:12.543521+00:00"
16533
16533
  }
16534
16534
  },
16535
16535
  "x-f5xc-description-short": "By default a summary of data_group is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",