@robinmordasiewicz/f5xc-api-mcp 2.0.5-2601050335 → 2.0.10-2601051503

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 (80) hide show
  1. package/dist/generator/domain-metadata.d.ts +161 -0
  2. package/dist/generator/domain-metadata.d.ts.map +1 -1
  3. package/dist/generator/domain-metadata.js +263 -0
  4. package/dist/generator/domain-metadata.js.map +1 -1
  5. package/dist/generator/naming/acronyms.d.ts +9 -2
  6. package/dist/generator/naming/acronyms.d.ts.map +1 -1
  7. package/dist/generator/naming/acronyms.js +35 -129
  8. package/dist/generator/naming/acronyms.js.map +1 -1
  9. package/dist/generator/naming/index.d.ts +1 -1
  10. package/dist/generator/naming/index.d.ts.map +1 -1
  11. package/dist/generator/naming/index.js +1 -1
  12. package/dist/generator/naming/index.js.map +1 -1
  13. package/dist/prompts/error-resolution.d.ts +7 -24
  14. package/dist/prompts/error-resolution.d.ts.map +1 -1
  15. package/dist/prompts/error-resolution.js +94 -296
  16. package/dist/prompts/error-resolution.js.map +1 -1
  17. package/dist/prompts/index.d.ts +2 -2
  18. package/dist/prompts/index.d.ts.map +1 -1
  19. package/dist/prompts/index.js +3 -3
  20. package/dist/prompts/index.js.map +1 -1
  21. package/dist/prompts/workflows.d.ts +8 -16
  22. package/dist/prompts/workflows.d.ts.map +1 -1
  23. package/dist/prompts/workflows.js +100 -306
  24. package/dist/prompts/workflows.js.map +1 -1
  25. package/dist/server.d.ts.map +1 -1
  26. package/dist/server.js +9 -7
  27. package/dist/server.js.map +1 -1
  28. package/dist/tools/discovery/best-practices.d.ts +1 -0
  29. package/dist/tools/discovery/best-practices.d.ts.map +1 -1
  30. package/dist/tools/discovery/best-practices.js +135 -226
  31. package/dist/tools/discovery/best-practices.js.map +1 -1
  32. package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
  33. package/dist/tools/discovery/cost-estimator.js +16 -4
  34. package/dist/tools/discovery/cost-estimator.js.map +1 -1
  35. package/dist/tools/generated/dependency-graph.json +1 -1
  36. package/dist/version.d.ts +2 -2
  37. package/dist/version.d.ts.map +1 -1
  38. package/dist/version.js +2 -2
  39. package/dist/version.js.map +1 -1
  40. package/manifest.json +1 -1
  41. package/package.json +1 -1
  42. package/specs/domains/admin_console_and_ui.json +25 -25
  43. package/specs/domains/ai_services.json +21 -21
  44. package/specs/domains/api.json +173 -173
  45. package/specs/domains/authentication.json +45 -45
  46. package/specs/domains/bigip.json +94 -94
  47. package/specs/domains/billing_and_usage.json +63 -63
  48. package/specs/domains/blindfold.json +109 -109
  49. package/specs/domains/bot_and_threat_defense.json +65 -65
  50. package/specs/domains/cdn.json +177 -177
  51. package/specs/domains/ce_management.json +111 -111
  52. package/specs/domains/certificates.json +75 -75
  53. package/specs/domains/cloud_infrastructure.json +112 -112
  54. package/specs/domains/container_services.json +91 -91
  55. package/specs/domains/data_and_privacy_security.json +66 -66
  56. package/specs/domains/data_intelligence.json +62 -62
  57. package/specs/domains/ddos.json +154 -154
  58. package/specs/domains/dns.json +148 -148
  59. package/specs/domains/managed_kubernetes.json +85 -85
  60. package/specs/domains/marketplace.json +103 -103
  61. package/specs/domains/network.json +230 -230
  62. package/specs/domains/network_security.json +187 -187
  63. package/specs/domains/nginx_one.json +62 -62
  64. package/specs/domains/object_storage.json +12 -12
  65. package/specs/domains/observability.json +102 -102
  66. package/specs/domains/rate_limiting.json +52 -52
  67. package/specs/domains/secops_and_incident_response.json +36 -36
  68. package/specs/domains/service_mesh.json +119 -119
  69. package/specs/domains/shape.json +313 -313
  70. package/specs/domains/sites.json +349 -349
  71. package/specs/domains/statistics.json +225 -225
  72. package/specs/domains/support.json +108 -108
  73. package/specs/domains/telemetry_and_insights.json +72 -72
  74. package/specs/domains/tenant_and_identity.json +268 -268
  75. package/specs/domains/threat_campaign.json +66 -66
  76. package/specs/domains/users.json +66 -66
  77. package/specs/domains/virtual.json +244 -244
  78. package/specs/domains/vpm_and_node_management.json +1 -1
  79. package/specs/domains/waf.json +139 -139
  80. package/specs/index.json +1661 -3
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Nginx One",
5
5
  "description": "Dataplane server registration with health status tracking and location awareness. Service discovery bindings for dynamic upstream resolution. Cloud service gateway integration for hybrid deployments. WAF policy attachment and instance-level security controls.",
6
- "version": "2.0.5",
6
+ "version": "2.0.10",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -3175,7 +3175,7 @@
3175
3175
  "readOnly": true,
3176
3176
  "x-original-maxLength": 1024,
3177
3177
  "x-reconciled-from-discovery": true,
3178
- "x-reconciled-at": "2026-01-05T03:03:53.560310+00:00"
3178
+ "x-reconciled-at": "2026-01-05T14:38:38.688966+00:00"
3179
3179
  },
3180
3180
  "name": {
3181
3181
  "type": "string",
@@ -3194,7 +3194,7 @@
3194
3194
  },
3195
3195
  "x-original-maxLength": 1024,
3196
3196
  "x-reconciled-from-discovery": true,
3197
- "x-reconciled-at": "2026-01-05T03:03:53.560317+00:00"
3197
+ "x-reconciled-at": "2026-01-05T14:38:38.688973+00:00"
3198
3198
  },
3199
3199
  "namespace": {
3200
3200
  "type": "string",
@@ -3213,7 +3213,7 @@
3213
3213
  },
3214
3214
  "x-original-maxLength": 1024,
3215
3215
  "x-reconciled-from-discovery": true,
3216
- "x-reconciled-at": "2026-01-05T03:03:53.560321+00:00"
3216
+ "x-reconciled-at": "2026-01-05T14:38:38.688978+00:00"
3217
3217
  },
3218
3218
  "tenant": {
3219
3219
  "type": "string",
@@ -3234,7 +3234,7 @@
3234
3234
  "x-field-mutability": "read-only",
3235
3235
  "x-original-maxLength": 1024,
3236
3236
  "x-reconciled-from-discovery": true,
3237
- "x-reconciled-at": "2026-01-05T03:03:53.560325+00:00"
3237
+ "x-reconciled-at": "2026-01-05T14:38:38.688983+00:00"
3238
3238
  },
3239
3239
  "uid": {
3240
3240
  "type": "string",
@@ -3256,7 +3256,7 @@
3256
3256
  "x-original-maxLength": 1024,
3257
3257
  "format": "uuid",
3258
3258
  "x-reconciled-from-discovery": true,
3259
- "x-reconciled-at": "2026-01-05T03:03:53.560330+00:00"
3259
+ "x-reconciled-at": "2026-01-05T14:38:38.688989+00:00"
3260
3260
  }
3261
3261
  },
3262
3262
  "x-f5xc-minimum-configuration": {
@@ -3460,7 +3460,7 @@
3460
3460
  },
3461
3461
  "x-original-maxLength": 1024,
3462
3462
  "x-reconciled-from-discovery": true,
3463
- "x-reconciled-at": "2026-01-05T03:03:53.560349+00:00"
3463
+ "x-reconciled-at": "2026-01-05T14:38:38.689011+00:00"
3464
3464
  },
3465
3465
  "disabled": {
3466
3466
  "type": "boolean",
@@ -3510,7 +3510,7 @@
3510
3510
  },
3511
3511
  "x-original-maxLength": 1024,
3512
3512
  "x-reconciled-from-discovery": true,
3513
- "x-reconciled-at": "2026-01-05T03:03:53.560359+00:00"
3513
+ "x-reconciled-at": "2026-01-05T14:38:38.689023+00:00"
3514
3514
  },
3515
3515
  "namespace": {
3516
3516
  "type": "string",
@@ -3529,7 +3529,7 @@
3529
3529
  },
3530
3530
  "x-original-maxLength": 1024,
3531
3531
  "x-reconciled-from-discovery": true,
3532
- "x-reconciled-at": "2026-01-05T03:03:53.560362+00:00"
3532
+ "x-reconciled-at": "2026-01-05T14:38:38.689028+00:00"
3533
3533
  },
3534
3534
  "owner_view": {
3535
3535
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -3555,7 +3555,7 @@
3555
3555
  "x-field-mutability": "read-only",
3556
3556
  "x-original-maxLength": 1024,
3557
3557
  "x-reconciled-from-discovery": true,
3558
- "x-reconciled-at": "2026-01-05T03:03:53.560368+00:00"
3558
+ "x-reconciled-at": "2026-01-05T14:38:38.689035+00:00"
3559
3559
  },
3560
3560
  "uid": {
3561
3561
  "type": "string",
@@ -3576,7 +3576,7 @@
3576
3576
  "x-original-maxLength": 1024,
3577
3577
  "format": "uuid",
3578
3578
  "x-reconciled-from-discovery": true,
3579
- "x-reconciled-at": "2026-01-05T03:03:53.560372+00:00"
3579
+ "x-reconciled-at": "2026-01-05T14:38:38.689041+00:00"
3580
3580
  }
3581
3581
  },
3582
3582
  "x-f5xc-minimum-configuration": {
@@ -3825,7 +3825,7 @@
3825
3825
  },
3826
3826
  "x-original-maxLength": 1024,
3827
3827
  "x-reconciled-from-discovery": true,
3828
- "x-reconciled-at": "2026-01-05T03:03:53.560396+00:00"
3828
+ "x-reconciled-at": "2026-01-05T14:38:38.689070+00:00"
3829
3829
  }
3830
3830
  },
3831
3831
  "x-f5xc-minimum-configuration": {
@@ -3936,7 +3936,7 @@
3936
3936
  },
3937
3937
  "x-original-maxLength": 1024,
3938
3938
  "x-reconciled-from-discovery": true,
3939
- "x-reconciled-at": "2026-01-05T03:03:53.560405+00:00"
3939
+ "x-reconciled-at": "2026-01-05T14:38:38.689080+00:00"
3940
3940
  }
3941
3941
  },
3942
3942
  "x-f5xc-minimum-configuration": {
@@ -4046,7 +4046,7 @@
4046
4046
  },
4047
4047
  "x-original-maxLength": 1200,
4048
4048
  "x-reconciled-from-discovery": true,
4049
- "x-reconciled-at": "2026-01-05T03:03:53.560414+00:00"
4049
+ "x-reconciled-at": "2026-01-05T14:38:38.689090+00:00"
4050
4050
  },
4051
4051
  "disable": {
4052
4052
  "type": "boolean",
@@ -4101,7 +4101,7 @@
4101
4101
  },
4102
4102
  "x-original-maxLength": 1024,
4103
4103
  "x-reconciled-from-discovery": true,
4104
- "x-reconciled-at": "2026-01-05T03:03:53.560421+00:00"
4104
+ "x-reconciled-at": "2026-01-05T14:38:38.689098+00:00"
4105
4105
  },
4106
4106
  "namespace": {
4107
4107
  "type": "string",
@@ -4120,7 +4120,7 @@
4120
4120
  },
4121
4121
  "x-original-maxLength": 1024,
4122
4122
  "x-reconciled-from-discovery": true,
4123
- "x-reconciled-at": "2026-01-05T03:03:53.560425+00:00"
4123
+ "x-reconciled-at": "2026-01-05T14:38:38.689103+00:00"
4124
4124
  }
4125
4125
  },
4126
4126
  "x-f5xc-minimum-configuration": {
@@ -4181,7 +4181,7 @@
4181
4181
  },
4182
4182
  "x-original-maxLength": 1024,
4183
4183
  "x-reconciled-from-discovery": true,
4184
- "x-reconciled-at": "2026-01-05T03:03:53.560430+00:00"
4184
+ "x-reconciled-at": "2026-01-05T14:38:38.689109+00:00"
4185
4185
  },
4186
4186
  "status": {
4187
4187
  "type": "string",
@@ -4200,7 +4200,7 @@
4200
4200
  },
4201
4201
  "x-original-maxLength": 1024,
4202
4202
  "x-reconciled-from-discovery": true,
4203
- "x-reconciled-at": "2026-01-05T03:03:53.560434+00:00"
4203
+ "x-reconciled-at": "2026-01-05T14:38:38.689114+00:00"
4204
4204
  }
4205
4205
  },
4206
4206
  "x-f5xc-minimum-configuration": {
@@ -4378,7 +4378,7 @@
4378
4378
  "x-field-mutability": "read-only",
4379
4379
  "x-original-maxLength": 1024,
4380
4380
  "x-reconciled-from-discovery": true,
4381
- "x-reconciled-at": "2026-01-05T03:03:53.560451+00:00"
4381
+ "x-reconciled-at": "2026-01-05T14:38:38.689134+00:00"
4382
4382
  },
4383
4383
  "uid": {
4384
4384
  "type": "string",
@@ -4399,7 +4399,7 @@
4399
4399
  "x-original-maxLength": 1024,
4400
4400
  "format": "uuid",
4401
4401
  "x-reconciled-from-discovery": true,
4402
- "x-reconciled-at": "2026-01-05T03:03:53.560456+00:00"
4402
+ "x-reconciled-at": "2026-01-05T14:38:38.689139+00:00"
4403
4403
  }
4404
4404
  },
4405
4405
  "x-f5xc-minimum-configuration": {
@@ -4449,7 +4449,7 @@
4449
4449
  },
4450
4450
  "x-original-maxLength": 1024,
4451
4451
  "x-reconciled-from-discovery": true,
4452
- "x-reconciled-at": "2026-01-05T03:03:53.560460+00:00"
4452
+ "x-reconciled-at": "2026-01-05T14:38:38.689144+00:00"
4453
4453
  },
4454
4454
  "name": {
4455
4455
  "type": "string",
@@ -4468,7 +4468,7 @@
4468
4468
  },
4469
4469
  "x-original-maxLength": 1024,
4470
4470
  "x-reconciled-from-discovery": true,
4471
- "x-reconciled-at": "2026-01-05T03:03:53.560464+00:00"
4471
+ "x-reconciled-at": "2026-01-05T14:38:38.689149+00:00"
4472
4472
  },
4473
4473
  "namespace": {
4474
4474
  "type": "string",
@@ -4487,7 +4487,7 @@
4487
4487
  },
4488
4488
  "x-original-maxLength": 1024,
4489
4489
  "x-reconciled-from-discovery": true,
4490
- "x-reconciled-at": "2026-01-05T03:03:53.560468+00:00"
4490
+ "x-reconciled-at": "2026-01-05T14:38:38.689153+00:00"
4491
4491
  },
4492
4492
  "uid": {
4493
4493
  "type": "string",
@@ -4508,7 +4508,7 @@
4508
4508
  "x-original-maxLength": 1024,
4509
4509
  "format": "uuid",
4510
4510
  "x-reconciled-from-discovery": true,
4511
- "x-reconciled-at": "2026-01-05T03:03:53.560472+00:00"
4511
+ "x-reconciled-at": "2026-01-05T14:38:38.689158+00:00"
4512
4512
  }
4513
4513
  },
4514
4514
  "x-f5xc-minimum-configuration": {
@@ -4767,7 +4767,7 @@
4767
4767
  },
4768
4768
  "x-original-maxLength": 1024,
4769
4769
  "x-reconciled-from-discovery": true,
4770
- "x-reconciled-at": "2026-01-05T03:03:53.758457+00:00"
4770
+ "x-reconciled-at": "2026-01-05T14:38:38.981952+00:00"
4771
4771
  },
4772
4772
  "disabled": {
4773
4773
  "type": "boolean",
@@ -4817,7 +4817,7 @@
4817
4817
  },
4818
4818
  "x-original-maxLength": 1024,
4819
4819
  "x-reconciled-from-discovery": true,
4820
- "x-reconciled-at": "2026-01-05T03:03:53.758466+00:00"
4820
+ "x-reconciled-at": "2026-01-05T14:38:38.981964+00:00"
4821
4821
  },
4822
4822
  "namespace": {
4823
4823
  "type": "string",
@@ -4836,7 +4836,7 @@
4836
4836
  },
4837
4837
  "x-original-maxLength": 1024,
4838
4838
  "x-reconciled-from-discovery": true,
4839
- "x-reconciled-at": "2026-01-05T03:03:53.758470+00:00"
4839
+ "x-reconciled-at": "2026-01-05T14:38:38.981968+00:00"
4840
4840
  },
4841
4841
  "owner_view": {
4842
4842
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -4862,7 +4862,7 @@
4862
4862
  "x-field-mutability": "read-only",
4863
4863
  "x-original-maxLength": 1024,
4864
4864
  "x-reconciled-from-discovery": true,
4865
- "x-reconciled-at": "2026-01-05T03:03:53.758476+00:00"
4865
+ "x-reconciled-at": "2026-01-05T14:38:38.981975+00:00"
4866
4866
  },
4867
4867
  "uid": {
4868
4868
  "type": "string",
@@ -4883,7 +4883,7 @@
4883
4883
  "x-original-maxLength": 1024,
4884
4884
  "format": "uuid",
4885
4885
  "x-reconciled-from-discovery": true,
4886
- "x-reconciled-at": "2026-01-05T03:03:53.758481+00:00"
4886
+ "x-reconciled-at": "2026-01-05T14:38:38.981981+00:00"
4887
4887
  }
4888
4888
  },
4889
4889
  "x-f5xc-minimum-configuration": {
@@ -4991,7 +4991,7 @@
4991
4991
  },
4992
4992
  "x-original-maxLength": 1024,
4993
4993
  "x-reconciled-from-discovery": true,
4994
- "x-reconciled-at": "2026-01-05T03:03:53.999180+00:00"
4994
+ "x-reconciled-at": "2026-01-05T14:38:39.321480+00:00"
4995
4995
  }
4996
4996
  },
4997
4997
  "x-f5xc-minimum-configuration": {
@@ -5124,7 +5124,7 @@
5124
5124
  "maxLength": 17,
5125
5125
  "minLength": 17,
5126
5126
  "x-reconciled-from-discovery": true,
5127
- "x-reconciled-at": "2026-01-05T03:03:53.999194+00:00"
5127
+ "x-reconciled-at": "2026-01-05T14:38:39.321495+00:00"
5128
5128
  },
5129
5129
  "system_metadata": {
5130
5130
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -5255,7 +5255,7 @@
5255
5255
  },
5256
5256
  "x-original-maxLength": 1024,
5257
5257
  "x-reconciled-from-discovery": true,
5258
- "x-reconciled-at": "2026-01-05T03:03:53.999205+00:00"
5258
+ "x-reconciled-at": "2026-01-05T14:38:39.321507+00:00"
5259
5259
  },
5260
5260
  "disabled": {
5261
5261
  "type": "boolean",
@@ -5305,7 +5305,7 @@
5305
5305
  },
5306
5306
  "x-original-maxLength": 1024,
5307
5307
  "x-reconciled-from-discovery": true,
5308
- "x-reconciled-at": "2026-01-05T03:03:53.999214+00:00"
5308
+ "x-reconciled-at": "2026-01-05T14:38:39.321518+00:00"
5309
5309
  },
5310
5310
  "namespace": {
5311
5311
  "type": "string",
@@ -5324,7 +5324,7 @@
5324
5324
  },
5325
5325
  "x-original-maxLength": 1024,
5326
5326
  "x-reconciled-from-discovery": true,
5327
- "x-reconciled-at": "2026-01-05T03:03:53.999218+00:00"
5327
+ "x-reconciled-at": "2026-01-05T14:38:39.321522+00:00"
5328
5328
  },
5329
5329
  "owner_view": {
5330
5330
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -5365,7 +5365,7 @@
5365
5365
  "x-field-mutability": "read-only",
5366
5366
  "x-original-maxLength": 1024,
5367
5367
  "x-reconciled-from-discovery": true,
5368
- "x-reconciled-at": "2026-01-05T03:03:53.999225+00:00"
5368
+ "x-reconciled-at": "2026-01-05T14:38:39.321530+00:00"
5369
5369
  },
5370
5370
  "uid": {
5371
5371
  "type": "string",
@@ -5386,7 +5386,7 @@
5386
5386
  "x-original-maxLength": 1024,
5387
5387
  "format": "uuid",
5388
5388
  "x-reconciled-from-discovery": true,
5389
- "x-reconciled-at": "2026-01-05T03:03:53.999230+00:00"
5389
+ "x-reconciled-at": "2026-01-05T14:38:39.321536+00:00"
5390
5390
  }
5391
5391
  },
5392
5392
  "x-f5xc-minimum-configuration": {
@@ -5706,7 +5706,7 @@
5706
5706
  },
5707
5707
  "x-original-maxLength": 1024,
5708
5708
  "x-reconciled-from-discovery": true,
5709
- "x-reconciled-at": "2026-01-05T03:03:53.999255+00:00"
5709
+ "x-reconciled-at": "2026-01-05T14:38:39.321566+00:00"
5710
5710
  },
5711
5711
  "waf_spec": {
5712
5712
  "$ref": "#/components/schemas/nginx_instanceWAFSpec"
@@ -5780,7 +5780,7 @@
5780
5780
  },
5781
5781
  "x-original-maxLength": 1024,
5782
5782
  "x-reconciled-from-discovery": true,
5783
- "x-reconciled-at": "2026-01-05T03:03:53.999271+00:00"
5783
+ "x-reconciled-at": "2026-01-05T14:38:39.321582+00:00"
5784
5784
  },
5785
5785
  "service_name": {
5786
5786
  "type": "string",
@@ -5819,7 +5819,7 @@
5819
5819
  },
5820
5820
  "x-original-maxLength": 1024,
5821
5821
  "x-reconciled-from-discovery": true,
5822
- "x-reconciled-at": "2026-01-05T03:03:53.999277+00:00"
5822
+ "x-reconciled-at": "2026-01-05T14:38:39.321588+00:00"
5823
5823
  },
5824
5824
  "type": {
5825
5825
  "type": "string",
@@ -5955,7 +5955,7 @@
5955
5955
  "x-original-maxLength": 1024,
5956
5956
  "format": "uuid",
5957
5957
  "x-reconciled-from-discovery": true,
5958
- "x-reconciled-at": "2026-01-05T03:03:53.999321+00:00"
5958
+ "x-reconciled-at": "2026-01-05T14:38:39.321636+00:00"
5959
5959
  },
5960
5960
  "vtrp_id": {
5961
5961
  "type": "string",
@@ -6061,7 +6061,7 @@
6061
6061
  },
6062
6062
  "x-original-maxLength": 128,
6063
6063
  "x-reconciled-from-discovery": true,
6064
- "x-reconciled-at": "2026-01-05T03:03:53.999378+00:00"
6064
+ "x-reconciled-at": "2026-01-05T14:38:39.321699+00:00"
6065
6065
  },
6066
6066
  "namespace": {
6067
6067
  "type": "string",
@@ -6086,7 +6086,7 @@
6086
6086
  },
6087
6087
  "x-original-maxLength": 64,
6088
6088
  "x-reconciled-from-discovery": true,
6089
- "x-reconciled-at": "2026-01-05T03:03:53.999382+00:00"
6089
+ "x-reconciled-at": "2026-01-05T14:38:39.321704+00:00"
6090
6090
  },
6091
6091
  "tenant": {
6092
6092
  "type": "string",
@@ -6113,7 +6113,7 @@
6113
6113
  "x-field-mutability": "read-only",
6114
6114
  "x-original-maxLength": 64,
6115
6115
  "x-reconciled-from-discovery": true,
6116
- "x-reconciled-at": "2026-01-05T03:03:53.999386+00:00"
6116
+ "x-reconciled-at": "2026-01-05T14:38:39.321708+00:00"
6117
6117
  }
6118
6118
  },
6119
6119
  "x-f5xc-minimum-configuration": {
@@ -6379,7 +6379,7 @@
6379
6379
  },
6380
6380
  "x-original-maxLength": 1024,
6381
6381
  "x-reconciled-from-discovery": true,
6382
- "x-reconciled-at": "2026-01-05T03:03:54.383291+00:00"
6382
+ "x-reconciled-at": "2026-01-05T14:38:39.891692+00:00"
6383
6383
  },
6384
6384
  "namespace": {
6385
6385
  "type": "string",
@@ -6398,7 +6398,7 @@
6398
6398
  },
6399
6399
  "x-original-maxLength": 1024,
6400
6400
  "x-reconciled-from-discovery": true,
6401
- "x-reconciled-at": "2026-01-05T03:03:54.383296+00:00"
6401
+ "x-reconciled-at": "2026-01-05T14:38:39.891699+00:00"
6402
6402
  }
6403
6403
  },
6404
6404
  "x-f5xc-minimum-configuration": {
@@ -6523,7 +6523,7 @@
6523
6523
  "maxLength": 17,
6524
6524
  "minLength": 17,
6525
6525
  "x-reconciled-from-discovery": true,
6526
- "x-reconciled-at": "2026-01-05T03:03:54.383312+00:00"
6526
+ "x-reconciled-at": "2026-01-05T14:38:39.891719+00:00"
6527
6527
  },
6528
6528
  "system_metadata": {
6529
6529
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -6733,7 +6733,7 @@
6733
6733
  },
6734
6734
  "x-original-maxLength": 1024,
6735
6735
  "x-reconciled-from-discovery": true,
6736
- "x-reconciled-at": "2026-01-05T03:03:54.383328+00:00"
6736
+ "x-reconciled-at": "2026-01-05T14:38:39.891738+00:00"
6737
6737
  },
6738
6738
  "disabled": {
6739
6739
  "type": "boolean",
@@ -6783,7 +6783,7 @@
6783
6783
  },
6784
6784
  "x-original-maxLength": 1024,
6785
6785
  "x-reconciled-from-discovery": true,
6786
- "x-reconciled-at": "2026-01-05T03:03:54.383337+00:00"
6786
+ "x-reconciled-at": "2026-01-05T14:38:39.891749+00:00"
6787
6787
  },
6788
6788
  "namespace": {
6789
6789
  "type": "string",
@@ -6802,7 +6802,7 @@
6802
6802
  },
6803
6803
  "x-original-maxLength": 1024,
6804
6804
  "x-reconciled-from-discovery": true,
6805
- "x-reconciled-at": "2026-01-05T03:03:54.383341+00:00"
6805
+ "x-reconciled-at": "2026-01-05T14:38:39.891753+00:00"
6806
6806
  },
6807
6807
  "owner_view": {
6808
6808
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -6843,7 +6843,7 @@
6843
6843
  "x-field-mutability": "read-only",
6844
6844
  "x-original-maxLength": 1024,
6845
6845
  "x-reconciled-from-discovery": true,
6846
- "x-reconciled-at": "2026-01-05T03:03:54.383348+00:00"
6846
+ "x-reconciled-at": "2026-01-05T14:38:39.891773+00:00"
6847
6847
  },
6848
6848
  "uid": {
6849
6849
  "type": "string",
@@ -6864,7 +6864,7 @@
6864
6864
  "x-original-maxLength": 1024,
6865
6865
  "format": "uuid",
6866
6866
  "x-reconciled-from-discovery": true,
6867
- "x-reconciled-at": "2026-01-05T03:03:54.383353+00:00"
6867
+ "x-reconciled-at": "2026-01-05T14:38:39.891780+00:00"
6868
6868
  }
6869
6869
  },
6870
6870
  "x-f5xc-minimum-configuration": {
@@ -7204,7 +7204,7 @@
7204
7204
  },
7205
7205
  "x-original-maxLength": 1200,
7206
7206
  "x-reconciled-from-discovery": true,
7207
- "x-reconciled-at": "2026-01-05T03:03:54.383405+00:00"
7207
+ "x-reconciled-at": "2026-01-05T14:38:39.891841+00:00"
7208
7208
  },
7209
7209
  "disable": {
7210
7210
  "type": "boolean",
@@ -7257,7 +7257,7 @@
7257
7257
  },
7258
7258
  "x-original-maxLength": 1024,
7259
7259
  "x-reconciled-from-discovery": true,
7260
- "x-reconciled-at": "2026-01-05T03:03:54.383411+00:00"
7260
+ "x-reconciled-at": "2026-01-05T14:38:39.891849+00:00"
7261
7261
  },
7262
7262
  "namespace": {
7263
7263
  "type": "string",
@@ -7276,7 +7276,7 @@
7276
7276
  },
7277
7277
  "x-original-maxLength": 1024,
7278
7278
  "x-reconciled-from-discovery": true,
7279
- "x-reconciled-at": "2026-01-05T03:03:54.383415+00:00"
7279
+ "x-reconciled-at": "2026-01-05T14:38:39.891853+00:00"
7280
7280
  }
7281
7281
  },
7282
7282
  "x-f5xc-minimum-configuration": {
@@ -7321,7 +7321,7 @@
7321
7321
  "readOnly": true,
7322
7322
  "x-original-maxLength": 1024,
7323
7323
  "x-reconciled-from-discovery": true,
7324
- "x-reconciled-at": "2026-01-05T03:03:54.383435+00:00"
7324
+ "x-reconciled-at": "2026-01-05T14:38:39.891876+00:00"
7325
7325
  },
7326
7326
  "name": {
7327
7327
  "type": "string",
@@ -7340,7 +7340,7 @@
7340
7340
  },
7341
7341
  "x-original-maxLength": 1024,
7342
7342
  "x-reconciled-from-discovery": true,
7343
- "x-reconciled-at": "2026-01-05T03:03:54.383439+00:00"
7343
+ "x-reconciled-at": "2026-01-05T14:38:39.891880+00:00"
7344
7344
  },
7345
7345
  "namespace": {
7346
7346
  "type": "string",
@@ -7359,7 +7359,7 @@
7359
7359
  },
7360
7360
  "x-original-maxLength": 1024,
7361
7361
  "x-reconciled-from-discovery": true,
7362
- "x-reconciled-at": "2026-01-05T03:03:54.383443+00:00"
7362
+ "x-reconciled-at": "2026-01-05T14:38:39.891885+00:00"
7363
7363
  },
7364
7364
  "tenant": {
7365
7365
  "type": "string",
@@ -7380,7 +7380,7 @@
7380
7380
  "x-field-mutability": "read-only",
7381
7381
  "x-original-maxLength": 1024,
7382
7382
  "x-reconciled-from-discovery": true,
7383
- "x-reconciled-at": "2026-01-05T03:03:54.383446+00:00"
7383
+ "x-reconciled-at": "2026-01-05T14:38:39.891889+00:00"
7384
7384
  },
7385
7385
  "uid": {
7386
7386
  "type": "string",
@@ -7402,7 +7402,7 @@
7402
7402
  "x-original-maxLength": 1024,
7403
7403
  "format": "uuid",
7404
7404
  "x-reconciled-from-discovery": true,
7405
- "x-reconciled-at": "2026-01-05T03:03:54.383451+00:00"
7405
+ "x-reconciled-at": "2026-01-05T14:38:39.891894+00:00"
7406
7406
  }
7407
7407
  },
7408
7408
  "x-f5xc-minimum-configuration": {
@@ -7477,7 +7477,7 @@
7477
7477
  },
7478
7478
  "x-original-maxLength": 1200,
7479
7479
  "x-reconciled-from-discovery": true,
7480
- "x-reconciled-at": "2026-01-05T03:03:54.383457+00:00"
7480
+ "x-reconciled-at": "2026-01-05T14:38:39.891901+00:00"
7481
7481
  },
7482
7482
  "disable": {
7483
7483
  "type": "boolean",
@@ -7530,7 +7530,7 @@
7530
7530
  },
7531
7531
  "x-original-maxLength": 1024,
7532
7532
  "x-reconciled-from-discovery": true,
7533
- "x-reconciled-at": "2026-01-05T03:03:54.383464+00:00"
7533
+ "x-reconciled-at": "2026-01-05T14:38:39.891908+00:00"
7534
7534
  },
7535
7535
  "namespace": {
7536
7536
  "type": "string",
@@ -7549,7 +7549,7 @@
7549
7549
  },
7550
7550
  "x-original-maxLength": 1024,
7551
7551
  "x-reconciled-from-discovery": true,
7552
- "x-reconciled-at": "2026-01-05T03:03:54.383467+00:00"
7552
+ "x-reconciled-at": "2026-01-05T14:38:39.891913+00:00"
7553
7553
  }
7554
7554
  },
7555
7555
  "x-f5xc-minimum-configuration": {
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Object Storage",
5
5
  "description": "Blob management for application component delivery across namespaces. Time-limited download links with cryptographic signing protect asset retrieval. Version-controlled packages organized by operating system type support artifact discovery. Query filtering by name, type, and release number enables programmatic access to integrator libraries and protection modules for mobile deployments.",
6
- "version": "2.0.5",
6
+ "version": "2.0.10",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -2319,7 +2319,7 @@
2319
2319
  },
2320
2320
  "x-original-maxLength": 512,
2321
2321
  "x-reconciled-from-discovery": true,
2322
- "x-reconciled-at": "2026-01-05T03:04:12.646293+00:00"
2322
+ "x-reconciled-at": "2026-01-05T14:39:04.621064+00:00"
2323
2323
  },
2324
2324
  "mobile_app_shield": {
2325
2325
  "$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
@@ -2360,7 +2360,7 @@
2360
2360
  },
2361
2361
  "x-original-maxLength": 512,
2362
2362
  "x-reconciled-from-discovery": true,
2363
- "x-reconciled-at": "2026-01-05T03:04:12.646302+00:00"
2363
+ "x-reconciled-at": "2026-01-05T14:39:04.621075+00:00"
2364
2364
  },
2365
2365
  "namespace": {
2366
2366
  "type": "string",
@@ -2386,7 +2386,7 @@
2386
2386
  },
2387
2387
  "x-original-maxLength": 1024,
2388
2388
  "x-reconciled-from-discovery": true,
2389
- "x-reconciled-at": "2026-01-05T03:04:12.646306+00:00"
2389
+ "x-reconciled-at": "2026-01-05T14:39:04.621080+00:00"
2390
2390
  },
2391
2391
  "no_attributes": {
2392
2392
  "$ref": "#/components/schemas/schemaEmpty"
@@ -2656,7 +2656,7 @@
2656
2656
  },
2657
2657
  "x-original-maxLength": 1024,
2658
2658
  "x-reconciled-from-discovery": true,
2659
- "x-reconciled-at": "2026-01-05T03:04:12.646330+00:00"
2659
+ "x-reconciled-at": "2026-01-05T14:39:04.621110+00:00"
2660
2660
  },
2661
2661
  "no_attributes": {
2662
2662
  "$ref": "#/components/schemas/schemaEmpty"
@@ -2679,7 +2679,7 @@
2679
2679
  "x-field-mutability": "read-only",
2680
2680
  "x-original-maxLength": 1024,
2681
2681
  "x-reconciled-from-discovery": true,
2682
- "x-reconciled-at": "2026-01-05T03:04:12.646335+00:00"
2682
+ "x-reconciled-at": "2026-01-05T14:39:04.621116+00:00"
2683
2683
  },
2684
2684
  "versions": {
2685
2685
  "type": "array",
@@ -3042,7 +3042,7 @@
3042
3042
  },
3043
3043
  "x-original-maxLength": 512,
3044
3044
  "x-reconciled-from-discovery": true,
3045
- "x-reconciled-at": "2026-01-05T03:04:12.646356+00:00"
3045
+ "x-reconciled-at": "2026-01-05T14:39:04.621142+00:00"
3046
3046
  },
3047
3047
  "mobile_app_shield": {
3048
3048
  "$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
@@ -3076,7 +3076,7 @@
3076
3076
  },
3077
3077
  "x-original-maxLength": 1024,
3078
3078
  "x-reconciled-from-discovery": true,
3079
- "x-reconciled-at": "2026-01-05T03:04:12.646363+00:00"
3079
+ "x-reconciled-at": "2026-01-05T14:39:04.621150+00:00"
3080
3080
  },
3081
3081
  "namespace": {
3082
3082
  "type": "string",
@@ -3100,7 +3100,7 @@
3100
3100
  },
3101
3101
  "x-original-maxLength": 1024,
3102
3102
  "x-reconciled-from-discovery": true,
3103
- "x-reconciled-at": "2026-01-05T03:04:12.646367+00:00"
3103
+ "x-reconciled-at": "2026-01-05T14:39:04.621155+00:00"
3104
3104
  },
3105
3105
  "no_attributes": {
3106
3106
  "$ref": "#/components/schemas/schemaEmpty"
@@ -3150,7 +3150,7 @@
3150
3150
  },
3151
3151
  "x-original-maxLength": 1024,
3152
3152
  "x-reconciled-from-discovery": true,
3153
- "x-reconciled-at": "2026-01-05T03:04:12.646373+00:00"
3153
+ "x-reconciled-at": "2026-01-05T14:39:04.621162+00:00"
3154
3154
  }
3155
3155
  },
3156
3156
  "x-f5xc-minimum-configuration": {
@@ -3248,7 +3248,7 @@
3248
3248
  },
3249
3249
  "x-original-maxLength": 512,
3250
3250
  "x-reconciled-from-discovery": true,
3251
- "x-reconciled-at": "2026-01-05T03:04:12.646379+00:00"
3251
+ "x-reconciled-at": "2026-01-05T14:39:04.621169+00:00"
3252
3252
  },
3253
3253
  "latest_version": {
3254
3254
  "type": "boolean",
@@ -3301,7 +3301,7 @@
3301
3301
  },
3302
3302
  "x-original-maxLength": 1024,
3303
3303
  "x-reconciled-from-discovery": true,
3304
- "x-reconciled-at": "2026-01-05T03:04:12.646385+00:00"
3304
+ "x-reconciled-at": "2026-01-05T14:39:04.621176+00:00"
3305
3305
  }
3306
3306
  },
3307
3307
  "x-f5xc-minimum-configuration": {