axcient-devices

Solid

Axcient x360Recover protected devices (servers and workstations): SERVER/WORKSTATION typing, the current/previous health-status model, local vs vault vs cloud usage and recovery-point timestamps, AutoVerify screenshot verification, and restore points.

DevOps & Infrastructure 45 stars 24 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
55
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Axcient Devices ## Overview A device is one protected server or workstation — either backed up through a local appliance or replicating directly to the cloud (D2C). Devices carry their own health status, usage figures across up to three storage tiers (local appliance, private vault, Axcient cloud), and the list of backup jobs running against them. ## Anti-triggers - **The appliance itself (hardware/capacity)** — use the `appliances` skill; a device is what's *protected*, an appliance is what's *doing the protecting*. - **A specific backup run's pass/fail history** — device-level `latest_*_rp` fields are point-in-time snapshots, not history. Use the `jobs` skill's `axcient_get_job_history` for that. ## Tools | Tool | Description | Arguments | |------|-------------|-----------| | `axcient_list_devices` | Every device across the organization | `limit?`, `offset?` | | `axcient_list_devices_by_client` | Devices for one client | `client_id`, `service_id?`, `d2c_only?` | | `axcient_get_device` | Full detail for one device | `device_id` | | `axcient_get_device_autoverify` | Latest AutoVerify (screenshot boot-test) results | `device_id` | | `axcient_get_device_restore_points` | Available restore points | `device_id` | `axcient_list_devices` is the only device tool with pagination (`limit`/`offset`, in pages of ~100). `axcient_list_devices_by_client` returns a client's full device set in one call — no pagination arguments. ### Device Type & Product | Field | Values |...

Details

Author
wyre-technology
Repository
wyre-technology/msp-claude-plugins
Created
7 months ago
Last Updated
1 weeks ago
Language
Astro
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category