get_inventory_item
Retrieve detailed information about a specific managed asset in SentinelOne using its unique identifier. Get asset details, metadata, agent info, tags, and notes.
Instructions
Get detailed information about a specific managed asset in SentinelOne by ID.
Use this tool to retrieve information about SentinelOne managed assets such as computers, servers, workstations, cloud resources, and network devices.
Args: item_id: The unique identifier of the inventory item.
Returns: Detailed inventory item information in JSON format containing asset details, metadata, cloud information, agent details, tags, and associated notes.
Raises: ValueError: If item_id is invalid or empty. InventoryAuthenticationError: If authentication fails. InventoryNetworkError: If network operation fails. InventoryAPIError: If the API returns an error. InventoryClientError: For other client-level errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |