Package org.zaproxy.clientapi.gen
Class Exim
java.lang.Object
org.zaproxy.clientapi.gen.Exim
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the HTTP messages sent through/by ZAP, in HAR format, optionally filtered by URL and paginated with 'start' position and 'count' of messagesbyte[]
exportHarById
(String ids) Gets the HTTP messages with the given IDs, in HAR format.exportSitesTree
(String filepath) Exports the Sites Tree in the Sites Tree YAML format.Imports a HAR file.importModsec2Logs
(String filepath) Imports ModSecurity2 logs from the file with the given file system path.importUrls
(String filepath) Imports URLs (one per line) from the file with the given file system path.importZapLogs
(String filepath) Imports previously exported ZAP messages from the file with the given file system path.pruneSitesTree
(String filepath) Prunes the Sites Tree based on a file in the Sites Tree YAML format.byte[]
sendHarRequest
(String request, String followredirects) Sends the first HAR request entry, optionally following redirections.
-
Constructor Details
-
Exim
-
-
Method Details
-
importHar
Imports a HAR file.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importUrls
Imports URLs (one per line) from the file with the given file system path.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importZapLogs
Imports previously exported ZAP messages from the file with the given file system path.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importModsec2Logs
Imports ModSecurity2 logs from the file with the given file system path.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
exportSitesTree
Exports the Sites Tree in the Sites Tree YAML format.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
pruneSitesTree
Prunes the Sites Tree based on a file in the Sites Tree YAML format.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
exportHar
Gets the HTTP messages sent through/by ZAP, in HAR format, optionally filtered by URL and paginated with 'start' position and 'count' of messagesThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
exportHarById
Gets the HTTP messages with the given IDs, in HAR format.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
sendHarRequest
Sends the first HAR request entry, optionally following redirections. Returns, in HAR format, the request sent and response received and followed redirections, if any. The Mode is enforced when sending the request (and following redirections), custom manual requests are not allowed in 'Safe' mode nor in 'Protected' mode if out of scope.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-