Creates a security group in MediaLive.
Operation description
QPS limit
This operation can be called up to 50 times per second per account. Requests that exceed this limit are dropped, which may cause service interruptions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateMediaLiveInputSecurityGroup |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The name of the security group. Letters, digits, hyphens (-), and underscores (_) are supported. The maximum length is 64 characters. |
mysg |
| WhitelistRules |
array |
Yes |
The security group rules. |
["10.1.1.0/24", "11.11.11.11/0"] |
|
string |
No |
The IPv4 addresses that are allowed to push content to MediaLive. Specify IP addresses as CIDR blocks. |
10.1.1.0/24 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| SecurityGroupId |
string |
The ID of the security group. |
SEGK5KA6KYKAWQQH |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"SecurityGroupId": "SEGK5KA6KYKAWQQH"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.