-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_event.json
More file actions
45 lines (45 loc) · 916 Bytes
/
test_event.json
File metadata and controls
45 lines (45 loc) · 916 Bytes
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
36
37
38
39
40
41
42
43
44
45
{
"event": {
"id": 1,
"time": "2017-12-16T15:29:21+01:00",
"action": "user discovery",
"preceding": true
},
"user": {
"id": 1,
"name": "John Doe",
"email": "johndoe@example.com",
"role": [{
"id": 1,
"name": "Administrator",
"description": "Administrator of community EUDAT",
"communityid": "1234",
"communityname": "EUDAT"
}]
},
"resource": {
"uri": "/api/user",
"method": "GET"
},
"environment": {
"timeouts": {
"dataStaging": 1000,
"volumeInspection": 1000,
"fileDownload": 1000,
"preparation": 100,
"jobExecution": 7200,
"checkInterval": 10
},
"limits": {
"CPUShares": 1024,
"CPUPeriod": 100000,
"CPUQuota": 50000,
"memory": 400024000,
"memorySwap": 450024000
}
},
"statistics": {
"userRunningJobs": 0,
"totalRunningJobs": 0
}
}