fetch_assets_summary
Retrieve asset summaries by assessment ID to analyze resource counts, check statuses, and integration details for compliance monitoring.
Instructions
Get assets summary for given assessment id
Args: - id (str): Assessment id
Returns: - integrationRunId (str): Asset id. - assessmentName (str): Name of the asset. - status (str): Name of the asset. - numberOfResources (str): Name of the asset. - numberOfChecks (str): Name of the asset. - dataStatus (str): Name of the asset. - createdAt (str): Name of the asset. - error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planRunID | No | ||
| assessmentName | No | ||
| status | No | ||
| numberOfResources | No | ||
| numberOfChecks | No | ||
| dataStatus | No | ||
| createdAt | No | ||
| error | No |