Package org.zaproxy.clientapi.gen
Class ClientSpider
java.lang.Object
org.zaproxy.clientapi.gen.ClientSpider
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscan(String browser, String url, String contextname, String username, String subtreeonly, String maxcrawldepth, String pageloadtime, String numberofbrowsers, String scopecheck) Starts a client spider scan.Gets the status of a client spider scan.Stops a client spider scan.
-
Constructor Details
-
ClientSpider
-
-
Method Details
-
status
Gets the status of a client spider scan.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
scan
public ApiResponse scan(String browser, String url, String contextname, String username, String subtreeonly, String maxcrawldepth, String pageloadtime, String numberofbrowsers, String scopecheck) throws ClientApiException Starts a client spider scan.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
stop
Stops a client spider scan.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-