List security groups
GET /sg HTTP/1.1HTTP/1.1 200 OK
Content-Type: application/json
[
{
"name": "sg-test-1",
"type": "",
"description": "sg-test-description",
"rules": [
{
"Direction": "ingress",
"port_range_min": 22,
"port_range_max": 22,
"Protocol": "tcp",
"remote_ip_prefix": ""
}
]
}
]Last updated