infomaniak_nodejs_app_thumbnail
Capture a screenshot of your Node.js app as a base64 JPEG to visually confirm it's running without HTTP probing. Optionally force a fresh screenshot with refresh=true.
Instructions
Get a screenshot of the running Node.js app as a base64 JPEG data URL. Useful to visually confirm the app is alive without HTTP-probing. Set refresh=true to force a fresh screenshot. Manager-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosting_id | Yes | ||
| vhost_route_id | Yes | ||
| refresh | No | Ask the manager to re-screenshot the page (slower). Default false (cached). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob | Yes | Data URL (data:image/jpeg;base64,...) ready to embed in markdown. |