EXPAND ALL
  • Home

service_id_to_external_ips

Converts the Kubernetes service ID to the external IPs of the service as an array. If the the service ID is not found in our mapping, then returns an empty string. If the service ID is found but has no external IPs, then returns an empty array.

Returns: STRING

The external IPs or an empty string.

Arguments

VariableTypeDescription
service_idSTRINGThe service ID to get the service name for.

Examples:

df.external_ips = px.service_id_to_external_ips(df.service_id)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.