Scans
List Scans
Create Scan
Get Scan
ModelsExpand Collapse
class ScanListResponse: …
report: Optional[Report]Vulnerability report produced after the scan completes. The shape depends on the scan type. Present only for finished scans.
Vulnerability report produced after the scan completes. The shape depends on the scan type. Present only for finished scans.
report: ReportReportVersion 1 of the BOLA vulnerability scan report.
Version 1 of the BOLA vulnerability scan report.
tests: List[ReportReportTest]List of tests that were run.
List of tests that were run.
steps: List[ReportReportTestStep]Steps that were executed.
Steps that were executed.
assertions: List[ReportReportTestStepAssertion]Assertions that were made against the received response.
Assertions that were made against the received response.
errors: Optional[List[ReportReportTestStepError]]Errors the step encountered that may explain absent or incomplete fields.
Errors the step encountered that may explain absent or incomplete fields.
request: Optional[ReportReportTestStepRequest]HTTP request that was made, if any.
HTTP request that was made, if any.
response: Optional[ReportReportTestStepResponse]HTTP response that was received, if any.
HTTP response that was received, if any.
body: ReportReportTestStepResponseBodyHTTP response body.
HTTP response body.
class ScanCreateResponse: …
report: Optional[Report]Vulnerability report produced after the scan completes. The shape depends on the scan type. Present only for finished scans.
Vulnerability report produced after the scan completes. The shape depends on the scan type. Present only for finished scans.
report: ReportReportVersion 1 of the BOLA vulnerability scan report.
Version 1 of the BOLA vulnerability scan report.
tests: List[ReportReportTest]List of tests that were run.
List of tests that were run.
steps: List[ReportReportTestStep]Steps that were executed.
Steps that were executed.
assertions: List[ReportReportTestStepAssertion]Assertions that were made against the received response.
Assertions that were made against the received response.
errors: Optional[List[ReportReportTestStepError]]Errors the step encountered that may explain absent or incomplete fields.
Errors the step encountered that may explain absent or incomplete fields.
request: Optional[ReportReportTestStepRequest]HTTP request that was made, if any.
HTTP request that was made, if any.
response: Optional[ReportReportTestStepResponse]HTTP response that was received, if any.
HTTP response that was received, if any.
body: ReportReportTestStepResponseBodyHTTP response body.
HTTP response body.
class ScanGetResponse: …
report: Optional[Report]Vulnerability report produced after the scan completes. The shape depends on the scan type. Present only for finished scans.
Vulnerability report produced after the scan completes. The shape depends on the scan type. Present only for finished scans.
report: ReportReportVersion 1 of the BOLA vulnerability scan report.
Version 1 of the BOLA vulnerability scan report.
tests: List[ReportReportTest]List of tests that were run.
List of tests that were run.
steps: List[ReportReportTestStep]Steps that were executed.
Steps that were executed.
assertions: List[ReportReportTestStepAssertion]Assertions that were made against the received response.
Assertions that were made against the received response.
errors: Optional[List[ReportReportTestStepError]]Errors the step encountered that may explain absent or incomplete fields.
Errors the step encountered that may explain absent or incomplete fields.
request: Optional[ReportReportTestStepRequest]HTTP request that was made, if any.
HTTP request that was made, if any.
response: Optional[ReportReportTestStepResponse]HTTP response that was received, if any.
HTTP response that was received, if any.
body: ReportReportTestStepResponseBodyHTTP response body.
HTTP response body.