axcient-vaults

Solid

Axcient x360Recover vaults: Private vs Cloud vault types, storage capacity, and the connectivity-loss alert threshold — including axcient_set_vault_threshold, the one tool in this plugin that changes alerting configuration rather than just reading it.

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 Vaults ## Overview A vault is a replication target — either a **Private** vault (customer- or partner-owned on-prem storage) or a **Cloud** vault (Axcient-hosted). Devices replicate to one or more vaults; a vault's `storage_details` reports how much of its capacity is in use. ## Tools | Tool | Description | Arguments | |------|-------------|-----------| | `axcient_list_vaults` | Every vault visible to this credential | `vault_type?` (`Private`\|`Cloud`), `active?`, `with_url?`, `limit?`, `include_devices?` | | `axcient_get_vault` | One vault's detail | `vault_id` | | `axcient_get_vault_threshold` | Current connectivity-loss threshold | `vault_id` | | `axcient_set_vault_threshold` | **Changes** the connectivity-loss threshold | `vault_id`, `threshold` (minutes) | ### Vault Type & Capacity ```json { "storage_details": { "used_size": 40900613898, "drive_size": 58581416960 } } ``` `drive_size` is only meaningful for **Private** vaults — it's the storage allotted on customer-owned hardware. Cloud vaults are elastic; a `drive_size` on a Cloud vault does not represent a hard ceiling the way it does on a Private vault. ### Connectivity Threshold ``` axcient_get_vault_threshold ``` Returns `connectivity_threshold` — the number of minutes a vault can be unreachable before Axcient raises a WARNED status on it. This is vault-level, distinct from a job's own `vault_rp_threshold` (see the `jobs` skill), which governs recovery-point age rather than reachability. ### C...

Details

Author
WYRE-AI
Repository
WYRE-AI/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