curl --location --request GET 'https://api-kr.iwinv.kr/v1/security-groups//rules' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}'{
"code": "0x00",
"error_code": "SUCCESS",
"message": "",
"result": [
{
"rule_id": 7096,
"bound": "IN",
"protocol": "TCP",
"port": "80",
"ip": "192.168.10.100/24",
"content": "Allow HTTP",
"title": "HTTP Rule"
},
{
"rule_id": 7097,
"bound": "IN",
"protocol": "TCP",
"port": "22",
"ip": "192.168.10.100/24",
"content": "Allow SSH",
"title": "SSH Rule"
}
],
"count": 2
}