Registers a new subscriber to the notification service with an HTTPS webhook.
The following example registers a new HTTPS webhook subscriber to the Notification Service.
efa notification subscribers add-https --url https://notification56.efa220.sqa:5000 --username jarvis --password vision --insecure
Successfully registered subscriber.
+-----------+-----------------------------------------------------------------------+
| attribute | value |
+-----------+-----------------------------------------------------------------------+
| id | 1 |
+-----------+-----------------------------------------------------------------------+
| handler | http |
+-----------+-----------------------------------------------------------------------+
| endpoint | https://notification56.efa220.sqa:5000 |
+-----------+-----------------------------------------------------------------------+
| config | {"cacert":"","insecure":true,"password":"vision","username":"jarvis"} |
+-----------+-----------------------------------------------------------------------+
Notication Subscriber ID=1
--- Time Elapsed: 2.203878641s ---