The Notify Controller provides access to notification services.
See the Channel Controller for configuring the channels for distributing notifications (Push, SMS, etc).
Topic | Description |
---|---|
CreateScan | Creates a new persistent Scan. |
DeleteScan | Deletes a persistent Scan. |
ExecuteScan | Executes a one-off Scan and returns the current matches, given the scanner parameters. |
QueryMatches | Requests the current matches for a specific persistent Scan. |
QueryScan | Requests the current details of a specific persistent Scan. |
QueryScans | Requests the current persistent Scans for the authenticated user. |
UpdateScan | Updates a persistent Scan. |
See Common for actions that are common to all controllers.
Topic | Description |
---|---|
Matches | Announces the matches for a specific persistent Scan. |
Scans | Announces the state of the persistent Scans for the authenticated user. |