133 lines
4.6 KiB
Markdown
133 lines
4.6 KiB
Markdown
---
|
|
name: functions-routes
|
|
description: Handle 13 OpenAPI operation(s) under /v2/functions/namespaces for the functions route group.
|
|
---
|
|
|
|
# functions API Routes
|
|
|
|
Handle 13 OpenAPI operation(s) under /v2/functions/namespaces for the functions 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_functions_namespaces
|
|
|
|
- Operation ID: `get_v2_functions_namespaces`
|
|
- Route: `GET /v2/functions/namespaces`
|
|
- Mode: READ
|
|
- Summary: get_/v2/functions/namespaces
|
|
|
|
### post_v2_functions_namespaces
|
|
|
|
- Operation ID: `post_v2_functions_namespaces`
|
|
- Route: `POST /v2/functions/namespaces`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/functions/namespaces
|
|
|
|
### get_v2_functions_namespaces_namespace_id
|
|
|
|
- Operation ID: `get_v2_functions_namespaces_namespace_id`
|
|
- Route: `GET /v2/functions/namespaces/{namespace_id}`
|
|
- Mode: READ
|
|
- Summary: get_/v2/functions/namespaces/{namespace_id}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
|
|
### delete_v2_functions_namespaces_namespace_id
|
|
|
|
- Operation ID: `delete_v2_functions_namespaces_namespace_id`
|
|
- Route: `DELETE /v2/functions/namespaces/{namespace_id}`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/functions/namespaces/{namespace_id}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
|
|
### get_v2_functions_namespaces_namespace_id_triggers
|
|
|
|
- Operation ID: `get_v2_functions_namespaces_namespace_id_triggers`
|
|
- Route: `GET /v2/functions/namespaces/{namespace_id}/triggers`
|
|
- Mode: READ
|
|
- Summary: get_/v2/functions/namespaces/{namespace_id}/triggers
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
|
|
### post_v2_functions_namespaces_namespace_id_triggers
|
|
|
|
- Operation ID: `post_v2_functions_namespaces_namespace_id_triggers`
|
|
- Route: `POST /v2/functions/namespaces/{namespace_id}/triggers`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/functions/namespaces/{namespace_id}/triggers
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
|
|
### get_v2_functions_namespaces_namespace_id_triggers_trigger_name
|
|
|
|
- Operation ID: `get_v2_functions_namespaces_namespace_id_triggers_trigger_name`
|
|
- Route: `GET /v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}`
|
|
- Mode: READ
|
|
- Summary: get_/v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
- `trigger_name` in `path` required
|
|
|
|
### put_v2_functions_namespaces_namespace_id_triggers_trigger_name
|
|
|
|
- Operation ID: `put_v2_functions_namespaces_namespace_id_triggers_trigger_name`
|
|
- Route: `PUT /v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}`
|
|
- Mode: WRITE
|
|
- Summary: put_/v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
- `trigger_name` in `path` required
|
|
|
|
### delete_v2_functions_namespaces_namespace_id_triggers_trigger_name
|
|
|
|
- Operation ID: `delete_v2_functions_namespaces_namespace_id_triggers_trigger_name`
|
|
- Route: `DELETE /v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
- `trigger_name` in `path` required
|
|
|
|
### get_v2_functions_namespaces_namespace_id_keys
|
|
|
|
- Operation ID: `get_v2_functions_namespaces_namespace_id_keys`
|
|
- Route: `GET /v2/functions/namespaces/{namespace_id}/keys`
|
|
- Mode: READ
|
|
- Summary: get_/v2/functions/namespaces/{namespace_id}/keys
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
|
|
### post_v2_functions_namespaces_namespace_id_keys
|
|
|
|
- Operation ID: `post_v2_functions_namespaces_namespace_id_keys`
|
|
- Route: `POST /v2/functions/namespaces/{namespace_id}/keys`
|
|
- Mode: WRITE
|
|
- Summary: post_/v2/functions/namespaces/{namespace_id}/keys
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
|
|
### put_v2_functions_namespaces_namespace_id_keys_key_id
|
|
|
|
- Operation ID: `put_v2_functions_namespaces_namespace_id_keys_key_id`
|
|
- Route: `PUT /v2/functions/namespaces/{namespace_id}/keys/{key_id}`
|
|
- Mode: WRITE
|
|
- Summary: put_/v2/functions/namespaces/{namespace_id}/keys/{key_id}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
- `key_id` in `path` required
|
|
|
|
### delete_v2_functions_namespaces_namespace_id_keys_key_id
|
|
|
|
- Operation ID: `delete_v2_functions_namespaces_namespace_id_keys_key_id`
|
|
- Route: `DELETE /v2/functions/namespaces/{namespace_id}/keys/{key_id}`
|
|
- Mode: WRITE
|
|
- Summary: delete_/v2/functions/namespaces/{namespace_id}/keys/{key_id}
|
|
- Parameters:
|
|
- `namespace_id` in `path` required
|
|
- `key_id` in `path` required
|