iwinv IaaS(Infrastructure as a Service) API
Home
Main PageConsoleDocsError CodeFieldsAPI TEST
Home
Main 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
    • Block Storage List
    • Block Storage Detail
    • Create Block Storage
    • Delete Block Storage
    • Attach Block Storage
    • Detach Block Storage
  • Bill
    • Live Bill
    • Billing and Payment List
    • Billing and Payment Detail
  • Authentication
    • SSH Key List
  • Usage Example
    • Zone List
  • Security Groups
    • Security Group List
      GET
    • Security Group Detail
      GET
    • Create Security Group
      POST
    • Edit Security Group
      PUT
    • Delete Security Group
      DELETE
    • Security Group Rules List
      GET
    • Create Security Group Rule
      POST
    • Edit Security Group Rule
      PUT
    • Delete Security Group Rule
      DELETE
    • Security Group Instances List
      GET
    • Attach Security Group to Instance
      POST
    • Detach Security Group from Instance
      POST
Home
Main PageConsoleDocsError CodeFieldsAPI TEST
Home
Main PageConsoleDocsError CodeFieldsAPI TEST
  1. Security Groups

Security Group List

Developing
GET
https://api-kr.iwinv.kr/v1/security-groups
μ‹œνλ¦¬ν‹° κ·Έλ£Ή λͺ©λ‘μ„ μ‘°νšŒν•©λ‹ˆλ‹€.

Request

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

🟒200Success
application/json
Body

Example
{
    "code": "0x00",
    "error_code": "SUCCESS",
    "message": "",
    "result": [
        {
            "firewall_id": "FIREWALL-5jCFcHgRnKszOFuqm2w5Fr",
            "idx": 505,
            "title": "test1",
            "content": "test",
            "icmp": "Y"
        },
        {
            "firewall_id": "FIREWALL-3IH5kPCoWlPOWhPgK2kRqq",
            "idx": 641,
            "title": "Web Server Security Group",
            "content": "Security Group Created by API",
            "icmp": "Y"
        }
    ],
    "count": 2,
    "page_no": 1,
    "page_size": 50
}
🟠4040x1 - NOT_FOUND
Modified atΒ 2025-11-19 06:11:08
Previous
Zone List
Next
Security Group Detail
Built with