Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.46 KB

subscription-handling.md

File metadata and controls

31 lines (26 loc) · 1.46 KB

Subscription Handling

Clicking on the Subscription Handling element will display some buttons in main page which help perform a number of subscription related actions. A table may become visible, which is populated by the information about the stored (if any) subscriptions in the connected database. This view is also the default view of the Eiffel Intelligence front-end, once the authentication (if enabled) is done.

Add Subscription

This button opens a form with a number of fields to create a subscription through subscription endpoint (POST /subscriptions).

Reload

This button reloads the data from the database and refresh the data in the subscription table

Bulk Delete

This button deletes all the selected subscriptions in the table from the database.

Get Template

This button downloads a subscription template

Upload Subscriptions

This button help uploads a subscription by opening a file explorer

EI Back-end Status

This button indicates, through its color, whether a back-end instance is connected with front-end or not. The green color means back-end is connected while red means no instance is connected.

More Subscriptions related information can be found here and here