get_asset_control_hierarchy
Retrieve complete control hierarchies for assets to visualize nested compliance structures. Returns control IDs and names mapping parent-child relationships for governance and audit analysis.
Instructions
Retrieve the complete control hierarchy for an asset with nested plan controls. Returns only id and name for each control while preserving the full hierarchical structure.
Args: - assetId (str): Asset id.
Returns: - success (bool): Indicates if the operation completed successfully. - planControls (List[dict]): Nested hierarchy of controls with only id and name. Each control contains: - id (str): Control id. - name (str): Name of the control. - planControls (List[dict]): Nested child controls ( - error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||