All URIs are relative to https://localhost:5000/v1/api
Method | HTTP request | Description |
---|---|---|
iserver_scanner_params_get | get /iserver/scanner/params | Scanner Parameters |
iserver_scanner_run_post | post /iserver/scanner/run | run scanner to get a list of contracts |
crate::models::InlineResponse20023 iserver_scanner_params_get() Scanner Parameters
Returns an object contains four lists contain all parameters for scanners
This endpoint does not need any parameter.
crate::models::InlineResponse20023
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Veccrate::models::InlineResponse20024 iserver_scanner_run_post(body) run scanner to get a list of contracts
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | ScannerParams | scanner-params request | [required] |
Veccrate::models::InlineResponse20024
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]