List Host Findings
POST/resource/external_finding
Returns a list of all host findings for the current resource.
Supported finding types:
| Finding Type | Key |
|---|---|
| AWS GuardDuty Host | guard_duty_host |
| AWS GuardDuty IAM | guard_duty_iam |
| AWS Inspector Security Best Practices | inspector_sbp |
| AWS Runtime Behavior Analysis | inspector_rba_count |
| CIS Compliance | compliance_cis |
| Host Vulnerability | host_vulnerability_cve |
Only the rrn parameter in the request body is used for this API. Ignore the timelineItemId field for this API.
An example request body with a specified finding type is:
\{
"findingType": [ "host_vulnerability_cve", "inspector_sbp" ],
"rrn": "rrn::instance:us-east-1:i-xxxxxxxxxx"
\}
An example request body for all finding types is:
\{
"rrn": "rrn::instance:us-east-1:i-xxxxxxxxxx"
\}
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
parameters={undefined}
>
</ParamsDetails>
<RequestSchema
{...require("./get-host-findings.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./get-host-findings.StatusCodes.json")}
>
</StatusCodes>