vmware_host_services
List all services on an ESXi host, showing details like running status, policy, and required flag.
Instructions
Lists the services of an ESXi host (equivalent of esxcli system service list).
In json: {host, count, services:[{key, label, running, policy, required}]}. Act on them with vmware_host_service_action (host.config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Name of the ESXi host | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |