pydo.security.list_scan_finding_affected_resources()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
To get affected resources for a scan finding, send a GET request to /v2/security/scans/{scan_id}/findings/{finding_uuid}/affected_resources.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
scan_id |
string | True | The scan UUID. | |
finding_uuid |
string | True | The finding UUID. | |
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.