Sakura Cloud MCP Server

get_apprun_logs

Retrieve logs from specific AppRun applications on the Sakura Cloud MCP Server to monitor and debug performance, using app ID, log limits, and zone details.

Instructions

Get logs from an AppRun application

Input Schema

NameRequiredDescriptionDefault
appIdYesThe ID of the AppRun application to get logs from
limitNoMaximum number of log entries to fetch (default: 100)
offsetNoOffset to start fetching logs from (default: 0)
zoneNoThe zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified.

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "The ID of the AppRun application to get logs from", "type": "string" }, "limit": { "description": "Maximum number of log entries to fetch (default: 100)", "type": "number" }, "offset": { "description": "Offset to start fetching logs from (default: 0)", "type": "number" }, "zone": { "description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.", "type": "string" } }, "required": [ "appId" ], "type": "object" }
ID: vbob63j601