Networks
List networks
GET
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
Examples:
1
Region ID
Examples:
1
Query Parameters
Optional. Limit the number of returned items
Required range:
0 < x <= 1000
Examples:
1000
Filter networks by name
Maximum length:
61
Examples:
"my-network"
Optional. Offset value is used to exclude the first set of records from the result
Required range:
x >= 0
Examples:
0
Ordering networks list result by name
, created_at
fields of the network and directions (created_at.desc
).
Available options:
created_at.asc
, created_at.desc
, name.asc
, name.desc
Optional. Filter by tag keys. ?tag_key
=key1&tag_key
=key2
Tag key. The maximum size for a key is 255 bytes.
Examples:
["key1", "key2"]
Optional. Filter by tag key-value pairs.
Examples:
{ "key": "value" }
Response
200 - application/json
OK
The response is of type object
.