summaryrefslogtreecommitdiff
path: root/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
blob: b01b9d70dc7042bbbbe05ca8b6ae764b0f407639 (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
    "@Redfish.Copyright": "Copyright 2018 Intel. All rights reserved.",
    "@odata.type": "#MessageRegistry.v1_0_0.MessageRegistry",
    "Id": "OpenBMC.0.1.0",
    "Name": "OpenBMC Message Registry",
    "Language": "en",
    "Description": "This registry defines the base messages for OpenBMC",
    "RegistryPrefix": "OpenBMC",
    "RegistryVersion": "0.1.0",
    "OwningEntity": "OpenBMC",
    "Messages": {
        "SensorThresholdCriticalLowGoingLow": {
            "Description": "Indicates that a threshold sensor has crossed a critical low threshold going low.",
            "Message": "%1 sensor crossed a critical low threshold going low. Reading=%2 Threshold=%3.",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "Check the sensor or subsystem for errors."
        },
        "SensorThresholdWarningLowGoingLow": {
            "Description": "Indicates that a threshold sensor has crossed a warning low threshold going low.",
            "Message": "%1 sensor crossed a warning low threshold going low. Reading=%2 Threshold=%3.",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "Check the sensor or subsystem for errors."
        },
        "SensorThresholdWarningHighGoingHigh": {
            "Description": "Indicates that a threshold sensor has crossed a warning high threshold going high.",
            "Message": "%1 sensor crossed a warning high threshold going high. Reading=%2 Threshold=%3.",
            "Severity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "Check the sensor or subsystem for errors."
        },
        "SensorThresholdCriticalHighGoingHigh": {
            "Description": "Indicates that a threshold sensor has crossed a critical high threshold going high.",
            "Message": "%1 sensor crossed a critical high threshold going high. Reading=%2 Threshold=%3.",
            "Severity": "Critical",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "Check the sensor or subsystem for errors."
        },
        "SensorThresholdCriticalLowGoingHigh": {
            "Description": "Indicates that a threshold sensor has crossed a critical low threshold going high.",
            "Message": "%1 sensor crossed a critical low threshold going high. Reading=%2 Threshold=%3.",
            "Severity": "OK",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "None."
        },
        "SensorThresholdWarningLowGoingHigh": {
            "Description": "Indicates that a threshold sensor has crossed a warning low threshold going high.",
            "Message": "%1 sensor crossed a warning low threshold going high. Reading=%2 Threshold=%3.",
            "Severity": "OK",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "None."
        },
        "SensorThresholdWarningHighGoingLow": {
            "Description": "Indicates that a threshold sensor has crossed a warning high threshold going low.",
            "Message": "%1 sensor crossed a warning high threshold going low. Reading=%2 Threshold=%3.",
            "Severity": "OK",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "None."
        },
        "SensorThresholdCriticalHighGoingLow": {
            "Description": "Indicates that a threshold sensor has crossed a critical high threshold going low.",
            "Message": "%1 sensor crossed a critical high threshold going low. Reading=%2 Threshold=%3.",
            "Severity": "OK",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "Resolution": "None."
        }
    }
}