ncloud_get_activity_logs
Retrieve cloud activity logs by specifying time range, service, and user. Filter results using ISO 8601 start and end times.
Instructions
Get cloud activity tracer logs with filtering by period, service, and user. Uses POST method with JSON body. Time parameters accept ISO 8601 strings and are converted to epoch milliseconds internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nrn | No | Ncloud Resource Name to filter specific resource activities | |
| page | No | Page number (0-based, default 0) | |
| size | No | Page size (default 20) | |
| endTime | Yes | End time in ISO 8601 format (e.g., "2024-01-31T23:59:59Z"). Converted to epoch ms internally. (Required) | |
| startTime | Yes | Start time in ISO 8601 format (e.g., "2024-01-01T00:00:00Z"). Converted to epoch ms internally. (Required) |