@@ -56012,12 +56012,13 @@ paths:
5601256012 following fields are available for findings:\n- `external_id`: The resource
5601356013 external ID related to the finding.\n- `description`: The description and
5601456014 remediation steps for the finding.\n- `datadog_link`: The Datadog relative
56015- link for the finding.\n\n### Response\n\nThe response includes an array of
56016- finding objects, pagination metadata, and a count of items that match the
56017- query.\n\nEach finding object contains the following:\n\n- The finding ID
56018- that can be used in a `GetFinding` request to retrieve the full finding details.\n-
56019- Core attributes, including status, evaluation, high-level resource details,
56020- muted state, and rule details.\n- `evaluation_changed_at` and `resource_discovery_date`
56015+ link for the finding.\n- `ip_addresses`: The list of private IP addresses
56016+ for the resource related to the finding.\n\n### Response\n\nThe response includes
56017+ an array of finding objects, pagination metadata, and a count of items that
56018+ match the query.\n\nEach finding object contains the following:\n\n- The finding
56019+ ID that can be used in a `GetFinding` request to retrieve the full finding
56020+ details.\n- Core attributes, including status, evaluation, high-level resource
56021+ details, muted state, and rule details.\n- `evaluation_changed_at` and `resource_discovery_date`
5602156022 time stamps.\n- An array of associated tags.\n"
5602256023 operationId: ListFindings
5602356024 parameters:
@@ -56088,6 +56089,12 @@ paths:
5608856089 required: false
5608956090 schema:
5609056091 type: string
56092+ - description: Return only findings for the specified resource id.
56093+ in: query
56094+ name: filter[@resource_id]
56095+ required: false
56096+ schema:
56097+ type: string
5609156098 - description: Return findings that were found on a specified date (Unix ms)
5609256099 or date range (using comparison operators).
5609356100 example: '>=1678721573794'
0 commit comments