This commit is contained in:
a2a-platform
2026-06-27 01:02:21 +00:00
commit 197f1bd317
61 changed files with 48605 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
---
name: storage-policies-routes
description: Handle 2 OpenAPI operation(s) under /storage_policies for the storage policies route group.
---
# storage policies API Routes
Handle 2 OpenAPI operation(s) under /storage_policies for the storage policies route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### get_storage_policies
- Operation ID: `get_storage_policies`
- Route: `GET /storage_policies`
- Mode: READ
- Summary: List storage policies
- Parameters:
- `fields` in `query`
- `marker` in `query`
- `limit` in `query`
### get_storage_policies_id
- Operation ID: `get_storage_policies_id`
- Route: `GET /storage_policies/{storage_policy_id}`
- Mode: READ
- Summary: Get storage policy
- Parameters:
- `storage_policy_id` in `path` required