efa notification subscribers get

Retrieves subscription details about the Notification service for the specified subscriber.

Syntax

efa notification subscribers get id

Parameters

id
Specifies the ID of the subscriber that you want to review.

Examples

The following is sample output for the subscriber with the ID of '1'.

efa notification subscribers get 1

+-----------+-----------------------------------------------------------------------+
| attribute | value                                                                 |
+-----------+-----------------------------------------------------------------------+
| id        | 1                                                                     |
+-----------+-----------------------------------------------------------------------+
| handler   | http                                                                  |
+-----------+-----------------------------------------------------------------------+
| endpoint  | https://path/to/my/service:port                                     |
+-----------+-----------------------------------------------------------------------+
| config    | {"cacert":"","insecure":true,"password":"mypassword",
              "username":"myusername"}                                              |
+-----------+-----------------------------------------------------------------------+
Notification Subscriber ID=1
--- Time Elapsed: 2.203878641s ---