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

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