Sunshine API endpoints for managing connected clients #586
Unanswered
User-green
asked this question in
Sunshine
Replies: 1 comment
-
This will be useful for a number of reasons. Primary one - this will allow monitor switching scripts much finer control. Secondary one - if someone does something unauthorized, this API will allow to rapidly and automatically block them from assessing the system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Feature Request
Body
I propose adding following API endpoints:
GET /api/connections
Returns list of all currently connected clients as list of s.
GET /api/connections/{id}
Returns data on certain connection. Returns:
DELETE /api/connections/{id}
Requires:
Kills selected connection.
Admin password can be temporary used as apikey - untill proper apikey system created.
Beta Was this translation helpful? Give feedback.
All reactions