get_adom
Retrieve detailed configuration and state of a specific ADOM, with optional inclusion of sub-objects.
Instructions
Get detailed information about a specific ADOM.
Args: name: ADOM name (e.g., "root", "customer-a") include_details: Include sub-objects (default: False)
Returns: dict: ADOM details with keys: - status: "success" or "error" - adom: ADOM object with full configuration - message: Error message if failed
Example: >>> result = await get_adom("root") >>> print(f"State: {result['adom']['state']}")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| include_details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||