Get Device Full Profile
get_device_full_profileRetrieve a comprehensive device profile including device details, inventory summary, packages, and policy assignments in a single API call.
Instructions
Complete device profile combining device detail, inventory summary, packages, and policy assignments in a single call. Inventory is summarized with key values per category. Packages capped at max_packages (default 25). pending_commands entries carry command_type and scheduled_time (the queued exec_time). Use get_device_inventory or list_device_packages for full data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| detail_limit | No | ||
| max_packages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| metadata | No | Pagination, errors, per-section summaries, token-budget warnings, and correlation metadata. Shape varies per call. |