You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
I just wanted to say that there is a dead link on this page which should somehow link here, but content is missing. However I think i found the related content in the github repo under this link, but i might be mistaken.
Im still evaluating the project and thanks a lot for this amazing project.
By the way, is the feature to set Applications via the REST API on any north/south plugins already implemented, and when yes how are the curl commands to set them? An example on maybe how to set a simple Application on the randomwalk or sinusoid south plugin would be highly appreciated.
I can already set it up using this curl command as explained here:
Hello there
I just wanted to say that there is a dead link on this page which should somehow link here, but content is missing. However I think i found the related content in the github repo under this link, but i might be mistaken.
Im still evaluating the project and thanks a lot for this amazing project.
By the way, is the feature to set Applications via the REST API on any north/south plugins already implemented, and when yes how are the curl commands to set them? An example on maybe how to set a simple Application on the randomwalk or sinusoid south plugin would be highly appreciated.
I can already set it up using this curl command as explained here:
curl -sX POST http://localhost:9081/foglamp/service -d '{"name": "sinusoid", "type": "south", "plugin": "sinusoid", "enabled": true}'
Kind regards
The text was updated successfully, but these errors were encountered: