Returns a list of subnets. Use the owned_by query parameter to control which subnets are returned:
project (default) returns only subnets owned by the project,
any returns all subnets from networks available to the project.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
1
Optional. Limit the number of returned items
x <= 10001000
Only list subnets of this network
"b30d0de7-bca2-4c83-9c57-9e645bd2cc92"
Optional. Offset value is used to exclude the first set of records from the result
x >= 00
Ordering subnets list result by name, created_at, updated_at, available_ips, total_ips, and cidr (default) fields of the subnet and directions (name.asc).
available_ips.asc, available_ips.desc, cidr.asc, cidr.desc, created_at.asc, created_at.desc, name.asc, name.desc, total_ips.asc, total_ips.desc, updated_at.asc, updated_at.desc "name.asc"
Controls which subnets are returned. 'project' (default) returns only subnets owned by the project. 'any' returns all subnets from networks available to the project, including subnets from shared networks.
any, project "project"
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.
1 - 255^[^\s=]+$["key1", "key2"]
Optional. Filter by tag key-value pairs.
{ "key": "value" }