infomaniak_nodejs_app_status
Retrieve the current status of a Node.js application: Running or Stopped. Lightweight and safe to poll for monitoring.
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 |