deploy
This commit is contained in:
91
skills/partner-network-connect/SKILL.md
Normal file
91
skills/partner-network-connect/SKILL.md
Normal file
@@ -0,0 +1,91 @@
|
||||
---
|
||||
name: partner-network-connect-routes
|
||||
description: Handle 9 OpenAPI operation(s) under /v2/partner_network_connect/attachments for the partner network connect route group.
|
||||
---
|
||||
|
||||
# partner network connect API Routes
|
||||
|
||||
Handle 9 OpenAPI operation(s) under /v2/partner_network_connect/attachments for the partner network connect 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_partner_network_connect_attachments
|
||||
|
||||
- Operation ID: `get_v2_partner_network_connect_attachments`
|
||||
- Route: `GET /v2/partner_network_connect/attachments`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/partner_network_connect/attachments
|
||||
|
||||
### post_v2_partner_network_connect_attachments
|
||||
|
||||
- Operation ID: `post_v2_partner_network_connect_attachments`
|
||||
- Route: `POST /v2/partner_network_connect/attachments`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/partner_network_connect/attachments
|
||||
|
||||
### get_v2_partner_network_connect_attachments_pa_id
|
||||
|
||||
- Operation ID: `get_v2_partner_network_connect_attachments_pa_id`
|
||||
- Route: `GET /v2/partner_network_connect/attachments/{pa_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/partner_network_connect/attachments/{pa_id}
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
|
||||
### patch_v2_partner_network_connect_attachments_pa_id
|
||||
|
||||
- Operation ID: `patch_v2_partner_network_connect_attachments_pa_id`
|
||||
- Route: `PATCH /v2/partner_network_connect/attachments/{pa_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: patch_/v2/partner_network_connect/attachments/{pa_id}
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
|
||||
### delete_v2_partner_network_connect_attachments_pa_id
|
||||
|
||||
- Operation ID: `delete_v2_partner_network_connect_attachments_pa_id`
|
||||
- Route: `DELETE /v2/partner_network_connect/attachments/{pa_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/partner_network_connect/attachments/{pa_id}
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
|
||||
### get_v2_partner_network_connect_attachments_pa_id_bgp_auth_key
|
||||
|
||||
- Operation ID: `get_v2_partner_network_connect_attachments_pa_id_bgp_auth_key`
|
||||
- Route: `GET /v2/partner_network_connect/attachments/{pa_id}/bgp_auth_key`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/partner_network_connect/attachments/{pa_id}/bgp_auth_key
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
|
||||
### get_v2_partner_network_connect_attachments_pa_id_remote_routes
|
||||
|
||||
- Operation ID: `get_v2_partner_network_connect_attachments_pa_id_remote_routes`
|
||||
- Route: `GET /v2/partner_network_connect/attachments/{pa_id}/remote_routes`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/partner_network_connect/attachments/{pa_id}/remote_routes
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
|
||||
### get_v2_partner_network_connect_attachments_pa_id_service_key
|
||||
|
||||
- Operation ID: `get_v2_partner_network_connect_attachments_pa_id_service_key`
|
||||
- Route: `GET /v2/partner_network_connect/attachments/{pa_id}/service_key`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/partner_network_connect/attachments/{pa_id}/service_key
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
|
||||
### post_v2_partner_network_connect_attachments_pa_id_service_key
|
||||
|
||||
- Operation ID: `post_v2_partner_network_connect_attachments_pa_id_service_key`
|
||||
- Route: `POST /v2/partner_network_connect/attachments/{pa_id}/service_key`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/partner_network_connect/attachments/{pa_id}/service_key
|
||||
- Parameters:
|
||||
- `pa_id` in `path` required
|
||||
Reference in New Issue
Block a user