Raritan PX2/PX3 JSON-RPC API
pdu-json-rpc-api
idl
System.idl
1
/* SPDX-License-Identifier: BSD-3-Clause */
2
/*
3
* Copyright 2011 Raritan Inc. All rights reserved.
4
*/
5
6
/**
7
* Low-Level system access methods
8
*/
9
module
sys
{
10
11
/** System access methods */
12
interface
System
{
13
14
/**
15
* Check whether a daemon process is running.
16
*
17
* @param name Daemon name
18
*
19
* @return \c true if the daemon process is running
20
*/
21
boolean
isDaemonRunning(in
string
name);
22
23
/**
24
* Restart a daemon process.
25
*
26
* @param name Daemon name
27
*/
28
void
restartDaemon(in
string
name);
29
30
};
31
32
}
sys::System
System access methods.
Definition:
System.idl:12
sys
Low-Level system access methods.
Definition:
System.idl:9
Generated on Fri Aug 21 2020 10:20:37 for Raritan PX2/PX3 JSON-RPC API by
1.8.14