deploy
This commit is contained in:
116
skills/nfs/SKILL.md
Normal file
116
skills/nfs/SKILL.md
Normal file
@@ -0,0 +1,116 @@
|
||||
---
|
||||
name: nfs-routes
|
||||
description: Handle 12 OpenAPI operation(s) under /v2/nfs for the nfs route group.
|
||||
---
|
||||
|
||||
# nfs API Routes
|
||||
|
||||
Handle 12 OpenAPI operation(s) under /v2/nfs for the nfs 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
|
||||
|
||||
### post_v2_nfs
|
||||
|
||||
- Operation ID: `post_v2_nfs`
|
||||
- Route: `POST /v2/nfs`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/nfs
|
||||
|
||||
### get_v2_nfs
|
||||
|
||||
- Operation ID: `get_v2_nfs`
|
||||
- Route: `GET /v2/nfs`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/nfs
|
||||
|
||||
### get_v2_nfs_nfs_id
|
||||
|
||||
- Operation ID: `get_v2_nfs_nfs_id`
|
||||
- Route: `GET /v2/nfs/{nfs_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/nfs/{nfs_id}
|
||||
- Parameters:
|
||||
- `nfs_id` in `path` required
|
||||
|
||||
### delete_v2_nfs_nfs_id
|
||||
|
||||
- Operation ID: `delete_v2_nfs_nfs_id`
|
||||
- Route: `DELETE /v2/nfs/{nfs_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/nfs/{nfs_id}
|
||||
- Parameters:
|
||||
- `nfs_id` in `path` required
|
||||
|
||||
### post_v2_nfs_nfs_id_actions
|
||||
|
||||
- Operation ID: `post_v2_nfs_nfs_id_actions`
|
||||
- Route: `POST /v2/nfs/{nfs_id}/actions`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/nfs/{nfs_id}/actions
|
||||
- Parameters:
|
||||
- `nfs_id` in `path` required
|
||||
|
||||
### get_v2_nfs_snapshots
|
||||
|
||||
- Operation ID: `get_v2_nfs_snapshots`
|
||||
- Route: `GET /v2/nfs/snapshots`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/nfs/snapshots
|
||||
|
||||
### get_v2_nfs_snapshots_nfs_snapshot_id
|
||||
|
||||
- Operation ID: `get_v2_nfs_snapshots_nfs_snapshot_id`
|
||||
- Route: `GET /v2/nfs/snapshots/{nfs_snapshot_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/nfs/snapshots/{nfs_snapshot_id}
|
||||
- Parameters:
|
||||
- `nfs_snapshot_id` in `path` required
|
||||
|
||||
### delete_v2_nfs_snapshots_nfs_snapshot_id
|
||||
|
||||
- Operation ID: `delete_v2_nfs_snapshots_nfs_snapshot_id`
|
||||
- Route: `DELETE /v2/nfs/snapshots/{nfs_snapshot_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/nfs/snapshots/{nfs_snapshot_id}
|
||||
- Parameters:
|
||||
- `nfs_snapshot_id` in `path` required
|
||||
|
||||
### post_v2_nfs_shares_share_id_access_points
|
||||
|
||||
- Operation ID: `post_v2_nfs_shares_share_id_access_points`
|
||||
- Route: `POST /v2/nfs/shares/{share_id}/access_points`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/nfs/shares/{share_id}/access_points
|
||||
- Parameters:
|
||||
- `share_id` in `path` required
|
||||
|
||||
### get_v2_nfs_shares_share_id_access_points
|
||||
|
||||
- Operation ID: `get_v2_nfs_shares_share_id_access_points`
|
||||
- Route: `GET /v2/nfs/shares/{share_id}/access_points`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/nfs/shares/{share_id}/access_points
|
||||
- Parameters:
|
||||
- `share_id` in `path` required
|
||||
|
||||
### get_v2_nfs_access_points_access_point_id
|
||||
|
||||
- Operation ID: `get_v2_nfs_access_points_access_point_id`
|
||||
- Route: `GET /v2/nfs/access_points/{access_point_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/nfs/access_points/{access_point_id}
|
||||
- Parameters:
|
||||
- `access_point_id` in `path` required
|
||||
|
||||
### delete_v2_nfs_access_points_access_point_id
|
||||
|
||||
- Operation ID: `delete_v2_nfs_access_points_access_point_id`
|
||||
- Route: `DELETE /v2/nfs/access_points/{access_point_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/nfs/access_points/{access_point_id}
|
||||
- Parameters:
|
||||
- `access_point_id` in `path` required
|
||||
Reference in New Issue
Block a user