deploy
This commit is contained in:
34
skills/storage-policies/SKILL.md
Normal file
34
skills/storage-policies/SKILL.md
Normal 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
|
||||
Reference in New Issue
Block a user