Domain name for API request: mdl.tencentcloudapi.com.
This API is used to create an input security group. Up to 5 ones can be created.
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: CreateMediaLiveInputSecurityGroup. |
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. |
Name | Yes | String | Input security group name, which can contain letters, digits, and underscores and must be unique at the region level. |
Whitelist.N | Yes | Array of String | List of allowlist entries. Quantity limit: [1,10]. |
Parameter Name | Type | Description |
---|---|---|
Id | String | Security group ID. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://mdl.tencentcloudapi.com/?Action=CreateMediaLiveInputSecurityGroup
&Name=xxx
&Whitelist.0=1.1.1.1/1
&<Common request parameters>
{
"Response": {
"Id": "1111",
"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.ExceededQuantityLimit | The quantity exceeds the limit. |
InvalidParameter.Name | Invalid Name . |
InvalidParameter.Whitelist | Invalid Whitelist . |
Was this page helpful?