Daemon API - Calls
Services
StartService
Starts a specific service.
Params
Name | STRING | Name of the service to start (not concatenated with the computerName). Available names: |
Value | ANY OPTIONAL | Service specific parameters. |
Example - Starting PX_VideoIO service. Call (you send) CallResult (you can receive, if subscribed) |
StopService
Stops a specific service.
Params
Name | STRING | Name of the service to start (not concatenated with computerName). |
Example - Stopping PX_VideoIO service. Call (you send) CallResult (you can receive, if subscribed) |
Shutdown
Stops all services and exits.
No params.
RestartService
Restarts a specific service.
Params
Name | STRING | Name of the service to start (not concatenated with computerName). |
Value | ANY OPTIONAL | Service specific parameters. |
Example - Restarting PX_VideoIO service. Call (you send) CallResult (you can receive, if subscribed) |
Shows
CopyShowFileToLocal
Copies a specific show file from the server machine to this machine (client).
Params
ShowName | STRING | Name of the show to copy. |
Example Call (you send) CallResult (you can receive, if subscribed) |
CheckShowFileLocal
No params.
RescanProjects
No params.
RemoveLocalProjectPath
No params.
AddLinkedProject
No params.
ChangeLocalLinkedProject
No params.
EnableEncryption
No params.
RegenerateEncryptionKeys
No params.
AddEncryptionKeys
No params.
RemoveEncryptionKeys
No params.
TestNetworkConnection
No params.
ToggleFavorite
Either adds or removes show or level from the favorite shows or levels array (see Get FavouriteShows).
Params
Name | STRING | Name of the show/level to add/remove. |
Add | BOOLEAN |
|
Levels | BOOLEAN |
|
Example - Adding Show1 to favorites. Call (you send) |
ToggleFavoriteFilter
Toggles filter boolean for favorites shows or levels in database.
Params
Levels | BOOLEAN |
|
Example Call (you send) |
Health
Checks daemon health
No params.
SetRole
Sets role for machine
No params.
CreateControlPanel
Creates new control panel
No params.
LicenseCheckout
Checks out license
No params.
RenameControlPanel
Renames existing control panel
No params.
DuplicateControlPanel
Duplicate existing control panel
No params.
DeleteControlPanel
Delete existing control panel
No params.
RestartMachine
Restart current machine
No params.
DisconnectFromServer
Restart current machine
No params.
RefreshNetworkAdapters
Get netowrk adapters
No params.