Scans
List Scans
Create Scan
Get Scan
ModelsExpand Collapse
ScanListResponse { id, scan_type, status, 2 more }
report?: Report | nullVulnerability 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: Report { summary, tests } Version 1 of the BOLA vulnerability scan report.
Version 1 of the BOLA vulnerability scan report.
tests: Array<Test>List of tests that were run.
List of tests that were run.
steps: Array<Step>Steps that were executed.
Steps that were executed.
assertions: Array<Assertion>Assertions that were made against the received response.
Assertions that were made against the received response.
request?: Request | nullHTTP request that was made, if any.
HTTP request that was made, if any.
response?: Response | nullHTTP response that was received, if any.
HTTP response that was received, if any.
body: Kind { kind } | UnionMember1 { contents, kind, truncated } | UnionMember2 { contents, kind, truncated } | UnionMember3 { contents, kind, truncated } HTTP response body.
HTTP response body.
ScanCreateResponse { id, scan_type, status, 2 more }
report?: Report | nullVulnerability 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: Report { summary, tests } Version 1 of the BOLA vulnerability scan report.
Version 1 of the BOLA vulnerability scan report.
tests: Array<Test>List of tests that were run.
List of tests that were run.
steps: Array<Step>Steps that were executed.
Steps that were executed.
assertions: Array<Assertion>Assertions that were made against the received response.
Assertions that were made against the received response.
request?: Request | nullHTTP request that was made, if any.
HTTP request that was made, if any.
response?: Response | nullHTTP response that was received, if any.
HTTP response that was received, if any.
body: Kind { kind } | UnionMember1 { contents, kind, truncated } | UnionMember2 { contents, kind, truncated } | UnionMember3 { contents, kind, truncated } HTTP response body.
HTTP response body.
ScanGetResponse { id, scan_type, status, 2 more }
report?: Report | nullVulnerability 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: Report { summary, tests } Version 1 of the BOLA vulnerability scan report.
Version 1 of the BOLA vulnerability scan report.
tests: Array<Test>List of tests that were run.
List of tests that were run.
steps: Array<Step>Steps that were executed.
Steps that were executed.
assertions: Array<Assertion>Assertions that were made against the received response.
Assertions that were made against the received response.
request?: Request | nullHTTP request that was made, if any.
HTTP request that was made, if any.
response?: Response | nullHTTP response that was received, if any.
HTTP response that was received, if any.
body: Kind { kind } | UnionMember1 { contents, kind, truncated } | UnionMember2 { contents, kind, truncated } | UnionMember3 { contents, kind, truncated } HTTP response body.
HTTP response body.