@robinmordasiewicz/f5xc-api-mcp 2.0.10-2601051503 → 2.0.13-2601051957

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 (52) hide show
  1. package/CHANGELOG.md +25 -14
  2. package/README.md +9 -5
  3. package/dist/generator/domain-metadata.d.ts +1 -3
  4. package/dist/generator/domain-metadata.d.ts.map +1 -1
  5. package/dist/generator/domain-metadata.js +0 -20
  6. package/dist/generator/domain-metadata.js.map +1 -1
  7. package/dist/generator/naming/acronyms.d.ts +1 -1
  8. package/dist/generator/naming/acronyms.js +1 -1
  9. package/dist/tools/generated/dependency-graph.json +1 -1
  10. package/dist/version.d.ts +2 -2
  11. package/dist/version.js +2 -2
  12. package/manifest.json +1 -1
  13. package/package.json +1 -1
  14. package/specs/domains/admin_console_and_ui.json +90 -26
  15. package/specs/domains/ai_services.json +149 -22
  16. package/specs/domains/api.json +598 -179
  17. package/specs/domains/authentication.json +198 -46
  18. package/specs/domains/bigip.json +326 -98
  19. package/specs/domains/billing_and_usage.json +289 -64
  20. package/specs/domains/blindfold.json +384 -110
  21. package/specs/domains/bot_and_threat_defense.json +256 -66
  22. package/specs/domains/cdn.json +477 -181
  23. package/specs/domains/ce_management.json +398 -118
  24. package/specs/domains/certificates.json +253 -78
  25. package/specs/domains/cloud_infrastructure.json +412 -115
  26. package/specs/domains/container_services.json +260 -95
  27. package/specs/domains/data_and_privacy_security.json +210 -68
  28. package/specs/domains/data_intelligence.json +225 -63
  29. package/specs/domains/ddos.json +690 -156
  30. package/specs/domains/dns.json +614 -149
  31. package/specs/domains/managed_kubernetes.json +317 -89
  32. package/specs/domains/marketplace.json +427 -104
  33. package/specs/domains/network.json +950 -231
  34. package/specs/domains/network_security.json +749 -188
  35. package/specs/domains/nginx_one.json +211 -63
  36. package/specs/domains/object_storage.json +126 -13
  37. package/specs/domains/observability.json +622 -103
  38. package/specs/domains/rate_limiting.json +208 -53
  39. package/specs/domains/secops_and_incident_response.json +122 -37
  40. package/specs/domains/service_mesh.json +484 -123
  41. package/specs/domains/shape.json +2359 -314
  42. package/specs/domains/sites.json +1572 -390
  43. package/specs/domains/statistics.json +892 -226
  44. package/specs/domains/support.json +544 -109
  45. package/specs/domains/telemetry_and_insights.json +312 -73
  46. package/specs/domains/tenant_and_identity.json +1881 -273
  47. package/specs/domains/threat_campaign.json +124 -67
  48. package/specs/domains/users.json +225 -72
  49. package/specs/domains/virtual.json +1157 -245
  50. package/specs/domains/vpm_and_node_management.json +59 -2
  51. package/specs/domains/waf.json +565 -140
  52. package/specs/index.json +99 -4
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Data And Privacy Security",
5
5
  "description": "Pattern-based detection for personally identifiable information across request and response payloads. Custom data type definitions enable organization-specific classification beyond built-in PII categories. Regional log and metrics aggregation with Clickhouse, Elasticsearch, and Kafka export options. Geo-configuration policies enforce data residency requirements and jurisdiction-specific privacy regulations.",
6
- "version": "2.0.10",
6
+ "version": "2.0.13",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -13,7 +13,57 @@
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
15
  "summary": "Sensitive data policies with custom classification rules. LMA region configuration and geo-based compliance controls.",
16
- "x-f5xc-cli-domain": "data_and_privacy_security"
16
+ "x-f5xc-cli-domain": "data_and_privacy_security",
17
+ "x-f5xc-best-practices": {
18
+ "common_errors": [
19
+ {
20
+ "code": 400,
21
+ "message": "Invalid request body",
22
+ "resolution": "Validate JSON structure and required fields before submission",
23
+ "prevention": "Use schema validation from OpenAPI spec"
24
+ },
25
+ {
26
+ "code": 401,
27
+ "message": "Authentication failed",
28
+ "resolution": "Verify API token is valid and not expired",
29
+ "prevention": "Use environment variables for token management"
30
+ },
31
+ {
32
+ "code": 403,
33
+ "message": "Permission denied",
34
+ "resolution": "Check user role and namespace permissions",
35
+ "prevention": "Verify RBAC policies before operations"
36
+ },
37
+ {
38
+ "code": 404,
39
+ "message": "Resource not found",
40
+ "resolution": "Verify resource name and namespace exist",
41
+ "prevention": "List resources before attempting operations"
42
+ },
43
+ {
44
+ "code": 409,
45
+ "message": "Resource already exists",
46
+ "resolution": "Use unique name or delete existing resource",
47
+ "prevention": "Check existence before creation"
48
+ },
49
+ {
50
+ "code": 429,
51
+ "message": "Rate limit exceeded",
52
+ "resolution": "Implement exponential backoff and retry logic",
53
+ "prevention": "Batch operations and add delays between requests"
54
+ }
55
+ ],
56
+ "security_notes": [
57
+ "Always use HTTPS for all API communications",
58
+ "Store API tokens securely, never in source code",
59
+ "Rotate API tokens regularly following security policies"
60
+ ],
61
+ "performance_tips": [
62
+ "Use pagination for large result sets",
63
+ "Batch related operations when possible",
64
+ "Cache read-only responses appropriately"
65
+ ]
66
+ }
17
67
  },
18
68
  "servers": [
19
69
  {
@@ -276,6 +326,13 @@
276
326
  "latency": "low",
277
327
  "resource_usage": "low"
278
328
  }
329
+ },
330
+ "x-f5xc-discovered-response-time": {
331
+ "p50_ms": 1000,
332
+ "p95_ms": 3000,
333
+ "p99_ms": 8000,
334
+ "sample_count": 0,
335
+ "source": "estimate"
279
336
  }
280
337
  },
281
338
  "x-displayname": "Data Type",
@@ -498,6 +555,13 @@
498
555
  "latency": "low",
499
556
  "resource_usage": "low"
500
557
  }
558
+ },
559
+ "x-f5xc-discovered-response-time": {
560
+ "p50_ms": 800,
561
+ "p95_ms": 2500,
562
+ "p99_ms": 6000,
563
+ "sample_count": 0,
564
+ "source": "estimate"
501
565
  }
502
566
  },
503
567
  "x-displayname": "Data Type",
@@ -725,6 +789,13 @@
725
789
  "latency": "moderate",
726
790
  "resource_usage": "moderate"
727
791
  }
792
+ },
793
+ "x-f5xc-discovered-response-time": {
794
+ "p50_ms": 200,
795
+ "p95_ms": 800,
796
+ "p99_ms": 2000,
797
+ "sample_count": 0,
798
+ "source": "estimate"
728
799
  }
729
800
  },
730
801
  "x-displayname": "Data Type",
@@ -946,6 +1017,13 @@
946
1017
  "latency": "low",
947
1018
  "resource_usage": "low"
948
1019
  }
1020
+ },
1021
+ "x-f5xc-discovered-response-time": {
1022
+ "p50_ms": 200,
1023
+ "p95_ms": 800,
1024
+ "p99_ms": 2000,
1025
+ "sample_count": 0,
1026
+ "source": "estimate"
949
1027
  }
950
1028
  },
951
1029
  "delete": {
@@ -1165,6 +1243,13 @@
1165
1243
  "latency": "high",
1166
1244
  "resource_usage": "moderate"
1167
1245
  }
1246
+ },
1247
+ "x-f5xc-discovered-response-time": {
1248
+ "p50_ms": 500,
1249
+ "p95_ms": 1500,
1250
+ "p99_ms": 4000,
1251
+ "sample_count": 0,
1252
+ "source": "estimate"
1168
1253
  }
1169
1254
  },
1170
1255
  "x-displayname": "Data Type",
@@ -1384,6 +1469,13 @@
1384
1469
  "latency": "low",
1385
1470
  "resource_usage": "low"
1386
1471
  }
1472
+ },
1473
+ "x-f5xc-discovered-response-time": {
1474
+ "p50_ms": 200,
1475
+ "p95_ms": 800,
1476
+ "p99_ms": 2000,
1477
+ "sample_count": 0,
1478
+ "source": "estimate"
1387
1479
  }
1388
1480
  },
1389
1481
  "x-displayname": "Geo Config.",
@@ -1611,6 +1703,13 @@
1611
1703
  "latency": "moderate",
1612
1704
  "resource_usage": "moderate"
1613
1705
  }
1706
+ },
1707
+ "x-f5xc-discovered-response-time": {
1708
+ "p50_ms": 200,
1709
+ "p95_ms": 800,
1710
+ "p99_ms": 2000,
1711
+ "sample_count": 0,
1712
+ "source": "estimate"
1614
1713
  }
1615
1714
  },
1616
1715
  "x-displayname": "LMA Region.",
@@ -1830,6 +1929,13 @@
1830
1929
  "latency": "low",
1831
1930
  "resource_usage": "low"
1832
1931
  }
1932
+ },
1933
+ "x-f5xc-discovered-response-time": {
1934
+ "p50_ms": 200,
1935
+ "p95_ms": 800,
1936
+ "p99_ms": 2000,
1937
+ "sample_count": 0,
1938
+ "source": "estimate"
1833
1939
  }
1834
1940
  },
1835
1941
  "x-displayname": "LMA Region.",
@@ -2045,6 +2151,13 @@
2045
2151
  "latency": "low",
2046
2152
  "resource_usage": "low"
2047
2153
  }
2154
+ },
2155
+ "x-f5xc-discovered-response-time": {
2156
+ "p50_ms": 1000,
2157
+ "p95_ms": 3000,
2158
+ "p99_ms": 8000,
2159
+ "sample_count": 0,
2160
+ "source": "estimate"
2048
2161
  }
2049
2162
  },
2050
2163
  "x-displayname": "Sensitive Data Discovery.",
@@ -2268,6 +2381,13 @@
2268
2381
  "latency": "low",
2269
2382
  "resource_usage": "low"
2270
2383
  }
2384
+ },
2385
+ "x-f5xc-discovered-response-time": {
2386
+ "p50_ms": 800,
2387
+ "p95_ms": 2500,
2388
+ "p99_ms": 6000,
2389
+ "sample_count": 0,
2390
+ "source": "estimate"
2271
2391
  }
2272
2392
  },
2273
2393
  "x-displayname": "Sensitive Data Discovery.",
@@ -2498,7 +2618,15 @@
2498
2618
  }
2499
2619
  },
2500
2620
  "x-discovered-response-time-ms": 159.77,
2501
- "x-discovered-sample-size": 1
2621
+ "x-discovered-sample-size": 1,
2622
+ "x-f5xc-discovered-response-time": {
2623
+ "p50_ms": 159.77,
2624
+ "p95_ms": 319.54,
2625
+ "p99_ms": 479.31,
2626
+ "sample_count": 1,
2627
+ "source": "discovery",
2628
+ "last_measured": "2025-12-20T19:39:20.211392+00:00"
2629
+ }
2502
2630
  },
2503
2631
  "x-displayname": "Sensitive Data Discovery.",
2504
2632
  "x-ves-proto-service": "ves.io.schema.sensitive_data_policy.API",
@@ -2720,6 +2848,13 @@
2720
2848
  "latency": "low",
2721
2849
  "resource_usage": "low"
2722
2850
  }
2851
+ },
2852
+ "x-f5xc-discovered-response-time": {
2853
+ "p50_ms": 200,
2854
+ "p95_ms": 800,
2855
+ "p99_ms": 2000,
2856
+ "sample_count": 0,
2857
+ "source": "estimate"
2723
2858
  }
2724
2859
  },
2725
2860
  "delete": {
@@ -2940,6 +3075,13 @@
2940
3075
  "latency": "high",
2941
3076
  "resource_usage": "moderate"
2942
3077
  }
3078
+ },
3079
+ "x-f5xc-discovered-response-time": {
3080
+ "p50_ms": 500,
3081
+ "p95_ms": 1500,
3082
+ "p99_ms": 4000,
3083
+ "sample_count": 0,
3084
+ "source": "estimate"
2943
3085
  }
2944
3086
  },
2945
3087
  "x-displayname": "Sensitive Data Discovery.",
@@ -3190,7 +3332,7 @@
3190
3332
  },
3191
3333
  "x-original-maxLength": 1024,
3192
3334
  "x-reconciled-from-discovery": true,
3193
- "x-reconciled-at": "2026-01-05T14:38:15.534615+00:00"
3335
+ "x-reconciled-at": "2026-01-05T18:29:14.986517+00:00"
3194
3336
  },
3195
3337
  "namespace": {
3196
3338
  "type": "string",
@@ -3209,7 +3351,7 @@
3209
3351
  },
3210
3352
  "x-original-maxLength": 1024,
3211
3353
  "x-reconciled-from-discovery": true,
3212
- "x-reconciled-at": "2026-01-05T14:38:15.534622+00:00"
3354
+ "x-reconciled-at": "2026-01-05T18:29:14.986523+00:00"
3213
3355
  }
3214
3356
  },
3215
3357
  "x-f5xc-minimum-configuration": {
@@ -3388,7 +3530,7 @@
3388
3530
  "maxLength": 17,
3389
3531
  "minLength": 17,
3390
3532
  "x-reconciled-from-discovery": true,
3391
- "x-reconciled-at": "2026-01-05T14:38:15.534645+00:00"
3533
+ "x-reconciled-at": "2026-01-05T18:29:14.986544+00:00"
3392
3534
  },
3393
3535
  "system_metadata": {
3394
3536
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -3659,7 +3801,7 @@
3659
3801
  },
3660
3802
  "x-original-maxLength": 1024,
3661
3803
  "x-reconciled-from-discovery": true,
3662
- "x-reconciled-at": "2026-01-05T14:38:15.534669+00:00"
3804
+ "x-reconciled-at": "2026-01-05T18:29:14.986567+00:00"
3663
3805
  },
3664
3806
  "disabled": {
3665
3807
  "type": "boolean",
@@ -3709,7 +3851,7 @@
3709
3851
  },
3710
3852
  "x-original-maxLength": 1024,
3711
3853
  "x-reconciled-from-discovery": true,
3712
- "x-reconciled-at": "2026-01-05T14:38:15.534680+00:00"
3854
+ "x-reconciled-at": "2026-01-05T18:29:14.986577+00:00"
3713
3855
  },
3714
3856
  "namespace": {
3715
3857
  "type": "string",
@@ -3728,7 +3870,7 @@
3728
3870
  },
3729
3871
  "x-original-maxLength": 1024,
3730
3872
  "x-reconciled-from-discovery": true,
3731
- "x-reconciled-at": "2026-01-05T14:38:15.534685+00:00"
3873
+ "x-reconciled-at": "2026-01-05T18:29:14.986582+00:00"
3732
3874
  },
3733
3875
  "owner_view": {
3734
3876
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -3769,7 +3911,7 @@
3769
3911
  "x-field-mutability": "read-only",
3770
3912
  "x-original-maxLength": 1024,
3771
3913
  "x-reconciled-from-discovery": true,
3772
- "x-reconciled-at": "2026-01-05T14:38:15.534694+00:00"
3914
+ "x-reconciled-at": "2026-01-05T18:29:14.986589+00:00"
3773
3915
  },
3774
3916
  "uid": {
3775
3917
  "type": "string",
@@ -3790,7 +3932,7 @@
3790
3932
  "x-original-maxLength": 1024,
3791
3933
  "format": "uuid",
3792
3934
  "x-reconciled-from-discovery": true,
3793
- "x-reconciled-at": "2026-01-05T14:38:15.534700+00:00"
3935
+ "x-reconciled-at": "2026-01-05T18:29:14.986595+00:00"
3794
3936
  }
3795
3937
  },
3796
3938
  "x-f5xc-minimum-configuration": {
@@ -4159,7 +4301,7 @@
4159
4301
  },
4160
4302
  "x-original-maxLength": 1024,
4161
4303
  "x-reconciled-from-discovery": true,
4162
- "x-reconciled-at": "2026-01-05T14:38:15.534730+00:00"
4304
+ "x-reconciled-at": "2026-01-05T18:29:14.986623+00:00"
4163
4305
  }
4164
4306
  },
4165
4307
  "x-f5xc-minimum-configuration": {
@@ -4228,7 +4370,7 @@
4228
4370
  },
4229
4371
  "x-original-maxLength": 1024,
4230
4372
  "x-reconciled-from-discovery": true,
4231
- "x-reconciled-at": "2026-01-05T14:38:15.534738+00:00"
4373
+ "x-reconciled-at": "2026-01-05T18:29:14.986631+00:00"
4232
4374
  },
4233
4375
  "service_name": {
4234
4376
  "type": "string",
@@ -4267,7 +4409,7 @@
4267
4409
  },
4268
4410
  "x-original-maxLength": 1024,
4269
4411
  "x-reconciled-from-discovery": true,
4270
- "x-reconciled-at": "2026-01-05T14:38:15.534744+00:00"
4412
+ "x-reconciled-at": "2026-01-05T18:29:14.986637+00:00"
4271
4413
  },
4272
4414
  "type": {
4273
4415
  "type": "string",
@@ -4404,7 +4546,7 @@
4404
4546
  },
4405
4547
  "x-original-maxLength": 1024,
4406
4548
  "x-reconciled-from-discovery": true,
4407
- "x-reconciled-at": "2026-01-05T14:38:15.534768+00:00"
4549
+ "x-reconciled-at": "2026-01-05T18:29:14.986648+00:00"
4408
4550
  }
4409
4551
  },
4410
4552
  "x-f5xc-minimum-configuration": {
@@ -4513,7 +4655,7 @@
4513
4655
  },
4514
4656
  "x-original-maxLength": 1200,
4515
4657
  "x-reconciled-from-discovery": true,
4516
- "x-reconciled-at": "2026-01-05T14:38:15.534779+00:00"
4658
+ "x-reconciled-at": "2026-01-05T18:29:14.986658+00:00"
4517
4659
  },
4518
4660
  "disable": {
4519
4661
  "type": "boolean",
@@ -4566,7 +4708,7 @@
4566
4708
  },
4567
4709
  "x-original-maxLength": 1024,
4568
4710
  "x-reconciled-from-discovery": true,
4569
- "x-reconciled-at": "2026-01-05T14:38:15.534787+00:00"
4711
+ "x-reconciled-at": "2026-01-05T18:29:14.986665+00:00"
4570
4712
  },
4571
4713
  "namespace": {
4572
4714
  "type": "string",
@@ -4585,7 +4727,7 @@
4585
4727
  },
4586
4728
  "x-original-maxLength": 1024,
4587
4729
  "x-reconciled-from-discovery": true,
4588
- "x-reconciled-at": "2026-01-05T14:38:15.534792+00:00"
4730
+ "x-reconciled-at": "2026-01-05T18:29:14.986669+00:00"
4589
4731
  }
4590
4732
  },
4591
4733
  "x-f5xc-minimum-configuration": {
@@ -4661,7 +4803,7 @@
4661
4803
  },
4662
4804
  "x-original-maxLength": 1200,
4663
4805
  "x-reconciled-from-discovery": true,
4664
- "x-reconciled-at": "2026-01-05T14:38:15.534798+00:00"
4806
+ "x-reconciled-at": "2026-01-05T18:29:14.986675+00:00"
4665
4807
  },
4666
4808
  "disable": {
4667
4809
  "type": "boolean",
@@ -4716,7 +4858,7 @@
4716
4858
  },
4717
4859
  "x-original-maxLength": 1024,
4718
4860
  "x-reconciled-from-discovery": true,
4719
- "x-reconciled-at": "2026-01-05T14:38:15.534806+00:00"
4861
+ "x-reconciled-at": "2026-01-05T18:29:14.986682+00:00"
4720
4862
  },
4721
4863
  "namespace": {
4722
4864
  "type": "string",
@@ -4735,7 +4877,7 @@
4735
4877
  },
4736
4878
  "x-original-maxLength": 1024,
4737
4879
  "x-reconciled-from-discovery": true,
4738
- "x-reconciled-at": "2026-01-05T14:38:15.534810+00:00"
4880
+ "x-reconciled-at": "2026-01-05T18:29:14.986686+00:00"
4739
4881
  }
4740
4882
  },
4741
4883
  "x-f5xc-minimum-configuration": {
@@ -4780,7 +4922,7 @@
4780
4922
  "readOnly": true,
4781
4923
  "x-original-maxLength": 1024,
4782
4924
  "x-reconciled-from-discovery": true,
4783
- "x-reconciled-at": "2026-01-05T14:38:15.534815+00:00"
4925
+ "x-reconciled-at": "2026-01-05T18:29:14.986692+00:00"
4784
4926
  },
4785
4927
  "name": {
4786
4928
  "type": "string",
@@ -4799,7 +4941,7 @@
4799
4941
  },
4800
4942
  "x-original-maxLength": 1024,
4801
4943
  "x-reconciled-from-discovery": true,
4802
- "x-reconciled-at": "2026-01-05T14:38:15.534819+00:00"
4944
+ "x-reconciled-at": "2026-01-05T18:29:14.986696+00:00"
4803
4945
  },
4804
4946
  "namespace": {
4805
4947
  "type": "string",
@@ -4818,7 +4960,7 @@
4818
4960
  },
4819
4961
  "x-original-maxLength": 1024,
4820
4962
  "x-reconciled-from-discovery": true,
4821
- "x-reconciled-at": "2026-01-05T14:38:15.534823+00:00"
4963
+ "x-reconciled-at": "2026-01-05T18:29:14.986700+00:00"
4822
4964
  },
4823
4965
  "tenant": {
4824
4966
  "type": "string",
@@ -4839,7 +4981,7 @@
4839
4981
  "x-field-mutability": "read-only",
4840
4982
  "x-original-maxLength": 1024,
4841
4983
  "x-reconciled-from-discovery": true,
4842
- "x-reconciled-at": "2026-01-05T14:38:15.534827+00:00"
4984
+ "x-reconciled-at": "2026-01-05T18:29:14.986704+00:00"
4843
4985
  },
4844
4986
  "uid": {
4845
4987
  "type": "string",
@@ -4861,7 +5003,7 @@
4861
5003
  "x-original-maxLength": 1024,
4862
5004
  "format": "uuid",
4863
5005
  "x-reconciled-from-discovery": true,
4864
- "x-reconciled-at": "2026-01-05T14:38:15.534832+00:00"
5006
+ "x-reconciled-at": "2026-01-05T18:29:14.986709+00:00"
4865
5007
  }
4866
5008
  },
4867
5009
  "x-f5xc-minimum-configuration": {
@@ -4936,7 +5078,7 @@
4936
5078
  },
4937
5079
  "x-original-maxLength": 1200,
4938
5080
  "x-reconciled-from-discovery": true,
4939
- "x-reconciled-at": "2026-01-05T14:38:15.534839+00:00"
5081
+ "x-reconciled-at": "2026-01-05T18:29:14.986716+00:00"
4940
5082
  },
4941
5083
  "disable": {
4942
5084
  "type": "boolean",
@@ -4989,7 +5131,7 @@
4989
5131
  },
4990
5132
  "x-original-maxLength": 1024,
4991
5133
  "x-reconciled-from-discovery": true,
4992
- "x-reconciled-at": "2026-01-05T14:38:15.534847+00:00"
5134
+ "x-reconciled-at": "2026-01-05T18:29:14.986723+00:00"
4993
5135
  },
4994
5136
  "namespace": {
4995
5137
  "type": "string",
@@ -5008,7 +5150,7 @@
5008
5150
  },
5009
5151
  "x-original-maxLength": 1024,
5010
5152
  "x-reconciled-from-discovery": true,
5011
- "x-reconciled-at": "2026-01-05T14:38:15.534852+00:00"
5153
+ "x-reconciled-at": "2026-01-05T18:29:14.986727+00:00"
5012
5154
  }
5013
5155
  },
5014
5156
  "x-f5xc-minimum-configuration": {
@@ -5122,7 +5264,7 @@
5122
5264
  "x-original-maxLength": 1024,
5123
5265
  "format": "uuid",
5124
5266
  "x-reconciled-from-discovery": true,
5125
- "x-reconciled-at": "2026-01-05T14:38:15.534865+00:00"
5267
+ "x-reconciled-at": "2026-01-05T18:29:14.986740+00:00"
5126
5268
  },
5127
5269
  "vtrp_id": {
5128
5270
  "type": "string",
@@ -5234,7 +5376,7 @@
5234
5376
  },
5235
5377
  "x-original-maxLength": 1024,
5236
5378
  "x-reconciled-from-discovery": true,
5237
- "x-reconciled-at": "2026-01-05T14:38:15.534875+00:00"
5379
+ "x-reconciled-at": "2026-01-05T18:29:14.986750+00:00"
5238
5380
  },
5239
5381
  "status": {
5240
5382
  "type": "string",
@@ -5253,7 +5395,7 @@
5253
5395
  },
5254
5396
  "x-original-maxLength": 1024,
5255
5397
  "x-reconciled-from-discovery": true,
5256
- "x-reconciled-at": "2026-01-05T14:38:15.534880+00:00"
5398
+ "x-reconciled-at": "2026-01-05T18:29:14.986754+00:00"
5257
5399
  }
5258
5400
  },
5259
5401
  "x-f5xc-minimum-configuration": {
@@ -5431,7 +5573,7 @@
5431
5573
  "x-field-mutability": "read-only",
5432
5574
  "x-original-maxLength": 1024,
5433
5575
  "x-reconciled-from-discovery": true,
5434
- "x-reconciled-at": "2026-01-05T14:38:15.534899+00:00"
5576
+ "x-reconciled-at": "2026-01-05T18:29:14.986773+00:00"
5435
5577
  },
5436
5578
  "uid": {
5437
5579
  "type": "string",
@@ -5452,7 +5594,7 @@
5452
5594
  "x-original-maxLength": 1024,
5453
5595
  "format": "uuid",
5454
5596
  "x-reconciled-from-discovery": true,
5455
- "x-reconciled-at": "2026-01-05T14:38:15.534904+00:00"
5597
+ "x-reconciled-at": "2026-01-05T18:29:14.986778+00:00"
5456
5598
  }
5457
5599
  },
5458
5600
  "x-f5xc-minimum-configuration": {
@@ -5502,7 +5644,7 @@
5502
5644
  },
5503
5645
  "x-original-maxLength": 1024,
5504
5646
  "x-reconciled-from-discovery": true,
5505
- "x-reconciled-at": "2026-01-05T14:38:15.534909+00:00"
5647
+ "x-reconciled-at": "2026-01-05T18:29:14.986783+00:00"
5506
5648
  },
5507
5649
  "name": {
5508
5650
  "type": "string",
@@ -5521,7 +5663,7 @@
5521
5663
  },
5522
5664
  "x-original-maxLength": 1024,
5523
5665
  "x-reconciled-from-discovery": true,
5524
- "x-reconciled-at": "2026-01-05T14:38:15.534913+00:00"
5666
+ "x-reconciled-at": "2026-01-05T18:29:14.986787+00:00"
5525
5667
  },
5526
5668
  "namespace": {
5527
5669
  "type": "string",
@@ -5540,7 +5682,7 @@
5540
5682
  },
5541
5683
  "x-original-maxLength": 1024,
5542
5684
  "x-reconciled-from-discovery": true,
5543
- "x-reconciled-at": "2026-01-05T14:38:15.534917+00:00"
5685
+ "x-reconciled-at": "2026-01-05T18:29:14.986791+00:00"
5544
5686
  },
5545
5687
  "uid": {
5546
5688
  "type": "string",
@@ -5561,7 +5703,7 @@
5561
5703
  "x-original-maxLength": 1024,
5562
5704
  "format": "uuid",
5563
5705
  "x-reconciled-from-discovery": true,
5564
- "x-reconciled-at": "2026-01-05T14:38:15.534922+00:00"
5706
+ "x-reconciled-at": "2026-01-05T18:29:14.986796+00:00"
5565
5707
  }
5566
5708
  },
5567
5709
  "x-f5xc-minimum-configuration": {
@@ -5654,7 +5796,7 @@
5654
5796
  "maxLength": 17,
5655
5797
  "minLength": 17,
5656
5798
  "x-reconciled-from-discovery": true,
5657
- "x-reconciled-at": "2026-01-05T14:38:23.458935+00:00"
5799
+ "x-reconciled-at": "2026-01-05T18:29:22.162550+00:00"
5658
5800
  },
5659
5801
  "system_metadata": {
5660
5802
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -5823,7 +5965,7 @@
5823
5965
  "readOnly": true,
5824
5966
  "x-original-maxLength": 1024,
5825
5967
  "x-reconciled-from-discovery": true,
5826
- "x-reconciled-at": "2026-01-05T14:38:23.458953+00:00"
5968
+ "x-reconciled-at": "2026-01-05T18:29:22.162567+00:00"
5827
5969
  },
5828
5970
  "name": {
5829
5971
  "type": "string",
@@ -5842,7 +5984,7 @@
5842
5984
  },
5843
5985
  "x-original-maxLength": 1024,
5844
5986
  "x-reconciled-from-discovery": true,
5845
- "x-reconciled-at": "2026-01-05T14:38:23.458958+00:00"
5987
+ "x-reconciled-at": "2026-01-05T18:29:22.162573+00:00"
5846
5988
  },
5847
5989
  "namespace": {
5848
5990
  "type": "string",
@@ -5861,7 +6003,7 @@
5861
6003
  },
5862
6004
  "x-original-maxLength": 1024,
5863
6005
  "x-reconciled-from-discovery": true,
5864
- "x-reconciled-at": "2026-01-05T14:38:23.458963+00:00"
6006
+ "x-reconciled-at": "2026-01-05T18:29:22.162578+00:00"
5865
6007
  },
5866
6008
  "tenant": {
5867
6009
  "type": "string",
@@ -5882,7 +6024,7 @@
5882
6024
  "x-field-mutability": "read-only",
5883
6025
  "x-original-maxLength": 1024,
5884
6026
  "x-reconciled-from-discovery": true,
5885
- "x-reconciled-at": "2026-01-05T14:38:23.458968+00:00"
6027
+ "x-reconciled-at": "2026-01-05T18:29:22.162582+00:00"
5886
6028
  },
5887
6029
  "uid": {
5888
6030
  "type": "string",
@@ -5904,7 +6046,7 @@
5904
6046
  "x-original-maxLength": 1024,
5905
6047
  "format": "uuid",
5906
6048
  "x-reconciled-from-discovery": true,
5907
- "x-reconciled-at": "2026-01-05T14:38:23.458974+00:00"
6049
+ "x-reconciled-at": "2026-01-05T18:29:22.162588+00:00"
5908
6050
  }
5909
6051
  },
5910
6052
  "x-f5xc-minimum-configuration": {
@@ -6134,7 +6276,7 @@
6134
6276
  "maxLength": 17,
6135
6277
  "minLength": 17,
6136
6278
  "x-reconciled-from-discovery": true,
6137
- "x-reconciled-at": "2026-01-05T14:38:33.866745+00:00"
6279
+ "x-reconciled-at": "2026-01-05T18:29:31.521069+00:00"
6138
6280
  },
6139
6281
  "system_metadata": {
6140
6282
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -6355,7 +6497,7 @@
6355
6497
  },
6356
6498
  "x-original-maxLength": 1024,
6357
6499
  "x-reconciled-from-discovery": true,
6358
- "x-reconciled-at": "2026-01-05T14:38:33.866777+00:00"
6500
+ "x-reconciled-at": "2026-01-05T18:29:31.521089+00:00"
6359
6501
  },
6360
6502
  "disabled": {
6361
6503
  "type": "boolean",
@@ -6405,7 +6547,7 @@
6405
6547
  },
6406
6548
  "x-original-maxLength": 1024,
6407
6549
  "x-reconciled-from-discovery": true,
6408
- "x-reconciled-at": "2026-01-05T14:38:33.866788+00:00"
6550
+ "x-reconciled-at": "2026-01-05T18:29:31.521099+00:00"
6409
6551
  },
6410
6552
  "namespace": {
6411
6553
  "type": "string",
@@ -6424,7 +6566,7 @@
6424
6566
  },
6425
6567
  "x-original-maxLength": 1024,
6426
6568
  "x-reconciled-from-discovery": true,
6427
- "x-reconciled-at": "2026-01-05T14:38:33.866792+00:00"
6569
+ "x-reconciled-at": "2026-01-05T18:29:31.521104+00:00"
6428
6570
  },
6429
6571
  "owner_view": {
6430
6572
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -6465,7 +6607,7 @@
6465
6607
  "x-field-mutability": "read-only",
6466
6608
  "x-original-maxLength": 1024,
6467
6609
  "x-reconciled-from-discovery": true,
6468
- "x-reconciled-at": "2026-01-05T14:38:33.866801+00:00"
6610
+ "x-reconciled-at": "2026-01-05T18:29:31.521111+00:00"
6469
6611
  },
6470
6612
  "uid": {
6471
6613
  "type": "string",
@@ -6486,7 +6628,7 @@
6486
6628
  "x-original-maxLength": 1024,
6487
6629
  "format": "uuid",
6488
6630
  "x-reconciled-from-discovery": true,
6489
- "x-reconciled-at": "2026-01-05T14:38:33.866806+00:00"
6631
+ "x-reconciled-at": "2026-01-05T18:29:31.521117+00:00"
6490
6632
  }
6491
6633
  },
6492
6634
  "x-f5xc-minimum-configuration": {
@@ -6618,7 +6760,7 @@
6618
6760
  },
6619
6761
  "x-original-maxLength": 1024,
6620
6762
  "x-reconciled-from-discovery": true,
6621
- "x-reconciled-at": "2026-01-05T14:38:33.866825+00:00"
6763
+ "x-reconciled-at": "2026-01-05T18:29:31.521134+00:00"
6622
6764
  },
6623
6765
  "store_provider": {
6624
6766
  "type": "string",
@@ -6676,7 +6818,7 @@
6676
6818
  },
6677
6819
  "x-original-maxLength": 1024,
6678
6820
  "x-reconciled-from-discovery": true,
6679
- "x-reconciled-at": "2026-01-05T14:38:33.866832+00:00"
6821
+ "x-reconciled-at": "2026-01-05T18:29:31.521140+00:00"
6680
6822
  },
6681
6823
  "url": {
6682
6824
  "type": "string",
@@ -6787,7 +6929,7 @@
6787
6929
  },
6788
6930
  "x-original-maxLength": 1024,
6789
6931
  "x-reconciled-from-discovery": true,
6790
- "x-reconciled-at": "2026-01-05T14:38:33.866943+00:00"
6932
+ "x-reconciled-at": "2026-01-05T18:29:31.521245+00:00"
6791
6933
  },
6792
6934
  "location": {
6793
6935
  "type": "string",
@@ -6804,7 +6946,7 @@
6804
6946
  },
6805
6947
  "x-original-maxLength": 1024,
6806
6948
  "x-reconciled-from-discovery": true,
6807
- "x-reconciled-at": "2026-01-05T14:38:33.866947+00:00"
6949
+ "x-reconciled-at": "2026-01-05T18:29:31.521250+00:00"
6808
6950
  },
6809
6951
  "provider": {
6810
6952
  "type": "string",
@@ -6821,7 +6963,7 @@
6821
6963
  },
6822
6964
  "x-original-maxLength": 1024,
6823
6965
  "x-reconciled-from-discovery": true,
6824
- "x-reconciled-at": "2026-01-05T14:38:33.866952+00:00"
6966
+ "x-reconciled-at": "2026-01-05T18:29:31.521255+00:00"
6825
6967
  },
6826
6968
  "secret_encoding": {
6827
6969
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -6843,7 +6985,7 @@
6843
6985
  "maxLength": 1,
6844
6986
  "minLength": 1,
6845
6987
  "x-reconciled-from-discovery": true,
6846
- "x-reconciled-at": "2026-01-05T14:38:33.866958+00:00"
6988
+ "x-reconciled-at": "2026-01-05T18:29:31.521262+00:00"
6847
6989
  }
6848
6990
  },
6849
6991
  "x-f5xc-minimum-configuration": {
@@ -6882,7 +7024,7 @@
6882
7024
  },
6883
7025
  "x-original-maxLength": 1024,
6884
7026
  "x-reconciled-from-discovery": true,
6885
- "x-reconciled-at": "2026-01-05T14:38:33.866983+00:00"
7027
+ "x-reconciled-at": "2026-01-05T18:29:31.521286+00:00"
6886
7028
  }
6887
7029
  },
6888
7030
  "x-f5xc-minimum-configuration": {
@@ -7272,7 +7414,7 @@
7272
7414
  },
7273
7415
  "x-original-maxLength": 128,
7274
7416
  "x-reconciled-from-discovery": true,
7275
- "x-reconciled-at": "2026-01-05T14:38:56.016904+00:00"
7417
+ "x-reconciled-at": "2026-01-05T18:29:51.484642+00:00"
7276
7418
  },
7277
7419
  "namespace": {
7278
7420
  "type": "string",
@@ -7297,7 +7439,7 @@
7297
7439
  },
7298
7440
  "x-original-maxLength": 64,
7299
7441
  "x-reconciled-from-discovery": true,
7300
- "x-reconciled-at": "2026-01-05T14:38:56.016908+00:00"
7442
+ "x-reconciled-at": "2026-01-05T18:29:51.484646+00:00"
7301
7443
  },
7302
7444
  "tenant": {
7303
7445
  "type": "string",
@@ -7324,7 +7466,7 @@
7324
7466
  "x-field-mutability": "read-only",
7325
7467
  "x-original-maxLength": 64,
7326
7468
  "x-reconciled-from-discovery": true,
7327
- "x-reconciled-at": "2026-01-05T14:38:56.016913+00:00"
7469
+ "x-reconciled-at": "2026-01-05T18:29:51.484650+00:00"
7328
7470
  }
7329
7471
  },
7330
7472
  "x-f5xc-minimum-configuration": {
@@ -7456,7 +7598,7 @@
7456
7598
  },
7457
7599
  "x-original-maxLength": 1024,
7458
7600
  "x-reconciled-from-discovery": true,
7459
- "x-reconciled-at": "2026-01-05T14:38:56.016928+00:00"
7601
+ "x-reconciled-at": "2026-01-05T18:29:51.484664+00:00"
7460
7602
  },
7461
7603
  "namespace": {
7462
7604
  "type": "string",
@@ -7475,7 +7617,7 @@
7475
7617
  },
7476
7618
  "x-original-maxLength": 1024,
7477
7619
  "x-reconciled-from-discovery": true,
7478
- "x-reconciled-at": "2026-01-05T14:38:56.016932+00:00"
7620
+ "x-reconciled-at": "2026-01-05T18:29:51.484669+00:00"
7479
7621
  }
7480
7622
  },
7481
7623
  "x-f5xc-minimum-configuration": {
@@ -7573,7 +7715,7 @@
7573
7715
  "maxLength": 17,
7574
7716
  "minLength": 17,
7575
7717
  "x-reconciled-from-discovery": true,
7576
- "x-reconciled-at": "2026-01-05T14:38:56.016947+00:00"
7718
+ "x-reconciled-at": "2026-01-05T18:29:51.484683+00:00"
7577
7719
  },
7578
7720
  "system_metadata": {
7579
7721
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -7708,7 +7850,7 @@
7708
7850
  },
7709
7851
  "x-original-maxLength": 1024,
7710
7852
  "x-reconciled-from-discovery": true,
7711
- "x-reconciled-at": "2026-01-05T14:38:56.016959+00:00"
7853
+ "x-reconciled-at": "2026-01-05T18:29:51.484694+00:00"
7712
7854
  },
7713
7855
  "disabled": {
7714
7856
  "type": "boolean",
@@ -7758,7 +7900,7 @@
7758
7900
  },
7759
7901
  "x-original-maxLength": 1024,
7760
7902
  "x-reconciled-from-discovery": true,
7761
- "x-reconciled-at": "2026-01-05T14:38:56.016969+00:00"
7903
+ "x-reconciled-at": "2026-01-05T18:29:51.484703+00:00"
7762
7904
  },
7763
7905
  "namespace": {
7764
7906
  "type": "string",
@@ -7777,7 +7919,7 @@
7777
7919
  },
7778
7920
  "x-original-maxLength": 1024,
7779
7921
  "x-reconciled-from-discovery": true,
7780
- "x-reconciled-at": "2026-01-05T14:38:56.016974+00:00"
7922
+ "x-reconciled-at": "2026-01-05T18:29:51.484707+00:00"
7781
7923
  },
7782
7924
  "owner_view": {
7783
7925
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -7818,7 +7960,7 @@
7818
7960
  "x-field-mutability": "read-only",
7819
7961
  "x-original-maxLength": 1024,
7820
7962
  "x-reconciled-from-discovery": true,
7821
- "x-reconciled-at": "2026-01-05T14:38:56.016982+00:00"
7963
+ "x-reconciled-at": "2026-01-05T18:29:51.484715+00:00"
7822
7964
  },
7823
7965
  "uid": {
7824
7966
  "type": "string",
@@ -7839,7 +7981,7 @@
7839
7981
  "x-original-maxLength": 1024,
7840
7982
  "format": "uuid",
7841
7983
  "x-reconciled-from-discovery": true,
7842
- "x-reconciled-at": "2026-01-05T14:38:56.016987+00:00"
7984
+ "x-reconciled-at": "2026-01-05T18:29:51.484720+00:00"
7843
7985
  }
7844
7986
  },
7845
7987
  "x-f5xc-minimum-configuration": {