ncloud_serverless_export_logs
Export 1-10 log files from an instance to Object Storage. Specify the log types and bucket path to archive or analyze them.
Instructions
Export 1-10 log files of an instance to Object Storage (POST …/logs/export → 202 Operation). Requires an Object Storage subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes | Log files to export (1-10) | |
| bucketName | Yes | Destination bucket | |
| uploadPath | No | Path inside the bucket (default root, e.g. logs/2026) | |
| clusterName | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) | |
| instanceName | Yes | Instance name ({clusterName}-{suffix}, from ncloud_serverless_list_instances) |