ncloud_vodstation_update_channel
Update a VOD streaming channel's name, protocols, segment settings, and encryption/DRM by replacing the full configuration.
Instructions
Update a VOD Station streaming channel's details (name, protocols, segment settings, encryption/DRM). This is a PUT that replaces the channel configuration, so provide the full desired state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drm | No | Multi-DRM configuration | |
| channelId | Yes | Channel ID to update (e.g., vs-20250821095732-xxxxxxx) | |
| channelName | Yes | Channel name (3-20 chars, alphanumeric + hyphen). Sent as the API 'name' field | |
| protocolList | Yes | Streaming protocols (HLS, DASH) | |
| encryptionList | No | Content protection (encryption) settings per protocol | |
| segmentDuration | Yes | Playback seconds per segment (5-20) | |
| segmentDurationOption | No | Segmentation method: BASIC (default, regular intervals) or VARIABLE (keyframe-based) |