List security groups
GET /sg
List security group
Example request:
Example response:
Query Parameters:
filters - JSON encoded value of the filters (a
map[string][]string
) to process on the volumes list. There is one available filter:dangling=true
.
Status Codes:
200 - no error
500 - server error
Last updated