v51

Swagger 2.0raw.githubusercontent.com2026-06-3000114.1 KB
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

cidrstring required

Key of the entry in the form of a CIDR range

identityinteger required

Numerical identity assigned to the IP

hostIPstring

IP address of the host

encryptKeyinteger

The context ID for the encryption session

Example response

[
  {
    "metadata": {
      "source": "k8s"
    }
  }
]