Domain name for API request: mdp.tencentcloudapi.com.
This API is used to create an endpoint on a StreamPackage channel.
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 Params. The value used for this API: CreateStreamPackageChannelEndpoint. |
Version | Yes | String | Common Params. The value used for this API: 2020-05-27. |
Region | No | String | Common Params. This parameter is not required for this API. |
Id | Yes | String | Channel ID |
Name | Yes | String | Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores |
AuthInfo | Yes | EndpointAuthInfo | Authentication information |
Parameter Name | Type | Description |
---|---|---|
Info | EndpointInfo | Information of the created channel endpoint |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://mdp.tencentcloudapi.com/?Action=CreateStreamPackageChannelEndpoint
&Id=XXX
&Name=XXX
&AuthInfo.WhiteIpList.0=0.0.0.0/0
&AuthInfo.BlackIpList.0=0.0.0.0/0
&AuthInfo.AuthKey=XXX
&<Common request parameters>
{
"Response": {
"Info": {
"Url": "",
"AuthInfo": {
"AuthKey": "",
"BlackIpList": [
"1.2.3.4/24",
"19.76.68.1/1"
],
"WhiteIpList": [
"11.2.3.4/24",
"119.76.68.1/1"
]
},
"Name": ""
},
"RequestId": "11-222-333"
}
}
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.AuthInfo | Incorrect authentication configuration. |
InvalidParameter.ExceededQuantityLimit | The quantity exceeds the limit. |
InvalidParameter.Id | Invalid Id . |
InvalidParameter.Name | Invalid name. |
InvalidParameter.NotFound | Failed to find the channel/input/output. |
InvalidParameter.SSAIInfo |
Was this page helpful?