1. Security Groups
LightNode
en
  • cn
  • en
  • API Overview
  • API Authentication Guide
  • Instances
    • Create Instance
      POST
    • Delete Instance
      POST
    • Stop Instance
      POST
    • Start Instance
      POST
    • Restart Instance
      POST
    • Reset Password
      POST
    • Instance Details
      GET
    • Reinstall OS
      POST
    • Instance List
      GET
  • Security Groups
    • Security Group List
      GET
  • Images
    • Image List
      GET
  • Async Tasks
    • Get Async Task Result
      GET
  • SSH Keys
    • SSH Key List
      GET
  • Regions
    • Region List
      GET
  • Packages
    • Package List
      GET
  • Schemas
    • Instance Model
  1. Security Groups

Security Group List

GET
https://openapi.lightnode.com/firewall/list

API Overview#

Retrieves the UUIDs of security groups.#

Request

Query 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 'https://openapi.lightnode.com/firewall/list?page=1&pageSize=50&regionCode=cn-dev-1' \
--header 'x-open-token: test-token'

Responses

🟢202Success
application/json
Bodyapplication/json

Examples
{
    "firewalls": [
        {
            "bindIpAllowance": 200,
            "createTime": "2024-09-09 15:41:15",
            "description": "aaa",
            "ecsNumber": 0,
            "firewallName": "aaaa",
            "firewallStatus": "AVAILABLE",
            "firewallUUID": "fw-sm00006svjri",
            "regionCode": "cn-dev-1",
            "regionName": "DEV Region I",
            "ruleNumber": 7
        },
        {
            "bindIpAllowance": 200,
            "createTime": "2024-07-17 11:30:09",
            "description": "d",
            "ecsNumber": 0,
            "firewallName": "2024071711306699564",
            "firewallStatus": "AVAILABLE",
            "firewallUUID": "fw-3u00006qhm94",
            "regionCode": "cn-dev-1",
            "regionName": "DEV Region I",
            "ruleNumber": 6
        }
    ],
    "httpStatus": 202,
    "rowCount": 17,
    "success": true
}
Modified at 2026-04-10 05:41:02
Previous
Instance List
Next
Image List
Built with