summaryrefslogtreecommitdiff
path: root/redfish-core/include
diff options
context:
space:
mode:
authorSunitha Harish <sunharis@in.ibm.com>2021-09-23 12:29:46 +0300
committerSunitha Harish <sunithaharish04@gmail.com>2021-09-23 18:39:40 +0300
commit83f984b53eef3277d9d3da292152aec1250f5f4d (patch)
treed506a8d12b24b6a7b29172f40faef1e6d9b4ce6f /redfish-core/include
parentc0bd5e4b37f65ce29a392594d1ef240c64c99734 (diff)
downloadbmcweb-83f984b53eef3277d9d3da292152aec1250f5f4d.tar.xz
Bump up base_message_registry to version Base.1.11.0
Tested by: Code compiles Signed-off-by: Sunitha Harish <sunharis@in.ibm.com> Change-Id: I229e5662eb20889e6da5575de31dc3c27c63ecd2
Diffstat (limited to 'redfish-core/include')
-rw-r--r--redfish-core/include/registries/base_message_registry.hpp97
1 files changed, 92 insertions, 5 deletions
diff --git a/redfish-core/include/registries/base_message_registry.hpp b/redfish-core/include/registries/base_message_registry.hpp
index 87c515cff4..702cd6f3bd 100644
--- a/redfish-core/include/registries/base_message_registry.hpp
+++ b/redfish-core/include/registries/base_message_registry.hpp
@@ -11,18 +11,18 @@ namespace redfish::message_registries::base
const Header header = {
"Copyright 2014-2021 DMTF. All rights reserved.",
"#MessageRegistry.v1_4_0.MessageRegistry",
- "Base.1.10.0",
+ "Base.1.11.0",
"Base Message Registry",
"en",
"This registry defines the base messages for Redfish",
"Base",
- "1.10.0",
+ "1.11.0",
"DMTF",
};
constexpr const char* url =
- "https://redfish.dmtf.org/registries/Base.1.10.0.json";
+ "https://redfish.dmtf.org/registries/Base.1.11.0.json";
-constexpr std::array<MessageEntry, 87> registry = {
+constexpr std::array<MessageEntry, 93> registry = {
MessageEntry{
"AccessDenied",
{
@@ -176,6 +176,21 @@ constexpr std::array<MessageEntry, 87> registry = {
"operation failed.",
}},
MessageEntry{
+ "ActionParameterValueError",
+ {
+ "Indicates that a parameter was given an invalid value.",
+ "The value for the parameter %1 in the action %2 is invalid.",
+ "Warning",
+ "Warning",
+ 2,
+ {
+ "string",
+ "string",
+ },
+ "Correct the value for the parameter in the request body and "
+ "resubmit the request if the operation failed.",
+ }},
+ MessageEntry{
"ActionParameterValueFormatError",
{
"Indicates that a parameter was given the correct value type but "
@@ -490,6 +505,33 @@ constexpr std::array<MessageEntry, 87> registry = {
"Resolve other reported errors and retry the current operation.",
}},
MessageEntry{
+ "NetworkNameResolutionNotConfigured",
+ {
+ "Indicates that network-based name resolution has not been "
+ "configured on the service.",
+ "Network name resolution has not been configured on this service.",
+ "Warning",
+ "Warning",
+ 0,
+ {},
+ "Configure the network name resolution protocol support on this "
+ "service, or update any URI values to include an IP address "
+ "instead of a network name and resubmit the request.",
+ }},
+ MessageEntry{"NetworkNameResolutionNotSupported",
+ {
+ "Indicates the service does not support network-based "
+ "name resolution.",
+ "Resolution of network-based names is not supported by "
+ "this service.",
+ "Warning",
+ "Warning",
+ 0,
+ {},
+ "Update any URI values to include an IP address instead "
+ "of a network name and resubmit the request.",
+ }},
+ MessageEntry{
"NoOperation",
{
"Indicates that the requested operation will not perform any "
@@ -694,6 +736,19 @@ constexpr std::array<MessageEntry, 87> registry = {
},
"Refer to the schema guide for more information.",
}},
+ MessageEntry{"PropertyValueError",
+ {
+ "Indicates that a property was given an invalid value.",
+ "The value provided for the property %1 is not valid.",
+ "Warning",
+ "Warning",
+ 1,
+ {
+ "string",
+ },
+ "Correct the value for the property in the request body "
+ "and resubmit the request if the operation failed.",
+ }},
MessageEntry{
"PropertyValueExternalConflict",
{
@@ -891,6 +946,20 @@ constexpr std::array<MessageEntry, 87> registry = {
"is within the range of valid pages.",
}},
MessageEntry{
+ "QueryParameterValueError",
+ {
+ "Indicates that a query parameter was given an invalid value.",
+ "The value for the parameter %1 is invalid.",
+ "Warning",
+ "Warning",
+ 1,
+ {
+ "string",
+ },
+ "Correct the value for the query parameter in the request and "
+ "resubmit the request if the operation failed.",
+ }},
+ MessageEntry{
"QueryParameterValueFormatError",
{
"Indicates that a query parameter was given the correct value type "
@@ -1158,6 +1227,22 @@ constexpr std::array<MessageEntry, 87> registry = {
"in the Role resource.",
}},
MessageEntry{
+ "ServiceDisabled",
+ {
+ "Indicates that the operation failed because the service, such as "
+ "the account service, is disabled and cannot accept requests.",
+ "The operation failed because the service at %1 is disabled and "
+ "cannot accept requests.",
+ "Warning",
+ "Warning",
+ 1,
+ {
+ "string",
+ },
+ "Enable the service and resubmit the request if the operation "
+ "failed.",
+ }},
+ MessageEntry{
"ServiceInUnknownState",
{
"Indicates that the operation failed because the service is in an "
@@ -1307,7 +1392,9 @@ constexpr std::array<MessageEntry, 87> registry = {
"Critical",
"Critical",
1,
- {},
+ {
+ "string",
+ },
"None.",
}},
MessageEntry{