PipedreamHQ / PipedreamHQ/pipedream
[Components] swarmnode
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# swarmnode
## URLs
- https://docs.swarmnode.ai/docs/api/v1/introduction
## Webhook Sources
### new-node-registered-instant
#### Description
Emit new event when a new node is registered to the SwarmNode network. Users can optionally filter by node type or region.
### new-alert-instant
#### Description
Emit new event when an alert is generated for a node or system (e.g., failure, threshold breach, offline event). Users must specify an alert type or severity level.
### new-job-assigned-instant
#### Description
Emit new event when a new job or task is assigned to any node. Users can optionally filter by job type or node group.
## Actions
### register-node
#### Description
Register a new node to the SwarmNode network. Requires node ID, hostname, and configuration parameters.
### assign-job
#### Description
Assign a new job or task to a specific node. Requires job type, node ID, and job parameters.
### send-command
#### Description
Send a command to a specific node for remote execution. Requires node ID and command payload. Optionally include execution timeout or priority.
Contributor guide
Assessment
This issue has not been assessed yet.