open-consul/website/pages/docs/commands/intention/get.html.md.erb
Jeff Escalante 0d9e72f1dc
initial
2020-04-28 12:52:43 -04:00

34 lines
606 B
Plaintext

---
layout: "docs"
page_title: "Commands: Intention Get"
sidebar_current: "docs-commands-intention-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`
#### API Options
<%= partial "docs/commands/http_api_options_client" %>
## Examples
```text
$ 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
```