infomaniak_nodejs_app_status
Retrieve the live Running or Stopped status of a Node.js application. Requires hosting ID and vhost route ID; low-cost call safe for polling.
Instructions
Get the live status of a Node.js application — Running or Stopped. Cheap call, safe to poll. Manager-private — requires SASESSION + CSRF cookies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosting_id | Yes | ||
| vhost_route_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Live status: "Running" | "Stopped" | other |