iwinv IaaS(Infrastructure as a Service) API
HomeMain PageConsoleDocsError CodeFieldsAPI TEST
HomeMain PageConsoleDocsError CodeFieldsAPI TEST
  1. Security Groups
  • Introduction
  • API Request
  • API Response
  • Zones
    • Zone List
      GET
  • Flavors
    • Flavor List
      GET
    • Flavor Detail
      GET
  • Images
    • Image List
      GET
    • Image Detail
      GET
  • Instances
    • Instance List
      GET
    • Instance Detail
      GET
    • Create Instance
      POST
    • Edit Instance Info
      PUT
    • Delete Instance
      DELETE
    • Start(ON) Instance
      POST
    • Shutdown(OFF) Instance
      POST
    • Reboot Instance
      POST
    • Rebuild(Image) Instance
      POST
    • Resize(Flavor) Instance
      POST
    • Remote Console
      GET
    • User Script List
      GET
  • Block Storages
    • Block Storage Types
      GET
    • Block Storage List
      GET
    • Block Storage Detail
      GET
    • Create Block Storage
      POST
    • Delete Block Storage
      DELETE
    • Attach Block Storage
      POST
    • Detach Block Storage
      POST
  • Bill
    • Live Bill
    • Billing and Payment List
    • Billing and Payment Detail
  • Authentication
    • SSH Key List
  • Usage Example
    • Zone List
  • Firewall
    • Firewall List
    • Firewall Detail
    • Create Firewall
    • Edit Firewall
    • Delete Firewall
    • Attach Firewall
    • Detach Firewall
  • Security Groups
    • Security Group List
      GET
    • Security Group Detail
      GET
    • Create Security Group
      POST
  1. Security Groups

Security Group Detail

GET
https://api-kr.iwinv.kr/v1/security-groups/{id}

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-kr.iwinv.kr/v1/security-groups/' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}'

Responses

🟢202Accepted
application/json
Body

Example
{
  "code": "0x00",
  "error_code": "SUCCESS",
  "message": "",
  "result": {
    "idx": 611,
    "member_idx": 261,
    "branch": "INSTANCE",
    "title": "APISEND20250110-1",
    "content": "apisend03",
    "icmp": "Y",
    "date_insert": "2025-01-20 16:21:08",
    "date_update": null,
    "revision": 0,
    "rules": [
      {
        "idx": 6949,
        "bound": "IN",
        "protocol": "TCP",
        "port": "880",
        "ip": "192.168.1.10/24",
        "content": "Allow inbound HTTP traffic on port 80",
        "title": "Allow HTTP"
      },
      {
        "idx": 6950,
        "bound": "OUT",
        "protocol": "UDP",
        "port": "530",
        "ip": "10.0.0.5/16",
        "content": "Allow outbound DNS traffic on port 53",
        "title": "Allow DNS"
      }
    ]
  },
  "count": 10
}
Modified at 2025-11-17 06:53:46
Previous
Security Group List
Next
Create Security Group
Built with