Python
Security Groups
List security groups
List all security groups in the specified project and region.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Region ID
Example:
1
Query Parameters
Limit of items on a single page
Required range:
x <= 1000Example:
10
Optional. Filter by name. Must be specified a full name of the security group.
Example:
"my_security_group"
Offset in results list
Required range:
x >= 0Example:
0
Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
Required string length:
1 - 255Pattern:
^[^\s=]+$Example:
["key1", "key2"]Optional. Filter by tag key-value pairs.
Example:
{ "key": "value" }