summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json b/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
index 3e130580b7..572061d502 100644
--- a/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
+++ b/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
@@ -109,13 +109,15 @@
"Description": "Indicates that the system DC power is off.",
"Message": "Host system DC power is off",
"Severity": "OK",
- "Resolution": "None."
+ "Resolution": "None.",
+ "NumberOfArgs": 0
},
"DCPowerOn": {
"Description": "Indicates that the system DC power is on.",
"Message": "Host system DC power is on",
"Severity": "OK",
- "Resolution": "None."
+ "Resolution": "None.",
+ "NumberOfArgs": 0
}
}
-} \ No newline at end of file
+}