Domain name for API request: mdl.tencentcloudapi.com.
This API is used to update a media input.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ModifyMediaLiveInput. |
Version | Yes | String | Common parameter. The value used for this API: 2020-03-26. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
Id | Yes | String | Media input ID. |
Name | No | String | Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level. |
SecurityGroupIds.N | No | Array of String | List of IDs of bound security groups. |
InputSettings.N | No | Array of InputSettingInfo | Input settings information. One or two sets of settings need to be configured for RTMP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL. This parameter can be left empty for RTP_PUSH and UDP_PUSH. Note: if it is left empty or the array is empty, the original InputSettings value will be used. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://mdl.tencentcloudapi.com/?Action=ModifyMediaLiveInput
&Id=111
&Name=sddd
&SecurityGroupIds.0=1111
&<Common request parameters>
{
"Response": {
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error. |
InvalidParameter | Invalid parameter. |
InvalidParameter.Id | Invalid Id . |
InvalidParameter.InputSettings | Invalid InputSettings . |
InvalidParameter.Name | Invalid Name . |
InvalidParameter.NotFound | Not found. |
InvalidParameter.SecurityGroups | Invalid SecurityGroups . |
InvalidParameter.StateError | Incorrect status. |
Was this page helpful?