aboutsummaryrefslogtreecommitdiff
path: root/API.rst
blob: 770027a74fb4540a3ea9ef92d2bb21ed81349fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
API documentation for Session Service
=====================================

General information
-------------------

Bus name: ``org.ArcticaProject.RWA``

Object name: ``/RWA``

Methods
-------

start
^^^^^
Start a new remote session and register it in RWA

**Arguments:** none

**Return type:** string (JSON)

**Structure of returned JSON:**

::

    {"id": <pid>, "url": "<url>", "pin": <pin>}


stop
^^^^
Stop a remote session

**Arguments:** pid/id (integer)

**Return type:** none