{
"title": "Web Server Security Group",
"content": "웹 서버용 시큐리티 그룹",
"icmp": "Y"
}curl --location --request POST 'https://api-kr.iwinv.kr/v1/security-groups' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Web Server Security Group",
"content": "웹 서버용 시큐리티 그룹",
"icmp": "Y"
}'{
"code": "0x00",
"error_code": "SUCCESS",
"message": "",
"result": [
{
"firewall_id": 642,
"title": "Web Server Security Group",
"content": "Security Group Created by API",
"icmp": "Y",
"rules": []
}
],
"count": 1
}