session_send_message
Send notifications to VMware Horizon sessions via session ID or user to inform users of maintenance or updates. Supports severity levels: INFO, WARNING, ERROR.
Instructions
[WRITE] Send a message to Horizon session(s) — e.g. "save your work, maintenance in 10 min".
Low blast radius (informational only, no session disruption), so no confirm gate. Identify by session_ids OR user. Audited.
Args: message: The text to display to the user(s). session_ids: Session ids to message. user: Message all sessions of this AD user (substring match). message_type: INFO, WARNING, or ERROR. target: Horizon target from config.yaml; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ||
| target | No | ||
| message | Yes | ||
| session_ids | No | ||
| message_type | No | INFO |