open-nomad/website/pages/docs/commands/event/sink-list.mdx
Kris Hicks 1da9e7fc67
Add event sink API and CLI commands (#9226)
Co-authored-by: Drew Bailey <2614075+drewbailey@users.noreply.github.com>
2020-11-02 09:57:35 -08:00

33 lines
791 B
Plaintext

---
layout: docs
page_title: 'Commands: event sink list'
sidebar_title: sink list <sup>Beta</sup>
description: |
The sink list command is used to list registered event sinks.
---
# Command: event sink list
The `event sink list` command is used to list all registered event sinks.
## Usage
```plaintext
nomad event sink list
```
## General Options
@include 'general_options.mdx'
## Example
List all registered event sinks.
```shell-session
$ nomad event sink list
ID Type Address Topics LatestIndex
deployments-webhook webhook http://127.0.0.1:8080/deployments Deployment[*] 0
job-webhook webhook http://127.0.0.1:8080/jobhook Eval[*],Job[redis nginx],Node[*] 0
```