All Products
Search
Document Center

Intelligent Media Services:GetMediaLiveInputSecurityGroup

Last Updated:Dec 30, 2025

Queries the details of a security group in MediaLive.

Operation description

QPS limit

This operation can be called up to 50 times per second for each Alibaba Cloud account. Requests that exceed this limit are dropped and you may experience service interruptions. We recommend that you take note of this limit when you call this operation.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ActionstringYes

系统规定参数。取值:GetMediaLiveInputSecurityGroup

GetMediaLiveInputSecurityGroup
SecurityGroupIdstringYes

The ID of the security group.

SEGK5KA6KYKAWQQH

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

****63E8B7C7-4812-46AD-0FA56029AC86****
SecurityGroupobject

The security group information.

SecurityGroupIdstring

The ID of the security group.

SEGK5KA6KYKAWQQH
Namestring

The name of the security group.

mysg
WhitelistRulesarray

The security group rules.

whitelistRulestring

The security group rule.

10.1.1.0/24
CreateTimestring

The time when the security group was created. It follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2024-06-13T08:31:56Z
InputIdsarray

The IDs of the inputs associated with the security group.

inputIdstring

The input ID.

SEGK5KA6KYKAWQQH

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.