deploy
This commit is contained in:
61
skills/storage-policy-assignments/SKILL.md
Normal file
61
skills/storage-policy-assignments/SKILL.md
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
name: storage-policy-assignments-routes
|
||||
description: Handle 5 OpenAPI operation(s) under /storage_policy_assignments for the storage policy assignments route group.
|
||||
---
|
||||
|
||||
# storage policy assignments API Routes
|
||||
|
||||
Handle 5 OpenAPI operation(s) under /storage_policy_assignments for the storage policy assignments 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_policy_assignments
|
||||
|
||||
- Operation ID: `get_storage_policy_assignments`
|
||||
- Route: `GET /storage_policy_assignments`
|
||||
- Mode: READ
|
||||
- Summary: List storage policy assignments
|
||||
- Parameters:
|
||||
- `marker` in `query`
|
||||
- `resolved_for_type` in `query` required
|
||||
- `resolved_for_id` in `query` required
|
||||
|
||||
### post_storage_policy_assignments
|
||||
|
||||
- Operation ID: `post_storage_policy_assignments`
|
||||
- Route: `POST /storage_policy_assignments`
|
||||
- Mode: WRITE
|
||||
- Summary: Assign storage policy
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_storage_policy_assignments_id
|
||||
|
||||
- Operation ID: `get_storage_policy_assignments_id`
|
||||
- Route: `GET /storage_policy_assignments/{storage_policy_assignment_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get storage policy assignment
|
||||
- Parameters:
|
||||
- `storage_policy_assignment_id` in `path` required
|
||||
|
||||
### put_storage_policy_assignments_id
|
||||
|
||||
- Operation ID: `put_storage_policy_assignments_id`
|
||||
- Route: `PUT /storage_policy_assignments/{storage_policy_assignment_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Update storage policy assignment
|
||||
- Parameters:
|
||||
- `storage_policy_assignment_id` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### delete_storage_policy_assignments_id
|
||||
|
||||
- Operation ID: `delete_storage_policy_assignments_id`
|
||||
- Route: `DELETE /storage_policy_assignments/{storage_policy_assignment_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Unassign storage policy
|
||||
- Parameters:
|
||||
- `storage_policy_assignment_id` in `path` required
|
||||
Reference in New Issue
Block a user