v54

latestSwagger 2.0raw.githubusercontent.com2026-08-0644139114.6 KB
endpoint

Retrieves the status logs associated with this endpoint.

get/endpoint/{id}/healthz

Path parameters

idstring required

String describing an endpoint with the format [prefix:]id. If no prefix is specified, a prefix of cilium-local: is assumed. Not all endpoints will be addressable by all endpoint ID prefixes with the exception of the local Cilium UUID which is assigned to all endpoints.

Supported endpoint id prefixes:

  • cilium-local: Local Cilium endpoint UUID, e.g. cilium-local:3389595
  • cilium-global: Global Cilium endpoint UUID, e.g. cilium-global:cluster1:nodeX:452343
  • cni-attachment-id: CNI attachment ID, e.g. cni-attachment-id:22222:eth0
  • cep-name: cep name for this container if K8s is enabled, e.g. pod-name:default:foobar-net1

Response

Success

overallHealth'OK' | 'Bootstrap' | 'Pending' | 'Warning' | 'Failure' | 'Disabled'

A common set of statuses for endpoint health * OK = All components operational * Bootstrap = This component is being created * Pending = A change is being processed to be applied * Warning = This component is not applying up-to-date policies (but is still applying the previous version) * Failure = An error has occurred and no policy is being applied * Disabled = This endpoint is disabled and will not handle traffic

bpf'OK' | 'Bootstrap' | 'Pending' | 'Warning' | 'Failure' | 'Disabled'

A common set of statuses for endpoint health * OK = All components operational * Bootstrap = This component is being created * Pending = A change is being processed to be applied * Warning = This component is not applying up-to-date policies (but is still applying the previous version) * Failure = An error has occurred and no policy is being applied * Disabled = This endpoint is disabled and will not handle traffic

policy'OK' | 'Bootstrap' | 'Pending' | 'Warning' | 'Failure' | 'Disabled'

A common set of statuses for endpoint health * OK = All components operational * Bootstrap = This component is being created * Pending = A change is being processed to be applied * Warning = This component is not applying up-to-date policies (but is still applying the previous version) * Failure = An error has occurred and no policy is being applied * Disabled = This endpoint is disabled and will not handle traffic

connectedboolean

Is this endpoint reachable