Domain name for API request: redis.tencentcloudapi.com.
This API is used to query the security group information of an instance.
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.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeInstanceSecurityGroup. |
Version | Yes | String | Common parameter. The value used for this API: 2018-04-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
InstanceIds.N | Yes | Array of String | Instance list |
Parameter Name | Type | Description |
---|---|---|
InstanceSecurityGroupsDetail | Array of InstanceSecurityGroupDetail | Security group information of an instance |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://redis.tencentcloudapi.com/?Action=DescribeInstanceSecurityGroup
&InstanceIds.0=crs-f2ho5rsz
&<Common request parameters>
{
"Response": {
"InstanceSecurityGroupsDetail": [
{
"InstanceId": "crs-f2ho5rsz",
"SecurityGroupDetails": [
{
"CreateTime": "2018-01-30 15:58:00",
"InboundRule": [
{
"Action": "ACCEPT",
"Ip": "0.0.0.0/0",
"Port": "ALL",
"Proto": "ALL"
},
{
"Action": "ACCEPT",
"Ip": "0.0.0.0/0",
"Port": "ALL",
"Proto": "ALL"
}
],
"OutboundRule": [
{
"Action": "ACCEPT",
"Ip": "0.0.0.0/0",
"Port": "ALL",
"Proto": "ALL"
}
],
"ProjectId": 0,
"SecurityGroupId": "sg-gl1egaj1",
"SecurityGroupName": "all",
"SecurityGroupRemark": ""
}
]
}
],
"RequestId": "e546784b-709c-401d-aba6-73037eb4e522"
}
}
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 |
---|---|
FailedOperation.SystemError | Internal system error, which is irrelevant to the business. |
InternalError.DbOperationFailed | Internal system error with the database operation, which may be update, insert, select, etc. |
InternalError.InternalError | Internal error. |
InvalidParameter | Incorrect parameter. |
InvalidParameter.PermissionDenied | The API has no CAM permissions. |
UnauthorizedOperation | Unauthorized operation. |
UnauthorizedOperation.NoCAMAuthed | No CAM permissions. |
UnauthorizedOperation.UserNotInWhiteList | The user is not in the allowlist. |
本页内容是否解决了您的问题?