Queries the details of a security group in MediaLive.
Operation description
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Action | string | Yes | 系统规定参数。取值:GetMediaLiveInputSecurityGroup。 | GetMediaLiveInputSecurityGroup |
| SecurityGroupId | string | Yes | The ID of the security group. | SEGK5KA6KYKAWQQH |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
"SecurityGroup": {
"SecurityGroupId": "SEGK5KA6KYKAWQQH",
"Name": "mysg",
"WhitelistRules": [
"10.1.1.0/24"
],
"CreateTime": "2024-06-13T08:31:56Z",
"InputIds": [
"SEGK5KA6KYKAWQQH"
]
}
}Error codes
For a list of error codes, visit the Service error codes.
