axcient-clients

Solid

Axcient x360Recover clients: the health_status model, client_code, the three-way protected-system counter breakdown (appliance_based, d2c, cloud_archive), and minting direct-to-cloud agent enrollment tokens.

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 Clients ## Overview A "client" in x360Recover is the tenant/customer boundary — roughly equivalent to a PSA company. Every device, job, vault, and appliance belongs to exactly one client. Client health is a rollup Axcient computes from the devices underneath it, not a value you set. ## Tools | Tool | Description | Arguments | |------|-------------|-----------| | `axcient_list_clients` | Every client visible to this credential | `include_appliances?` | | `axcient_get_client` | One client's detail | `client_id`, `include_appliances?` | | `axcient_get_d2c_agent_token` | Mint a D2C agent enrollment token | `client_id`, `vault_id` | ### List Clients ``` axcient_list_clients ``` **Example response (one client):** ```json { "id": 26, "name": "Acme Corp", "client_code": "ACME", "active": true, "health_status": "NORMAL", "devices_counters": { "appliance_based": [ { "type": "SERVER", "count": 0 }, { "type": "WORKSTATION", "count": 4 } ], "d2c": [ { "type": "SERVER", "count": 2 }, { "type": "WORKSTATION", "count": 7 } ], "cloud_archive": [ { "type": "SERVER", "count": 2 }, { "type": "WORKSTATION", "count": 0 } ] } } ``` ### Protected-System Counters `devices_counters` breaks the client's protected systems into three independent buckets, each split by `SERVER`/`WORKSTATION`: | Bucket | Meaning | |--------|---------| | `appliance_based` | Backed up to a local Axcient appliance | | `d2c` | Direct...

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