Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkjang/node-red-contrib-jeus
https://github.com/hkjang/node-red-contrib-jeus
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hkjang/node-red-contrib-jeus
- Owner: hkjang
- License: other
- Created: 2021-03-18T22:27:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T13:18:45.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T06:51:43.490Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-red-contrib-jeus
================Node-RED node for jeus
## Install
To install the stable version use the `Menu - Manage palette - Install`
option and search for node-red-contrib-jeus, or run the following
command in your Node-RED user directory, typically `~/.node-red`npm install node-red-contrib-jeus
## Wrapper nodejs jeus lib
- https://www.npmjs.com/package/jeus## Example
```javascript
var msg = {};
msg.api = 'command'
msg.url = 'http://localhost:9736/jsonCommand/command.json';
msg.auth = {
username : USERNAME,
password : PASSWORD
}
msg.params = {
"jeusadmin": {
"command": "server-info",
"options":[
"-server server1",
"-state"
],
"argument": null
}
};return msg;
```
## Details
- https://technet.tmaxsoft.com/upload/download/online/jeus/pver-20170202-000001/reference-book/ch04.html#jeusadmin-json-support