102 lines
2.4 KiB
Markdown
102 lines
2.4 KiB
Markdown
---
|
|
name: vpcs-routes
|
|
description: Handle 10 OpenAPI operation(s) under /v2/vpcs for the vpcs route group.
|
|
---
|
|
|
|
# vpcs API Routes
|
|
|
|
Handle 10 OpenAPI operation(s) under /v2/vpcs for the vpcs 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_vpcs
|
|
|
|
- Operation ID: `get_v2_vpcs`
|
|
- Route: `GET /v2/vpcs`
|
|
- Mode: READ
|
|
- Summary: get_/v2/vpcs
|
|
|
|
### post_v2_vpcs
|
|
|
|
- Operation ID: `post_v2_vpcs`
|
|
- Route: `POST /v2/vpcs`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/vpcs
|
|
|
|
### get_v2_vpcs_vpc_id
|
|
|
|
- Operation ID: `get_v2_vpcs_vpc_id`
|
|
- Route: `GET /v2/vpcs/{vpc_id}`
|
|
- Mode: READ
|
|
- Summary: get_/v2/vpcs/{vpc_id}
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### put_v2_vpcs_vpc_id
|
|
|
|
- Operation ID: `put_v2_vpcs_vpc_id`
|
|
- Route: `PUT /v2/vpcs/{vpc_id}`
|
|
- Mode: WRITE
|
|
- Summary: put_/v2/vpcs/{vpc_id}
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### patch_v2_vpcs_vpc_id
|
|
|
|
- Operation ID: `patch_v2_vpcs_vpc_id`
|
|
- Route: `PATCH /v2/vpcs/{vpc_id}`
|
|
- Mode: WRITE
|
|
- Summary: patch_/v2/vpcs/{vpc_id}
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### delete_v2_vpcs_vpc_id
|
|
|
|
- Operation ID: `delete_v2_vpcs_vpc_id`
|
|
- Route: `DELETE /v2/vpcs/{vpc_id}`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/vpcs/{vpc_id}
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### get_v2_vpcs_vpc_id_members
|
|
|
|
- Operation ID: `get_v2_vpcs_vpc_id_members`
|
|
- Route: `GET /v2/vpcs/{vpc_id}/members`
|
|
- Mode: READ
|
|
- Summary: get_/v2/vpcs/{vpc_id}/members
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### get_v2_vpcs_vpc_id_peerings
|
|
|
|
- Operation ID: `get_v2_vpcs_vpc_id_peerings`
|
|
- Route: `GET /v2/vpcs/{vpc_id}/peerings`
|
|
- Mode: READ
|
|
- Summary: get_/v2/vpcs/{vpc_id}/peerings
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### post_v2_vpcs_vpc_id_peerings
|
|
|
|
- Operation ID: `post_v2_vpcs_vpc_id_peerings`
|
|
- Route: `POST /v2/vpcs/{vpc_id}/peerings`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/vpcs/{vpc_id}/peerings
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
|
|
### patch_v2_vpcs_vpc_id_peerings_vpc_peering_id
|
|
|
|
- Operation ID: `patch_v2_vpcs_vpc_id_peerings_vpc_peering_id`
|
|
- Route: `PATCH /v2/vpcs/{vpc_id}/peerings/{vpc_peering_id}`
|
|
- Mode: WRITE
|
|
- Summary: patch_/v2/vpcs/{vpc_id}/peerings/{vpc_peering_id}
|
|
- Parameters:
|
|
- `vpc_id` in `path` required
|
|
- `vpc_peering_id` in `path` required
|