Class ImportLogFilesDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated
- Direct Known Subclasses:
ImportLogFiles
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionImportModSecurityLogFromFile(String apikey, String filepath) Deprecated.ImportZAPHttpRequestResponsePair(String apikey, String httprequest, String httpresponse) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ImportZAPLogFromFile(String apikey, String filepath) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.byte[]OtherPostModSecurityAuditEvent(String apikey, String auditeventstring) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.PostModSecurityAuditEvent(String apikey, String auditeventstring) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.
-
Constructor Details
-
ImportLogFilesDeprecated
-
-
Method Details
-
ImportZAPLogFromFile
@Deprecated public ApiResponse ImportZAPLogFromFile(String apikey, String filepath) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ImportModSecurityLogFromFile
@Deprecated public ApiResponse ImportModSecurityLogFromFile(String apikey, String filepath) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ImportZAPHttpRequestResponsePair
@Deprecated public ApiResponse ImportZAPHttpRequestResponsePair(String apikey, String httprequest, String httpresponse) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
PostModSecurityAuditEvent
@Deprecated public ApiResponse PostModSecurityAuditEvent(String apikey, String auditeventstring) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
OtherPostModSecurityAuditEvent
@Deprecated public byte[] OtherPostModSecurityAuditEvent(String apikey, String auditeventstring) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ClientApiconstructors that allow to set the API key (e.g.