1oddjob_request(1) General Commands Manual oddjob_request(1)
2
3
4
6 oddjob_request - send requests to oddjobd from the command line
7
8
10 oddjob_request [-t timeout] [-s service] [-o object] [-i interface]
11 [-S] [ [request [arg1 ...]] | -I ]
12
13
15 The oddjob_request application is a simple oddjob client application
16 which can be used to invoke a particular method provided by the oddjobd
17 server.
18
19 If no request is given as a command-line argument, oddjob_request will
20 attempt to invoke the list method, which should list all methods for
21 which the invoking user is authorized.
22
23
25 -S Connect to the session bus instead of the system bus. This
26 option is primarily intended for use in testing. com.red‐
27 hat.oddjob.
28
29 -s service
30 The object is provided by the named service instead of com.red‐
31 hat.oddjob.
32
33 -o object
34 Invoke a method on the named object instead of /com/redhat/odd‐
35 job.
36
37 -i interface
38 The method is part of the named interface instead of com.red‐
39 hat.oddjob.
40
41 -I Default to the method and interface names used for D-Bus intro‐
42 spection (Introspect and org.freedesktop.DBus.Introspectable,
43
44 -t timeout
45 Wait at most timeout seconds for a response. The default is set
46 by the D-Bus implementation, but is typically 25 seconds.
47
49 oddjob.conf(5) oddjobd.conf(5) oddjobd(8)
50
51
52
53oddjob Manual 8 April 2014 oddjob_request(1)