cluster_last_apply_result
Check the outcome of the last vLCM remediation on a cluster, including status and finish time. After patching, verify whether the apply succeeded or failed without waiting for current compliance checks.
Instructions
[READ] Result of the last vLCM remediation (apply) on one cluster (REST).
When to use: after a patch/remediation, to confirm the last apply succeeded and when it finished. Use cluster_patch_compliance for current drift; use this for the outcome of the most recent apply.
What it returns: {available, cluster, status, end_time, note, fields}, read
defensively. A cluster never remediated may return a "not found" teaching error;
a 503 yields available: False (mid-patch, retry).
Gotchas: cluster is the cluster MoID (e.g. domain-c123) — see list_all_clusters.
Read-only. Endpoint and field parse verified against a live VCF 9.1 vCenter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | vCenter target from config (default if omitted). | |
| cluster | Yes | Cluster MoID (e.g. domain-c123). |