Raw File
cilium_endpoint_get.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium endpoint get

Display endpoint information

### Synopsis

Display endpoint information

```
cilium endpoint get ( <endpoint identifier> | -l <endpoint labels> )  [flags]
```

### Examples

```
cilium endpoint get 4598, cilium endpoint get pod-name:default:foobar, cilium endpoint get -l id.baz
```

### Options

```
  -h, --help             help for get
  -l, --labels strings   list of labels
  -o, --output string    json| jsonpath='{}'
```

### Options inherited from parent commands

```
      --config string   config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium endpoint](../cilium_endpoint)	 - Manage endpoints

back to top