mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-16 10:34:06 -08:00
38b75bc0d7
* Add support for discovering Linode IPv6 ranges associated with linodes. * Add optional but recommended region filtering (faster queries, more relevant information). * Added missing fields in configuration.md, updated linode test cases. * Convert to TableDrivenTests as per tjhop request. Signed-off-by: David Andruczyk <dandrucz@akamai.com>
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"page": 1,
|
|
"pages": 1,
|
|
"results": 2,
|
|
"data": [
|
|
{
|
|
"address": "192.53.120.25",
|
|
"gateway": "192.53.120.1",
|
|
"subnet_mask": "255.255.255.0",
|
|
"prefix": 24,
|
|
"type": "ipv4",
|
|
"public": true,
|
|
"rdns": "li2216-25.members.linode.com",
|
|
"linode_id": 26837938,
|
|
"region": "ca-central"
|
|
},
|
|
{
|
|
"address": "2600:3c04::f03c:92ff:fe1a:fb68",
|
|
"gateway": "fe80::1",
|
|
"subnet_mask": "ffff:ffff:ffff:ffff::",
|
|
"prefix": 64,
|
|
"type": "ipv6",
|
|
"rdns": null,
|
|
"linode_id": 26837938,
|
|
"region": "ca-central",
|
|
"public": true
|
|
}
|
|
]
|
|
}
|