validate_configuration
Verify that a host's live state matches the expected configuration after apply, ensuring changes were correctly deployed.
Instructions
Verify that actual host configuration matches expected configuration after apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_id | No | Host identifier (optional, auto-detected from adapter if omitted) | |
| workspace | No | Workspace directory path (defaults to current working directory) | |
| preview_id | No | Preview ID to extract expected configuration from if omitted | |
| expected_config | No | Expected configuration object to validate against actual host state |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | Whether configuration is valid | |
| details | No | Validation details | |
| message | Yes | Validation outcome message | |
| workspace | Yes | Workspace path validated |