blob: cf20e3e31a78ca76a8f3aa916e510666c106de70 [file] [log] [blame]
Deepak Kodihalli6f229232019-10-14 01:43:50 -05001{
2 "entries":[
3 {
4 "attribute_name":"pvm-fw-boot-side",
5 "possible_values":[
6 "Perm",
7 "Temp"
8 ],
9 "default_values":[
10 "Perm"
11 ]
12 },
13 {
14 "attribute_name":"pvm-os-boot-side",
15 "possible_values":[
16 "Perm",
17 "Temp"
18 ],
19 "default_values":[
20 "Perm"
21 ]
22 },
23 {
24 "attribute_name":"pvm-inband-code-update",
25 "possible_values":[
26 "Allowed",
27 "Not Allowed"
28 ],
29 "default_values":[
30 "Allowed"
31 ]
32 },
33 {
34 "attribute_name":"pvm-surveillance",
35 "possible_values":[
36 "Disabled",
37 "Enabled"
38 ],
39 "default_values":[
40 "Enabled"
41 ]
42 },
43 {
44 "attribute_name":"pvm-pcie-error-inject",
45 "possible_values":[
46 "Disabled",
47 "Enabled"
48 ],
49 "default_values":[
50 "Enabled"
51 ]
52 }
53 ]
54}