{
"bound": "inbound",
"protocol": "tcp",
"port": "80",
"ip": "0.0.0.0/0",
"title": "HTTP Access",
"content": "HTTP ํฌํธ ํ์ฉ"
}curl --location --request POST 'https://api-kr.iwinv.kr/v1/security-groups//rules' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"bound": "inbound",
"protocol": "tcp",
"port": "80",
"ip": "0.0.0.0/0",
"title": "HTTP Access",
"content": "HTTP ํฌํธ ํ์ฉ"
}'{
"code": "0x00",
"error_code": "SUCCESS",
"message": "",
"result": [
{
"rule_id": 7104,
"bound": "IN",
"protocol": "TCP",
"port": "22",
"ip": "192.168.10.100/24",
"content": "Allow SSH",
"title": "SSH Rule"
}
],
"count": 1
}