blob: 2c610f97902d96c8c3bfd24906901c51a45c15f5 [file] [log] [blame]
Scott Baker14c8f182019-05-22 18:05:29 -07001[
2 {
3 "method": "GetVersion",
4 "input": ".*",
5 "output": {
6 "version": "3.2.6",
7 "pythonVersion": "2.7.16 (default, May 6 2019, 19:35:26)",
8 "gitCommit": "b0df1bf6ed1698285eda6a6725c5da0c80aa4aee",
9 "buildTime": "2019-05-20T17:04:14Z",
10 "os": "linux",
11 "arch": "x86_64"
12 }
13 },
14 {
15 "method": "GetSlice",
16 "input": ".*",
17 "output": {
18 "id": 1,
19 "name": "mockslice1",
20 "site_id": 1
21 }
22 },
23 {
24 "method": "ListSlice",
25 "input": ".*",
26 "output": {
27 "items": [{
28 "id": 1,
29 "name": "mockslice1",
30 "site_id": 1
31 }]
32 }
33 }
34]