Updates ingest endpoint credentials for a live package channel.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:UpdateLivePackageChannelCredentials |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
Yes |
The channel group name. |
group-1 |
| ChannelName |
string |
Yes |
The channel name. |
channel-1 |
| RotateCredentials |
integer |
Yes |
The endpoints whose credentials to update. 1: endpoint 1 only. 2: endpoint 2 only. 3: both endpoints 1 and 2. |
3 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| IngestEndpoints |
array<object> |
The ingest endpoint details. |
|
|
object |
The username. |
||
| Id |
string |
The ingest endpoint ID. |
input1 |
| Password |
string |
The password. |
examplePassword123 |
| Url |
string |
The ingest endpoint URL. |
rtmp://example.com/live/input1 |
| Username |
string |
The username. |
user1 |
| RequestId |
string |
The request ID. |
771A1414-27BF-53E6-AB73-EFCB*****ACF |
Examples
Success response
JSON format
{
"IngestEndpoints": [
{
"Id": "input1",
"Password": "examplePassword123",
"Url": "rtmp://example.com/live/input1",
"Username": "user1"
}
],
"RequestId": "771A1414-27BF-53E6-AB73-EFCB*****ACF"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.