get_apprun_logs
Retrieve logs from an AppRun application on Sakura Cloud MCP Server by specifying the app ID, log offset, and entry limit for efficient monitoring and troubleshooting.
Instructions
Get logs from an AppRun application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The ID of the AppRun application to get logs from | |
limit | No | Maximum number of log entries to fetch (default: 100) | |
offset | No | Offset to start fetching logs from (default: 0) | |
zone | No | The zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified. |