curl --location --request GET '/v4/vpc/new-query-security-groups?regionID=TestRegionID&vpcID=&pageNumber=1&pageSize=10&queryContent=&instanceID='
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"totalPage": 16,
"currentCount": 1,
"securityGroups": [
{
"creationAt": "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"
},
{
"action": "drop",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "::/0",
"direction": "ingress",
"ethertype": "IPv6",
"id": "sgrule-hm7ygndrun",
"priority": 100,
"protocol": "ALL",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "0.0.0.0/0",
"direction": "ingress",
"ethertype": "IPv4",
"id": "sgrule-t3lnfa3dq3",
"priority": 99,
"protocol": "ICMP",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "::/0",
"direction": "ingress",
"ethertype": "IPv6",
"id": "sgrule-le3xdoip8k",
"priority": 99,
"protocol": "ICMP6",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "0.0.0.0/0",
"direction": "ingress",
"ethertype": "IPv4",
"id": "sgrule-82v2krxchu",
"priority": 99,
"protocol": "TCP",
"range": "22-22",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "::/0",
"direction": "ingress",
"ethertype": "IPv6",
"id": "sgrule-6kjyaxcppl",
"priority": 99,
"protocol": "TCP",
"range": "22-22",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "0.0.0.0/0",
"direction": "ingress",
"ethertype": "IPv4",
"id": "sgrule-djz2exdw2d",
"priority": 99,
"protocol": "TCP",
"range": "3389-3389",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "::/0",
"direction": "ingress",
"ethertype": "IPv6",
"id": "sgrule-jip62c45cu",
"priority": 99,
"protocol": "TCP",
"range": "3389-3389",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "0.0.0.0/0",
"direction": "egress",
"ethertype": "IPv4",
"id": "sgrule-87d6k43f3e",
"priority": 100,
"protocol": "ALL",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "accept",
"createAt": "2023-06-02T09:42:45Z",
"description": "",
"destCidrIp": "::/0",
"direction": "egress",
"ethertype": "IPv6",
"id": "sgrule-z14uvytzk9",
"priority": 100,
"protocol": "ALL",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
},
{
"action": "drop",
"createAt": "2023-06-14T07:38:16Z",
"description": "",
"destCidrIp": "0.0.0.0/0",
"direction": "egress",
"ethertype": "IPv4",
"id": "sgrule-8o55ku7wty",
"priority": 100,
"protocol": "ALL",
"range": "0-0",
"securityGroupID": "sg-rma8ccy63l"
}
],
"vmNum": 0,
"vpcId": "vpc-6fl1jhx6h1",
"vpcName": "vpc-6fl1jhx6h1"
}
],
"totalCount": 16
},
"statusCode": 800
}