public class ImportLogFiles extends ImportLogFilesDeprecated
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 auditeventstring)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
PostModSecurityAuditEvent(java.lang.String auditeventstring)
This component is optional and therefore the API will only work if it is installed
|
ImportModSecurityLogFromFile, ImportZAPHttpRequestResponsePair, ImportZAPLogFromFile, OtherPostModSecurityAuditEvent, PostModSecurityAuditEvent
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 auditeventstring) throws ClientApiException
ClientApiException
public byte[] OtherPostModSecurityAuditEvent(java.lang.String auditeventstring) throws ClientApiException
ClientApiException