get_agent_info
Retrieve detailed information about an OSSEC agent by providing its agent ID, including name, IP, OS, status, and group membership.
Instructions
Get detailed information about a specific OSSEC agent.
Retrieves comprehensive details including agent name, IP, OS info, last keep-alive time, group membership, and current status.
Args: agent_id: The agent ID (e.g., '001', '002'). Use '000' for the manager.
Returns: JSON object with detailed agent information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |