infomaniak_get_nodejs_app
Retrieve full configuration details of a Node.js application: Node version, port, commands, IPs, SSL, and disk usage.
Instructions
Get full configuration of a Node.js application: Node version, listen port, start_command, build_command, public IPs (v4 + v6), SSL status, primary FQDN, preview URL, directory on disk, and disk usage. Manager-private — requires SASESSION + CSRF cookies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosting_id | Yes | Node.js hosting id. | |
| vhost_route_id | Yes | The vhost_route_id of the app — get it from `infomaniak_list_nodejs_apps`. Also called `feature_id` in some responses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| unique_id | No | ||
| service_id | No | ||
| customer_name | No | ||
| tags | No | ||
| feature_id | Yes | ||
| has_maintenance | No | ||
| main_fqdn | Yes | ||
| is_main_preview | No | ||
| preview_url | No | ||
| directory | Yes | ||
| is_protected | No | ||
| ssl_status | No | ||
| ips | No | ||
| storage | No | ||
| environment | No | ||
| state | Yes | ||
| created_at | No |