github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_endpoint_health.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg endpoint health
     4  
     5  View endpoint health
     6  
     7  ```
     8  cilium-dbg endpoint health <endpoint id> [flags]
     9  ```
    10  
    11  ### Examples
    12  
    13  ```
    14  cilium endpoint health 5421
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20    -h, --help            help for health
    21    -o, --output string   json| yaml| jsonpath='{}'
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --config string   Config file (default is $HOME/.cilium.yaml)
    28    -D, --debug           Enable debug messages
    29    -H, --host string     URI to server-side API
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [cilium-dbg endpoint](cilium-dbg_endpoint.md)	 - Manage endpoints
    35