/
/Cilium API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 8m ago · Updated 4w ago
bgp3
daemon10
endpoint12
ipam3
metrics1
policy12
  • getRetrieves a list of identities that have metadata matching the provided parameters.
  • getRetrieve identity
  • getRetrieve identities which are being used by local endpoints
  • getRetrieve entire policy tree
  • putCreate or update a policy (sub)tree
  • deleteDelete a policy (sub)tree
  • getSee what selectors match which identities
  • getRetrieves the list of DNS lookups intercepted from all endpoints.
  • deleteDeletes matching DNS lookups from the policy-generation cache.
  • getRetrieves the list of DNS lookups intercepted from an endpoint.
  • getList internal DNS selector representations
  • getLists information about known IP addresses
prefilter3
recorder5
service5
    policy

    Retrieve identities which are being used by local endpoints

    get/identity/endpoints

    Response

    Success

    refCountinteger

    number of endpoints consuming this identity locally (should always be > 0)

    Changes