asset_operations
Check out, check in, audit, and restore assets in Snipe-IT. Manage asset lifecycle state changes with detailed operation data.
Instructions
Perform state operations on assets (checkout, checkin, audit, restore).
Operations:
checkout: Check out an asset to a user, location, or another asset
checkin: Check in an asset back to inventory
audit: Mark an asset as audited
restore: Restore a soft-deleted asset
Returns: dict: Result of the operation including success status and data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform on the asset | |
| asset_id | Yes | Asset ID | |
| audit_data | No | Audit details (optional for audit action) | |
| checkin_data | No | Checkin details (optional for checkin action) | |
| checkout_data | No | Checkout details (required for checkout action) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||