fetch_resources_by_check_name_summary
Retrieve compliance summaries for check resources by check name, asset run ID, and resource type. Returns total, compliant, and non-compliant counts to assess compliance status efficiently without retrieving full resource lists.
Instructions
Use this to get the summary on check resources Use this when total items in 'fetch_resources_for_check' is high Get check resources summary for given asset run id, resource type and check Paginated data is enough for summary Get a summarized view of check resources based on - Compliance breakdown for resources - Total Resources available - Total compliant resources - Total non-compliant resources
Args: - id (str): Asset run id - resourceType (str): Resource type
Returns: - complianceSummary (dict): Summary of compliance status across checks. - error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| resourceType | Yes | ||
| check | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| complianceSummary | No | ||
| error | No |