ncloud_drm_get_policy_logs
Retrieve event logs for a specific DRM policy to monitor security events. Supports pagination and time-based filtering for audit and troubleshooting.
Instructions
Get event logs for a DRM policy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (1~N, default 1) | |
| endTime | No | Query end time (Unix epoch milliseconds) | |
| pageSize | No | Items per page (1~100) | |
| policyId | Yes | DRM policy ID to query logs for | |
| startTime | No | Query start time (Unix epoch milliseconds) |