actions-marketplace-validations/ZeuZ Actions - Check node availability
Checks whether specific node(s) are online or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 27, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/sazid_zeuz-actions-check-node-availability@870e5aede3b25ce62fe20deafaf3df894d9014e5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| zeuz_server_host | host address of the zeuz server | yes | — |
| zeuz_api_key | api key to authenticate to zeuz | yes | — |
| zeuz_team_id | zeuz team id | yes | — |
| zeuz_project_id | zeuz project id | yes | — |
| node_id | node id to check if the node is available (you can use regex patterns such as "cicd*" to fetch any node with the name "cicd" in it as a prefix | yes | — |
| retry_timeout | retry timeout in seconds (default: 5) | yes | 5 |
| retry_interval | retry interval in seconds (default: 2) | yes | 2 |
Outputs
| name | description |
|---|---|
| node_id | node id of one of the available nodes |