public class ImportLogFiles
extends java.lang.Object
Constructor and Description |
---|
ImportLogFiles(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
ImportModSecurityLogFromFile(java.lang.String filepath)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
ImportZAPHttpRequestResponsePair(java.lang.String httprequest,
java.lang.String httpresponse)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
ImportZAPLogFromFile(java.lang.String filepath)
This component is optional and therefore the API will only work if it is installed
|
byte[] |
OtherPostModSecurityAuditEvent(java.lang.String apikey,
java.lang.String auditeventstring)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
PostModSecurityAuditEvent(java.lang.String apikey,
java.lang.String auditeventstring)
This component is optional and therefore the API will only work if it is installed
|
public ImportLogFiles(ClientApi api)
public ApiResponse ImportZAPLogFromFile(java.lang.String filepath) throws ClientApiException
ClientApiException
public ApiResponse ImportModSecurityLogFromFile(java.lang.String filepath) throws ClientApiException
ClientApiException
public ApiResponse ImportZAPHttpRequestResponsePair(java.lang.String httprequest, java.lang.String httpresponse) throws ClientApiException
ClientApiException
public ApiResponse PostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring) throws ClientApiException
ClientApiException
public byte[] OtherPostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring) throws ClientApiException
ClientApiException