get_asset_control_hierarchy
Retrieve the complete control hierarchy for an asset, including nested plan controls with IDs and names, preserving the full structure.
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 | |||