-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
55 lines (55 loc) · 1.27 KB
/
input.json
File metadata and controls
55 lines (55 loc) · 1.27 KB
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
46
47
48
49
50
51
52
53
54
55
{
"credentials": {
"auth_url": "http://10.0.2.15:5000/v3",
"username": "admin",
"password": "devstack",
"tenant_name": "admin",
"user_domain_id": "default",
"project_domain_id": "default"
},
"filter": {
"meter": [
"vcpus",
"cpu_util",
"memory",
"disk.device.usage",
"disk.root.size",
"disk.ephemeral.size"
],
"user_id": "ce72bb8c3a8c454c8b8e383956b5df9b",
"tenant_id": "fee9234dffd144729b7e8d5676bf94e2",
"timestamp_low_limit": "2016-08-31T00:00:00",
"timestamp_high_limit": "2016-09-07T00:00:00"
},
"comment": {
"about": [
"This is comment inside json & will not be parsed by the code.",
"It lists different meters that can be used with code"
],
"availableMeters": [
"cpu",
"cpu_util",
"memory",
"vcpus",
"disk.capacity",
"disk.device.allocation",
"disk.device.write.bytes",
"disk.device.write.requests",
"disk.ephemeral.size",
"disk.read.bytes",
"disk.read.requests",
"disk.write.bytes",
"disk.write.requests",
"disk.root.size",
"disk.usage",
"image",
"image.download",
"image.serve",
"image.size",
"network.incoming.bytes",
"network.incoming.packets",
"network.outgoing.bytes",
"network.outgoing.packets"
]
}
}