ncloud_get_activity_logs
Retrieve cloud activity tracer logs with time period and resource filtering. Specify start and end times in ISO 8601 to audit cloud resource changes.
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) |