github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/website/source/docs/commands/intention/get.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: Intention Get" 4 sidebar_current: "docs-commands-intention-get" 5 --- 6 7 # Consul Intention Get 8 9 Command: `consul intention get` 10 11 The `intention get` command shows a single intention. 12 13 ## Usage 14 15 Usage: 16 17 * `consul intention get [options] SRC DST` 18 * `consul intention get [options] ID` 19 20 #### API Options 21 22 <%= partial "docs/commands/http_api_options_client" %> 23 24 ## Examples 25 26 ```text 27 $ consul intention get web db 28 Source: web 29 Destination: db 30 Action: deny 31 ID: 20edfa56-9cd4-51db-8c22-db09fdec61ef 32 Created At: Thursday, 24-May-18 17:07:49 PDT 33 ```