diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index e864a83a..bd42f9cc 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -45,6 +45,14 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void RequestScan(string type) + + Request to trigger a scan for the specified + technology. The empty string "" triggers scanning + on all technologies. + + Possible Errors: [service].Error.InvalidArguments + void RegisterAgent(object path) Register new agent for handling user requests. |