65 lines
1.7 KiB
Markdown
65 lines
1.7 KiB
Markdown
---
|
|
name: cdn-routes
|
|
description: Handle 6 OpenAPI operation(s) under /v2/cdn/endpoints for the cdn route group.
|
|
---
|
|
|
|
# cdn API Routes
|
|
|
|
Handle 6 OpenAPI operation(s) under /v2/cdn/endpoints for the cdn 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_cdn_endpoints
|
|
|
|
- Operation ID: `get_v2_cdn_endpoints`
|
|
- Route: `GET /v2/cdn/endpoints`
|
|
- Mode: READ
|
|
- Summary: get_/v2/cdn/endpoints
|
|
|
|
### post_v2_cdn_endpoints
|
|
|
|
- Operation ID: `post_v2_cdn_endpoints`
|
|
- Route: `POST /v2/cdn/endpoints`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/cdn/endpoints
|
|
|
|
### get_v2_cdn_endpoints_cdn_id
|
|
|
|
- Operation ID: `get_v2_cdn_endpoints_cdn_id`
|
|
- Route: `GET /v2/cdn/endpoints/{cdn_id}`
|
|
- Mode: READ
|
|
- Summary: get_/v2/cdn/endpoints/{cdn_id}
|
|
- Parameters:
|
|
- `cdn_id` in `path` required
|
|
|
|
### put_v2_cdn_endpoints_cdn_id
|
|
|
|
- Operation ID: `put_v2_cdn_endpoints_cdn_id`
|
|
- Route: `PUT /v2/cdn/endpoints/{cdn_id}`
|
|
- Mode: WRITE
|
|
- Summary: put_/v2/cdn/endpoints/{cdn_id}
|
|
- Parameters:
|
|
- `cdn_id` in `path` required
|
|
|
|
### delete_v2_cdn_endpoints_cdn_id
|
|
|
|
- Operation ID: `delete_v2_cdn_endpoints_cdn_id`
|
|
- Route: `DELETE /v2/cdn/endpoints/{cdn_id}`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/cdn/endpoints/{cdn_id}
|
|
- Parameters:
|
|
- `cdn_id` in `path` required
|
|
|
|
### delete_v2_cdn_endpoints_cdn_id_cache
|
|
|
|
- Operation ID: `delete_v2_cdn_endpoints_cdn_id_cache`
|
|
- Route: `DELETE /v2/cdn/endpoints/{cdn_id}/cache`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/cdn/endpoints/{cdn_id}/cache
|
|
- Parameters:
|
|
- `cdn_id` in `path` required
|