Get desktop application:
View/edit binary Protocol Buffers messages
Used in: GetServiceDefaultsResponse
string name = 1
map<string, string> config = 2
Used as request type in: core.CoreApi.CreateService
optional Service service = 1
map<string, string> templates = 2
bool recreate = 3
Used as response type in: core.CoreApi.CreateService
Used as request type in: core.CoreApi.GetNodeService
int32 session_id = 1
int32 node_id = 2
string name = 3
Used as response type in: core.CoreApi.GetNodeService
map<string, string> config = 1
Used as request type in: core.CoreApi.GetServiceDefaults
string name = 1
int32 session_id = 2
int32 node_id = 3
Used as response type in: core.CoreApi.GetServiceDefaults
map<string, string> templates = 1
Used as request type in: core.CoreApi.GetServiceRendered
int32 session_id = 1
int32 node_id = 2
string name = 3
Used as response type in: core.CoreApi.GetServiceRendered
map<string, string> rendered = 1
Used in: core.GetConfigResponse, CreateServiceRequest
string group = 1
string name = 2
repeated string executables = 3
repeated string dependencies = 4
repeated string directories = 5
repeated string files = 6
repeated string startup = 7
repeated string validate = 8
repeated string shutdown = 9
int32 validation_timer = 11
float validation_period = 12
(message has no fields)
Used in: ServiceActionRequest
START = 0
STOP = 1
RESTART = 2
VALIDATE = 3
Used as request type in: core.CoreApi.ServiceAction
int32 session_id = 1
int32 node_id = 2
string service = 3
Used as response type in: core.CoreApi.ServiceAction
Used in: core.Node
map<string, string> templates = 1
map<string, string> config = 2
Used in: core.Session
string model = 1
repeated string services = 2
(message has no fields)
Used in: Service
BLOCKING = 0
NON_BLOCKING = 1
TIMER = 2