forked from ipmitool/frugen
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.json
More file actions
42 lines (42 loc) · 1.1 KB
/
Copy pathexample.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"internal" : null,
"chassis" : {
"type": 10,
"pn" : "CHAS-C00L-12",
"serial": "45678",
"custom" : [
{ "data" : "Auto-typed text custom field" },
{ "type" : "binary", "data": "B14A87" }
]
},
"board" : {
/* "date" : "1/10/2016 3:00:45",*/
"mfg" : "Biggest International Corp.",
"pname" : "Some Cool Product",
"serial" : "123456",
"pn" : "BRD-PN-345",
"file" : "example1.json",
"custom" : [
{ "type" : "binary", "data" : "0123DEADBABE" },
{ "type" : "auto", "data" : "This is a text custom field" },
{ "type" : "auto", "data" : "This is test2" }
]
},
"product" : {
"lang": 1,
"mfg" : "Super OEM Company",
"pname" : "Label-engineered Super Product",
"serial" : "OEM12345",
"atag" : "Accounting Dept.",
"file" : "example2.json",
"custom" : [
{ "type" : "auto", "data" : "Product Custom 1" },
{ "type" : "auto", "data" : "PRDCSTM" },
{ "type" : "auto", "data" : "PRDCSTM2" },
{ "type" : "binary", "data" : "C001BEEF" }
]
},
"multirecord" : [
{ "type" : "management", "subtype" : "uuid", "uuid" : "9bd70799-ccf0-4915-a7f9-7ce7d64385cf" }
]
}