deploy
This commit is contained in:
74
skills/floating-ips/SKILL.md
Normal file
74
skills/floating-ips/SKILL.md
Normal file
@@ -0,0 +1,74 @@
|
||||
---
|
||||
name: floating-ips-routes
|
||||
description: Handle 7 OpenAPI operation(s) under /v2/floating_ips for the floating ips route group.
|
||||
---
|
||||
|
||||
# floating ips API Routes
|
||||
|
||||
Handle 7 OpenAPI operation(s) under /v2/floating_ips for the floating ips 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_v2_floating_ips
|
||||
|
||||
- Operation ID: `get_v2_floating_ips`
|
||||
- Route: `GET /v2/floating_ips`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/floating_ips
|
||||
|
||||
### post_v2_floating_ips
|
||||
|
||||
- Operation ID: `post_v2_floating_ips`
|
||||
- Route: `POST /v2/floating_ips`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/floating_ips
|
||||
|
||||
### get_v2_floating_ips_floating_ip
|
||||
|
||||
- Operation ID: `get_v2_floating_ips_floating_ip`
|
||||
- Route: `GET /v2/floating_ips/{floating_ip}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/floating_ips/{floating_ip}
|
||||
- Parameters:
|
||||
- `floating_ip` in `path` required
|
||||
|
||||
### delete_v2_floating_ips_floating_ip
|
||||
|
||||
- Operation ID: `delete_v2_floating_ips_floating_ip`
|
||||
- Route: `DELETE /v2/floating_ips/{floating_ip}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/floating_ips/{floating_ip}
|
||||
- Parameters:
|
||||
- `floating_ip` in `path` required
|
||||
|
||||
### get_v2_floating_ips_floating_ip_actions
|
||||
|
||||
- Operation ID: `get_v2_floating_ips_floating_ip_actions`
|
||||
- Route: `GET /v2/floating_ips/{floating_ip}/actions`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/floating_ips/{floating_ip}/actions
|
||||
- Parameters:
|
||||
- `floating_ip` in `path` required
|
||||
|
||||
### post_v2_floating_ips_floating_ip_actions
|
||||
|
||||
- Operation ID: `post_v2_floating_ips_floating_ip_actions`
|
||||
- Route: `POST /v2/floating_ips/{floating_ip}/actions`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/floating_ips/{floating_ip}/actions
|
||||
- Parameters:
|
||||
- `floating_ip` in `path` required
|
||||
|
||||
### get_v2_floating_ips_floating_ip_actions_action_id
|
||||
|
||||
- Operation ID: `get_v2_floating_ips_floating_ip_actions_action_id`
|
||||
- Route: `GET /v2/floating_ips/{floating_ip}/actions/{action_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/floating_ips/{floating_ip}/actions/{action_id}
|
||||
- Parameters:
|
||||
- `floating_ip` in `path` required
|
||||
- `action_id` in `path` required
|
||||
Reference in New Issue
Block a user