All Products
Search
Document Center

Intelligent Media Services:UpdateLivePackageChannelCredentials

Last Updated:Mar 17, 2025

Updates the credentials of ingest endpoints associated with a live package channel.

Operation description

Usage notes

You can choose to update the primary endpoint, secondary endpoint, or both. The response includes the updated ingest endpoint URL, username, and password for the ingest device to reconfigure.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:UpdateLivePackageChannelCredentialsupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
GroupNamestringYes

The channel group name.

group-1
ChannelNamestringYes

The channel name.

channel-1
RotateCredentialsintegerYes

Specifies whether to update the credentials. 1: updates the credentials of endpoint 1. 2: updates the credentials of endpoint 2. 3: updates the credentials of endpoints 1 and 2.

3

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

IngestEndpointsarray<object>

The information about the ingest endpoint.

ingestEndpointobject

The username.

Idstring

The ingest endpoint ID. input1 indicates primary and input2 indicates secondary.

input1
Passwordstring

The password.

examplePassword123
Urlstring

The ingest endpoint URL.

rtmp://example.com/live/input1
Usernamestring

The username.

user1
RequestIdstring

The request ID.

771A1414-27BF-53E6-AB73-EFCB*****ACF

Examples

Sample success responses

JSONformat

{
  "IngestEndpoints": [
    {
      "Id": "input1",
      "Password": "examplePassword123",
      "Url": "rtmp://example.com/live/input1",
      "Username": "user1"
    }
  ],
  "RequestId": "771A1414-27BF-53E6-AB73-EFCB*****ACF"
}

Error codes

For a list of error codes, visit the Service error codes.