infomaniak_get_nodejs_app
Retrieve complete configuration details for a Node.js application, including Node version, port, commands, IPs, SSL status, FQDN, and disk usage. Requires hosting and route IDs.
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 | ||
| ips | No | ||
| tags | No | ||
| state | Yes | ||
| storage | No | ||
| directory | Yes | ||
| main_fqdn | Yes | ||
| unique_id | No | ||
| created_at | No | ||
| feature_id | Yes | ||
| service_id | No | ||
| ssl_status | No | ||
| environment | No | ||
| preview_url | No | ||
| is_protected | No | ||
| customer_name | No | ||
| has_maintenance | No | ||
| is_main_preview | No |