policy
Lists information about known IP addresses
Retrieves a list of IPs with known associated information such as their identities, host addresses, Kubernetes pod names, etc. The list can optionally filtered by a CIDR IP range.
get/ip
Query parameters
cidrstring
A CIDR range of IPs
Request body
string[] required
Set of labels
Response
Success
Example response
[
{
"metadata": {
"source": "k8s"
}
}
]