@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": "Certificates",
5
5
  "description": "X.509 certificate chains with intermediate and root CA support. Trusted CA list bundles for client authentication and mTLS validation. CRL distribution points and OCSP stapling configuration. Certificate manifests link credentials to load balancers and gateways. Automatic expiration tracking and renewal notifications.",
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"
@@ -4900,7 +4900,7 @@
4900
4900
  },
4901
4901
  "x-original-maxLength": 1024,
4902
4902
  "x-reconciled-from-discovery": true,
4903
- "x-reconciled-at": "2026-01-07T03:07:53.565483+00:00"
4903
+ "x-reconciled-at": "2026-01-07T15:52:45.912968+00:00"
4904
4904
  },
4905
4905
  "namespace": {
4906
4906
  "type": "string",
@@ -4920,7 +4920,7 @@
4920
4920
  },
4921
4921
  "x-original-maxLength": 1024,
4922
4922
  "x-reconciled-from-discovery": true,
4923
- "x-reconciled-at": "2026-01-07T03:07:53.565489+00:00"
4923
+ "x-reconciled-at": "2026-01-07T15:52:45.912975+00:00"
4924
4924
  }
4925
4925
  },
4926
4926
  "x-f5xc-minimum-configuration": {
@@ -5023,7 +5023,7 @@
5023
5023
  "maxLength": 17,
5024
5024
  "minLength": 17,
5025
5025
  "x-reconciled-from-discovery": true,
5026
- "x-reconciled-at": "2026-01-07T03:07:53.565505+00:00"
5026
+ "x-reconciled-at": "2026-01-07T15:52:45.912991+00:00"
5027
5027
  },
5028
5028
  "system_metadata": {
5029
5029
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -5335,7 +5335,7 @@
5335
5335
  },
5336
5336
  "x-original-maxLength": 1024,
5337
5337
  "x-reconciled-from-discovery": true,
5338
- "x-reconciled-at": "2026-01-07T03:07:53.565527+00:00"
5338
+ "x-reconciled-at": "2026-01-07T15:52:45.913014+00:00"
5339
5339
  },
5340
5340
  "disabled": {
5341
5341
  "type": "boolean",
@@ -5388,7 +5388,7 @@
5388
5388
  },
5389
5389
  "x-original-maxLength": 1024,
5390
5390
  "x-reconciled-from-discovery": true,
5391
- "x-reconciled-at": "2026-01-07T03:07:53.565538+00:00"
5391
+ "x-reconciled-at": "2026-01-07T15:52:45.913025+00:00"
5392
5392
  },
5393
5393
  "namespace": {
5394
5394
  "type": "string",
@@ -5407,7 +5407,7 @@
5407
5407
  },
5408
5408
  "x-original-maxLength": 1024,
5409
5409
  "x-reconciled-from-discovery": true,
5410
- "x-reconciled-at": "2026-01-07T03:07:53.565543+00:00"
5410
+ "x-reconciled-at": "2026-01-07T15:52:45.913029+00:00"
5411
5411
  },
5412
5412
  "owner_view": {
5413
5413
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -5449,7 +5449,7 @@
5449
5449
  "x-field-mutability": "read-only",
5450
5450
  "x-original-maxLength": 1024,
5451
5451
  "x-reconciled-from-discovery": true,
5452
- "x-reconciled-at": "2026-01-07T03:07:53.565551+00:00"
5452
+ "x-reconciled-at": "2026-01-07T15:52:45.913037+00:00"
5453
5453
  },
5454
5454
  "uid": {
5455
5455
  "type": "string",
@@ -5470,7 +5470,7 @@
5470
5470
  "x-original-maxLength": 1024,
5471
5471
  "format": "uuid",
5472
5472
  "x-reconciled-from-discovery": true,
5473
- "x-reconciled-at": "2026-01-07T03:07:53.565557+00:00"
5473
+ "x-reconciled-at": "2026-01-07T15:52:45.913043+00:00"
5474
5474
  }
5475
5475
  },
5476
5476
  "x-f5xc-description-short": "By default a summary of CRL is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -5754,7 +5754,7 @@
5754
5754
  },
5755
5755
  "x-original-maxLength": 1024,
5756
5756
  "x-reconciled-from-discovery": true,
5757
- "x-reconciled-at": "2026-01-07T03:07:53.565579+00:00"
5757
+ "x-reconciled-at": "2026-01-07T15:52:45.913064+00:00"
5758
5758
  }
5759
5759
  },
5760
5760
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -5829,7 +5829,7 @@
5829
5829
  },
5830
5830
  "x-original-maxLength": 1024,
5831
5831
  "x-reconciled-from-discovery": true,
5832
- "x-reconciled-at": "2026-01-07T03:07:53.565588+00:00"
5832
+ "x-reconciled-at": "2026-01-07T15:52:45.913072+00:00"
5833
5833
  },
5834
5834
  "service_name": {
5835
5835
  "type": "string",
@@ -5872,7 +5872,7 @@
5872
5872
  },
5873
5873
  "x-original-maxLength": 1024,
5874
5874
  "x-reconciled-from-discovery": true,
5875
- "x-reconciled-at": "2026-01-07T03:07:53.565594+00:00"
5875
+ "x-reconciled-at": "2026-01-07T15:52:45.913078+00:00"
5876
5876
  },
5877
5877
  "type": {
5878
5878
  "type": "string",
@@ -6017,7 +6017,7 @@
6017
6017
  },
6018
6018
  "x-original-maxLength": 1024,
6019
6019
  "x-reconciled-from-discovery": true,
6020
- "x-reconciled-at": "2026-01-07T03:07:53.565605+00:00"
6020
+ "x-reconciled-at": "2026-01-07T15:52:45.913089+00:00"
6021
6021
  }
6022
6022
  },
6023
6023
  "x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
@@ -6133,7 +6133,7 @@
6133
6133
  },
6134
6134
  "x-original-maxLength": 1200,
6135
6135
  "x-reconciled-from-discovery": true,
6136
- "x-reconciled-at": "2026-01-07T03:07:53.565616+00:00"
6136
+ "x-reconciled-at": "2026-01-07T15:52:45.913099+00:00"
6137
6137
  },
6138
6138
  "disable": {
6139
6139
  "type": "boolean",
@@ -6191,7 +6191,7 @@
6191
6191
  },
6192
6192
  "x-original-maxLength": 1024,
6193
6193
  "x-reconciled-from-discovery": true,
6194
- "x-reconciled-at": "2026-01-07T03:07:53.565623+00:00"
6194
+ "x-reconciled-at": "2026-01-07T15:52:45.913107+00:00"
6195
6195
  },
6196
6196
  "namespace": {
6197
6197
  "type": "string",
@@ -6212,7 +6212,7 @@
6212
6212
  },
6213
6213
  "x-original-maxLength": 1024,
6214
6214
  "x-reconciled-from-discovery": true,
6215
- "x-reconciled-at": "2026-01-07T03:07:53.565628+00:00"
6215
+ "x-reconciled-at": "2026-01-07T15:52:45.913111+00:00"
6216
6216
  }
6217
6217
  },
6218
6218
  "x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
@@ -6292,7 +6292,7 @@
6292
6292
  },
6293
6293
  "x-original-maxLength": 1200,
6294
6294
  "x-reconciled-from-discovery": true,
6295
- "x-reconciled-at": "2026-01-07T03:07:53.565635+00:00"
6295
+ "x-reconciled-at": "2026-01-07T15:52:45.913118+00:00"
6296
6296
  },
6297
6297
  "disable": {
6298
6298
  "type": "boolean",
@@ -6352,7 +6352,7 @@
6352
6352
  },
6353
6353
  "x-original-maxLength": 1024,
6354
6354
  "x-reconciled-from-discovery": true,
6355
- "x-reconciled-at": "2026-01-07T03:07:53.565642+00:00"
6355
+ "x-reconciled-at": "2026-01-07T15:52:45.913126+00:00"
6356
6356
  },
6357
6357
  "namespace": {
6358
6358
  "type": "string",
@@ -6373,7 +6373,7 @@
6373
6373
  },
6374
6374
  "x-original-maxLength": 1024,
6375
6375
  "x-reconciled-from-discovery": true,
6376
- "x-reconciled-at": "2026-01-07T03:07:53.565647+00:00"
6376
+ "x-reconciled-at": "2026-01-07T15:52:45.913130+00:00"
6377
6377
  }
6378
6378
  },
6379
6379
  "x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
@@ -6421,7 +6421,7 @@
6421
6421
  "readOnly": true,
6422
6422
  "x-original-maxLength": 1024,
6423
6423
  "x-reconciled-from-discovery": true,
6424
- "x-reconciled-at": "2026-01-07T03:07:53.565652+00:00"
6424
+ "x-reconciled-at": "2026-01-07T15:52:45.913135+00:00"
6425
6425
  },
6426
6426
  "name": {
6427
6427
  "type": "string",
@@ -6442,7 +6442,7 @@
6442
6442
  },
6443
6443
  "x-original-maxLength": 1024,
6444
6444
  "x-reconciled-from-discovery": true,
6445
- "x-reconciled-at": "2026-01-07T03:07:53.565656+00:00"
6445
+ "x-reconciled-at": "2026-01-07T15:52:45.913139+00:00"
6446
6446
  },
6447
6447
  "namespace": {
6448
6448
  "type": "string",
@@ -6463,7 +6463,7 @@
6463
6463
  },
6464
6464
  "x-original-maxLength": 1024,
6465
6465
  "x-reconciled-from-discovery": true,
6466
- "x-reconciled-at": "2026-01-07T03:07:53.565660+00:00"
6466
+ "x-reconciled-at": "2026-01-07T15:52:45.913144+00:00"
6467
6467
  },
6468
6468
  "tenant": {
6469
6469
  "type": "string",
@@ -6486,7 +6486,7 @@
6486
6486
  "x-field-mutability": "read-only",
6487
6487
  "x-original-maxLength": 1024,
6488
6488
  "x-reconciled-from-discovery": true,
6489
- "x-reconciled-at": "2026-01-07T03:07:53.565664+00:00"
6489
+ "x-reconciled-at": "2026-01-07T15:52:45.913148+00:00"
6490
6490
  },
6491
6491
  "uid": {
6492
6492
  "type": "string",
@@ -6510,7 +6510,7 @@
6510
6510
  "x-original-maxLength": 1024,
6511
6511
  "format": "uuid",
6512
6512
  "x-reconciled-from-discovery": true,
6513
- "x-reconciled-at": "2026-01-07T03:07:53.565669+00:00"
6513
+ "x-reconciled-at": "2026-01-07T15:52:45.913154+00:00"
6514
6514
  }
6515
6515
  },
6516
6516
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -6590,7 +6590,7 @@
6590
6590
  },
6591
6591
  "x-original-maxLength": 1200,
6592
6592
  "x-reconciled-from-discovery": true,
6593
- "x-reconciled-at": "2026-01-07T03:07:53.565676+00:00"
6593
+ "x-reconciled-at": "2026-01-07T15:52:45.913161+00:00"
6594
6594
  },
6595
6595
  "disable": {
6596
6596
  "type": "boolean",
@@ -6648,7 +6648,7 @@
6648
6648
  },
6649
6649
  "x-original-maxLength": 1024,
6650
6650
  "x-reconciled-from-discovery": true,
6651
- "x-reconciled-at": "2026-01-07T03:07:53.565684+00:00"
6651
+ "x-reconciled-at": "2026-01-07T15:52:45.913169+00:00"
6652
6652
  },
6653
6653
  "namespace": {
6654
6654
  "type": "string",
@@ -6669,7 +6669,7 @@
6669
6669
  },
6670
6670
  "x-original-maxLength": 1024,
6671
6671
  "x-reconciled-from-discovery": true,
6672
- "x-reconciled-at": "2026-01-07T03:07:53.565688+00:00"
6672
+ "x-reconciled-at": "2026-01-07T15:52:45.913173+00:00"
6673
6673
  }
6674
6674
  },
6675
6675
  "x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
@@ -6793,7 +6793,7 @@
6793
6793
  "x-original-maxLength": 1024,
6794
6794
  "format": "uuid",
6795
6795
  "x-reconciled-from-discovery": true,
6796
- "x-reconciled-at": "2026-01-07T03:07:53.565701+00:00"
6796
+ "x-reconciled-at": "2026-01-07T15:52:45.913187+00:00"
6797
6797
  },
6798
6798
  "vtrp_id": {
6799
6799
  "type": "string",
@@ -6913,7 +6913,7 @@
6913
6913
  },
6914
6914
  "x-original-maxLength": 1024,
6915
6915
  "x-reconciled-from-discovery": true,
6916
- "x-reconciled-at": "2026-01-07T03:07:53.565711+00:00"
6916
+ "x-reconciled-at": "2026-01-07T15:52:45.913197+00:00"
6917
6917
  },
6918
6918
  "status": {
6919
6919
  "type": "string",
@@ -6933,7 +6933,7 @@
6933
6933
  },
6934
6934
  "x-original-maxLength": 1024,
6935
6935
  "x-reconciled-from-discovery": true,
6936
- "x-reconciled-at": "2026-01-07T03:07:53.565715+00:00"
6936
+ "x-reconciled-at": "2026-01-07T15:52:45.913201+00:00"
6937
6937
  }
6938
6938
  },
6939
6939
  "x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
@@ -7128,7 +7128,7 @@
7128
7128
  "x-field-mutability": "read-only",
7129
7129
  "x-original-maxLength": 1024,
7130
7130
  "x-reconciled-from-discovery": true,
7131
- "x-reconciled-at": "2026-01-07T03:07:53.565734+00:00"
7131
+ "x-reconciled-at": "2026-01-07T15:52:45.913220+00:00"
7132
7132
  },
7133
7133
  "uid": {
7134
7134
  "type": "string",
@@ -7151,7 +7151,7 @@
7151
7151
  "x-original-maxLength": 1024,
7152
7152
  "format": "uuid",
7153
7153
  "x-reconciled-from-discovery": true,
7154
- "x-reconciled-at": "2026-01-07T03:07:53.565739+00:00"
7154
+ "x-reconciled-at": "2026-01-07T15:52:45.913226+00:00"
7155
7155
  }
7156
7156
  },
7157
7157
  "x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
@@ -7203,7 +7203,7 @@
7203
7203
  },
7204
7204
  "x-original-maxLength": 1024,
7205
7205
  "x-reconciled-from-discovery": true,
7206
- "x-reconciled-at": "2026-01-07T03:07:53.565744+00:00"
7206
+ "x-reconciled-at": "2026-01-07T15:52:45.913231+00:00"
7207
7207
  },
7208
7208
  "name": {
7209
7209
  "type": "string",
@@ -7224,7 +7224,7 @@
7224
7224
  },
7225
7225
  "x-original-maxLength": 1024,
7226
7226
  "x-reconciled-from-discovery": true,
7227
- "x-reconciled-at": "2026-01-07T03:07:53.565748+00:00"
7227
+ "x-reconciled-at": "2026-01-07T15:52:45.913235+00:00"
7228
7228
  },
7229
7229
  "namespace": {
7230
7230
  "type": "string",
@@ -7245,7 +7245,7 @@
7245
7245
  },
7246
7246
  "x-original-maxLength": 1024,
7247
7247
  "x-reconciled-from-discovery": true,
7248
- "x-reconciled-at": "2026-01-07T03:07:53.565753+00:00"
7248
+ "x-reconciled-at": "2026-01-07T15:52:45.913240+00:00"
7249
7249
  },
7250
7250
  "uid": {
7251
7251
  "type": "string",
@@ -7266,7 +7266,7 @@
7266
7266
  "x-original-maxLength": 1024,
7267
7267
  "format": "uuid",
7268
7268
  "x-reconciled-from-discovery": true,
7269
- "x-reconciled-at": "2026-01-07T03:07:53.565757+00:00"
7269
+ "x-reconciled-at": "2026-01-07T15:52:45.913245+00:00"
7270
7270
  }
7271
7271
  },
7272
7272
  "x-f5xc-description-short": "ViewRefType represents a reference to a view.",
@@ -7449,7 +7449,7 @@
7449
7449
  },
7450
7450
  "x-original-maxLength": 1024,
7451
7451
  "x-reconciled-from-discovery": true,
7452
- "x-reconciled-at": "2026-01-07T03:07:54.970695+00:00"
7452
+ "x-reconciled-at": "2026-01-07T15:52:47.335128+00:00"
7453
7453
  },
7454
7454
  "namespace": {
7455
7455
  "type": "string",
@@ -7469,7 +7469,7 @@
7469
7469
  },
7470
7470
  "x-original-maxLength": 1024,
7471
7471
  "x-reconciled-from-discovery": true,
7472
- "x-reconciled-at": "2026-01-07T03:07:54.970702+00:00"
7472
+ "x-reconciled-at": "2026-01-07T15:52:47.335135+00:00"
7473
7473
  }
7474
7474
  },
7475
7475
  "x-f5xc-minimum-configuration": {
@@ -7572,7 +7572,7 @@
7572
7572
  "maxLength": 17,
7573
7573
  "minLength": 17,
7574
7574
  "x-reconciled-from-discovery": true,
7575
- "x-reconciled-at": "2026-01-07T03:07:54.970718+00:00"
7575
+ "x-reconciled-at": "2026-01-07T15:52:47.335151+00:00"
7576
7576
  },
7577
7577
  "system_metadata": {
7578
7578
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -7833,7 +7833,7 @@
7833
7833
  },
7834
7834
  "x-original-maxLength": 1024,
7835
7835
  "x-reconciled-from-discovery": true,
7836
- "x-reconciled-at": "2026-01-07T03:07:54.970742+00:00"
7836
+ "x-reconciled-at": "2026-01-07T15:52:47.335176+00:00"
7837
7837
  },
7838
7838
  "disabled": {
7839
7839
  "type": "boolean",
@@ -7887,7 +7887,7 @@
7887
7887
  },
7888
7888
  "x-original-maxLength": 1024,
7889
7889
  "x-reconciled-from-discovery": true,
7890
- "x-reconciled-at": "2026-01-07T03:07:54.970753+00:00"
7890
+ "x-reconciled-at": "2026-01-07T15:52:47.335188+00:00"
7891
7891
  },
7892
7892
  "namespace": {
7893
7893
  "type": "string",
@@ -7906,7 +7906,7 @@
7906
7906
  },
7907
7907
  "x-original-maxLength": 1024,
7908
7908
  "x-reconciled-from-discovery": true,
7909
- "x-reconciled-at": "2026-01-07T03:07:54.970757+00:00"
7909
+ "x-reconciled-at": "2026-01-07T15:52:47.335193+00:00"
7910
7910
  },
7911
7911
  "owner_view": {
7912
7912
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -7948,7 +7948,7 @@
7948
7948
  "x-field-mutability": "read-only",
7949
7949
  "x-original-maxLength": 1024,
7950
7950
  "x-reconciled-from-discovery": true,
7951
- "x-reconciled-at": "2026-01-07T03:07:54.970765+00:00"
7951
+ "x-reconciled-at": "2026-01-07T15:52:47.335204+00:00"
7952
7952
  },
7953
7953
  "uid": {
7954
7954
  "type": "string",
@@ -7969,7 +7969,7 @@
7969
7969
  "x-original-maxLength": 1024,
7970
7970
  "format": "uuid",
7971
7971
  "x-reconciled-from-discovery": true,
7972
- "x-reconciled-at": "2026-01-07T03:07:54.970771+00:00"
7972
+ "x-reconciled-at": "2026-01-07T15:52:47.335210+00:00"
7973
7973
  }
7974
7974
  },
7975
7975
  "x-f5xc-description-short": "By default a summary of certificate is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -8210,7 +8210,7 @@
8210
8210
  "readOnly": true,
8211
8211
  "x-original-maxLength": 1024,
8212
8212
  "x-reconciled-from-discovery": true,
8213
- "x-reconciled-at": "2026-01-07T03:07:54.970792+00:00"
8213
+ "x-reconciled-at": "2026-01-07T15:52:47.335230+00:00"
8214
8214
  },
8215
8215
  "name": {
8216
8216
  "type": "string",
@@ -8231,7 +8231,7 @@
8231
8231
  },
8232
8232
  "x-original-maxLength": 1024,
8233
8233
  "x-reconciled-from-discovery": true,
8234
- "x-reconciled-at": "2026-01-07T03:07:54.970796+00:00"
8234
+ "x-reconciled-at": "2026-01-07T15:52:47.335235+00:00"
8235
8235
  },
8236
8236
  "namespace": {
8237
8237
  "type": "string",
@@ -8252,7 +8252,7 @@
8252
8252
  },
8253
8253
  "x-original-maxLength": 1024,
8254
8254
  "x-reconciled-from-discovery": true,
8255
- "x-reconciled-at": "2026-01-07T03:07:54.970801+00:00"
8255
+ "x-reconciled-at": "2026-01-07T15:52:47.335239+00:00"
8256
8256
  },
8257
8257
  "tenant": {
8258
8258
  "type": "string",
@@ -8275,7 +8275,7 @@
8275
8275
  "x-field-mutability": "read-only",
8276
8276
  "x-original-maxLength": 1024,
8277
8277
  "x-reconciled-from-discovery": true,
8278
- "x-reconciled-at": "2026-01-07T03:07:54.970805+00:00"
8278
+ "x-reconciled-at": "2026-01-07T15:52:47.335243+00:00"
8279
8279
  },
8280
8280
  "uid": {
8281
8281
  "type": "string",
@@ -8299,7 +8299,7 @@
8299
8299
  "x-original-maxLength": 1024,
8300
8300
  "format": "uuid",
8301
8301
  "x-reconciled-from-discovery": true,
8302
- "x-reconciled-at": "2026-01-07T03:07:54.970811+00:00"
8302
+ "x-reconciled-at": "2026-01-07T15:52:47.335249+00:00"
8303
8303
  }
8304
8304
  },
8305
8305
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -8374,7 +8374,7 @@
8374
8374
  },
8375
8375
  "x-original-maxLength": 1024,
8376
8376
  "x-reconciled-from-discovery": true,
8377
- "x-reconciled-at": "2026-01-07T03:07:54.970824+00:00"
8377
+ "x-reconciled-at": "2026-01-07T15:52:47.335262+00:00"
8378
8378
  },
8379
8379
  "store_provider": {
8380
8380
  "type": "string",
@@ -8552,7 +8552,7 @@
8552
8552
  },
8553
8553
  "x-original-maxLength": 1024,
8554
8554
  "x-reconciled-from-discovery": true,
8555
- "x-reconciled-at": "2026-01-07T03:07:54.970839+00:00"
8555
+ "x-reconciled-at": "2026-01-07T15:52:47.335277+00:00"
8556
8556
  },
8557
8557
  "url": {
8558
8558
  "type": "string",
@@ -8747,7 +8747,7 @@
8747
8747
  },
8748
8748
  "x-original-maxLength": 1024,
8749
8749
  "x-reconciled-from-discovery": true,
8750
- "x-reconciled-at": "2026-01-07T03:07:54.971001+00:00"
8750
+ "x-reconciled-at": "2026-01-07T15:52:47.335422+00:00"
8751
8751
  },
8752
8752
  "location": {
8753
8753
  "type": "string",
@@ -8765,7 +8765,7 @@
8765
8765
  },
8766
8766
  "x-original-maxLength": 1024,
8767
8767
  "x-reconciled-from-discovery": true,
8768
- "x-reconciled-at": "2026-01-07T03:07:54.971006+00:00"
8768
+ "x-reconciled-at": "2026-01-07T15:52:47.335427+00:00"
8769
8769
  },
8770
8770
  "provider": {
8771
8771
  "type": "string",
@@ -8784,7 +8784,7 @@
8784
8784
  },
8785
8785
  "x-original-maxLength": 1024,
8786
8786
  "x-reconciled-from-discovery": true,
8787
- "x-reconciled-at": "2026-01-07T03:07:54.971010+00:00"
8787
+ "x-reconciled-at": "2026-01-07T15:52:47.335431+00:00"
8788
8788
  },
8789
8789
  "secret_encoding": {
8790
8790
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -8808,7 +8808,7 @@
8808
8808
  "maxLength": 1,
8809
8809
  "minLength": 1,
8810
8810
  "x-reconciled-from-discovery": true,
8811
- "x-reconciled-at": "2026-01-07T03:07:54.971016+00:00"
8811
+ "x-reconciled-at": "2026-01-07T15:52:47.335437+00:00"
8812
8812
  }
8813
8813
  },
8814
8814
  "x-f5xc-description-short": "X-displayName: \"Vault Secret\" VaultSecretInfoType specifies information about the Secret managed by Hashicorp Vault.",
@@ -8850,7 +8850,7 @@
8850
8850
  },
8851
8851
  "x-original-maxLength": 1024,
8852
8852
  "x-reconciled-from-discovery": true,
8853
- "x-reconciled-at": "2026-01-07T03:07:54.971039+00:00"
8853
+ "x-reconciled-at": "2026-01-07T15:52:47.335460+00:00"
8854
8854
  }
8855
8855
  },
8856
8856
  "x-f5xc-description-short": "X-displayName: \"Wingman Secret\" WingmanSecretInfoType specifies the handle to the wingman secret.",
@@ -8903,7 +8903,7 @@
8903
8903
  },
8904
8904
  "x-original-maxLength": 128,
8905
8905
  "x-reconciled-from-discovery": true,
8906
- "x-reconciled-at": "2026-01-07T03:07:54.971044+00:00"
8906
+ "x-reconciled-at": "2026-01-07T15:52:47.335465+00:00"
8907
8907
  },
8908
8908
  "namespace": {
8909
8909
  "type": "string",
@@ -8930,7 +8930,7 @@
8930
8930
  },
8931
8931
  "x-original-maxLength": 64,
8932
8932
  "x-reconciled-from-discovery": true,
8933
- "x-reconciled-at": "2026-01-07T03:07:54.971048+00:00"
8933
+ "x-reconciled-at": "2026-01-07T15:52:47.335470+00:00"
8934
8934
  },
8935
8935
  "tenant": {
8936
8936
  "type": "string",
@@ -8959,7 +8959,7 @@
8959
8959
  "x-field-mutability": "read-only",
8960
8960
  "x-original-maxLength": 64,
8961
8961
  "x-reconciled-from-discovery": true,
8962
- "x-reconciled-at": "2026-01-07T03:07:54.971053+00:00"
8962
+ "x-reconciled-at": "2026-01-07T15:52:47.335474+00:00"
8963
8963
  }
8964
8964
  },
8965
8965
  "x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
@@ -9122,7 +9122,7 @@
9122
9122
  },
9123
9123
  "x-original-maxLength": 1024,
9124
9124
  "x-reconciled-from-discovery": true,
9125
- "x-reconciled-at": "2026-01-07T03:07:55.388785+00:00"
9125
+ "x-reconciled-at": "2026-01-07T15:52:47.757615+00:00"
9126
9126
  },
9127
9127
  "namespace": {
9128
9128
  "type": "string",
@@ -9142,7 +9142,7 @@
9142
9142
  },
9143
9143
  "x-original-maxLength": 1024,
9144
9144
  "x-reconciled-from-discovery": true,
9145
- "x-reconciled-at": "2026-01-07T03:07:55.388792+00:00"
9145
+ "x-reconciled-at": "2026-01-07T15:52:47.757622+00:00"
9146
9146
  }
9147
9147
  },
9148
9148
  "x-f5xc-minimum-configuration": {
@@ -9245,7 +9245,7 @@
9245
9245
  "maxLength": 17,
9246
9246
  "minLength": 17,
9247
9247
  "x-reconciled-from-discovery": true,
9248
- "x-reconciled-at": "2026-01-07T03:07:55.388808+00:00"
9248
+ "x-reconciled-at": "2026-01-07T15:52:47.757639+00:00"
9249
9249
  },
9250
9250
  "system_metadata": {
9251
9251
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -9454,7 +9454,7 @@
9454
9454
  },
9455
9455
  "x-original-maxLength": 1024,
9456
9456
  "x-reconciled-from-discovery": true,
9457
- "x-reconciled-at": "2026-01-07T03:07:55.388824+00:00"
9457
+ "x-reconciled-at": "2026-01-07T15:52:47.757655+00:00"
9458
9458
  },
9459
9459
  "disabled": {
9460
9460
  "type": "boolean",
@@ -9508,7 +9508,7 @@
9508
9508
  },
9509
9509
  "x-original-maxLength": 1024,
9510
9510
  "x-reconciled-from-discovery": true,
9511
- "x-reconciled-at": "2026-01-07T03:07:55.388834+00:00"
9511
+ "x-reconciled-at": "2026-01-07T15:52:47.757665+00:00"
9512
9512
  },
9513
9513
  "namespace": {
9514
9514
  "type": "string",
@@ -9527,7 +9527,7 @@
9527
9527
  },
9528
9528
  "x-original-maxLength": 1024,
9529
9529
  "x-reconciled-from-discovery": true,
9530
- "x-reconciled-at": "2026-01-07T03:07:55.388838+00:00"
9530
+ "x-reconciled-at": "2026-01-07T15:52:47.757670+00:00"
9531
9531
  },
9532
9532
  "owner_view": {
9533
9533
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -9569,7 +9569,7 @@
9569
9569
  "x-field-mutability": "read-only",
9570
9570
  "x-original-maxLength": 1024,
9571
9571
  "x-reconciled-from-discovery": true,
9572
- "x-reconciled-at": "2026-01-07T03:07:55.388846+00:00"
9572
+ "x-reconciled-at": "2026-01-07T15:52:47.757677+00:00"
9573
9573
  },
9574
9574
  "uid": {
9575
9575
  "type": "string",
@@ -9591,7 +9591,7 @@
9591
9591
  "x-original-maxLength": 1024,
9592
9592
  "format": "uuid",
9593
9593
  "x-reconciled-from-discovery": true,
9594
- "x-reconciled-at": "2026-01-07T03:07:55.388852+00:00"
9594
+ "x-reconciled-at": "2026-01-07T15:52:47.757683+00:00"
9595
9595
  }
9596
9596
  },
9597
9597
  "x-f5xc-description-short": "By default a summary of certificate_chain is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -9872,7 +9872,7 @@
9872
9872
  },
9873
9873
  "x-original-maxLength": 1024,
9874
9874
  "x-reconciled-from-discovery": true,
9875
- "x-reconciled-at": "2026-01-07T03:09:02.436779+00:00"
9875
+ "x-reconciled-at": "2026-01-07T15:53:54.870635+00:00"
9876
9876
  },
9877
9877
  "namespace": {
9878
9878
  "type": "string",
@@ -9892,7 +9892,7 @@
9892
9892
  },
9893
9893
  "x-original-maxLength": 1024,
9894
9894
  "x-reconciled-from-discovery": true,
9895
- "x-reconciled-at": "2026-01-07T03:09:02.436783+00:00"
9895
+ "x-reconciled-at": "2026-01-07T15:53:54.870639+00:00"
9896
9896
  }
9897
9897
  },
9898
9898
  "x-f5xc-minimum-configuration": {
@@ -9995,7 +9995,7 @@
9995
9995
  "maxLength": 17,
9996
9996
  "minLength": 17,
9997
9997
  "x-reconciled-from-discovery": true,
9998
- "x-reconciled-at": "2026-01-07T03:09:02.436798+00:00"
9998
+ "x-reconciled-at": "2026-01-07T15:53:54.870653+00:00"
9999
9999
  },
10000
10000
  "system_metadata": {
10001
10001
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -10199,7 +10199,7 @@
10199
10199
  },
10200
10200
  "x-original-maxLength": 1024,
10201
10201
  "x-reconciled-from-discovery": true,
10202
- "x-reconciled-at": "2026-01-07T03:09:02.436812+00:00"
10202
+ "x-reconciled-at": "2026-01-07T15:53:54.870668+00:00"
10203
10203
  },
10204
10204
  "disabled": {
10205
10205
  "type": "boolean",
@@ -10253,7 +10253,7 @@
10253
10253
  },
10254
10254
  "x-original-maxLength": 1024,
10255
10255
  "x-reconciled-from-discovery": true,
10256
- "x-reconciled-at": "2026-01-07T03:09:02.436822+00:00"
10256
+ "x-reconciled-at": "2026-01-07T15:53:54.870677+00:00"
10257
10257
  },
10258
10258
  "namespace": {
10259
10259
  "type": "string",
@@ -10272,7 +10272,7 @@
10272
10272
  },
10273
10273
  "x-original-maxLength": 1024,
10274
10274
  "x-reconciled-from-discovery": true,
10275
- "x-reconciled-at": "2026-01-07T03:09:02.436827+00:00"
10275
+ "x-reconciled-at": "2026-01-07T15:53:54.870682+00:00"
10276
10276
  },
10277
10277
  "owner_view": {
10278
10278
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -10314,7 +10314,7 @@
10314
10314
  "x-field-mutability": "read-only",
10315
10315
  "x-original-maxLength": 1024,
10316
10316
  "x-reconciled-from-discovery": true,
10317
- "x-reconciled-at": "2026-01-07T03:09:02.436834+00:00"
10317
+ "x-reconciled-at": "2026-01-07T15:53:54.870689+00:00"
10318
10318
  },
10319
10319
  "uid": {
10320
10320
  "type": "string",
@@ -10335,7 +10335,7 @@
10335
10335
  "x-original-maxLength": 1024,
10336
10336
  "format": "uuid",
10337
10337
  "x-reconciled-from-discovery": true,
10338
- "x-reconciled-at": "2026-01-07T03:09:02.436839+00:00"
10338
+ "x-reconciled-at": "2026-01-07T15:53:54.870694+00:00"
10339
10339
  }
10340
10340
  },
10341
10341
  "x-f5xc-description-short": "By default a summary of trusted_ca_list is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",