open-consul/website/pages/docs/commands/intention/get.mdx

34 lines
565 B
Plaintext
Raw Normal View History

---
2020-04-07 18:55:19 +00:00
layout: docs
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:
2020-04-07 18:55:19 +00:00
- `consul intention get [options] SRC DST`
- `consul intention get [options] ID`
#### API Options
2020-04-07 18:55:19 +00:00
@include 'http_api_options_client.mdx'
## Examples
2020-05-19 18:32:38 +00:00
```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
```