diff options
Diffstat (limited to 'schemas/system.response.example.json')
-rw-r--r-- | schemas/system.response.example.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/system.response.example.json b/schemas/system.response.example.json new file mode 100644 index 0000000..9fd688a --- /dev/null +++ b/schemas/system.response.example.json @@ -0,0 +1,8 @@ +{ + "type": "SYSTEM", + "time": 1426751215, + "system_data": { + "cpu": 0.010067113675177097, + "memory": 0.414577841758728 + } +} |