n8n-nodes-run-dat-sheesh
v0.1.8
Published
n8n community nodes for run-dat-sheesh manager API
Maintainers
Readme
n8n-nodes-run-dat-sheesh
n8n community nodes for the run-dat-sheesh Manager API.
Included
- Credential:
Run Dat sheesh API(Base URL + API Key headerx-api-key) - Node:
Run Dat sheesh(markedusableAsTool: true)
Supported Manager endpoints
GET /v1/imagesGET /v1/vmsGET /v1/vms/:idPOST /v1/vmsPOST /v1/vms/:id/startPOST /v1/vms/:id/stopDELETE /v1/vms/:idPOST /v1/vms/:id/execPOST /v1/vms/:id/run-tsPOST /v1/vms/:id/files/upload?dest=...(tar.gz binary)GET /v1/vms/:id/files/download?path=...(tar.gz binary)GET /v1/snapshotsPOST /v1/vms/:id/snapshots
Build
cd n8n-nodes-run-dat-sheesh
npm install
npm run build