curl --location --request GET '/v4/vpc/describe-security-group-attribute?regionID=TestRegionID&securityGroupID=sg-rma8ccy63l&direction='
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"creationTime": "2023-06-02T09:43:34Z",
"description": "",
"id": "sg-rma8ccy63l",
"origin": "default",
"securityGroupName": "Default-Security-Group",
"securityGroupRuleList": [
{
"action": "drop",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "0.0.0.0/0",
"direction": "ingress",
"ethertype": "IPv4",
"id": "sgrule-qkh570fgza",
"priority": 100,
"protocol": "ALL",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
}
],
"vmNum": 0,
"vpcID": "vpc-6fl1jhx6h1",
"vpcName": "vpc-6fl1jhx6h1"
},
"statusCode": 800
}