-
darc.submit.PATH_API= '{PATH_DB}/api/'¶ Path to the API submittsion records, i.e.
apifolder under the root of data storage.See also
-
darc.submit.API_RETRY: int¶ Retry times for API submission when failure.
- Default
3- Environ
-
darc.submit.API_NEW_HOST: str¶ API URL for
submit_new_host().- Default
None- Environ
-
darc.submit.API_REQUESTS: str¶ API URL for
submit_requests().- Default
None- Environ
-
darc.submit.API_SELENIUM: str¶ API URL for
submit_selenium().- Default
None- Environ
Note
If API_NEW_HOST, API_REQUESTS
and API_SELENIUM is None, the corresponding
submit function will save the JSON data in the path
specified by PATH_API.