40 lines
741 B
Plaintext
40 lines
741 B
Plaintext
---
|
|
layout: commands
|
|
page_title: 'Commands: Intention Get'
|
|
sidebar_title: get
|
|
---
|
|
|
|
# Consul Intention Get
|
|
|
|
Command: `consul intention get`
|
|
|
|
The `intention get` command shows a single intention.
|
|
|
|
## Usage
|
|
|
|
Usage:
|
|
|
|
- `consul intention get [options] SRC DST`
|
|
- `consul intention get [options] ID`
|
|
|
|
`SRC` and `DST` can both take [several forms](/docs/commands/intention#source-and-destination-naming).
|
|
|
|
#### API Options
|
|
|
|
@include 'http_api_options_client.mdx'
|
|
|
|
#### Enterprise Options
|
|
|
|
@include 'http_api_namespace_options.mdx'
|
|
|
|
## Examples
|
|
|
|
```shell-session
|
|
$ consul intention get web db
|
|
Source: web
|
|
Destination: db
|
|
Action: deny
|
|
ID: 20edfa56-9cd4-51db-8c22-db09fdec61ef
|
|
Created At: Thursday, 24-May-18 17:07:49 PDT
|
|
```
|