infomaniak_get_vps_full
Retrieve comprehensive VPS details: datacenter, IPs, CPU, RAM, bandwidth, disk usage, and hosting counts. Use after listing VPSs to inspect one server.
Instructions
Full VPS / Cloud Server detail: location (datacenter), managed/lite flags, IPv4 + IPv6, CPU/RAM/perf, bandwidth + traffic, disk usage (total/assigned/used/database), website/hosting counts, MySQL version + database type, PHP versions, firewall config, premium support contacts (email/url/emergency), migration history. Use after infomaniak_list_vps to drill into one server. Manager-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vps_id | Yes | VPS id. Discover via infomaniak_list_vps. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| account_id | Yes | ||
| service_id | No | ||
| service_name | No | ||
| customer_name | Yes | ||
| internal_name | No | ||
| location | No | ||
| managed | No | ||
| lite | No | ||
| cloud | No | ||
| cloud_version | No | ||
| cpu | No | ||
| ram | No | ||
| perf | No | ||
| ip_v4 | No | ||
| ip_v6 | No | ||
| bandwidth | No | ||
| trafic | No | ||
| has_default_blocked_rdp | No | ||
| pack | No | ||
| is_renewable | No | ||
| mysql | No | ||
| mysql_version | No | ||
| database_type | No | ||
| database_upgrade | No | ||
| php_versions | No | ||
| can_migrate | No | ||
| os_version | No | ||
| can_migrate_db | No | ||
| total_website | No | ||
| used_website | No | ||
| total_dedicated_ip | No | ||
| used_dedicated_ip | No | ||
| total_hosting_web | No | ||
| used_hosting_web | No | ||
| total_disk_space | No | ||
| total_disk_space_assigned | No | ||
| total_disk_space_used | No | ||
| total_disk_database_used | No | ||
| firewall | No | ||
| premium_support | No | ||
| premium_support_mail | No | ||
| premium_support_emergency | No | ||
| premium_support_url | No | ||
| expired_at | No | ||
| bill_periodicity | No | ||
| bill_reference | No | ||
| migration_start | No | ||
| migration_origin_id | No | ||
| migration_end | No |