1 Overview
The Redfish standard comprises a set of specifications maintained by the Redfish Forum, a working group within DMTF. The standard defines a protocol that uses RESTful interfaces to provide access to data and operations associated with the management of systems and networks. One of the strengths of the Redfish protocol is that it works with a wide range of servers: from stand-alone servers to rack-mount and bladed environments to large-scale data centers and cloud environments.
The Redfish standard addresses several key issues for infrastructures that require scalability. Large infrastructures often consist of many simple servers of different makes and types. This hyper-scale usage model requires a new approach to systems management. The Redfish protocol addresses these needs by providing a standard protocol based on out-of-band systems management.
With these goals in mind, the Redfish protocol was designed as an open-industry standard to meet scalability requirements in multi-vendor deployments. It easily integrates with commonly used tools, using RESTful interfaces to perform operations and using JSON for data payloads.
1.1 Who should read this document?
Redfish responses can contain messages to help guide clients when next steps or corrective actions need to be taken. This document is useful for client developers who want to understand how to interpret standard Redfish messages. This document is also useful for service developers who want to understand how standard Redfish messages are to be used in their service.
1.2 How can I provide feedback?
Feedback on all Redfish specifications and documents is encouraged. Feedback can be directed to DMTF and the Redfish Forum by the following means:
- Redfish User Forum: https://redfishforum.com - User forum monitored by DMTF Redfish Forum personnel to answer questions about any Redfish-related topics.
- DMTF Feedback Portal: https://www.dmtf.org/standards/feedback - Formal submission portal for enhancements or proposals to DMTF and the Redfish Forum.
1.3 Where can I find more information?
The following web sites provide more information about the Redfish standard:
-
Resources for developers who use Redfish to build applications. Contains an interactive schema explorer, hosted schema, and other links.
-
DMTF Redfish-monitored user forum. Answers questions about Redfish-related topics.
-
Open source tools and libraries for working with Redfish.
-
Schemas, specifications, mockups, white papers, FAQ, educational material, and more.
-
Working group that maintains the Redfish standard. Site lists member companies, future work and schedules, charter, and information about joining.
1.4 Related documents
The following documents are part of the Redfish development effort. They can be accessed or downloaded from DMTF's Redfish Standards web site: https://www.dmtf.org/standards/redfish
- DSP0218 - Platform Level Data Model (PLDM) for Redfish Device Enablement Specification - Binary-encoded JSON (BEJ) and dictionary-based mapping of Redfish schemas and properties into PLDM messages.
- DSP0266 - Redfish Specification - Main Redfish Specification.
- DSP0268 - Redfish Data Model Specification - Normative descriptions and additional text for every schema defined in DSP8010 and example payloads for every resource.
- DSP0270 - Redfish Host Interface Specification - "In-band" or "OS-based" Redfish host interface.
- DSP0272 - Redfish Interoperability Profiles Specification - Structure and JSON document that is used to define and publish an interoperability profile that checks an implementation's conformance to a defined minimum set of functionality.
- DSP2043 - Redfish
Mockups Bundle - Set of mockups that can be used as sample output from
GETresponses from a Redfish service. Informative in nature, it was used to develop the schema. A person can set up an NGINX or similar server and configure it to output JSON format and then use this directory for demonstration purposes. - DSP2044 - Redfish White Paper - Non-normative document helping those new to Redfish understand how to interact with the Redfish service and understand common functions and tasks.
- DSP2046 - Redfish Resource and Schema Guide - Informative documentation regarding common Redfish resource properties and a listing of properties that can be found in each of the Redfish resources.
- DSP2053 - Redfish Property Guide - Informative documentation providing an index to individual property definitions across all Redfish schema.
- DSP2065 - Redfish Message Registry Guide - Informative documentation providing details regarding the messages defined in Redfish standard message registries.
- DSP8010 - Redfish Schema - Redfish schema definitions. These files are normative in nature and are normatively referenced by the Redfish Specification. The three schema formats are CSDL (OData Common Schema Definition Language format, which is in XML), JSON Schema, and OpenAPI schema. These schema definitions should be functionally equivalent, thus specifying the schema in three different languages.
- DSP8011 - Redfish Standard Registries - Redfish registry definitions. This bundle of Redfish registries includes message registries used for Redfish-defined messages including events and privilege maps.
- DSP8013 - Redfish Interoperability Profiles Bundle - Bundle of published Redfish interoperability profile documents and supporting schema and sample documents used for creating profiles.
2 Reference guide
The following sections contain details for each message registry and their messages in the Redfish Standard Registries (DSP8011).
2.1 AccountSecurity 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2024.4 |
This registry defines the account security messages. These messages are intended for audit logs and security event notifications. Services shall not include these messages in responses to clients.
| Message | Severity | Description |
|---|---|---|
| AccountCreated | OK | Indicates that an account was created. |
| AccountDisabled | Warning | Indicates that an account was disabled. |
| AccountEnabled | OK | Indicates that an account was enabled. |
| AccountLocked | Critical | Indicates that an account was locked due to failed authorization attempts. |
| AccountLockoutExpired | OK | Indicates that the lockout timer on an account expired and the account is now unlocked. |
| AccountRemoved | OK | Indicates that an account was removed. |
| AccountUnlocked | OK | Indicates that an account was manually unlocked. |
| InsufficientPrivilege | Critical | Indicates that a user with valid credentials attempted an operation without the necessary privileges. |
| InvalidCredentials | Critical | Indicates that a user provided invalid credentials with a request. |
| ManagerAccountRoleChanged | OK | Indicates that the role for an account was changed. |
| PasswordModified | OK | Indicates that the password of an account was changed. |
| RolePrivilegeAdded | OK | Indicates that a privilege was added to a role. |
| RolePrivilegeRemoved | OK | Indicates that a privilege was removed from a role. |
| SuccessfulLogin | OK | Indicates that a user provided valid credentials and made a successful login. |
| UserCertificateAdded | OK | Indicates that a user certificate was added to an account. |
| UserCertificateRemoved | OK | Indicates that a user certificate was removed from an account. |
| UserCertificateReplaced | OK | Indicates that a user certificate was replaced on an account. |
| UserKeyAdded | OK | Indicates that a user key was added to an account. |
| UserKeyRemoved | OK | Indicates that a user key was removed from an account. |
2.1.1 AccountCreated
Example: Account 'ContosoJoe' was created.
Indicates that an account was created.
- This message shall indicate that an account was created. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Account '<1>' was
created."
- string: The username of the account that was created.
- This argument shall contain the username of the account that was created.
2.1.2 AccountDisabled
Example: Account 'ContosoJoe' was disabled.
Indicates that an account was disabled.
- This message shall indicate that an account was disabled. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "Account '<1>' was
disabled."
- string: The username of the account that was disabled.
- This argument shall contain the username of the account that was disabled.
2.1.3 AccountEnabled
Example: Account 'ContosoJoe' was enabled.
Indicates that an account was enabled.
- This message shall indicate that an account was enabled. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Account '<1>' was
enabled."
- string: The username of the account that was enabled.
- This argument shall contain the username of the account that was enabled.
2.1.4 AccountLocked
Example: Account 'ContosoJoe' was locked due to excessive failed authorization attempts.
Indicates that an account was locked due to failed authorization attempts.
- This message shall indicate that an account was locked due to failed authorization attempts. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Account '<1>' was locked
due to excessive failed authorization attempts."
- string: The username of the account that was locked.
- This argument shall contain the username of the account that was locked.
2.1.5 AccountLockoutExpired
Example: Account 'ContosoJoe' was unlocked following the expiration of a lockout timer.
Indicates that the lockout timer on an account expired and the account is now unlocked.
- This message shall indicate that the lockout timer on an account expired and the account is now unlocked. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Account '<1>' was unlocked
following the expiration of a lockout timer."
- string: The username of the account that was unlocked.
- This argument shall contain the username of the account that was unlocked.
2.1.6 AccountRemoved
Example: Account 'ContosoJoe' was removed.
Indicates that an account was removed.
- This message shall indicate that an account was removed. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Account '<1>' was
removed."
- string: The username of the account that was removed.
- This argument shall contain the username of the account that was removed.
2.1.7 AccountUnlocked
Example: Account 'ContosoJoe' was unlocked by an administrator.
Indicates that an account was manually unlocked.
- This message shall indicate that an account was manually unlocked. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Account '<1>' was unlocked
by an administrator."
- string: The username of the account that was unlocked.
- This argument shall contain the username of the account that was unlocked.
2.1.8 InsufficientPrivilege
Example: 'ContosoJoe' attempted an operation over 'Redfish' with the privileges 'Read', but requires the privileges 'Write'.
Indicates that a user with valid credentials attempted an operation without the necessary privileges.
- This message shall indicate that a user with valid credentials attempted an operation without the necessary privileges. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "'<1>' attempted an
operation over '<2>' with the privileges
'<3>', but requires the privileges
'<4>'."
- string: The IP address of the user that attempted the
operation.
- This argument shall contain the IP address of the user that attempted the operation.
- string: The protocol or interface over which the operation
was attempted. Examples include 'Redfish', 'Web UI'. and 'SSH'.
- This argument shall contain the protocol or interface over which the operation was attempted.
- string: The privileges of the user that attempted the
operation.
- This argument shall contain the privileges of the user that attempted the operation.
- string: The required privileges for the requested
operation.
- This argument shall contain the required privileges for the requested operation.
2.1.9 InvalidCredentials
Example: 'ContosoJoe' provided invalid credentials over 'HTTPS'.
Indicates that a user provided invalid credentials with a request.
- This message shall indicate that a user provided invalid credentials
with a request, such as those found in the
AuthorizationandX-Auth-TokenHTTP request headers. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "'<1>' provided invalid
credentials over '<2>'."
- string: The IP address of the user that attempted the
operation.
- This argument shall contain the IP address of the user that attempted the operation.
- string: The protocol or interface over which the operation
was attempted. Examples include 'Redfish', 'Web UI'. and 'SSH'.
- This argument shall contain the protocol or interface over which the operation was attempted.
2.1.10 ManagerAccountRoleChanged
Example: Account 'ContosoJoe' has changed from role 'Administrator' to 'ReadOnly'.
Indicates that the role for an account was changed.
- This message shall indicate that the role for an account was changed. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Account '<1>' has changed
from role '<2>' to '<3>'."
- string: The username of the account that was modified.
- This argument shall contain the username of the account that was modified.
- string: The former role for the account.
- This argument shall contain the former Redfish role for the account.
- string: The new role for the account
- This argument shall contain the new Redfish role for the account.
2.1.11 PasswordModified
Example: The password for account 'ContosoJoe' was changed.
Indicates that the password of an account was changed.
- This message shall indicate that the password of an account was changed. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The password for account
'<1>' was changed."
- string: The username of the account with the modified
password.
- This argument shall contain the username of the account with the modified password.
2.1.12 RolePrivilegeAdded
Example: Privilege 'Write' was added to role 'ReadOnly'.
Indicates that a privilege was added to a role.
- This message shall indicate that a privilege was added to a role. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Privilege '<1>' was added
to role '<2>'."
- string: The privilege that was added to the role.
- This argument shall contain the privilege that was added too the role.
- string: The role that was modified.
- This argument shall contain the Redfish role that was modified.
2.1.13 RolePrivilegeRemoved
Example: Privilege 'Write' was removed from role 'ReadOnly'.
Indicates that a privilege was removed from a role.
- This message shall indicate that a privilege was removed from a role. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Privilege '<1>' was
removed from role '<2>'."
- string: The privilege that was removed from the role.
- This argument shall contain the privilege that was removed from the role.
- string: The role that was modified.
- This argument shall contain the Redfish role that was modified.
2.1.14 SuccessfulLogin
Example: Successful login of user 'ContosoJoe' from '192.168.1.1' over 'HTTPS'.
Indicates that a user provided valid credentials and made a successful login.
- This message shall indicate that a user provided valid credentials and made a successful login. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Successful login of user
'<1>' from '<2>' over
'<3>'."
- string: The username of the account that made a successful
login.
- This argument shall contain the username of the account that made a successful login.
- string: The IP address of the user that made a successful
login.
- This argument shall contain the IP address of the user that made a successful login.
- string: The protocol or interface over which the login was
made. Examples include 'Redfish', 'Web UI'. and 'SSH'.
- This argument shall contain the protocol or interface over which the login was made.
2.1.15 UserCertificateAdded
Example: A user certificate was added to account 'ContosoJoe'.
Indicates that a user certificate was added to an account.
- This message shall indicate that a user certificate was added to an account. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A user certificate was added to account
'<1>'."
- string: The username of the account with the certificate
that was addedd.
- This argument shall contain the username of the account with the certificate that was added.
2.1.16 UserCertificateRemoved
Example: A user certificate was removed from account 'ContosoJoe'.
Indicates that a user certificate was removed from an account.
- This message shall indicate that a user certificate was removed from an account. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A user certificate was removed from account
'<1>'."
- string: The username of the account with the certificate
that was removed.
- This argument shall contain the username of the account with the certificate that was removed.
2.1.17 UserCertificateReplaced
Example: A user certificate was replaced on account 'ContosoJoe'.
Indicates that a user certificate was replaced on an account.
- This message shall indicate that a user certificate was replaced on an account. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A user certificate was replaced on account
'<1>'."
- string: The username of the account with the certificate
that was replaced.
- This argument shall contain the username of the account with the certificate that was replaced.
2.1.18 UserKeyAdded
Example: A user key was added to account 'ContosoJoe'.
Indicates that a user key was added to an account.
- This message shall indicate that a user key was added to an account. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A user key was added to account
'<1>'."
- string: The username of the account with the key that was
added.
- This argument shall contain the username of the account with the key that was added.
2.1.19 UserKeyRemoved
Example: A user key was removed from account 'ContosoJoe'.
Indicates that a user key was removed from an account.
- This message shall indicate that a user key was removed from an account. Services shall not include this message in responses to clients.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A user key was removed from account
'<1>'."
- string: The username of the account with the key that was
removed.
- This argument shall contain the username of the account with the key that was removed.
2.2 AutomationNodeEvent 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2025.2 |
This registry defines the messages for Automation node related events.
| Message | Severity | Description |
|---|---|---|
| NodeDone | OK | A node is done running. |
| NodeIdle | OK | A node is idle. |
| NodeRunning | OK | A node is running. |
| NodeStoppedCondition | Warning | A node has stopped because of conditions. |
| NodeStoppedError | Warning | A node has stopped with warnings or errors. |
| NodeWaiting | OK | A node is waiting. |
2.2.1 NodeDone
Example: The node with Id 'Node1' is done running.
A node is done running.
- This message shall indicate that a node
NodeStateproperty transitioned toDone.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The node with Id '<1>' is
done running."
- string: The
Idof the node.- This argument shall contain the value of the
Idproperty of the node resource that is done running.
- This argument shall contain the value of the
2.2.2 NodeIdle
Example: The node with Id 'Node1' is idle.
A node is idle.
- This message shall indicate that a node
NodeStateproperty transitions toIdle.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The node with Id '<1>' is
idle."
- string: The
Idof the node that is idle.- This argument shall contain the value of the
Idproperty of the node resource that is idle.
- This argument shall contain the value of the
2.2.3 NodeRunning
Example: The node with Id 'Node1' is running.
A node is running.
- This message shall indicate that a node
NodeStateproperty transitioned to one of theRunningstates.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The node with Id '<1>' is
running."
- string: The
Idof the node.- This argument shall contain the value of the
Idproperty of the node resource that is running.
- This argument shall contain the value of the
2.2.4 NodeStoppedCondition
Example: The node with Id 'Node1' has stopped because of conditions.
A node has stopped because of conditions.
- This message shall indicate that a node has stopped and the
NodeStateproperty transitioned toConditionStop.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The node with Id '<1>' has
stopped because of conditions."
- string: The
Idof the node.- This argument shall contain the value of the
Idproperty of the node resource that has stopped.
- This argument shall contain the value of the
2.2.5 NodeStoppedError
Example: The node with Id 'Node1' has stopped with warnings or errors.
A node has stopped with warnings or errors.
- This message shall indicate that a node has stopped and the
NodeStateproperty transitioned toErrorStop.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The node with Id '<1>' has
stopped with warnings or errors."
- string: The
Idof the node.- This argument shall contain the value of the
Idproperty of the node resource that has stopped.
- This argument shall contain the value of the
2.2.6 NodeWaiting
Example: The node with Id 'Node1' is waiting.
A node is waiting.
- This message shall indicate that a node
NodeStateproperty transitioned toWaiting.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The node with Id '<1>' is
waiting."
- string: The
Idof the node.- This argument shall contain the value of the
Idproperty of the node resource that is waiting.
- This argument shall contain the value of the
2.3 Base 1.23.0
| Version | v1.23 | v1.22 | v1.21 | v1.20 | v1.19 | v1.18 | v1.17 | v1.16 | v1.15 | v1.14 | ... |
| Release | 2026.1 | 2025.3 | 2025.1 | 2024.4 | 2024.3 | 2023.3 | 2023.2 | 2024.1 | 2022.3 | 2022.2 | ... |
This registry defines the base messages for Redfish.
| Message | Severity | Description |
|---|---|---|
| AccessDenied | Critical | Indicates that while attempting to access, connect to, or transfer to or from another resource, the service denied access. |
| AccessForbidden (v1.20+, deprecated v1.22) | Critical | Indicates that the request contained valid credentials, but the user does not have the necessary privileges to perform the requested operation. |
| AccessUnauthorized (v1.20+) | Critical | Indicates that the request did not contain valid credentials. |
| AccountForSessionNoLongerExists | OK | Indicates that the account for the session was removed, and so the session was removed as well. |
| AccountModified | OK | Indicates that the account was successfully modified. |
| AccountNotModified | Warning | Indicates that the modification requested for the account was not successful. |
| AccountRemoved | OK | Indicates that the account was successfully removed. |
| ActionDeprecated (v1.10+) | Warning | Indicates the action is deprecated. |
| ActionNotSupported | Critical | Indicates that the action supplied with
the POST operation is not supported by the resource. |
| ActionParameterDuplicate | Warning | Indicates that the action was supplied with a duplicated action parameter in the request body. |
| ActionParameterMissing | Critical | Indicates that the action requested was missing an action parameter that is required to process the action. |
| ActionParameterNotSupported | Warning | Indicates that the parameter supplied for the action is not supported on the resource. |
| ActionParameterUnknown | Warning | Indicates that an action was submitted but an action parameter supplied did not match any of the known parameters. |
| ActionParameterValueConflict (v1.12+) | Warning | Indicates that the requested parameter value could not be completed because of a mismatch with other parameters or properties in the resource. |
| ActionParameterValueError (v1.11+) | Warning | Indicates that a parameter was given an invalid value. |
| ActionParameterValueFormatError | Warning | Indicates that a parameter was given the correct value type but the format of the value is not supported. |
| ActionParameterValueNotInList (v1.10+) | Warning | Indicates that a parameter was given the correct value type but the value of that parameter was not supported. The value is not in an enumeration. |
| ActionParameterValueOutOfRange (v1.18+) | Warning | Indicates that a parameter was given the correct value type but the value of that parameter is outside the supported range. |
| ActionParameterValueTypeError | Warning | Indicates that a parameter was given the wrong value type, such as when a number is supplied for a parameter that requires a string. |
| ArraySizeTooLong (v1.16+) | Warning | Indicates that the size of the array exceeded the maximum number of elements. |
| ArraySizeTooShort (v1.16+) | Warning | Indicates that the size of the array is less than the minimum number of elements. |
| AuthenticationTokenRequired (v1.15+) | Critical | Indicates that the request could not be performed because an authentication token was not provided. |
| ChassisPowerStateOffRequired (v1.6+) | Warning | Indicates that the request requires a specified chassis to be powered off. |
| ChassisPowerStateOnRequired (v1.6+) | Warning | Indicates that the request requires a specified chassis to be powered on. |
| ConditionInRelatedResource (v1.9+) | Warning | Indicates that one or more fault or error conditions exist in a related resource. |
| CouldNotEstablishConnection | Critical | Indicates that the attempt to access the resource, file, or image at the URI was unsuccessful because a session could not be established. |
| CreateFailedMissingReqProperties (deprecated v1.14) | Critical | Indicates that a create operation was attempted on a resource but that properties that are required for the create operation were missing from the request. |
| CreateLimitReachedForResource | Critical | Indicates that no more resources can be created on the resource as it has reached its create limit. |
| Created | OK | Indicates that all conditions of a successful create operation were met. |
| EmptyJSON (v1.2+) | Warning | Indicates that the request body contained an empty JSON object when one or more properties are expected in the body. |
| EventBufferExceeded (v1.13+) | Warning | Indicates undelivered events may have been lost due to a lack of buffer space in the service. |
| EventSubscriptionLimitExceeded | Critical | Indicates that an event subscription establishment was requested but the operation failed due to the number of simultaneous connections exceeding the limit of the implementation. |
| GeneralError | Critical | Indicates that a general error has
occurred. Use in @Message.ExtendedInfo is discouraged. When
used in @Message.ExtendedInfo, implementations are expected
to include a Resolution property with this message and
provide a service-defined resolution to indicate how to resolve the
error. |
| GenerateSecretKeyRequired (v1.19+) | Critical | Indicates that the Time-based One-Time
Password (TOTP) secret key needs to be generated for the account before
accessing the service. The secret key can be generated with a
POST to the GenerateSecretKey action for the
ManagerAccount resource instance. |
| HeaderInvalid (v1.13+) | Critical | Indicates that a request header is invalid. |
| HeaderMissing (v1.13+) | Critical | Indicates that a required request header is missing. |
| InsufficientPrivilege | Critical | Indicates that the credentials associated with the established session do not have sufficient privileges for the requested operation. |
| InsufficientStorage (v1.13+) | Critical | Indicates that the operation could not be completed due to a lack of storage or memory available to the service. |
| InternalError | Critical | Indicates that the request failed for an unknown internal error but that the service is still operational. |
| InvalidIndex | Warning | The index is not valid. |
| InvalidJSON (v1.10+) | Critical | Indicates that the request body contains invalid JSON. |
| InvalidObject | Critical | Indicates that the object in question is invalid according to the implementation. An example is a firmware update malformed URI. |
| InvalidScheme (v1.23+) | Warning | The scheme of the URI of a property or
action parameter provided in the request body is not supported. For
example, if tftp is provided for the scheme, but TFTP is
not supported. |
| InvalidURI (v1.10+) | Critical | Indicates that the operation encountered a URI that does not correspond to a valid resource. |
| LicenseRequired (v1.16+) | Critical | Indicates that a license is required to perform the requested operation. |
| MalformedJSON | Critical | Indicates that the request body was malformed JSON. |
| MaximumErrorsExceeded (v1.8+) | Critical | Indicates that so many errors have occurred that the reporting service cannot return them all. |
| MissingOrMalformedPart (v1.13+) | Critical | Indicates that a multipart request is missing a required part or contains malformed parts. |
| NetworkNameResolutionNotConfigured (v1.11+) | Warning | Indicates that network-based name resolution is not configured on the service. |
| NetworkNameResolutionNotSupported (v1.11+) | Warning | Indicates the service does not support network-based name resolution. |
| NoOperation (v1.4+) | Warning | Indicates that the requested operation will not perform any changes on the service. |
| NoValidSession | Critical | Indicates that the operation failed because a valid session is required in order to access any resources. |
| OneTimePasscodeSent (v1.17+) | OK | Indicates that a required one-time passcode was sent to the user. The code should be provided as the Token property in the request to create a session. |
| OperationFailed (v1.8+) | Warning | Indicates that one of the internal operations necessary to complete the request failed. An example of this is when an internal service provider is unable to complete the request, such as in aggregation or RDE. |
| OperationNotAllowed (v1.13+) | Critical | Indicates that the HTTP method in the request is not allowed on this resource. |
| OperationTimeout (v1.8+) | Warning | Indicates that one of the internal operations necessary to complete the request timed out. An example of this is when an internal service provider is unable to complete the request, such as in aggregation or RDE. |
| PasswordChangeRequired (v1.5+) | Critical | Indicates that the password for the
account provided must be changed before accessing the service. The
password can be changed with a PATCH to the
Password property in the manager account resource instance.
Implementations that provide a default password for an account may
require a password change prior to first access to the service. |
| PasswordComplexityNotMet (v1.21+) | Critical | Indicates that the password for the account provided does not meet the password complexity requirements of the service. The password for the account was not changed. |
| PasswordIncorrectLength (v1.21+) | Critical | Indicates that the password for the account provided does not meet the password length requirements of the service. The password for the account was not changed. |
| PasswordReuseTooRecent (v1.21+) | Critical | Indicates that the password for the account provided does not meet the password reuse requirements of the service. The password for the account was not changed. |
| PayloadTooLarge (v1.13+) | Critical | Indicates that the supplied payload is too large to be accepted by the service. |
| PreconditionFailed (v1.8+) | Critical | Indicates that the ETag supplied did not match the current ETag of the resource. |
| PreconditionRequired (v1.8+) | Critical | Indicates that the request did not provide
the required precondition such as an If-Match or
If-None-Match header or @odata.etag
annotations. |
| PropertyDeprecated (v1.10+) | Warning | Indicates the property is deprecated. |
| PropertyDuplicate | Warning | Indicates that a duplicate property was included in the request body. |
| PropertyMissing | Warning | Indicates that a required property was not supplied as part of the request. |
| PropertyModified (v1.19+) | OK | Indicates that all properties listed in
RelatedProperties in the message were successfully
modified. |
| PropertyNotUpdated (v1.12+) | Critical | Indicates that a property was not updated due to an internal service error, but the service is still functional. |
| PropertyNotWritable | Warning | Indicates that a property was given a value in the request body, but the property is a read-only property. |
| PropertyUnknown | Warning | Indicates that an unknown property was included in the request body. |
| PropertyValueConflict (v1.6+) | Warning | Indicates that the requested write of a property value could not be completed because of a conflict with another property value. |
| PropertyValueDeprecated (v1.10+) | Warning | Indicates that a property was given a deprecated value. |
| PropertyValueError (v1.11+) | Warning | Indicates that a property was given an invalid value. |
| PropertyValueExternalConflict (v1.10+) | Warning | Indicates that the requested write of a property value could not be completed due to conflicts with other configurations in the service managed with non-Redfish interfaces. |
| PropertyValueFormatError | Warning | Indicates that a property was given the correct value type but the format of the value is not supported. |
| PropertyValueIncorrect (v1.7+) | Warning | Indicates that the requested write of a property value could not be completed because of an incorrect value of the property. Examples include values that do not match a regular expression requirement, passwords that do not match the implementation constraints, or specifying an invalid URI in a reference property. |
| PropertyValueModified | Warning | Indicates that a property was given the correct value type but the value of that property was modified. Examples are truncated or rounded values. |
| PropertyValueNotInList | Warning | Indicates that a property was given the correct value type but the value of that property was not supported. The value is not in an enumeration. |
| PropertyValueOutOfRange (v1.3+) | Warning | Indicates that a property was given the correct value type but the value of that property is outside the supported range. |
| PropertyValueResourceConflict (v1.10+) | Warning | Indicates that the requested write of a property value could not be completed due to the current state or configuration of another resource. |
| PropertyValueTypeError | Warning | Indicates that a property was given the wrong value type, such as when a number is supplied for a property that requires a string. |
| QueryCombinationInvalid (v1.6+) | Warning | Indicates the request contains multiple query parameters and that two or more of them cannot be used together. |
| QueryNotSupported | Warning | Indicates that query is not supported on the implementation. |
| QueryNotSupportedOnOperation (v1.6+) | Warning | Indicates that query is not supported with
the given operation, such as when the $expand query is
attempted with a PATCH operation. |
| QueryNotSupportedOnResource | Warning | Indicates that query is not supported on
the given resource, such as when the $skip query is
attempted on a resource that is not a collection. |
| QueryParameterOutOfRange | Warning | Indicates that a query parameter was provided that is out of range for the given resource. This can happen with values that are too low or that exceed what is possible for the supplied resource, such as when a page is requested that is beyond the last page. |
| QueryParameterUnsupported (v1.15+) | Warning | Indicates that a query parameter is not supported. |
| QueryParameterValueError (v1.11+) | Warning | Indicates that a query parameter was given an invalid value. |
| QueryParameterValueFormatError | Warning | Indicates that a query parameter was given the correct value type but the format of the value is not supported. |
| QueryParameterValueTypeError | Warning | Indicates that a query parameter was given the wrong value type, such as when a number is supplied for a query parameter that requires a string. |
| ResetRecommended (v1.12+) | Warning | Indicates that a component reset is recommended for error recovery while unaffected applications can continue running without any effect on accuracy and performance. |
| ResetRequired (v1.6+) | Warning | Indicates that a component reset is required for changes, error recovery, or operations to complete. |
| ResourceAlreadyExists | Critical | Indicates that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists. |
| ResourceAtUriInUnknownFormat | Critical | Indicates that the URI was valid but the resource or image at that URI was in a format not supported by the service. |
| ResourceAtUriUnauthorized | Critical | Indicates that the attempt to access the resource, file, or image at the URI was unauthorized. |
| ResourceCannotBeDeleted | Critical | Indicates that a delete operation was attempted on a resource that cannot be deleted. |
| ResourceCreationConflict (v1.7+) | Warning | Indicates that the requested resource creation could not be completed because the service has a resource that conflicts with the request. |
| ResourceDeprecated (v1.10+) | Warning | Indicates the resource is deprecated. |
| ResourceExhaustion (v1.2+) | Critical | Indicates that a resource could not satisfy the request due to some unavailability of resources. An example is that available capacity was allocated. |
| ResourceInStandby (v1.1+) | Critical | Indicates that the request could not be performed because the resource is in standby. |
| ResourceInUse | Warning | Indicates that a change was requested to a resource but the change was rejected due to the resource being in use or transition. |
| ResourceMissingAtURI | Critical | Indicates that the operation expected an image or other resource at the provided URI but none was found. Examples of this are in requests that require URIs such as firmware updates. |
| ResourceNotFound (v1.2+) | Critical | Indicates that the operation expected a resource identifier that corresponds to an existing resource but one was not found. |
| ResourceTypeIncompatible (v1.2+) | Critical | Indicates that the resource type of the
operation does not match that of the operation destination. Examples of
this are a POST to a resource collection using the wrong
resource type, an update where the @odata.type properties
do not match, or a case of major version incompatibility. |
| RestrictedPrivilege (v1.9+) | Warning | Indicates that the operation was not successful because a privilege is restricted. |
| RestrictedRole (v1.9+) | Warning | Indicates that the operation was not successful because the role is restricted. |
| ServiceDisabled (v1.11+) | Warning | Indicates that the operation failed because the service, such as the account service, is disabled and cannot accept requests. |
| ServiceInUnknownState | Critical | Indicates that the operation failed because the service is in an unknown state and cannot accept additional requests. |
| ServiceShuttingDown | Critical | Indicates that the operation failed because the service is shutting down, such as when the service reboots. |
| ServiceTemporarilyUnavailable | Critical | Indicates the service is temporarily unavailable. |
| SessionLimitExceeded | Critical | Indicates that a session establishment was requested but the operation failed due to the number of simultaneous sessions exceeding the limit of the implementation. |
| SessionTerminated (v1.3+) | OK | Indicates that the DELETE
operation on the session resource resulted in the successful termination
of the session. |
| SourceDoesNotSupportProtocol | Critical | Indicates that while attempting to access, connect to, or transfer a resource, file, or image from another location that the other end of the connection did not support the protocol. |
| StrictAccountTypes (v1.9+) | Warning | Indicates the request failed because a set
of AccountTypes or OEMAccountTypes was not
accepted while StrictAccountTypes is set to
true. |
| StringValueTooLong (v1.2+) | Warning | Indicates that a string value passed to the given resource was longer than the maximum allowed length. An example is when an implementation has imposed a shorter maximum length than that allowed by the specification. |
| StringValueTooShort (v1.16+) | Warning | Indicates that a string value passed to the given resource was shorter than the minimum required length. An example is when an implementation has imposed a greater minimum length than that required by the specification. This message also applies to cases of empty strings where the minimum string length is 1. |
| SubscriptionTerminated (v1.5+) | OK | An event subscription was terminated by the service. No further events will be delivered. |
| Success | OK | Indicates that all conditions of a successful operation were met. |
| UndeterminedFault (v1.9+) | Critical | Indicates that a fault or error condition exists but the source of the fault cannot be determined or is unknown to the service. |
| UnrecognizedRequestBody | Warning | Indicates that the service encountered an unrecognizable request body that could not even be interpreted as malformed JSON. |
2.3.1 AccessDenied
Example: While attempting to establish a connection to '/redfish/v1/UpdateService/FirmwareInventory/1/Actions/FirmwareInventory.UpdateImage', the service denied access.
Indicates that while attempting to access, connect to, or transfer to or from another resource, the service denied access.
- This message shall indicate that while attempting to access, connect to, or transfer to or from another resource, the service denied access.
Version Added: v1.0
Severity: Critical
Resolution: Attempt to ensure that the URI is correct and that the service has the appropriate credentials.
Message and Arguments: "While attempting to establish a connection to
'<1>', the service denied access."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
2.3.2 AccessForbidden
Example: Forbidden.
Indicates that the request contained valid credentials, but the user does not have the necessary privileges to perform the requested operation.
- This message shall indicate that the request contained valid credentials, but the user does not have the necessary privileges to perform the requested operation.
Deprecated in v1.22 and later. This message was deprecated in
favor of the existing InsufficientPrivilege
message.
Version Added: v1.20
Severity: Critical
Resolution: Resubmit the request with credentials that contain the necessary privileges to perform the requested operation.
Message and Arguments: "Forbidden."
2.3.3 AccessUnauthorized
Example: Unauthorized.
Indicates that the request did not contain valid credentials.
- This message shall indicate that the request did not contain valid
credentials, such as those found in the
AuthorizationandX-Auth-TokenHTTP request headers.
Version Added: v1.20
Severity: Critical
Resolution: Resubmit the request with valid credentials.
Message and Arguments: "Unauthorized."
2.3.4 AccountForSessionNoLongerExists
Example: The account for the current session was removed, and so the current session was removed as well.
Indicates that the account for the session was removed, and so the session was removed as well.
- This message shall indicate that the account for the session was removed, and so the session was removed as well.
Version Added: v1.0
Severity: OK
Resolution: Attempt to connect with a valid account.
Message and Arguments: "The account for the current session was removed, and so the current session was removed as well."
2.3.5 AccountModified
Example: The account was successfully modified.
Indicates that the account was successfully modified.
- This message shall indicate that the account was successfully modified.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The account was successfully modified."
2.3.6 AccountNotModified
Example: The account modification request failed.
Indicates that the modification requested for the account was not successful.
- This message shall indicate that the modification requested for the account was not successful.
Version Added: v1.0
Severity: Warning
Resolution: The modification may have failed due to permission issues or issues with the request body.
Message and Arguments: "The account modification request failed."
2.3.7 AccountRemoved
Example: The account was successfully removed.
Indicates that the account was successfully removed.
- This message shall indicate that the account was successfully removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The account was successfully removed."
2.3.8 ActionDeprecated
Example: The action 'OldAction' is deprecated.
Indicates the action is deprecated.
- This message shall indicate that the action is deprecated.
Version Added: v1.10
Severity: Warning
Resolution: Refer to the schema guide for more information.
Message and Arguments: "The action '<1>' is
deprecated."
- string: The name of the action.
- This argument shall contain the name of the action that is deprecated.
2.3.9 ActionNotSupported
Example: The action 'DeactivateCloakingDevice' is not supported by the resource.
Indicates that the action supplied with the POST
operation is not supported by the resource.
- This message shall indicate that the action supplied with the
POSToperation is not supported by the resource.
Version Added: v1.0
Severity: Critical
Resolution: Check the Actions property in the resource for the supported actions.
Message and Arguments: "The action '<1>' is not
supported by the resource."
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.10 ActionParameterDuplicate
Example: The action 'Reset' was submitted with more than one value for the parameter 'ResetType'.
Indicates that the action was supplied with a duplicated action parameter in the request body.
- This message shall indicate that the action was supplied with a duplicated action parameter in the request body.
Version Added: v1.0
Severity: Warning
Resolution: Resubmit the action with only one instance of the action parameter in the request body if the operation failed.
Message and Arguments: "The action '<1>' was
submitted with more than one value for the parameter
'<2>'."
- string: The name of the action.
- This argument shall contain the name of the action.
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
2.3.11 ActionParameterMissing
Example: The action 'Reset' requires the parameter 'ResetType' to be present in the request body.
Indicates that the action requested was missing an action parameter that is required to process the action.
- This message shall indicate that the action requested was missing an action parameter that is required to process the action.
Version Added: v1.0
Severity: Critical
Resolution: Supply the action with the required parameter in the request body when the request is resubmitted.
Message and Arguments: "The action '<1>' requires
the parameter '<2>' to be present in the request
body."
- string: The name of the action.
- This argument shall contain the name of the action.
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
2.3.12 ActionParameterNotSupported
Example: The parameter 'InvalidParameter' for the action 'Reset' is not supported on the target resource.
Indicates that the parameter supplied for the action is not supported on the resource.
- This message shall indicate that the parameter supplied for the action is not supported on the resource.
Version Added: v1.0
Severity: Warning
Resolution: Remove the parameter supplied and resubmit the request if the operation failed.
Message and Arguments: "The parameter '<1>' for
the action '<2>' is not supported on the target
resource."
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.13 ActionParameterUnknown
Example: The action 'Reset' was submitted with the invalid parameter 'InvalidParameter'.
Indicates that an action was submitted but an action parameter supplied did not match any of the known parameters.
- This message shall indicate that an action was submitted but an action parameter supplied did not match any of the known parameters.
Version Added: v1.0
Severity: Warning
Resolution: Correct the invalid action parameter and resubmit the request if the operation failed.
Message and Arguments: "The action '<1>' was
submitted with the invalid parameter '<2>'."
- string: The name of the action.
- This argument shall contain the name of the action.
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
2.3.14 ActionParameterValueConflict
Example: The parameter 'ResetType' with the requested value of 'ForceRestart' does not meet the constraints of the implementation.
Indicates that the requested parameter value could not be completed because of a mismatch with other parameters or properties in the resource.
- This message shall indicate that the requested parameter value could not be completed because of a mismatch with other parameters or properties in the resource.
Version Added: v1.12
Severity: Warning
Resolution: None.
Message and Arguments: "The parameter '<1>' with
the requested value of '<2>' does not meet the
constraints of the implementation."
- string: The name of the parameter for which a write was
requested.
- This argument shall contain the name of the parameter provided in the action request.
- string: The value of the parameter with which there is a
conflict.
- This argument shall contain the value of the parameter with which there is a conflict.
2.3.15 ActionParameterValueError
Example: The value 'InvalidValue' for the parameter 'ResetType' in the action 'Reset' is invalid.
Indicates that a parameter was given an invalid value.
- This message shall indicate that a parameter was given an invalid value, and the value cannot or should not be included in the message.
Version Added: v1.11
Severity: Warning
Resolution: Correct the value for the parameter in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value for the parameter
'<1>' in the action '<2>' is
invalid."
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.16 ActionParameterValueFormatError
Example: The value '2024-01-01' for the parameter 'ManufactureDate' in the action 'UpdateManufactureDate' is not a format that the parameter can accept.
Indicates that a parameter was given the correct value type but the format of the value is not supported.
- This message shall indicate that a parameter was given the correct value type but the format of the value is not supported.
Version Added: v1.0
Severity: Warning
Resolution: Correct the value for the parameter in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
parameter <2> in the action <3> is
not a format that the parameter can accept."
- string: The value provided for the action parameter.
- This argument shall contain the value provided for the action
parameter. Numeric values shall be converted to a string, and null
values shall be represented by the string
null.
- This argument shall contain the value provided for the action
parameter. Numeric values shall be converted to a string, and null
values shall be represented by the string
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.17 ActionParameterValueNotInList
Example: The value 'InvalidValue' for the parameter 'ResetType' in the action 'Reset' is not in the list of acceptable values.
Indicates that a parameter was given the correct value type but the value of that parameter was not supported. The value is not in an enumeration.
- This message shall indicate that a parameter was given the correct value type but the value of that parameter was not supported.
Version Added: v1.10
Severity: Warning
Resolution: Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
parameter <2> in the action <3> is
not in the list of acceptable values."
- string: The value provided for the action parameter.
- This argument shall contain the value provided for the action parameter.
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.18 ActionParameterValueOutOfRange
Example: The value '-5' for the parameter 'MemorySizeGB' in the action 'UpdateMemorySize' is not in the supported range of acceptable values.
Indicates that a parameter was given the correct value type but the value of that parameter is outside the supported range.
- This value shall indicate that a parameter was given the correct value type but the value of that parameter is outside the supported range.
Version Added: v1.18
Severity: Warning
Resolution: Correct the value for the parameter in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
parameter <2> in the action <3> is
not in the supported range of acceptable values."
- string: The value provided for the parameter.
- This argument shall contain the value provided for the parameter.
- string: The name of the parameter.
- This argument shall contain the name of the parameter.
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.19 ActionParameterValueTypeError
Example: The value '123' for the parameter 'ResetType' in the action 'Reset' is not a type that the parameter can accept.
Indicates that a parameter was given the wrong value type, such as when a number is supplied for a parameter that requires a string.
- This message shall indicate that a parameter was given the wrong value type, such as when a number is supplied for a parameter that requires a string.
Version Added: v1.0
Severity: Warning
Resolution: Correct the value for the parameter in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
parameter '<2>' in the action
'<3>' is not a type that the parameter can
accept."
- string: The value provided for the action parameter.
- This argument shall contain the value provided for the action
parameter. Numeric values shall be converted to a string, and null
values shall be represented by the string
null.
- This argument shall contain the value provided for the action
parameter. Numeric values shall be converted to a string, and null
values shall be represented by the string
- string: The name of the action parameter.
- This argument shall contain the name of the action parameter.
- string: The name of the action.
- This argument shall contain the name of the action.
2.3.20 ArraySizeTooLong
Example: The array provided for property 'AssociatedDrives' exceeds the size limit 100.
Indicates that the size of the array exceeded the maximum number of elements.
- This message shall indicate that the size of the array exceeded the maximum number of elements.
Version Added: v1.16
Severity: Warning
Resolution: Resubmit the request with an appropriate array size.
Message and Arguments: "The array provided for property
'<1>' exceeds the size limit
<2>."
- string: The name of the property.
- This argument shall contain the name of the property.
- number: The maximum number of elements supported for the
array.
- This argument shall contain the maximum number of elements supported for the array for this property.
2.3.21 ArraySizeTooShort
Example: The array provided for property 'AssociatedDrives' is under the minimum size limit 1.
Indicates that the size of the array is less than the minimum number of elements.
- This message shall indicate that the size of the array is less than the minimum number of elements.
Version Added: v1.16
Severity: Warning
Resolution: Resubmit the request with an appropriate array size.
Message and Arguments: "The array provided for property
'<1>' is under the minimum size limit
<2>."
- string: The name of the property.
- This argument shall contain the name of the property.
- number: The minimum number of elements supported for the
array.
- This argument shall contain the minimum number of elements supported for the array for this property.
2.3.22 AuthenticationTokenRequired
Example: The request could not be performed because an authentication token was not provided.
Indicates that the request could not be performed because an authentication token was not provided.
- This message shall indicate that the request could not be performed because the user provided in the request requires multifactor authentication and an authentication token was not provided.
Version Added: v1.15
Severity: Critical
Resolution: Obtain an authentication token and resubmit the request.
Message and Arguments: "The request could not be performed because an authentication token was not provided."
2.3.23 ChassisPowerStateOffRequired
Example: The chassis with Id 'Chassis1' is required to be powered off to perform this request.
Indicates that the request requires a specified chassis to be powered off.
- This message shall indicate that the request requires the specified
Chassisresource to be powered off as indicated by itsPowerStateproperty.
Version Added: v1.6
Severity: Warning
Resolution: Power off the specified chassis and resubmit the request.
Message and Arguments: "The chassis with Id '<1>'
is required to be powered off to perform this request."
- string: The
Idof the chassis that is required to be powered off.- This argument shall contain the value of the
Idproperty of theChassisresource that is required to be powered off.
- This argument shall contain the value of the
2.3.24 ChassisPowerStateOnRequired
Example: The chassis with Id 'Chassis1' is required to be powered on to perform this request.
Indicates that the request requires a specified chassis to be powered on.
- This message shall indicate that the request requires the specified
Chassisresource to be powered on as indicated by itsPowerStateproperty.
Version Added: v1.6
Severity: Warning
Resolution: Power on the specified chassis and resubmit the request.
Message and Arguments: "The chassis with Id '<1>'
is required to be powered on to perform this request."
- string: The Id of the chassis that is required to be
powered on.
- This argument shall contain the value of the
Idproperty of theChassisresource that is required to be powered on.
- This argument shall contain the value of the
2.3.25 ConditionInRelatedResource
Example: One or more conditions exist in a related resource. See the OriginOfCondition property.
Indicates that one or more fault or error conditions exist in a related resource.
- This message shall indicate that one or more conditions that require
attention exist in a resource that affects the Health or HealthRollup of
this resource. This message can be used in place of multiple messages in
a
Conditionsproperty to roll up conditions from a single resource. The resource can be located using theOriginOfConditionproperty. The value of theMessageSeverityproperty should match the highest severity of any conditions in the resource referenced by theOriginOfConditionproperty.
Version Added: v1.9
Severity: Warning
Resolution: Check the Conditions array in the resource shown in the OriginOfCondition property to determine the conditions that need attention.
Message and Arguments: "One or more conditions exist in a related resource. See the OriginOfCondition property."
2.3.26 CouldNotEstablishConnection
Example: The service failed to establish a connection with the URI '/redfish/v1/UpdateService/FirmwareInventory/1/Actions/FirmwareInventory.UpdateImage'.
Indicates that the attempt to access the resource, file, or image at the URI was unsuccessful because a session could not be established.
- This message shall indicate that the attempt to access the resource, file, or image at the URI was unsuccessful because a session could not be established.
Version Added: v1.0
Severity: Critical
Resolution: Ensure that the URI contains a valid and reachable node name, protocol information, and other URI components.
Message and Arguments: "The service failed to establish a connection
with the URI '<1>'."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
2.3.27 CreateFailedMissingReqProperties
Example: The create operation failed because the required property 'Name' was missing from the request.
Indicates that a create operation was attempted on a resource but that properties that are required for the create operation were missing from the request.
- This message shall indicate that a create operation was attempted on a resource but that properties that are required for the create operation were missing from the request.
Deprecated in v1.14 and later. This message was deprecated in
favor of PropertyMissing.
Version Added: v1.0
Severity: Critical
Resolution: Correct the body to include the required property with a valid value and resubmit the request if the operation failed.
Message and Arguments: "The create operation failed because the
required property '<1>' was missing from the
request."
- string: The name of the required property.
- This argument shall contain the name of the required property.
2.3.28 CreateLimitReachedForResource
Example: The create operation failed because the resource has reached the limit of possible resources.
Indicates that no more resources can be created on the resource as it has reached its create limit.
- This message shall indicate that no more resources can be created on the resource as it has reached its create limit.
Version Added: v1.0
Severity: Critical
Resolution: Either delete resources and resubmit the request if the operation failed or do not resubmit the request.
Message and Arguments: "The create operation failed because the resource has reached the limit of possible resources."
2.3.29 Created
Example: The resource was created successfully.
Indicates that all conditions of a successful create operation were met.
- This message shall indicate that all conditions of a successful create operation were met.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The resource was created successfully."
2.3.30 EmptyJSON
Example: The request body submitted contained an empty JSON object and the service is unable to process it.
Indicates that the request body contained an empty JSON object when one or more properties are expected in the body.
- This message shall indicate that the request body contained an empty JSON object when one or more properties are expected in the body.
Version Added: v1.2
Severity: Warning
Resolution: Add properties in the JSON object and resubmit the request.
Message and Arguments: "The request body submitted contained an empty JSON object and the service is unable to process it."
2.3.31 EventBufferExceeded
Example: Undelivered events may have been lost due to exceeding the event buffer.
Indicates undelivered events may have been lost due to a lack of buffer space in the service.
- This message shall indicate that event buffer space used by the service has been exceeded, and as a result one or more undelivered events may have been lost.
Version Added: v1.13
Severity: Warning
Resolution: None.
Message and Arguments: "Undelivered events may have been lost due to exceeding the event buffer."
2.3.32 EventSubscriptionLimitExceeded
Example: The event subscription failed due to the number of simultaneous subscriptions exceeding the limit of the implementation.
Indicates that an event subscription establishment was requested but the operation failed due to the number of simultaneous connections exceeding the limit of the implementation.
- This message shall indicate that an event subscription establishment was requested but the operation failed due to the number of simultaneous connections exceeding the limit of the implementation.
Version Added: v1.0
Severity: Critical
Resolution: Reduce the number of other subscriptions before trying to establish the event subscription or increase the limit of simultaneous subscriptions, if supported.
Message and Arguments: "The event subscription failed due to the number of simultaneous subscriptions exceeding the limit of the implementation."
2.3.33 GeneralError
Example: A general error has occurred. See Resolution for information on how to resolve the error, or @Message.ExtendedInfo if Resolution is not provided.
Indicates that a general error has occurred. Use in
@Message.ExtendedInfo is discouraged. When used in
@Message.ExtendedInfo, implementations are expected to
include a Resolution property with this message and provide
a service-defined resolution to indicate how to resolve the error.
- This message shall indicate that a general error has occurred.
Implementations should not use this message in
@Message.ExtendedInfo. If used in@Message.ExtendedInfo, implementations should include aResolutionproperty with this message and provide a service-defined resolution to indicate how to resolve the error.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "A general error has occurred. See Resolution for information on how to resolve the error, or @Message.ExtendedInfo if Resolution is not provided."
2.3.34 GenerateSecretKeyRequired
Example: The Time-based One-Time Password (TOTP) secret key for this account must be generated before access is granted. Perform the GenerateSecretKey action at URI '/redfish/v1/AccountService/Accounts/1/GenerateSecretKey' and retain the secret key from the response.
Indicates that the Time-based One-Time Password (TOTP) secret key
needs to be generated for the account before accessing the service. The
secret key can be generated with a POST to the
GenerateSecretKey action for the
ManagerAccount resource instance.
- This message shall indicate that the RFC6238-defined Time-based
One-Time Password (TOTP) secret key needs to be generated for the
account before accessing the service. The secret key can be generated
with a
POSTto theGenerateSecretKeyaction for theManagerAccountresource instance.
Version Added: v1.19
Severity: Critical
Resolution: Generate secret key for this account by performing the
GenerateSecretKey action on the referenced URI and
retaining the secret key from the action response to produce a
Time-based One-Time Password (TOTP) for the Token property
in future session creation requests.
Message and Arguments: "The Time-based One-Time Password (TOTP)
secret key for this account must be generated before access is granted.
Perform the GenerateSecretKey action at URI '<1>' and
retain the secret key from the response."
- string: The URI for the
GenerateSecretKeyaction of the account that requires a new Time-based One-Time Password (TOTP) secret key.- This argument shall contain the URI for the
GenerateSecretKeyaction of the account that requires a new RFC6238-defined Time-based One-Time Password (TOTP) secret key.
- This argument shall contain the URI for the
2.3.35 HeaderInvalid
Example: Header 'X-Auth-Token' is invalid.
Indicates that a request header is invalid.
- This message shall indicate that a request header is known but is invalid.
Version Added: v1.13
Severity: Critical
Resolution: Resubmit the request with a valid request header.
Message and Arguments: "Header '<1>' is
invalid."
- string: The request header.
- This argument shall contain the full request header, including the field name and field value.
2.3.36 HeaderMissing
Example: Required header 'X-Auth-Token' is missing in the request.
Indicates that a required request header is missing.
- This message shall indicate that a required request header is missing in the request.
Version Added: v1.13
Severity: Critical
Resolution: Resubmit the request with the required request header.
Message and Arguments: "Required header '<1>' is
missing in the request."
- string: The missing required request header.
- This argument shall contain the missing required request header.
2.3.37 InsufficientPrivilege
Example: There are insufficient privileges for the account or credentials associated with the current session to perform the requested operation.
Indicates that the credentials associated with the established session do not have sufficient privileges for the requested operation.
- This message shall indicate that the credentials associated with the established session do not have sufficient privileges for the requested operation.
Version Added: v1.0
Severity: Critical
Resolution: Either abandon the operation or change the associated access rights and resubmit the request if the operation failed.
Message and Arguments: "There are insufficient privileges for the account or credentials associated with the current session to perform the requested operation."
2.3.38 InsufficientStorage
Example: Insufficient storage or memory available to complete the request.
Indicates that the operation could not be completed due to a lack of storage or memory available to the service.
- This message shall indicate that the request exceeds the storage or
memory available to the service. For cases where the payload is larger
than the maximum size supported, regardless of available storage, the
message
PayloadTooLargeshall be used.
Version Added: v1.13
Severity: Critical
Resolution: Increase the free storage space available to the service and resubmit the request.
Message and Arguments: "Insufficient storage or memory available to complete the request."
2.3.39 InternalError
Example: The request failed due to an internal service error. The service is still operational.
Indicates that the request failed for an unknown internal error but that the service is still operational.
- This message shall indicate that the request failed for an unknown internal error but that the service is still operational.
Version Added: v1.0
Severity: Critical
Resolution: Resubmit the request. If the problem persists, consider resetting the service.
Message and Arguments: "The request failed due to an internal service error. The service is still operational."
2.3.40 InvalidIndex
Example: The index -5 is not a valid offset into the array.
The index is not valid.
- This message shall indicate that the index is not valid.
Version Added: v1.0
Severity: Warning
Resolution: Verify the index value provided is within the bounds of the array.
Message and Arguments: "The index <1> is not a
valid offset into the array."
- number: The array index.
- This argument shall contain the array index value provided.
2.3.41 InvalidJSON
Example: The request body submitted is invalid JSON starting at line 10 and could not be parsed by the receiving service.
Indicates that the request body contains invalid JSON.
- This message shall indicate that the request body contains invalid JSON.
Version Added: v1.10
Severity: Critical
Resolution: Ensure that the request body is valid JSON and resubmit the request.
Message and Arguments: "The request body submitted is invalid JSON
starting at line <1> and could not be parsed by the
receiving service."
- number: The line number where the invalid JSON starts.
- This argument shall contain the line number where the invalid JSON starts.
2.3.42 InvalidObject
Example: The object at '/redfish/v1/Systems/InvalidSystem' is invalid.
Indicates that the object in question is invalid according to the implementation. An example is a firmware update malformed URI.
- This message shall indicate that the object in question is invalid according to the implementation.
Version Added: v1.0
Severity: Critical
Resolution: Either the object is malformed or the URI is not correct. Correct the condition and resubmit the request if it failed.
Message and Arguments: "The object at '<1>' is
invalid."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
2.3.43 InvalidScheme
Example: The URI 'tftp://Contoso.com/file' contains a scheme that is not supported.
The scheme of the URI of a property or action parameter provided in
the request body is not supported. For example, if tftp is
provided for the scheme, but TFTP is not supported.
- This message shall indicate the scheme of the URI of a property or action parameter provided in the request body is not supported.
Version Added: v1.23
Severity: Warning
Resolution: Resubmit the request with an appropriate scheme for the URI.
Message and Arguments: "The URI '<1>' contains a
scheme that is not supported."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
2.3.44 InvalidURI
Example: The URI '/redfish/v1/Systems/InvalidSystem' was not found.
Indicates that the operation encountered a URI that does not correspond to a valid resource.
- This message shall indicate that the operation encountered a URI that does not correspond to a valid resource.
Version Added: v1.10
Severity: Critical
Resolution: Provide a valid URI and resubmit the request.
Message and Arguments: "The URI '<1>' was not
found."
- string: The supplied URI.
- This argument shall contain the invalid URI that was encountered.
2.3.45 LicenseRequired
Example: A license is required for this operation: 'AdvancedPowerManagement'.
Indicates that a license is required to perform the requested operation.
- This message shall indicate that that a license is required to perform the requested operation.
Version Added: v1.16
Severity: Critical
Resolution: Install the requested license and resubmit the request.
Message and Arguments: "A license is required for this operation:
'<1>'."
- string: The vendor description of the license required to
perform the operation.
- This argument shall contain the vendor description of the license required to perform the operation.
2.3.46 MalformedJSON
Example: The request body submitted was malformed JSON and could not be parsed by the receiving service.
Indicates that the request body was malformed JSON.
- This message shall indicate that the request body was malformed JSON.
Version Added: v1.0
Severity: Critical
Resolution: Ensure that the request body is valid JSON and resubmit the request.
Message and Arguments: "The request body submitted was malformed JSON and could not be parsed by the receiving service."
2.3.47 MaximumErrorsExceeded
Example: Too many errors have occurred to report them all.
Indicates that so many errors have occurred that the reporting service cannot return them all.
- The maximum number of errors that the implementation can report was exceeded. This shall not be the only message reported by the service. The use of this message should be limited to RDE implementations.
Version Added: v1.8
Severity: Critical
Resolution: Resolve other reported errors and retry the current operation.
Message and Arguments: "Too many errors have occurred to report them all."
2.3.48 MissingOrMalformedPart
Example: The multipart request contains malformed parts or is missing required parts.
Indicates that a multipart request is missing a required part or contains malformed parts.
- This message shall indicate that the request payload supplied as part of an HTTP multipart request is missing one or more required parts or contains malformed parts.
Version Added: v1.13
Severity: Critical
Resolution: Add any missing required parts or correct the malformed parts and resubmit the request.
Message and Arguments: "The multipart request contains malformed parts or is missing required parts."
2.3.49 NetworkNameResolutionNotConfigured
Example: Network name resolution is not configured on this service.
Indicates that network-based name resolution is not configured on the service.
- This message shall indicate that network-based name resolution, such as DNS or WINS protocols, is not configured on the service.
Version Added: v1.11
Severity: Warning
Resolution: Configure the network-based 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.
Message and Arguments: "Network name resolution is not configured on this service."
2.3.50 NetworkNameResolutionNotSupported
Example: Resolution of network-based names is not supported by this service.
Indicates the service does not support network-based name resolution.
- This message shall indicate that the service does not support network-based name resolution, such as DNS or WINS protocols. URIs provided as property values must contain an IP address as the service cannot resolve a network name.
Version Added: v1.11
Severity: Warning
Resolution: Update any URI values to include an IP address instead of a network name and resubmit the request.
Message and Arguments: "Resolution of network-based names is not supported by this service."
2.3.51 NoOperation
Example: The request body submitted contain no data to act upon and no changes to the resource took place.
Indicates that the requested operation will not perform any changes on the service.
- This message shall indicate that the requested operation will not perform any changes on the service.
Version Added: v1.4
Severity: Warning
Resolution: Add properties in the JSON object and resubmit the request.
Message and Arguments: "The request body submitted contain no data to act upon and no changes to the resource took place."
2.3.52 NoValidSession
Example: There is no valid session established with the implementation.
Indicates that the operation failed because a valid session is required in order to access any resources.
- This message shall indicate that the operation failed because a valid session is required in order to access any resources.
Version Added: v1.0
Severity: Critical
Resolution: Establish a session before attempting any operations.
Message and Arguments: "There is no valid session established with the implementation."
2.3.53 OneTimePasscodeSent
Example: A one-time passcode was sent to: 'joe@contoso.com'. Supply
the passcode as the Token property in the request to create
a session.
Indicates that a required one-time passcode was sent to the user. The code should be provided as the Token property in the request to create a session.
- This message shall indicate that a one-time passcode was generated by the service as the result of a request to create a session. The one-time passcode shall be sent to the delivery address associated with account credentials supplied in the request.
Version Added: v1.17
Severity: OK
Resolution: Obtain the one-time passcode sent to the delivery address
and resubmit the request using the passcode as the Token
property.
Message and Arguments: "A one-time passcode was sent to:
'<1>'. Supply the passcode as the Token
property in the request to create a session."
- string: The delivery address for the one-time passcode. The
address is at least partially redacted.
- This argument shall contain the delivery address for the one-time passcode. The value shall be partially or fully redacted to prevent receipt by unauthorized clients.
2.3.54 OperationFailed
Example: An error occurred internal to the service as part of the overall request. Partial results may have been returned.
Indicates that one of the internal operations necessary to complete the request failed. An example of this is when an internal service provider is unable to complete the request, such as in aggregation or RDE.
- This message shall indicate that one of the internal operations necessary to complete the request failed. Partial results of the client operation may be returned.
Version Added: v1.8
Severity: Warning
Resolution: Resubmit the request. If the problem persists, consider resetting the service or provider.
Message and Arguments: "An error occurred internal to the service as part of the overall request. Partial results may have been returned."
2.3.55 OperationNotAllowed
Example: The HTTP method is not allowed on this resource.
Indicates that the HTTP method in the request is not allowed on this resource.
- This message shall indicate that the HTTP method in the request is not allowed on this resource. This error message should be used together with HTTP status code 405 Method Not Allowed.
Version Added: v1.13
Severity: Critical
Resolution: None.
Message and Arguments: "The HTTP method is not allowed on this resource."
2.3.56 OperationTimeout
Example: A timeout internal to the service occurred as part of the request. Partial results may have been returned.
Indicates that one of the internal operations necessary to complete the request timed out. An example of this is when an internal service provider is unable to complete the request, such as in aggregation or RDE.
- This message shall indicate that one of the internal operations necessary to complete the request timed out. Partial results of the client operation may be returned.
Version Added: v1.8
Severity: Warning
Resolution: Resubmit the request. If the problem persists, consider resetting the service or provider.
Message and Arguments: "A timeout internal to the service occurred as part of the request. Partial results may have been returned."
2.3.57 PasswordChangeRequired
Example: The password provided for this account must be changed before access is granted. PATCH the Password property for this account located at the target URI '/redfish/v1/Managers/1/Accounts/1' to complete this process.
Indicates that the password for the account provided must be changed
before accessing the service. The password can be changed with a
PATCH to the Password property in the manager
account resource instance. Implementations that provide a default
password for an account may require a password change prior to first
access to the service.
- This message shall indicate that the password for the account
provided must be changed before accessing the service. The password can
be changed with a
PATCHto thePasswordproperty in the manager account resource instance. Implementations that provide a default password for an account may require a password change prior to first access to the service.
Version Added: v1.5
Severity: Critical
Resolution: Change the password for this account using a PATCH to the Password property at the URI provided.
Message and Arguments: "The password provided for this account must
be changed before access is granted. PATCH the Password property for
this account located at the target URI '<1>' to
complete this process."
- string: The URI of the target resource.
- This argument shall contain the URI of the target manager account resource instance.
2.3.58 PasswordComplexityNotMet
Example: The password provided for this account does not meet the password complexity requirements of the service.
Indicates that the password for the account provided does not meet the password complexity requirements of the service. The password for the account was not changed.
- This message shall indicate that the password for the account provided does not meet the password complexity requirements of the service.
Version Added: v1.21
Severity: Critical
Resolution: Resubmit the request with a password that meets the
password complexity requirements as specified by the
PasswordGuidanceMessage property in the
AccountService resource.
Message and Arguments: "The password provided for this account does not meet the password complexity requirements of the service."
2.3.59 PasswordIncorrectLength
Example: The password provided for this account does not meet the password length requirements of the service.
Indicates that the password for the account provided does not meet the password length requirements of the service. The password for the account was not changed.
- This message shall indicate that the password for the account provided does not meet the length requirements of the service. The length of the supplied password is either too short or too long.
Version Added: v1.21
Severity: Critical
Resolution: Resubmit the request with a password that meets the
password length requirements as specified by the
MinPasswordLength and MaxPasswordLength
properties in the AccountService resource.
Message and Arguments: "The password provided for this account does not meet the password length requirements of the service."
2.3.60 PasswordReuseTooRecent
Example: The password provided for this account does not meet the password reuse requirements of the service.
Indicates that the password for the account provided does not meet the password reuse requirements of the service. The password for the account was not changed.
- This message shall indicate that the password for the account provided does not meet the password reuse requirements of the service. The supplied password was used too recently.
Version Added: v1.21
Severity: Critical
Resolution: Resubmit the request with a password that meets the
password reuse requirements specified by the
EnforcePasswordHistoryCount property in the
AccountService resource.
Message and Arguments: "The password provided for this account does not meet the password reuse requirements of the service."
2.3.61 PayloadTooLarge
Example: The supplied payload exceeds the maximum size supported by the service.
Indicates that the supplied payload is too large to be accepted by the service.
- This message shall indicate that the payload supplied exceeds the
size supported by the service. For cases where the payload size is
supported but there is insufficient available storage space, the message
InsufficientStorageshall be used.
Version Added: v1.13
Severity: Critical
Resolution: Check that the supplied payload is correct and supported by this service.
Message and Arguments: "The supplied payload exceeds the maximum size supported by the service."
2.3.62 PreconditionFailed
Example: The ETag supplied did not match the ETag required to change this resource.
Indicates that the ETag supplied did not match the current ETag of the resource.
- Indicates that the ETag supplied either in the header or using that
@odata.etagannotation in the resource did not match the one expected by the service and so the operation on this resource failed. The use of this message shall only be used in responses for deep operations, since HTTP status code 412 is typically used for this.
Version Added: v1.8
Severity: Critical
Resolution: Try the operation again using the appropriate ETag.
Message and Arguments: "The ETag supplied did not match the ETag required to change this resource."
2.3.63 PreconditionRequired
Example: A precondition header or annotation is required to change this resource.
Indicates that the request did not provide the required precondition
such as an If-Match or If-None-Match header or
@odata.etag annotations.
- Indicates that the request did not provide the required precondition
such as an
If-MatchorIf-None-Matchheader or@odata.etagannotations. The use of this message shall only be used in responses for deep operations, since HTTP status code 428 is typically used for this.
Version Added: v1.8
Severity: Critical
Resolution: Try the operation again using an If-Match or If-None-Match header and appropriate ETag.
Message and Arguments: "A precondition header or annotation is required to change this resource."
2.3.64 PropertyDeprecated
Example: The deprecated property 'OldProperty' was included in the request body.
Indicates the property is deprecated.
- This message shall indicate that the property is deprecated.
Version Added: v1.10
Severity: Warning
Resolution: Refer to the schema guide for more information.
Message and Arguments: "The deprecated property
'<1>' was included in the request body."
- string: The name of the property.
- This argument shall contain the name of the property that is deprecated.
2.3.65 PropertyDuplicate
Example: The property 'Name' was duplicated in the request.
Indicates that a duplicate property was included in the request body.
- This message shall indicate that a duplicate property was included in the request body.
Version Added: v1.0
Severity: Warning
Resolution: Remove the duplicate property from the request body and resubmit the request if the operation failed.
Message and Arguments: "The property '<1>' was
duplicated in the request."
- string: The name of the duplicate property.
- This argument shall contain the name of the duplicate property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.66 PropertyMissing
Example: The property 'Name' is a required property and must be included in the request.
Indicates that a required property was not supplied as part of the request.
- This message shall indicate that a required property was not supplied as part of the request.
Version Added: v1.0
Severity: Warning
Resolution: Ensure that the property is in the request body and has a valid value and resubmit the request if the operation failed.
Message and Arguments: "The property '<1>' is a
required property and must be included in the request."
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.67 PropertyModified
Example: One or more properties were successfully modified.
Indicates that all properties listed in
RelatedProperties in the message were successfully
modified.
- This message shall indicate that the properties listed in RelatedProperties were successfully modified.
Version Added: v1.19
Severity: OK
Resolution: None.
Message and Arguments: "One or more properties were successfully modified."
2.3.68 PropertyNotUpdated
Example: The property 'Status' was not updated due to an internal service error. The service is still operational.
Indicates that a property was not updated due to an internal service error, but the service is still functional.
- This message shall indicate that a property was not updated due to an internal service error, but the service is still functional.
Version Added: v1.12
Severity: Critical
Resolution: Resubmit the request. If the problem persists, check for additional messages and consider resetting the service.
Message and Arguments: "The property '<1>' was not
updated due to an internal service error. The service is still
operational."
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.69 PropertyNotWritable
Example: The property 'Manufacturer' is a read-only property and cannot be assigned a value.
Indicates that a property was given a value in the request body, but the property is a read-only property.
- This message shall indicate that a property was given a value in the request body, but the property is a read-only property.
Version Added: v1.0
Severity: Warning
Resolution: Remove the property from the request body and resubmit the request if the operation failed.
Message and Arguments: "The property '<1>' is a
read-only property and cannot be assigned a value."
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.70 PropertyUnknown
Example: The property 'InvalidPropertyName' is not in the list of valid properties for the resource.
Indicates that an unknown property was included in the request body.
- This message shall indicate that an unknown property was included in the request body.
Version Added: v1.0
Severity: Warning
Resolution: Remove the unknown property from the request body and resubmit the request if the operation failed.
Message and Arguments: "The property '<1>' is not
in the list of valid properties for the resource."
- string: The name of the unknown property.
- This argument shall contain the name of the unknown property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.71 PropertyValueConflict
Example: The property 'BootSourceOverrideTarget' could not be written because its value would conflict with the value of the 'BootSourceOverrideEnabled' property.
Indicates that the requested write of a property value could not be completed because of a conflict with another property value.
- This message shall indicate that the requested write of a property could not be completed because of a conflict with the value of another property.
Version Added: v1.6
Severity: Warning
Resolution: None.
Message and Arguments: "The property '<1>' could
not be written because its value would conflict with the value of the
'<2>' property."
- string: The name of the property for which a write was
requested.
- This argument shall contain the name of the property for which a write was requested.
- string: The name of the property with which there is a
conflict.
- This argument shall contain the name of the property with which there is a conflict.
2.3.72 PropertyValueDeprecated
Example: The value 'OldValue' for the property 'OldProperty' is deprecated.
Indicates that a property was given a deprecated value.
- This message shall indicate that a property was given a deprecated value.
Version Added: v1.10
Severity: Warning
Resolution: Refer to the schema guide for more information.
Message and Arguments: "The value '<1>' for the
property <2> is deprecated."
- string: The value provided for the property.
- This argument shall contain the deprecated value provided for the property.
- string: The name of the property.
- This argument shall contain the name of the property.
2.3.73 PropertyValueError
Example: The value provided for the property 'Status' is not valid.
Indicates that a property was given an invalid value.
- This message shall indicate that a property was given an invalid value, and the value cannot or should not be included in the message text.
Version Added: v1.11
Severity: Warning
Resolution: Correct the value for the property in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value provided for the property
'<1>' is not valid."
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.74 PropertyValueExternalConflict
Example: The property 'BootSourceOverrideTarget' with the requested value of 'Pxe' could not be written because the value is not available due to a configuration conflict.
Indicates that the requested write of a property value could not be completed due to conflicts with other configurations in the service managed with non-Redfish interfaces.
- This message shall indicate that the requested write of a property could not be completed because the requested value of the property, which is a value supported by the implementation, cannot be accepted due to conflicts with other configurations in the service managed with non-Redfish interfaces.
Version Added: v1.10
Severity: Warning
Resolution: None.
Message and Arguments: "The property '<1>' with
the requested value of '<2>' could not be written
because the value is not available due to a configuration conflict."
- string: The name of the property for which a write was
requested.
- This argument shall contain the name of the property for which a write was requested.
- string: The value of the property that is in conflict.
- This argument shall contain the value of the property that is in conflict.
2.3.75 PropertyValueFormatError
Example: The value '2024-01-01' for the property 'ManufactureDate' is not a format that the property can accept.
Indicates that a property was given the correct value type but the format of the value is not supported.
- This message shall indicate that a property was given the correct value type but the format of the value is not supported.
Version Added: v1.0
Severity: Warning
Resolution: Correct the value for the property in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
property <2> is not a format that the property can
accept."
- string: The value provided for the property.
- This argument shall contain the value provided for the property.
Numeric values shall be converted to a string, and null values shall be
represented by the string
null.
- This argument shall contain the value provided for the property.
Numeric values shall be converted to a string, and null values shall be
represented by the string
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.76 PropertyValueIncorrect
Example: The property 'UserName' with the requested value of 'Admin!' could not be written because the value is not acceptable for the property.
Indicates that the requested write of a property value could not be completed because of an incorrect value of the property. Examples include values that do not match a regular expression requirement, passwords that do not match the implementation constraints, or specifying an invalid URI in a reference property.
- This message shall indicate that the requested write of a property could not be completed because of an incorrect value for the property.
Version Added: v1.7
Severity: Warning
Resolution: None.
Message and Arguments: "The property '<1>' with
the requested value of '<2>' could not be written
because the value is not acceptable for the property."
- string: Name of the property for which a write was
requested.
- This argument shall contain the name of the property for which a write was requested.
- string: Value of the property that is incorrect.
- This argument shall contain the value of the property that is incorrect.
2.3.77 PropertyValueModified
Example: The property 'Temperature' was assigned the value '20' due to modification by the service.
Indicates that a property was given the correct value type but the value of that property was modified. Examples are truncated or rounded values.
- This message shall indicate that a property was given the correct value type but the value of that property was modified.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The property '<1>' was
assigned the value '<2>' due to modification by the
service."
- string: The name of the property.
- This argument shall contain the name of the property.
- string: The value assigned for property.
- This argument shall contain the value assigned for property.
2.3.78 PropertyValueNotInList
Example: The value 'InvalidValue' for the property 'Status' is not in the list of acceptable values.
Indicates that a property was given the correct value type but the value of that property was not supported. The value is not in an enumeration.
- This message shall indicate that a property was given the correct value type but the value of that property was not supported.
Version Added: v1.0
Severity: Warning
Resolution: Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
property <2> is not in the list of acceptable
values."
- string: The value provided for the property.
- This argument shall contain the value provided for the property.
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.79 PropertyValueOutOfRange
Example: The value '-5' for the property 'MemorySizeGB' is not in the supported range of acceptable values.
Indicates that a property was given the correct value type but the value of that property is outside the supported range.
- This value shall indicate that a property was given the correct value type but the value of that property is outside the supported range.
Version Added: v1.3
Severity: Warning
Resolution: Correct the value for the property in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
property <2> is not in the supported range of
acceptable values."
- string: The value provided for the property.
- This argument shall contain the value provided for the property.
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.80 PropertyValueResourceConflict
Example: The property 'BootSourceOverrideTarget' with the requested value of 'Pxe' could not be written because the value conflicts with the state or configuration of the resource at '/redfish/v1/Systems/1'.
Indicates that the requested write of a property value could not be completed due to the current state or configuration of another resource.
- This message shall indicate that the requested write of a property could not be completed because the requested value of the property, which is a value supported by the implementation, cannot be accepted due to conflicts in the state or configuration of another resource.
Version Added: v1.10
Severity: Warning
Resolution: None.
Message and Arguments: "The property '<1>' with
the requested value of '<2>' could not be written
because the value conflicts with the state or configuration of the
resource at '<3>'."
- string: The name of the property for which a write was
requested.
- This argument shall contain the name of the property for which a write was requested.
- string: The value of the property that is in conflict.
- This argument shall contain the value of the property that is in conflict.
- string: The URI of the resource in conflict.
- This argument shall contain the URI of the resource that is in conflict with the value of the requested property.
2.3.81 PropertyValueTypeError
Example: The value '123' for the property 'Manufacturer' is not a type that the property can accept.
Indicates that a property was given the wrong value type, such as when a number is supplied for a property that requires a string.
- This message shall indicate that a property was given the wrong value type.
Version Added: v1.0
Severity: Warning
Resolution: Correct the value for the property in the request body and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
property <2> is not a type that the property can
accept."
- string: The value provided for the property.
- This argument shall contain the value provided for the property.
Numeric values shall be converted to a string, and null values shall be
represented by the string
null.
- This argument shall contain the value provided for the property.
Numeric values shall be converted to a string, and null values shall be
represented by the string
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
2.3.82 QueryCombinationInvalid
Example: Two or more query parameters in the request cannot be used together.
Indicates the request contains multiple query parameters and that two or more of them cannot be used together.
- This message shall indicate that the request contains multiple query parameters and that two or more of them cannot be used together.
Version Added: v1.6
Severity: Warning
Resolution: Remove one or more of the query parameters and resubmit the request if the operation failed.
Message and Arguments: "Two or more query parameters in the request cannot be used together."
2.3.83 QueryNotSupported
Example: Querying is not supported by the implementation.
Indicates that query is not supported on the implementation.
- This message shall indicate that query is not supported on the implementation.
Version Added: v1.0
Severity: Warning
Resolution: Remove the query parameters and resubmit the request if the operation failed.
Message and Arguments: "Querying is not supported by the implementation."
2.3.84 QueryNotSupportedOnOperation
Example: Querying is not supported with the requested operation.
Indicates that query is not supported with the given operation, such
as when the $expand query is attempted with a
PATCH operation.
- This message shall indicate that query is not supported with the given operation.
Version Added: v1.6
Severity: Warning
Resolution: Remove the query parameters and resubmit the request if the operation failed.
Message and Arguments: "Querying is not supported with the requested operation."
2.3.85 QueryNotSupportedOnResource
Example: Querying is not supported on the requested resource.
Indicates that query is not supported on the given resource, such as
when the $skip query is attempted on a resource that is not
a collection.
- This message shall indicate that query is not supported on the given resource.
Version Added: v1.0
Severity: Warning
Resolution: Remove the query parameters and resubmit the request if the operation failed.
Message and Arguments: "Querying is not supported on the requested resource."
2.3.86 QueryParameterOutOfRange
Example: The value '1000' for the query parameter '$top' is out of range. The maximum supported value is 100.
Indicates that a query parameter was provided that is out of range for the given resource. This can happen with values that are too low or that exceed what is possible for the supplied resource, such as when a page is requested that is beyond the last page.
- This message shall indicate that a query parameter was provided that is out of range for the given resource.
Version Added: v1.0
Severity: Warning
Resolution: Reduce the value for the query parameter to a value that is within range, such as a start or count value that is within bounds of the number of resources in a collection or a page number that is within the range of valid pages.
Message and Arguments: "The value '<1>' for the
query parameter <2> is out of range
<3>."
- string: The value provided for the query parameter.
- This argument shall contain the value provided for the query parameter.
- string: The query parameter.
- This argument shall contain the name of the query parameter.
- string: The valid range for the query parameter.
- This argument shall contain a string representation of the valid range of values supported for the query parameter.
2.3.87 QueryParameterUnsupported
Example: Query parameter 'InvalidParameter' is not supported.
Indicates that a query parameter is not supported.
- This message shall indicate that a query parameter is not supported by this service.
Version Added: v1.15
Severity: Warning
Resolution: Correct or remove the query parameter and resubmit the request.
Message and Arguments: "Query parameter '<1>' is
not supported."
- string: The query parameter.
- This argument shall contain the name of the query parameter.
2.3.88 QueryParameterValueError
Example: The value 'Contoso' for the parameter '$top' is invalid.
Indicates that a query parameter was given an invalid value.
- This message shall indicate that a query parameter was given an invalid value that cannot or should not be included in the message.
Version Added: v1.11
Severity: Warning
Resolution: Correct the value for the query parameter in the request and resubmit the request if the operation failed.
Message and Arguments: "The value for the parameter
'<1>' is invalid."
- string: The query parameter.
- This argument shall contain the name of the query parameter.
2.3.89 QueryParameterValueFormatError
Example: The value '2024-01-01' for the query parameter '$filter' is not a format that the parameter can accept.
Indicates that a query parameter was given the correct value type but the format of the value is not supported.
- This message shall indicate that a query parameter was given the correct value type but the format of the value is not supported.
Version Added: v1.0
Severity: Warning
Resolution: Correct the value for the query parameter in the request and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
parameter <2> is not a format that the parameter can
accept."
- string: The value provided for the query parameter.
- This argument shall contain the value provided for the query parameter.
- string: The query parameter.
- This argument shall contain the name of the query parameter.
2.3.90 QueryParameterValueTypeError
Example: The value '123' for the query parameter '$filter' is not a type that the parameter can accept.
Indicates that a query parameter was given the wrong value type, such as when a number is supplied for a query parameter that requires a string.
- This message shall indicate that a query parameter was given the wrong value type, such as when a number is supplied for a query parameter that requires a string.
Version Added: v1.0
Severity: Warning
Resolution: Correct the value for the query parameter in the request and resubmit the request if the operation failed.
Message and Arguments: "The value '<1>' for the
query parameter <2> is not a type that the parameter
can accept."
- string: The value provided for the query parameter.
- This argument shall contain the value provided for the query parameter.
- string: The query parameter.
- This argument shall contain the name of the query parameter.
2.3.91 ResetRecommended
Example: In order to recover from errors, a component reset is recommended with the Reset action URI '/redfish/v1/Systems/1/Actions/ComputerSystem.Reset' and ResetType 'ForceRestart'.
Indicates that a component reset is recommended for error recovery while unaffected applications can continue running without any effect on accuracy and performance.
- This message shall indicate that a component reset is recommended for error recovery while unaffected applications can continue running without any effect on accuracy and performance.
Version Added: v1.12
Severity: Warning
Resolution: Perform the recommended reset action on the specified component.
Message and Arguments: "In order to recover from errors, a component
reset is recommended with the Reset action URI '<1>'
and ResetType '<2>'."
- string: The URI for the reset action of the component that
recommends a reset.
- This argument shall contain the URI for the reset action that is recommended to be invoked for error recovery.
- string: The
ResetTyperequired in a reset action on the component URI.- This argument shall contain the
ResetTyperequired in a reset action on the component URI for error recovery while unaffected applications can continue running without any effect on accuracy and performance. A reset actionPOSTshall contain thisResetTypeparameter.
- This argument shall contain the
2.3.92 ResetRequired
Example: In order to apply changes, recover from errors, or complete the operation, a component reset is required with the Reset action URI '/redfish/v1/Systems/1/Actions/ComputerSystem.Reset' and ResetType 'ForceRestart'.
Indicates that a component reset is required for changes, error recovery, or operations to complete.
- This message shall indicate that a component reset is required for changes, error recovery, or operations to complete.
Version Added: v1.6
Severity: Warning
Resolution: Perform the required reset action on the specified component.
Message and Arguments: "In order to apply changes, recover from
errors, or complete the operation, a component reset is required with
the Reset action URI '<1>' and ResetType
'<2>'."
- string: The URI for the reset action of the component that
requires a reset.
- This argument shall contain the URI for the reset action that is required to be invoked for changes, error recovery or operations to complete.
- string: The
ResetTyperequired in a reset action on the component URI.- This argument shall contain the
ResetTyperequired in a reset action on the component URI for changes, error recovery or operations to complete. A reset actionPOSTshall contain thisResetTypeparameter.
- This argument shall contain the
2.3.93 ResourceAlreadyExists
Example: The requested resource of type 'Drive' with the property 'PredictedMediaLifeLeftThreshold' with the value '20' already exists.
Indicates that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists.
- This message shall indicate that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists.
Version Added: v1.0
Severity: Critical
Resolution: Do not repeat the create operation as the resource was already created.
Message and Arguments: "The requested resource of type
'<1>' with the property '<2>' with
the value '<3>' already exists."
- string: The type of resource.
- This argument shall contain the schema name of the resource.
- string: The name of the property.
- This argument shall contain the name of the property.
- string: The value of the property.
- This argument shall contain the value provided for the property.
Numeric values shall be converted to a string, and null values shall be
represented by the string
null.
- This argument shall contain the value provided for the property.
Numeric values shall be converted to a string, and null values shall be
represented by the string
2.3.94 ResourceAtUriInUnknownFormat
Example: The resource at '/redfish/v1/UpdateService/FirmwareInventory/1/Actions/FirmwareInventory.UpdateImage' is in a format not recognized by the service.
Indicates that the URI was valid but the resource or image at that URI was in a format not supported by the service.
- This message shall indicate that the URI was valid but the resource or image at that URI was in a format not supported by the service.
Version Added: v1.0
Severity: Critical
Resolution: Place an image or resource or file that is recognized by the service at the URI.
Message and Arguments: "The resource at '<1>' is
in a format not recognized by the service."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
2.3.95 ResourceAtUriUnauthorized
Example: While accessing the resource at '/redfish/v1/UpdateService/FirmwareInventory/1/Actions/FirmwareInventory.UpdateImage', the service received an authorization error 'Unauthorized'.
Indicates that the attempt to access the resource, file, or image at the URI was unauthorized.
- This message shall indicate that the attempt to access the resource, file, or image at the URI was unauthorized.
Version Added: v1.0
Severity: Critical
Resolution: Ensure that the appropriate access is provided for the service in order for it to access the URI.
Message and Arguments: "While accessing the resource at
'<1>', the service received an authorization error
'<2>'."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
- string: The error message received from the authorization
service.
- This argument shall contain the error message received from the authorization service or software.
2.3.96 ResourceCannotBeDeleted
Example: The delete request failed because the resource requested cannot be deleted.
Indicates that a delete operation was attempted on a resource that cannot be deleted.
- This message shall indicate that a delete operation was attempted on a resource that cannot be deleted.
Version Added: v1.0
Severity: Critical
Resolution: Do not attempt to delete a non-deletable resource.
Message and Arguments: "The delete request failed because the resource requested cannot be deleted."
2.3.97 ResourceCreationConflict
Example: The resource could not be created. The service has a resource at URI '/redfish/v1/Systems/1' that conflicts with the creation request.
Indicates that the requested resource creation could not be completed because the service has a resource that conflicts with the request.
- This message shall indicate that the requested creation of a resource could not be completed because the service has a resource that conflicts with the request, such as when the resource already exists or an existing resource has similar property values.
Version Added: v1.7
Severity: Warning
Resolution: None.
Message and Arguments: "The resource could not be created. The
service has a resource at URI '<1>' that conflicts
with the creation request."
- string: URI of the resource that conflicts with the
creation request.
- This argument shall contain the URI of the resource with which there is a conflict.
2.3.98 ResourceDeprecated
Example: The operation was performed on a deprecated resource '/redfish/v1/OldResource'.
Indicates the resource is deprecated.
- This message shall indicate that the resource is deprecated.
Version Added: v1.10
Severity: Warning
Resolution: Refer to the schema guide for more information.
Message and Arguments: "The operation was performed on a deprecated
resource '<1>'."
- string: The URI of the resource.
- This argument shall contain the URI of the resource that is deprecated.
2.3.99 ResourceExhaustion
Example: The resource at '/redfish/v1/UpdateService/FirmwareInventory/1' was unable to satisfy the request due to unavailability of resources.
Indicates that a resource could not satisfy the request due to some unavailability of resources. An example is that available capacity was allocated.
- This message shall indicate that a resource could not satisfy the request due to some unavailability of resources.
Version Added: v1.2
Severity: Critical
Resolution: Ensure that the resources are available and resubmit the request.
Message and Arguments: "The resource '<1>' was
unable to satisfy the request due to unavailability of resources."
- string: The URI of the resource.
- This argument shall contain the URI of the relevant resource.
2.3.100 ResourceInStandby
Example: The request could not be performed because the resource is in standby.
Indicates that the request could not be performed because the resource is in standby.
- This message shall indicate that the request could not be performed because the resource is in standby.
Version Added: v1.1
Severity: Critical
Resolution: Ensure that the resource is in the correct power state and resubmit the request.
Message and Arguments: "The request could not be performed because the resource is in standby."
2.3.101 ResourceInUse
Example: The change to the requested resource failed because the resource is in use or in transition.
Indicates that a change was requested to a resource but the change was rejected due to the resource being in use or transition.
- This message shall indicate that a change was requested to a resource but the change was rejected due to the resource being in use or transition.
Version Added: v1.0
Severity: Warning
Resolution: Remove the condition and resubmit the request if the operation failed.
Message and Arguments: "The change to the requested resource failed because the resource is in use or in transition."
2.3.102 ResourceMissingAtURI
Example: The resource at the URI '/redfish/v1/UpdateService/FirmwareInventory/1/Actions/FirmwareInventory.UpdateImage' was not found.
Indicates that the operation expected an image or other resource at the provided URI but none was found. Examples of this are in requests that require URIs such as firmware updates.
- This message shall indicate that the operation expected an image or other resource at the provided URI but none was found.
Version Added: v1.0
Severity: Critical
Resolution: Place a valid resource at the URI or correct the URI and resubmit the request.
Message and Arguments: "The resource at the URI
'<1>' was not found."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
2.3.103 ResourceNotFound
Example: The requested resource of type 'Drive' named 'Drive1' was not found.
Indicates that the operation expected a resource identifier that corresponds to an existing resource but one was not found.
- This message shall indicate that the operation expected a resource identifier that corresponds to an existing resource but one was not found.
Version Added: v1.2
Severity: Critical
Resolution: Provide a valid resource identifier and resubmit the request.
Message and Arguments: "The requested resource of type
'<1>' named '<2>' was not
found."
- string: The type of resource.
- This argument shall contain the schema name of the resource.
- string: The
Idof the resource.- This argument shall contain the value of the
Idproperty of the requested resource.
- This argument shall contain the value of the
2.3.104 ResourceTypeIncompatible
Example: The @odata.type of the request body '#ManagerAccount.v1_3_0.ManagerAccount' is incompatible with the @odata.type of the resource, which is '#ManagerAccount.v1_2_0.ManagerAccount'.
Indicates that the resource type of the operation does not match that
of the operation destination. Examples of this are a POST
to a resource collection using the wrong resource type, an update where
the @odata.type properties do not match, or a case of major
version incompatibility.
- This message shall indicate that the resource type of the operation does not match that of the operation destination.
Version Added: v1.2
Severity: Critical
Resolution: Resubmit the request with a payload compatible with the resource's schema.
Message and Arguments: "The @odata.type of the request body
'<1>' is incompatible with the @odata.type of the
resource, which is '<2>'."
- string: The
@odata.typeof the request.- This argument shall contain the value of the
@odata.typeproperty provided in the request.
- This argument shall contain the value of the
- string: The supported
@odata.typevalue.- This argument shall contain the value of the
@odata.typeproperty supported by the resource.
- This argument shall contain the value of the
2.3.105 RestrictedPrivilege
Example: The operation was not successful because the privilege 'Login' is restricted.
Indicates that the operation was not successful because a privilege is restricted.
- This message shall indicate that the operation was not successful because a privilege is restricted.
Version Added: v1.9
Severity: Warning
Resolution: Remove restricted privileges from the request body and resubmit the request.
Message and Arguments: "The operation was not successful because the
privilege '<1>' is restricted."
- string: The name of the restricted privilege.
- This argument shall contain the name of the restricted privilege.
2.3.106 RestrictedRole
Example: The operation was not successful because the role 'ReadOnly' is restricted.
Indicates that the operation was not successful because the role is restricted.
- This message shall indicate that the operation was not successful because the role is restricted.
Version Added: v1.9
Severity: Warning
Resolution: No resolution is required. For standard roles, consider using the role specified in the AlternateRoleId property in the Role resource.
Message and Arguments: "The operation was not successful because the
role '<1>' is restricted."
- string: The name of the restricted role.
- This argument shall contain the name of the restricted role.
2.3.107 ServiceDisabled
Example: The operation failed because the service at '/redfish/v1/AccountService' is disabled and cannot accept requests.
Indicates that the operation failed because the service, such as the account service, is disabled and cannot accept requests.
- This message shall indicate that the operation failed because the service, such as the account service, is disabled and cannot accept requests.
Version Added: v1.11
Severity: Warning
Resolution: Enable the service and resubmit the request if the operation failed.
Message and Arguments: "The operation failed because the service at
'<1>' is disabled and cannot accept requests."
- string: The URI of the disabled service.
- This argument shall contain the URI of the disabled service.
2.3.108 ServiceInUnknownState
Example: The operation failed because the service is in an unknown state and can no longer take incoming requests.
Indicates that the operation failed because the service is in an unknown state and cannot accept additional requests.
- This message shall indicate that the operation failed because the service is in an unknown state and cannot accept additional requests.
Version Added: v1.0
Severity: Critical
Resolution: Restart the service and resubmit the request if the operation failed.
Message and Arguments: "The operation failed because the service is in an unknown state and can no longer take incoming requests."
2.3.109 ServiceShuttingDown
Example: The operation failed because the service is shutting down and can no longer take incoming requests.
Indicates that the operation failed because the service is shutting down, such as when the service reboots.
- This message shall indicate that the operation failed because the service is shutting down.
Version Added: v1.0
Severity: Critical
Resolution: When the service becomes available, resubmit the request if the operation failed.
Message and Arguments: "The operation failed because the service is shutting down and can no longer take incoming requests."
2.3.110 ServiceTemporarilyUnavailable
Example: The service is temporarily unavailable. Retry in 30 seconds.
Indicates the service is temporarily unavailable.
- This message shall indicate that the service is temporarily unavailable.
Version Added: v1.0
Severity: Critical
Resolution: Wait for the indicated retry duration and retry the operation.
Message and Arguments: "The service is temporarily unavailable. Retry
in <1> seconds."
- string: The retry duration in seconds.
- This argument shall contain the number of seconds the client should wait before attempting the operation again.
2.3.111 SessionLimitExceeded
Example: The session establishment failed due to the number of simultaneous sessions exceeding the limit of the implementation.
Indicates that a session establishment was requested but the operation failed due to the number of simultaneous sessions exceeding the limit of the implementation.
- This message shall indicate that a session establishment was requested but the operation failed due to the number of simultaneous sessions exceeding the limit of the implementation.
Version Added: v1.0
Severity: Critical
Resolution: Reduce the number of other sessions before trying to establish the session or increase the limit of simultaneous sessions, if supported.
Message and Arguments: "The session establishment failed due to the number of simultaneous sessions exceeding the limit of the implementation."
2.3.112 SessionTerminated
Example: The session was successfully terminated.
Indicates that the DELETE operation on the session
resource resulted in the successful termination of the session.
- This message shall indicate that the
DELETEoperation on the session resource resulted in the successful termination of the session.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "The session was successfully terminated."
2.3.113 SourceDoesNotSupportProtocol
Example: The other end of the connection at '/redfish/v1/UpdateService/FirmwareInventory/1/Actions/FirmwareInventory.UpdateImage' does not support the specified protocol 'HTTPS'.
Indicates that while attempting to access, connect to, or transfer a resource, file, or image from another location that the other end of the connection did not support the protocol.
- This message shall indicate that while attempting to access, connect to, or transfer a resource, file, or image from another location that the other end of the connection did not support the protocol.
Version Added: v1.0
Severity: Critical
Resolution: Change protocols or URIs.
Message and Arguments: "The other end of the connection at
'<1>' does not support the specified protocol
<2>."
- string: The URI provided.
- This argument shall contain the URI provided for this operation.
- string: The protocol specified.
- This argument shall contain the name of the protocol requested for this operation.
2.3.114 StrictAccountTypes
Example: The request could not be fulfilled with the account types included in property 'AccountTypes' because the property StrictAccountTypes is set to true.
Indicates the request failed because a set of
AccountTypes or OEMAccountTypes was not
accepted while StrictAccountTypes is set to
true.
- This message shall indicate that the request failed because a set of
AccountTypesorOEMAccountTypeswas not accepted whileStrictAccountTypesis set totrue.
Version Added: v1.9
Severity: Warning
Resolution: Resubmit the request either with an acceptable set of AccountTypes and OEMAccountTypes or with StrictAccountTypes set to false.
Message and Arguments: "The request could not be fulfilled with the
account types included in property '<1>' because the
property StrictAccountTypes is set to true."
- string: The name of the property.
- This argument shall contain the name of the property
AccountTypesorOEMAccountTypes.
- This argument shall contain the name of the property
2.3.115 StringValueTooLong
Example: The string 'This is a very long string' exceeds the length limit 10.
Indicates that a string value passed to the given resource was longer than the maximum allowed length. An example is when an implementation has imposed a shorter maximum length than that allowed by the specification.
- This message shall indicate that a string value passed to the given resource was longer than the maximum allowed length.
Version Added: v1.2
Severity: Warning
Resolution: Resubmit the request with an appropriate string length.
Message and Arguments: "The string '<1>' exceeds
the length limit <2>."
- string: The string provided.
- This argument shall contain the string value provided for this operation.
- number: The maximum string length.
- This argument shall contain the maximum supported string length for this property.
2.3.116 StringValueTooShort
Example: The string 'Too short' was under the minimum required length 16.
Indicates that a string value passed to the given resource was shorter than the minimum required length. An example is when an implementation has imposed a greater minimum length than that required by the specification. This message also applies to cases of empty strings where the minimum string length is 1.
- This message shall indicate that a string value passed to the given resource was shorter than the minimum required length.
Version Added: v1.16
Severity: Warning
Resolution: Resubmit the request with an appropriate string length.
Message and Arguments: "The string '<1>' was under
the minimum required length <2>."
- string: The string provided.
- This argument shall contain the string value provided for this operation.
- number: The minimum string length.
- This argument shall contain the minimum supported string length for this property.
2.3.117 SubscriptionTerminated
Example: The event subscription was terminated.
An event subscription was terminated by the service. No further events will be delivered.
- This message shall indicate that an event subscription was terminated by the service.
Version Added: v1.5
Severity: OK
Resolution: None.
Message and Arguments: "The event subscription was terminated."
2.3.118 Success
Example: The request completed successfully.
Indicates that all conditions of a successful operation were met.
- This message shall indicate that all conditions of a successful operation were met.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The request completed successfully."
2.3.119 UndeterminedFault
Example: An undetermined fault condition was reported by 'Service1'.
Indicates that a fault or error condition exists but the source of the fault cannot be determined or is unknown to the service.
- This message shall indicate that a fault or error condition was reported to the service, but the source of the fault cannot be determined or is unknown to the service.
Version Added: v1.9
Severity: Critical
Resolution: None.
Message and Arguments: "An undetermined fault condition was reported
by '<1>'."
- string: The software, provider, or service that reported
the fault condition.
- This argument shall contain the name of the entity that reported the fault condition.
2.3.120 UnrecognizedRequestBody
Example: The service detected a malformed request body that it was unable to interpret.
Indicates that the service encountered an unrecognizable request body that could not even be interpreted as malformed JSON.
- This message shall indicate that the service encountered an unrecognizable request body that could not even be interpreted as malformed JSON.
Version Added: v1.0
Severity: Warning
Resolution: Correct the request body and resubmit the request if it failed.
Message and Arguments: "The service detected a malformed request body that it was unable to interpret."
2.4 Composition 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2021.1 | 2019.2 |
This registry defines the messages for composition related events.
| Message | Severity | Description |
|---|---|---|
| ConstrainedResourceAlreadyReserved (v1.1+) | Critical | Indicates that the requested resources are already reserved in response to a constrained composition request. |
| EmptyManifest (v1.1+) | Warning | Indicates that the manifest contains no stanzas or that a stanza in the manifest contains no request. |
| IncompatibleZone (v1.1+) | Critical | Indicates that not all referenced resource blocks are in the same resource zone. |
| NoResourceMatch (v1.1+) | Critical | Indicates that the service could not find a matching resource based on the given parameters. |
| ResourceBlockChanged | OK | Indicates that a resource block has changed. This is not used whenever there is another event message for that specific change, such as when only the state has changed. |
| ResourceBlockCompositionStateChanged | OK | Indicates that the composition state of a
resource block has changed, specifically the value of the
CompositionState property within
CompositionStatus. |
| ResourceBlockInUse | Warning | Indicates that the composition request contains a resource block that is unable to participate in more compositions. |
| ResourceBlockInvalid (v1.1+) | Critical | Indicates that the Id of a
referenced resource block is no longer valid. |
| ResourceBlockNotFound (v1.1+) | Critical | Indicates that the referenced resource block was not found. |
| ResourceBlockStateChanged | OK | Indicates that the state of a resource
block has changed, specifically the value of the State
property within Status. |
| ResourceZoneMembershipChanged | OK | Indicates that the membership of a resource zone has changed due to resource blocks being added or removed from the resource zone. |
| SpecifiedResourceAlreadyReserved (v1.1+) | Critical | Indicates that a resource block is already reserved in response to a specific composition request. |
| UnableToProcessStanzaRequest (v1.1+) | Critical | Indicates that the manifest provided for
the Compose action contains a stanza with
Content that could not be processed. |
2.4.1 ConstrainedResourceAlreadyReserved
Example: The requested resources are reserved under reservation 'Reservation1'.
Indicates that the requested resources are already reserved in response to a constrained composition request.
- This message shall indicate that the requested resources are already reserved in response to a constrained composition request.
Version Added: v1.1
Severity: Critical
Resolution: Delete the reservation containing the resources and resubmit the request.
Message and Arguments: "The requested resources are reserved under
reservation '<1>'."
- string: The
Idof the reservation.- This argument shall contain the value of the
Idproperty of theCompositionReservationresource containing the requested resources.
- This argument shall contain the value of the
2.4.2 EmptyManifest
Example: The provided manifest is empty or a stanza in the manifest contains no request.
Indicates that the manifest contains no stanzas or that a stanza in the manifest contains no request.
- This message shall indicate that the manifest contains no stanzas or that a stanza in the manifest contains no request.
Version Added: v1.1
Severity: Warning
Resolution: Provide a request content for the manifest and resubmit.
Message and Arguments: "The provided manifest is empty or a stanza in the manifest contains no request."
2.4.3 IncompatibleZone
Example: The requested resource blocks span multiple resource zones.
Indicates that not all referenced resource blocks are in the same resource zone.
- This message shall indicate that not all referenced
ResourceBlockresources are in the same resource zone.
Version Added: v1.1
Severity: Critical
Resolution: Request resource blocks from the same resource zone.
Message and Arguments: "The requested resource blocks span multiple resource zones."
2.4.4 NoResourceMatch
Example: The requested resources of type 'Processor' are not available for allocation.
Indicates that the service could not find a matching resource based on the given parameters.
- This message shall indicate that the service could not find a matching resource based on the given parameters.
Version Added: v1.1
Severity: Critical
Resolution: Change parameters associated with the resource, such as quantity or performance, and resubmit the request.
Message and Arguments: "The requested resources of type
'<1>' are not available for allocation."
- string: The resource type requested.
- This argument shall contain the schema name of the requested resource.
2.4.5 ResourceBlockChanged
Example: Resource block 'Block1' has changed on the service.
Indicates that a resource block has changed. This is not used whenever there is another event message for that specific change, such as when only the state has changed.
- This message shall indicate that one or more properties of a
ResourceBlockresource have changed. This message shall not be used for cases where a more specific message could be used in its place.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Resource block '<1>' has
changed on the service."
- string: The
Idof the resource block that has changed.- This argument shall contain the value of the
Idproperty of theResourceBlockresource that has changed.
- This argument shall contain the value of the
2.4.6 ResourceBlockCompositionStateChanged
Example: The composition status of the resource block 'Block1' has changed.
Indicates that the composition state of a resource block has changed,
specifically the value of the CompositionState property
within CompositionStatus.
- This message shall indicate that the
CompositionStateproperty within theCompositionStatusobject of aResourceBlockresource has changed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The composition status of the resource block
'<1>' has changed."
- string: The
Idof the resource block that has changed.- This argument shall contain the value of the
Idproperty of theResourceBlockresource that has changed.
- This argument shall contain the value of the
2.4.7 ResourceBlockInUse
Example: Resource block 'Block1' cannot be part of any new compositions.
Indicates that the composition request contains a resource block that is unable to participate in more compositions.
- This message shall indicate that the composition request contains a
ResourceBlockresource that is unable to participate in more compositions due to restrictions specified in itsCompositionStatusproperty. For example, the resource block has reached its composition limit specified by theMaxCompositionsproperty.
Version Added: v1.0
Severity: Warning
Resolution: Remove the resource block from the request and resubmit the request.
Message and Arguments: "Resource block '<1>'
cannot be part of any new compositions."
- string: The
Idof the resource block that cannot be part of any new compositions.- This argument shall contain the value of the
Idproperty of theResourceBlockresource that cannot be part of any new compositions.
- This argument shall contain the value of the
2.4.8 ResourceBlockInvalid
Example: Resource block 'Block1' is not valid.
Indicates that the Id of a referenced resource block is
no longer valid.
- This message shall indicate that the
Idof a referencedResourceBlockresource is no longer valid.
Version Added: v1.1
Severity: Critical
Resolution: Remove the resource block and resubmit the request.
Message and Arguments: "Resource block '<1>' is
not valid."
- string: The
Idof the resource block.- This argument shall contain the value of the
Idproperty of theResourceBlockresource that is no longer valid.
- This argument shall contain the value of the
2.4.9 ResourceBlockNotFound
Example: Resource block 'Block1' was not found.
Indicates that the referenced resource block was not found.
- This message shall indicate that the referenced
ResourceBlockresource was not found.
Version Added: v1.1
Severity: Critical
Resolution: Remove the resource block and resubmit the request.
Message and Arguments: "Resource block '<1>' was
not found."
- string: The URI of the resource block.
- This argument shall contain the value of the URI of the
ResourceBlockresource that was not found.
- This argument shall contain the value of the URI of the
2.4.10 ResourceBlockStateChanged
Example: The state of resource block 'Block1' has changed.
Indicates that the state of a resource block has changed,
specifically the value of the State property within
Status.
- This message shall indicate that the
Stateproperty within theStatusobject of aResourceBlockresource has changed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The state of resource block
'<1>' has changed."
- string: The
Idof the resource block that has changed.- This argument shall contain the value of the
Idproperty of theResourceBlockresource that has changed.
- This argument shall contain the value of the
2.4.11 ResourceZoneMembershipChanged
Example: The membership of resource zone 'Zone1' has been changed.
Indicates that the membership of a resource zone has changed due to resource blocks being added or removed from the resource zone.
- This message shall indicate that entries found in the
ResourceBlocksarray within theLinksobject for a resource zone have been added or removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The membership of resource zone
'<1>' has been changed."
- string: The
Idof the resource zone that has changed.- This argument shall contain the value of the
Idproperty of theZoneresource that represents the resource zone that has changed.
- This argument shall contain the value of the
2.4.12 SpecifiedResourceAlreadyReserved
Example: Resource block 'Block1' is already reserved under reservation 'Reservation1'.
Indicates that a resource block is already reserved in response to a specific composition request.
- This message shall indicate that a
ResourceBlockresource is already reserved in response to a specific composition request.
Version Added: v1.1
Severity: Critical
Resolution: Delete the reservation containing the resource block or select a different resource block and resubmit the request.
Message and Arguments: "Resource block '<1>' is
already reserved under reservation '<2>'."
- string: The
Idof the resource block.- This argument shall contain the value of the
Idproperty of theResourceBlockresource that is already reserved.
- This argument shall contain the value of the
- string: The
Idof the reservation.- This argument shall contain the value of the
Idproperty of theCompositionReservationresource containing the requested resource.
- This argument shall contain the value of the
2.4.13 UnableToProcessStanzaRequest
Example: The provided manifest for the Compose action of type 'Simple' contains a stanza with Id of value 'Stanza1' with a Content parameter that could not be processed.
Indicates that the manifest provided for the Compose
action contains a stanza with Content that could not be
processed.
- This message shall indicate that the manifest provided for the
Composeaction contains a stanza withContentthat could not be processed.
Version Added: v1.1
Severity: Critical
Resolution: Add the Content parameter to the stanza or remove the stanza, and resubmit the request.
Message and Arguments: "The provided manifest for the Compose action
of type '<1>' contains a stanza with Id of value
'<2>' with a Content parameter that could not be
processed."
- string: The
RequestTypeof theComposeaction.- This argument shall contain the value of the
RequestTypeparameter of theComposeaction.
- This argument shall contain the value of the
- string: The
Idof the stanza.- This argument shall contain the value of the
Idparameter of the stanza.
- This argument shall contain the value of the
2.5 Environmental 1.5.0
| Version | v1.5 | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.4 | 2025.3 | 2025.2 | 2024.4 | 2024.1 |
This registry defines messages related to environmental sensors, heating and cooling equipment, or other environmental conditions.
| Message | Severity | Description |
|---|---|---|
| CoolantConnectionPairReversed (v1.5+) | Critical | Indicates that a supply and return pair of coolant connections are reversed. |
| CoolantConnectionsCorrected (v1.5+) | OK | Indicates that reversed coolant connections were corrected. |
| CoolantConnectionsReversed (v1.5+) | Critical | Indicates that a supply and a return coolant connections are reversed. |
| CoolingUnitGroupCritical (v1.4+) | Critical | Indicates that a cooling unit group has a critical status. |
| CoolingUnitGroupNormal (v1.4+) | OK | Indicates that a cooling unit group has returned to normal operations. |
| CoolingUnitGroupWarning (v1.4+) | Warning | Indicates that a cooling unit group has a warning status. |
| DewPointProximityCaution (v1.5+) | Warning | Indicates that a temperature reading is below the lower caution dew point proximity threshold. |
| DewPointProximityCritical (v1.5+) | Critical | Indicates that a temperature reading is below the lower critical dew point proximity threshold. |
| DewPointProximityNoLongerCritical (v1.5+) | OK | Indicates that a temperature reading is no longer below the critical dew point proximity threshold, but remains below the caution threshold. |
| DewPointProximityNormal (v1.5+) | OK | Indicates that a dew point proximity temperature reading is now within normal operating range. |
| FanFailed | Critical | Indicates that a fan has failed. |
| FanGroupCritical | Critical | Indicates that a fan group has a critical status. |
| FanGroupNormal | OK | Indicates that a fan group has returned to normal operations. |
| FanGroupWarning | Warning | Indicates that a fan group has a warning status. |
| FanInserted | OK | Indicates that a fan was inserted or installed. |
| FanRemoved | OK | Indicates that a fan was removed. |
| FanRestored | OK | Indicates that a fan was repaired or restored to normal operation. |
| FanWarning (v1.4+) | Warning | Indicates that a fan has a warning condition. |
| FilterInserted (v1.1+) | OK | Indicates that a filter was inserted or installed. |
| FilterRemoved (v1.1+) | OK | Indicates that a filter was removed. |
| FilterRequiresService (v1.1+) | Warning | Indicates that a filter requires service. |
| FilterRestored (v1.1+) | OK | Indicates that a filter was repaired or restored to normal operation. |
| FilterSubsystemHealth (v1.2+) | OK | Indicates the health of the filter subsystem for the equipment. |
| FlowRateAboveLowerCriticalThreshold (v1.1+) | Warning | Indicates that a flow rate reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| FlowRateAboveLowerFatalThreshold (v1.1+) | Critical | Indicates that a flow rate reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| FlowRateAboveUpperCautionThreshold (v1.1+) | Warning | Indicates that a flow rate reading is above the upper caution threshold. |
| FlowRateAboveUpperCriticalThreshold (v1.1+) | Critical | Indicates that a flow rate reading is above the upper critical threshold. |
| FlowRateAboveUpperFatalThreshold (v1.1+) | Critical | Indicates that a flow rate reading is above the upper fatal threshold. |
| FlowRateBelowLowerCautionThreshold (v1.1+) | Warning | Indicates that a flow rate reading is below the lower caution threshold. |
| FlowRateBelowLowerCriticalThreshold (v1.1+) | Critical | Indicates that a flow rate reading is below the lower critical threshold. |
| FlowRateBelowLowerFatalThreshold (v1.1+) | Critical | Indicates that a flow rate reading is below the lower fatal threshold. |
| FlowRateBelowUpperCriticalThreshold (v1.1+) | Warning | Indicates that a flow rate reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| FlowRateBelowUpperFatalThreshold (v1.1+) | Critical | Indicates that a flow rate reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| FlowRateCritical (v1.1+) | Critical | Indicates that a flow rate reading exceeds an internal critical level. |
| FlowRateFatal (v1.1+) | Critical | Indicates that a flow rate reading exceeds an internal fatal level or flow rate reading is zero (0). |
| FlowRateNoLongerCritical (v1.1+) | Warning | Indicates that a flow rate reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| FlowRateNoLongerFatal (v1.1+) | Critical | Indicates that a flow rate reading is no longer exceeds an internal fatal level but is still exceeds an internal critical level. |
| FlowRateNormal (v1.1+) | OK | Indicates that a flow rate reading is now within normal operating range. |
| FlowRateWarning (v1.1+) | Warning | Indicates that a flow rate reading exceeds an internal warning level. |
| FluidLevelAboveLowerCriticalThreshold (v1.1+) | Warning | Indicates that a fluid level reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| FluidLevelAboveLowerFatalThreshold (v1.1+) | Critical | Indicates that a fluid level reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| FluidLevelAboveUpperCautionThreshold (v1.1+) | Warning | Indicates that a fluid level reading is above the upper caution threshold. |
| FluidLevelAboveUpperCriticalThreshold (v1.1+) | Critical | Indicates that a fluid level reading is above the upper critical threshold. |
| FluidLevelAboveUpperFatalThreshold (v1.1+) | Critical | Indicates that a fluid level reading is above the upper fatal threshold. |
| FluidLevelBelowLowerCautionThreshold (v1.1+) | Warning | Indicates that a fluid level reading is below the lower caution threshold. |
| FluidLevelBelowLowerCriticalThreshold (v1.1+) | Critical | Indicates that a fluid level reading is below the lower critical threshold. |
| FluidLevelBelowLowerFatalThreshold (v1.1+) | Critical | Indicates that a fluid level reading is below the lower fatal threshold. |
| FluidLevelBelowUpperCriticalThreshold (v1.1+) | Warning | Indicates that a fluid level reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| FluidLevelBelowUpperFatalThreshold (v1.1+) | Critical | Indicates that a fluid level reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| FluidLevelCritical (v1.1+) | Critical | Indicates that a fluid level reading violates an internal critical level. |
| FluidLevelNoLongerCritical (v1.1+) | Warning | Indicates that a fluid level reading no longer violates an internal critical level but still violates an internal warning level. |
| FluidLevelNormal (v1.1+) | OK | Indicates that a fluid level reading is now within normal operating range. |
| FluidLevelWarning (v1.1+) | Warning | Indicates that a fluid level reading violates an internal warning level. |
| FluidQualityCritical (v1.1+) | Critical | Indicates that a fluid quality reading exceeds an internal critical level. |
| FluidQualityNoLongerCritical (v1.1+) | Warning | Indicates that a fluid quality reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| FluidQualityNormal (v1.1+) | OK | Indicates that a fluid quality reading is now within normal operating range. |
| FluidQualityWarning (v1.1+) | Warning | Indicates that a fluid quality reading exceeds an internal warning level. |
| HumidityAboveLowerCriticalThreshold | Warning | Indicates that a humidity reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| HumidityAboveUpperCautionThreshold | Warning | Indicates that a humidity reading is above the upper caution threshold. |
| HumidityAboveUpperCriticalThreshold | Critical | Indicates that a humidity reading is above the upper critical threshold. |
| HumidityBelowLowerCautionThreshold | Warning | Indicates that a humidity reading is below the lower caution threshold. |
| HumidityBelowLowerCriticalThreshold | Critical | Indicates that a humidity reading is below the lower critical threshold. |
| HumidityBelowUpperCriticalThreshold | Warning | Indicates that a humidity reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| HumidityNormal | OK | Indicates that a humidity reading is now within normal operating range. |
| LeakDetectedCritical (v1.1+) | Critical | Indicates that a leak detector is in a critical state. |
| LeakDetectedNormal (v1.1+) | OK | Indicates that a leak detector is within normal operating range. |
| LeakDetectedWarning (v1.1+) | Warning | Indicates that a leak detector is in a warning state. |
| LeakDetectorConnected (v1.3+) | OK | Indicates that an external leak detector was connected. |
| LeakDetectorDisconnected (v1.3+) | Warning | Indicates that an external leak detector was disconnected. |
| LeakDetectorFailure (v1.3+) | Warning | Indicates that the service cannot communicate with a leak detector or detected a failure. |
| LeakDetectorRestored (v1.3+) | OK | Indicates that a leak detector was repaired or communications were restored. |
| PressureAboveLowerCriticalThreshold (v1.1+) | Warning | Indicates that a pressure reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| PressureAboveLowerFatalThreshold (v1.1+) | Critical | Indicates that a pressure reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| PressureAboveUpperCautionThreshold (v1.1+) | Warning | Indicates that a pressure reading is above the upper caution threshold. |
| PressureAboveUpperCriticalThreshold (v1.1+) | Critical | Indicates that a pressure reading is above the upper critical threshold. |
| PressureAboveUpperFatalThreshold (v1.1+) | Critical | Indicates that a pressure reading is above the upper fatal threshold. |
| PressureBelowLowerCautionThreshold (v1.1+) | Warning | Indicates that a pressure reading is below the lower caution threshold. |
| PressureBelowLowerCriticalThreshold (v1.1+) | Critical | Indicates that a pressure reading is below the lower critical threshold. |
| PressureBelowLowerFatalThreshold (v1.1+) | Critical | Indicates that a pressure reading is below the lower fatal threshold. |
| PressureBelowUpperCriticalThreshold (v1.1+) | Warning | Indicates that a pressure reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| PressureBelowUpperFatalThreshold (v1.1+) | Critical | Indicates that a pressure reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| PressureCritical (v1.1+) | Critical | Indicates that a pressure reading exceeds an internal critical level. |
| PressureNoLongerCritical (v1.1+) | Warning | Indicates that a pressure reading no longer violates an internal critical level but still violates an internal warning level. |
| PressureNormal (v1.1+) | OK | Indicates that a pressure reading is now within normal operating range. |
| PressureWarning (v1.1+) | Warning | Indicates that a pressure reading exceeds an internal warning level. |
| PrimaryCoolantConnectorSubsystemHealth (v1.2+) | OK | Indicates the health of the primary coolant connector subsystem for the equipment. |
| PumpFailed (v1.1+) | Critical | Indicates that a pump has failed. |
| PumpInserted (v1.1+) | OK | Indicates that a pump was inserted or installed. |
| PumpRemoved (v1.1+) | OK | Indicates that a pump was removed. |
| PumpRestored (v1.1+) | OK | Indicates that a pump was repaired or restored to normal operation. |
| PumpSubsystemHealth (v1.2+) | OK | Indicates the health of the pump subsystem for the equipment. |
| ReservoirSubsystemHealth (v1.2+) | OK | Indicates the health of the reservoir subsystem for the equipment. |
| SecondaryCoolantConnectorSubsystemHealth (v1.2+) | OK | Indicates the health of the secondary coolant connector subsystem for the equipment. |
| TemperatureAboveLowerCriticalThreshold | Warning | Indicates that a temperature reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| TemperatureAboveLowerFatalThreshold | Critical | Indicates that a temperature reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| TemperatureAboveUpperCautionThreshold | Warning | Indicates that a temperature reading is above the upper caution threshold. |
| TemperatureAboveUpperCriticalThreshold | Critical | Indicates that a temperature reading is above the upper critical threshold. |
| TemperatureAboveUpperFatalThreshold | Critical | Indicates that a temperature reading is above the upper fatal threshold. |
| TemperatureBelowLowerCautionThreshold | Warning | Indicates that a temperature reading is below the lower caution threshold. |
| TemperatureBelowLowerCriticalThreshold | Critical | Indicates that a temperature reading is below the lower critical threshold. |
| TemperatureBelowLowerFatalThreshold | Critical | Indicates that a temperature reading is below the lower fatal threshold. |
| TemperatureBelowUpperCriticalThreshold | Warning | Indicates that a temperature reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| TemperatureBelowUpperFatalThreshold | Critical | Indicates that a temperature reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| TemperatureCritical | Critical | Indicates that a temperature reading exceeds an internal critical level. |
| TemperatureNoLongerCritical | Warning | Indicates that a temperature reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| TemperatureNormal | OK | Indicates that a temperature reading is now within normal operating range. |
| TemperatureWarning | Warning | Indicates that a temperature reading exceeds an internal warning level. |
| ValveClosed (v1.3+) | OK | Indicates that a valve was closed. |
| ValveOpened (v1.3+) | OK | Indicates that a valve was opened. |
| ValvePositionChanged (v1.3+) | OK | Indicates that the position of a valve was changed. |
| ValveUnableToReachSetPoint (v1.3+) | Warning | Indicates that a valve is stuck or otherwise unable to reach the desired position. |
| ValveUnableToReachSetPointPercent (v1.3+) | Warning | Indicates that a valve is stuck or otherwise unable to reach the desired percent open position. |
2.5.1 CoolantConnectionPairReversed
Example: Coolant connector pair 'Secondary' connections are reversed.
Indicates that a supply and return pair of coolant connections are reversed.
- This message shall indicate that a supply and return coolant
connection pair, represented by a
CoolantConnectorresource with aCoolantConnectorTypevalve ofPair, are reversed. Services may detect this condition by a negative delta temperature, negative flow rate, or other means.
Version Added: v1.5
Severity: Critical
Resolution: Correct the reversed supply and return coolant connections.
Message and Arguments: "Coolant connector pair
'<1>' connections are reversed."
- string: The name or identifier of the coolant connector
pair.
- This argument shall contain a string that identifies or describes the location or physical context of the coolant connector pair.
2.5.2 CoolantConnectionsCorrected
Example: Coolant connections 'Secondary' have been corrected.
Indicates that reversed coolant connections were corrected.
- This message shall indicate that a set of supply and return coolant connections, previously detected as connected in reverse, were corrected.
Version Added: v1.5
Severity: OK
Resolution: None.
Message and Arguments: "Coolant connections '<1>'
were corrected."
- string: The name or identifier of the coolant connectors.
- This argument shall contain a string that identifies or describes the location or physical context of the affected coolant connections.
2.5.3 CoolantConnectionsReversed
Example: Coolant supply 'Secondary Supply' and return 'Secondary Return' connections are reversed.
Indicates that a supply and a return coolant connections are reversed.
- This message shall indicate that a set of supply and return coolant
connections, represented by two or more
CoolantConnectorresources withCoolantConnectorTypevalues ofSupply,Return,SupplyGroupMemberorReturnGroupMemberare reversed. Services may detect this condition by a negative delta temperature, negative flow rate, or other means. If both the supply and returnCoolantConnectorresources can be identified, theOriginOfConditionshall contain a link to the supply connector.
Version Added: v1.5
Severity: Critical
Resolution: Correct the reversed supply and return coolant connections.
Message and Arguments: "Coolant supply '<1>' and
return '<2>' connections are reversed."
- string: The name or identifier of the supply coolant
connector.
- This argument shall contain a string that identifies or describes the location or physical context of the supply coolant connector.
- string: The name or identifier of the return coolant
connector.
- This argument shall contain a string that identifies or describes the location or physical context of the return coolant connector.
2.5.4 CoolingUnitGroupCritical
Example: Cooling unit group 'Row7' is in a critical state.
Indicates that a cooling unit group has a critical status.
- This message shall indicate that a cooling unit group is operating in a critical state due to a fault or a change in configuration.
Version Added: v1.4
Severity: Critical
Resolution: None.
Message and Arguments: "Cooling unit group '<1>'
is in a critical state."
- string: The name or identifier of the cooling unit group.
- This argument shall contain a string that identifies or describes
the group of
CoolingUnitresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.5.5 CoolingUnitGroupNormal
Example: Cooling unit group 'Row7' is operating normally.
Indicates that a cooling unit group has returned to normal operations.
- This message shall indicate that a cooling unit group has returned to a normal operating state.
Version Added: v1.4
Severity: OK
Resolution: None.
Message and Arguments: "Cooling unit group '<1>'
is operating normally."
- string: The name or identifier of the cooling unit group.
- This argument shall contain a string that identifies or describes
the group of
CoolingUnitresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.5.6 CoolingUnitGroupWarning
Example: Cooling unit group 'Row7' is in a warning state.
Indicates that a cooling unit group has a warning status.
- This message shall indicate that a cooling unit group is operating with a warning status or in a non-redundant state due to a fault or a change in configuration.
Version Added: v1.4
Severity: Warning
Resolution: None.
Message and Arguments: "Cooling unit group '<1>'
is in a warning state."
- string: The name or identifier of the cooling unit group.
- This argument shall contain a string that identifies or describes
the group of
CoolingUnitresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.5.7 DewPointProximityCaution
Example: Dew point proximity of coolant connector 'Secondary' temperature of 1.7 degrees (C) is below the 2.0 degree caution threshold.
Indicates that a temperature reading is below the lower caution dew point proximity threshold.
- This message shall indicate that a temperature reading violates a
lower caution threshold for proximity to the dew point. If the reading
originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.5
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Dew point proximity of <1>
'<2>' temperature of <3> degrees
(C) is below the <4> degree caution threshold."
- string: The resource type or description of the resource.
- This argument shall contain a string that identifies or describes the resource type of the temperature reading.
- string: The name or identifier of the resource.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The dew point proximity caution threshold in
degrees Celsius.
- This argument shall contain the dew point proximity caution threshold in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.5.8 DewPointProximityCritical
Example: Dew point proximity of coolant connector 'Secondary' temperature of 0.5 degrees (C) is below the 1.0 degrees critical threshold.
Indicates that a temperature reading is below the lower critical dew point proximity threshold.
- This message shall indicate that a temperature reading violates a
lower critical threshold for proximity to the dew point. If the reading
originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.5
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Dew point proximity of <1>
'<2>' temperature of <3> degrees
(C) is below the <4> degrees critical threshold."
- string: The resource type or description of the resource.
- This argument shall contain a string that identifies or describes the resource type of the temperature reading.
- string: The name or identifier of the resource.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The dew point proximity critical threshold in
degrees Celsius.
- This argument shall contain the dew point proximity critical threshold in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.5.9 DewPointProximityNoLongerCritical
Example: Dew point proximity of coolant connector 'Secondary' temperature of 1.8 degrees (C) no longer exceeds the critical level.
Indicates that a temperature reading is no longer below the critical dew point proximity threshold, but remains below the caution threshold.
- This message shall indicate that a temperature reading no longer
violates the critical threshold for proximity to the dew point, but
continues to violate the caution threshold. If the reading originates
from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties, but above the value of theLowerCriticalandLowerCriticalUserproperties.
Version Added: v1.5
Severity: OK
Resolution: None.
Message and Arguments: "Dew point proximity of <1>
'<2>' temperature of <3> degrees
(C) no longer exceeds the critical level."
- string: The resource type or description of the resource.
- This argument shall contain a string that identifies or describes the resource type of the temperature reading.
- number: The name or identifier of the resource.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.5.10 DewPointProximityNormal
Example: Dew point proximity of coolant connector 'Secondary' temperature of 4.0 degrees (C) is normal.
Indicates that a dew point proximity temperature reading is now within normal operating range.
- This message shall indicate that a dew point proximity temperature reading has returned to its normal operating range.
Version Added: v1.5
Severity: OK
Resolution: None.
Message and Arguments: "Dew point proximity of <1>
'<2>' temperature of <3> degrees
(C) is normal."
- string: The resource type or description of the resource.
- This argument shall contain a string that identifies or describes the resource type of the temperature reading.
- number: The name or identifier of the resource.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.11 FanFailed
Example: Fan 'B3' has failed.
Indicates that a fan has failed.
- This message shall indicate that a fan has failed.
Version Added: v1.0
Severity: Critical
Resolution: Check the fan hardware and replace any faulty component.
Message and Arguments: "Fan '<1>' has failed."
- string: The name or identifier of the fan.
- This argument shall contain a string that identifies or describes
the
Fanresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.5.12 FanGroupCritical
Example: Fan group 'CPUs+GPUs' is in a critical state.
Indicates that a fan group has a critical status.
- This message shall indicate that a fan group is operating in a critical state due to a fault or a change in configuration.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Fan group '<1>' is in a
critical state."
- string: The name or identifier of the fan group.
- This argument shall contain a string that identifies or describes
the group of
Fanresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.5.13 FanGroupNormal
Example: Fan group 'CPUs+GPUs' is operating normally.
Indicates that a fan group has returned to normal operations.
- This message shall indicate that a fan group has returned to a normal operating state.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Fan group '<1>' is
operating normally."
- string: The name or identifier of the fan group.
- This argument shall contain a string that identifies or describes
the group of
Fanresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.5.14 FanGroupWarning
Example: Fan group 'CPUs+GPUs' is in a warning state.
Indicates that a fan group has a warning status.
- This message shall indicate that a fan group is operating with a warning status or in a non-redundant state due to a fault or a change in configuration.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "Fan group '<1>' is in a
warning state."
- string: The name or identifier of the fan group.
- This argument shall contain a string that identifies or describes
the group of
Fanresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.5.15 FanInserted
Example: Fan 'B4' was inserted.
Indicates that a fan was inserted or installed.
- This message shall indicate that a fan was inserted or installed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Fan '<1>' was
inserted."
- string: The name or identifier of the fan.
- This argument shall contain a string that identifies or describes
the
Fanresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.5.16 FanRemoved
Example: Fan 'B4' was removed.
Indicates that a fan was removed.
- This message shall indicate that a fan was removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Fan '<1>' was
removed."
- string: The name or identifier of the fan.
- This argument shall contain a string that identifies or describes
the
Fanresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.5.17 FanRestored
Example: Fan 'B4' was restored.
Indicates that a fan was repaired or restored to normal operation.
- This message shall indicate that a fan was repaired, replaced, or otherwise returned to normal operation.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Fan '<1>' was
restored."
- string: The name or identifier of the fan.
- This argument shall contain a string that identifies or describes
the
Fanresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.5.18 FanWarning
Example: Fan 'B3' has a warning condition.
Indicates that a fan has a warning condition.
- This message shall indicate that a fan has a warning condition but continues to operate, potentially in a degraded state.
Version Added: v1.4
Severity: Warning
Resolution: Check the fan hardware and replace any faulty component.
Message and Arguments: "Fan '<1>' has a warning
condition."
- string: The name or identifier of the fan.
- This argument shall contain a string that identifies or describes
the
Fanresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.5.19 FilterInserted
Example: Filter 'Secondary' was inserted.
Indicates that a filter was inserted or installed.
- This message shall indicate that a filter was inserted or installed.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Filter '<1>' was
inserted."
- string: The name or identifier of the filter.
- This argument shall contain a string that identifies or describes
the
Filterresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.5.20 FilterRemoved
Example: Filter 'Secondary' was removed.
Indicates that a filter was removed.
- This message shall indicate that a filter was removed.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Filter '<1>' was
removed."
- string: The name or identifier of the filter.
- This argument shall contain a string that identifies or describes
the
Filterresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.5.21 FilterRequiresService
Example: Filter 'Secondary' requires service.
Indicates that a filter requires service.
- This message shall indicate that a filter requires service. Examples include a dirty filter or a filter reaching the end of its life.
Version Added: v1.1
Severity: Warning
Resolution: Replace the filter or filter media.
Message and Arguments: "Filter '<1>' requires
service."
- string: The name or identifier of the filter.
- This argument shall contain a string that identifies or describes
the
Filterresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.5.22 FilterRestored
Example: Filter 'Secondary' was restored.
Indicates that a filter was repaired or restored to normal operation.
- This message shall indicate that a filter was repaired, replaced, or otherwise returned to normal operation.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Filter '<1>' was
restored."
- string: The name or identifier of the filter.
- This argument shall contain a string that identifies or describes
the
Filterresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.5.23 FilterSubsystemHealth
Example: The filter subsystem health is OK.
Indicates the health of the filter subsystem for the equipment.
- This message shall indicate the health of the filter subsystem for the equipment.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "The filter subsystem health is
<1>."
- string: The health of the filter subsystem for the
equipment.
- This argument shall contain the health of the filter subsystem for
the equipment. This argument shall contain a value defined by the
Healthenumeration in theResourceschema.
- This argument shall contain the health of the filter subsystem for
the equipment. This argument shall contain a value defined by the
2.5.24 FlowRateAboveLowerCriticalThreshold
Example: Flow rate 'Secondary TCS' reading of 18.9 L/min is now above the 15 lower critical threshold but remains outside of normal range.
Indicates that a flow rate reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a flow rate reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the flow rate violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is now above the <3>
lower critical threshold but remains outside of normal range."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.5.25 FlowRateAboveLowerFatalThreshold
Example: Flow rate 'Secondary TCS' reading of 14.8 L/min is now above the 12 lower fatal threshold but remains outside of normal range.
Indicates that a flow rate reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a flow rate reading, previously below the lower fatal threshold, no longer violates the lower fatal threshold. However, the flow rate violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is now above the <3>
lower fatal threshold but remains outside of normal range."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.5.26 FlowRateAboveUpperCautionThreshold
Example: Flow rate 'Facility Water System' reading of 62.4 L/min is above the 60 upper caution threshold.
Indicates that a flow rate reading is above the upper caution threshold.
- This message shall indicate that a flow rate reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties. Otherwise, the message shall indicate that the reading violates an internal level or threshold.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is above the <3> upper
caution threshold."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- If the reading originated from a
Sensorresource, this argument shall contain the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource. Otherwise, this argument shall contain an internal level or threshold value.
- If the reading originated from a
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.5.27 FlowRateAboveUpperCriticalThreshold
Example: Flow rate 'Facility Water System' reading of 68.1 L/min is above the 65 upper critical threshold.
Indicates that a flow rate reading is above the upper critical threshold.
- This message shall indicate that a flow rate reading violates an
upper critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is above the <3> upper
critical threshold."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.5.28 FlowRateAboveUpperFatalThreshold
Example: Flow rate 'Facility Water System' reading of 75.8 L/min is above the 70 upper fatal threshold.
Indicates that a flow rate reading is above the upper fatal threshold.
- This message shall indicate that a flow rate reading violates an
upper fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is above the <3> upper
fatal threshold."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.5.29 FlowRateBelowLowerCautionThreshold
Example: Flow rate 'Secondary TCS' reading of 18.5 L/min is below the 20 lower caution threshold.
Indicates that a flow rate reading is below the lower caution threshold.
- This message shall indicate that a flow rate reading violates a
lower caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is below the <3> lower
caution threshold."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.5.30 FlowRateBelowLowerCriticalThreshold
Example: Flow rate 'Secondary TCS' reading of 14.7 L/min is below the 15 lower critical threshold.
Indicates that a flow rate reading is below the lower critical threshold.
- This message shall indicate that a flow rate reading violates a
lower critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is below the <3> lower
critical threshold."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.5.31 FlowRateBelowLowerFatalThreshold
Example: Flow rate 'Secondary TCS' reading of 7.0 L/min is below the 12 lower fatal threshold.
Indicates that a flow rate reading is below the lower fatal threshold.
- This message shall indicate that a flow rate reading violates a
lower fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is below the <3> lower
fatal threshold."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.5.32 FlowRateBelowUpperCriticalThreshold
Example: Flow rate 'Facility Water System' reading of 64.3 L/min is now below the 65 upper critical threshold but remains outside of normal range.
Indicates that a flow rate reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a flow rate reading, previously above the upper critical threshold, no longer violates the upper critical threshold. However, the flow rate violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is now below the <3>
upper critical threshold but remains outside of normal range."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.5.33 FlowRateBelowUpperFatalThreshold
Example: Flow rate 'Facility Water System' reading of 68.8 L/min is now below the 70 upper fatal threshold but remains outside of normal range.
Indicates that a flow rate reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a flow rate reading, previously above the upper fatal threshold, no longer violates the upper fatal threshold. However, the flow rate violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is now below the <3>
upper fatal threshold but remains outside of normal range."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.5.34 FlowRateCritical
Example: Flow rate 'Facility Water System' reading of 67.4 L/min exceeds the critical level.
Indicates that a flow rate reading exceeds an internal critical level.
- This message shall indicate that a flow rate reading violates an
internal critical level. This message shall be used for flow rate
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The flow rate properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min exceeds the critical level."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.5.35 FlowRateFatal
Example: Flow rate 'Facility Water System' reading of 73.1 L/min exceeds the fatal level.
Indicates that a flow rate reading exceeds an internal fatal level or flow rate reading is zero (0).
- This message shall indicate that a flow rate reading violates an
internal fatal level. This message shall be used for flow rate
properties or
Sensorresources that implement boolean trip points for a fatal limit, such as from hardware mechanisms with no threshold value. The flow rate properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min exceeds the fatal level."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingFatal
2.5.36 FlowRateNoLongerCritical
Example: Flow rate 'Facility Water System' reading of 67.1 L/min no longer exceeds the critical level.
Indicates that a flow rate reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a flow rate reading no longer
violates an internal critical level but still violates an internal
warning level. This message shall be used for flow rate properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The flow rate properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min no longer exceeds the critical level."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.5.37 FlowRateNoLongerFatal
Example: Flow rate 'Facility Water System' reading of 68.1 L/min no longer exceeds the fatal level.
Indicates that a flow rate reading is no longer exceeds an internal fatal level but is still exceeds an internal critical level.
- This message shall indicate that a flow rate reading no longer
violates an internal fatal level but still violates an internal critical
level. This message shall be used for flow rate properties or
Sensorresources that implement boolean trip points for a fatal limit, such as from hardware mechanisms with no threshold value. The flow rate properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min no longer exceeds the fatal level."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerFatal
2.5.38 FlowRateNormal
Example: Flow rate 'Secondary TCS' reading of 42.1 L/min is within normal operating range.
Indicates that a flow rate reading is now within normal operating range.
- This message shall indicate that a flow rate reading has returned to its normal operating range.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min is within normal operating range."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.39 FlowRateWarning
Example: Flow rate 'Facility Water System' reading of 62.8 L/min exceeds the warning level.
Indicates that a flow rate reading exceeds an internal warning level.
- This message shall indicate that a flow rate reading violates an
internal warning level. This message shall be used for flow rate
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The flow rate properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Flow rate '<1>' reading of
<2> L/min exceeds the warning level."
- string: The name or identifier of the flow rate reading.
- This argument shall contain a string that identifies or describes the location or physical context of the flow rate reading.
- number: The flow rate in litres per minute.
- This argument shall contain the flow rate in litres per minute.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.5.40 FluidLevelAboveLowerCriticalThreshold
Example: Fluid level 'Fill Reservoir' reading of 15 percent is now above the 10 lower critical threshold but remains outside of normal range.
Indicates that a fluid level reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a fluid level reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the fluid level violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is now above the
<3> lower critical threshold but remains outside of
normal range."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.5.41 FluidLevelAboveLowerFatalThreshold
Example: Fluid level 'Fill Reservoir' reading of 5 percent is now above the 1 lower fatal threshold but remains outside of normal range.
Indicates that a fluid level reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a fluid level reading, previously below the lower fatal threshold, no longer violates the lower fatal threshold. However, the fluid level violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is now above the
<3> lower fatal threshold but remains outside of
normal range."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.5.42 FluidLevelAboveUpperCautionThreshold
Example: Fluid level 'Overflow Reservoir' reading of 81 percent is above the 80 upper caution threshold.
Indicates that a fluid level reading is above the upper caution threshold.
- This message shall indicate that a fluid level reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties. Otherwise, the message shall indicate that the reading violates an internal level or threshold.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is above the <3>
upper caution threshold."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- If the reading originated from a
Sensorresource, this argument shall contain the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource. Otherwise, this argument shall contain an internal level or threshold value.
- If the reading originated from a
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.5.43 FluidLevelAboveUpperCriticalThreshold
Example: Fluid level 'Overflow Reservoir' reading of 97 percent is above the 95 upper critical threshold.
Indicates that a fluid level reading is above the upper critical threshold.
- This message shall indicate that a fluid level reading violates an
upper critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is above the <3>
upper critical threshold."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.5.44 FluidLevelAboveUpperFatalThreshold
Example: Fluid level 'Overflow Reservoir' reading of 100 percent is above the 99.5 upper fatal threshold.
Indicates that a fluid level reading is above the upper fatal threshold.
- This message shall indicate that a fluid level reading violates an
upper fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is above the <3>
upper fatal threshold."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.5.45 FluidLevelBelowLowerCautionThreshold
Example: Fluid level 'Fill Reservoir' reading of 19 percent is below the 20 lower caution threshold.
Indicates that a fluid level reading is below the lower caution threshold.
- This message shall indicate that a fluid level reading violates a
lower caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is below the <3>
lower caution threshold."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.5.46 FluidLevelBelowLowerCriticalThreshold
Example: Fluid level 'Fill Reservoir' reading of 7 percent is below the 10 lower critical threshold.
Indicates that a fluid level reading is below the lower critical threshold.
- This message shall indicate that a fluid level reading violates a
lower critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is below the <3>
lower critical threshold."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.5.47 FluidLevelBelowLowerFatalThreshold
Example: Fluid level 'Fill Reservoir' reading of 0.5 percent is below the 1 lower fatal threshold.
Indicates that a fluid level reading is below the lower fatal threshold.
- This message shall indicate that a fluid level reading violates a
lower fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is below the <3>
lower fatal threshold."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.5.48 FluidLevelBelowUpperCriticalThreshold
Example: Fluid level 'Overflow Reservoir' reading of 91.5 percent is now below the 95 upper critical threshold but remains outside of normal range.
Indicates that a fluid level reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a fluid level reading, previously above the upper critical threshold, no longer violates the upper critical threshold. However, the fluid level violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is now below the
<3> upper critical threshold but remains outside of
normal range."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.5.49 FluidLevelBelowUpperFatalThreshold
Example: Fluid level 'Overflow Reservoir' reading of 97 percent is now below the 100 upper fatal threshold but remains outside of normal range.
Indicates that a fluid level reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a fluid level reading, previously above the upper fatal threshold, no longer violates the upper fatal threshold. However, the fluid level violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
of <2> percent is now below the
<3> upper fatal threshold but remains outside of
normal range."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
- number: The fluid level in percent.
- This argument shall contain the fluid level in percent.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.5.50 FluidLevelCritical
Example: Fluid level 'Overflow Reservoir' reading violates the critical level.
Indicates that a fluid level reading violates an internal critical level.
- This message shall indicate that a fluid level reading violates an
internal critical level. This message shall be used for fluid level
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The fluid level properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
violates the critical level."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.5.51 FluidLevelNoLongerCritical
Example: Fluid level 'Overflow Reservoir' reading no longer violates the critical level.
Indicates that a fluid level reading no longer violates an internal critical level but still violates an internal warning level.
- This message shall indicate that a fluid level reading no longer
violates an internal critical level but still violates an internal
warning level. This message shall be used for fluid level properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The fluid level properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
no longer violates the critical level."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.5.52 FluidLevelNormal
Example: Fluid level 'Overflow Reservoir' reading is within normal operating range.
Indicates that a fluid level reading is now within normal operating range.
- This message shall indicate that a fluid level reading has returned to its normal operating range.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Fluid level '<1>' reading
is within normal operating range."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.53 FluidLevelWarning
Example: Fluid level 'Overflow Reservoir' reading violates the warning level.
Indicates that a fluid level reading violates an internal warning level.
- This message shall indicate that a fluid level reading violates an
internal warning level. This message shall be used for fluid level
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The fluid level properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid level '<1>' reading
violates the warning level."
- string: The name or identifier of the fluid level reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid level reading.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.5.54 FluidQualityCritical
Example: Fluid quality 'Secondary TCS' reading exceeds the critical level.
Indicates that a fluid quality reading exceeds an internal critical level.
- This message shall indicate that a fluid quality reading violates an
internal critical level. This message shall be used for fluid quality
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The fluid quality properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid quality '<1>'
reading exceeds the critical level."
- string: The name or identifier of the fluid quality
reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid quality reading.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.5.55 FluidQualityNoLongerCritical
Example: Fluid quality 'Secondary TCS' reading no longer exceeds the critical level.
Indicates that a fluid quality reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a fluid quality reading no longer
violates an internal critical level but still violates an internal
warning level. This message shall be used for fluid quality properties
or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The fluid quality properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid quality '<1>'
reading no longer exceeds the critical level."
- string: The name or identifier of the fluid quality
reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid quality reading.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.5.56 FluidQualityNormal
Example: Fluid quality 'Secondary TCS' reading is within normal operating range.
Indicates that a fluid quality reading is now within normal operating range.
- This message shall indicate that a fluid quality reading has returned to its normal operating range.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Fluid quality '<1>'
reading is within normal operating range."
- string: The name or identifier of the fluid quality
reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid quality reading.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.57 FluidQualityWarning
Example: Fluid quality 'Secondary TCS' reading exceeds the warning level.
Indicates that a fluid quality reading exceeds an internal warning level.
- This message shall indicate that a fluid quality reading violates an
internal warning level. This message shall be used for fluid quality
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The fluid quality properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Fluid quality '<1>'
reading exceeds the warning level."
- string: The name or identifier of the fluid quality
reading.
- This argument shall contain a string that identifies or describes the location or physical context of the fluid quality reading.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.5.58 HumidityAboveLowerCriticalThreshold
Example: Humidity 'Room Ambient' reading of 26.3 percent is now above the 25 lower critical threshold but remains outside of normal range.
Indicates that a humidity reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a humidity reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the humidity violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is now above the <3>
lower critical threshold but remains outside of normal range."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the humidity reading.
- number: The percent humidity.
- This argument shall contain the humidity as a percentage.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.5.59 HumidityAboveUpperCautionThreshold
Example: Humidity 'Room Ambient' reading of 57 percent is above the 55 upper caution threshold.
Indicates that a humidity reading is above the upper caution threshold.
- This message shall indicate that a humidity reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is above the <3> upper
caution threshold."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the humidity reading.
- number: The humidity in percent units.
- This argument shall contain the humidity as a percentage.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.5.60 HumidityAboveUpperCriticalThreshold
Example: Humidity 'Room Ambient' reading of 62.1 percent is above the 60 upper critical threshold.
Indicates that a humidity reading is above the upper critical threshold.
- This message shall indicate that a humidity reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is above the <3> upper
critical threshold."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the humidity reading.
- number: The humidity in percent units.
- This argument shall contain the humidity as a percentage.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.5.61 HumidityBelowLowerCautionThreshold
Example: Humidity 'Room Ambient' reading of 27.8 percent is below the 30 lower caution threshold.
Indicates that a humidity reading is below the lower caution threshold.
- This message shall indicate that a humidity reading violates an
lower caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is below the <3> lower
caution threshold."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the humidity reading.
- number: The humidity in percent units.
- This argument shall contain the humidity as a percentage.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.5.62 HumidityBelowLowerCriticalThreshold
Example: Humidity 'Room Ambient' reading of 24.8 percent is below the 25 lower critical threshold.
Indicates that a humidity reading is below the lower critical threshold.
- This message shall indicate that a humidity reading violates a lower
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is below the <3> lower
critical threshold."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the humidity reading.
- number: The humidity in percent units.
- This argument shall contain the humidity as a percentage.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.5.63 HumidityBelowUpperCriticalThreshold
Example: Humidity 'Room Ambient' reading of 59.2 percent is now below the 60 upper critical threshold but remains outside of normal range.
Indicates that a humidity reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a humidity reading, previously above the critical threshold, no longer violates the critical threshold. However, the humidity violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is now below the <3>
upper critical threshold but remains outside of normal range."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The percent humidity.
- This argument shall contain the humidity as a percentage.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.5.64 HumidityNormal
Example: Humidity 'Room Ambient' reading of 51.5 percent is within normal operating range.
Indicates that a humidity reading is now within normal operating range.
- This message shall indicate that a humidity reading has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Humidity '<1>' reading of
<2> percent is within normal operating range."
- string: The name or identifier of the humidity reading.
- This argument shall contain a string that identifies or describes the location or physical context of the humidity reading.
- number: The percent humidity.
- This argument shall contain the humidity as a percentage.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.65 LeakDetectedCritical
Example: Leak detector 'Rack #42 Spot' reports a critical level leak.
Indicates that a leak detector is in a critical state.
- This message shall indicate a leak detector is in a critical state.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Leak detector '<1>'
reports a critical level leak."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes the location or physical context of the leak detector.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.5.66 LeakDetectedNormal
Example: Leak detector 'Rack #42 Spot' has returned to normal.
Indicates that a leak detector is within normal operating range.
- This message shall indicate that a leak detector returned to its normal operating state.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Leak detector '<1>' has
returned to normal."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes the location or physical context of the leak detector.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.67 LeakDetectedWarning
Example: Leak detector 'Rack #19 Rope' reports a warning level leak.
Indicates that a leak detector is in a warning state.
- This message shall indicate a leak detector is in a warning state.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Leak detector '<1>'
reports a warning level leak."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes the location or physical context of the leak detector.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.5.68 LeakDetectorConnected
Example: Leak detector 'Rack #19 Rope' was connected.
Indicates that an external leak detector was connected.
- This message shall indicate that an external leak detector was connected.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Leak detector '<1>' was
connected."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes
the
LeakDetectorresource.
- This argument shall contain a string that identifies or describes
the
2.5.69 LeakDetectorDisconnected
Example: Leak detector 'Rack #19 Rope' was disconnected.
Indicates that an external leak detector was disconnected.
- This message shall indicate that an external leak detector was disconnected.
Version Added: v1.3
Severity: Warning
Resolution: Check the leak detector connection or re-connect the leak detector.
Message and Arguments: "Leak detector '<1>' was
disconnected."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes
the
LeakDetectorresource.
- This argument shall contain a string that identifies or describes
the
2.5.70 LeakDetectorFailure
Example: Leak detector 'Rack #19 Rope' failed.
Indicates that the service cannot communicate with a leak detector or detected a failure.
- This message shall indicate that the service is unable to communicate with a leak detector or otherwise detected a fault condition with the leak detector.
Version Added: v1.3
Severity: Warning
Resolution: Check the leak detector hardware or connection.
Message and Arguments: "Leak detector '<1>'
failed."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes
the
LeakDetectorresource.
- This argument shall contain a string that identifies or describes
the
2.5.71 LeakDetectorRestored
Example: Leak detector 'Rack #42 Spot' was restored.
Indicates that a leak detector was repaired or communications were restored.
- This message shall indicate that the service is able to communicate with a leak detector that had previously failed, or the leak detector was repaired or replaced.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Leak detector '<1>' was
restored."
- string: The name or identifier of the leak detector.
- This argument shall contain a string that identifies or describes
the
LeakDetectorresource.
- This argument shall contain a string that identifies or describes
the
2.5.72 PressureAboveLowerCriticalThreshold
Example: Pressure 'Secondary TCS' reading of 671 kPa is now above the 650 lower critical threshold but remains outside of normal range.
Indicates that a pressure reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a pressure reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the pressure violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is now above the <3> lower
critical threshold but remains outside of normal range."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.5.73 PressureAboveLowerFatalThreshold
Example: Pressure 'Secondary TCS' reading of 528 kPa is now above the 450 lower fatal threshold but remains outside of normal range.
Indicates that a pressure reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a pressure reading, previously below the lower fatal threshold, no longer violates the lower fatal threshold. However, the pressure violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is now above the <3> lower
fatal threshold but remains outside of normal range."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.5.74 PressureAboveUpperCautionThreshold
Example: Pressure 'Facility Water System' reading of 928 kPa is above the 900 upper caution threshold.
Indicates that a pressure reading is above the upper caution threshold.
- This message shall indicate that a pressure reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties. Otherwise, the message shall indicate that the reading violates an internal level or threshold.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is above the <3> upper
caution threshold."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- If the reading originated from a
Sensorresource, this argument shall contain the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource. Otherwise, this argument shall contain an internal level or threshold value.
- If the reading originated from a
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.5.75 PressureAboveUpperCriticalThreshold
Example: Pressure 'Facility Water System' reading of 1015 kPa is above the 1000 upper critical threshold.
Indicates that a pressure reading is above the upper critical threshold.
- This message shall indicate that a pressure reading violates an
upper critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is above the <3> upper
critical threshold."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.5.76 PressureAboveUpperFatalThreshold
Example: Pressure 'Facility Water System' reading of 1138 kPa is above the 1100 upper fatal threshold.
Indicates that a pressure reading is above the upper fatal threshold.
- This message shall indicate that a pressure reading violates an
upper fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is above the <3> upper
fatal threshold."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.5.77 PressureBelowLowerCautionThreshold
Example: Pressure 'Secondary TCS' reading of 689 kPa is below the 700 lower caution threshold.
Indicates that a pressure reading is below the lower caution threshold.
- This message shall indicate that a pressure reading violates a lower
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is below the <3> lower
caution threshold."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.5.78 PressureBelowLowerCriticalThreshold
Example: Pressure 'Secondary TCS' reading of 541 kPa is below the 600 lower critical threshold.
Indicates that a pressure reading is below the lower critical threshold.
- This message shall indicate that a pressure reading violates a lower
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is below the <3> lower
critical threshold."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.5.79 PressureBelowLowerFatalThreshold
Example: Pressure 'Secondary TCS' reading of 389 kPa is below the 450 lower fatal threshold.
Indicates that a pressure reading is below the lower fatal threshold.
- This message shall indicate that a pressure reading violates a lower
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is below the <3> lower
fatal threshold."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.5.80 PressureBelowUpperCriticalThreshold
Example: Pressure 'Facility Water System' reading of 937 kPa is now below the 1000 upper critical threshold but remains outside of normal range.
Indicates that a pressure reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a pressure reading, previously above the upper critical threshold, no longer violates the upper critical threshold. However, the pressure violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is now below the <3> upper
critical threshold but remains outside of normal range."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.5.81 PressureBelowUpperFatalThreshold
Example: Pressure 'Facility Water System' reading of 1019 kPa is now below the 1100 upper fatal threshold but remains outside of normal range.
Indicates that a pressure reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a pressure reading, previously above the upper fatal threshold, no longer violates the upper fatal threshold. However, the pressure violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is now below the <3> upper
fatal threshold but remains outside of normal range."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.5.82 PressureCritical
Example: Pressure 'Facility Water System' reading of 1026 kPa exceeds the critical level.
Indicates that a pressure reading exceeds an internal critical level.
- This message shall indicate that a pressure reading violates an
internal critical level. This message shall be used for pressure
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The pressure properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa exceeds the critical level."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.5.83 PressureNoLongerCritical
Example: Pressure 'Facility Water System' reading of 987 kPa no longer violates the critical level.
Indicates that a pressure reading no longer violates an internal critical level but still violates an internal warning level.
- This message shall indicate that a pressure reading no longer
violates an internal critical level but still violates an internal
warning level. This message shall be used for pressure properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The pressure properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa no longer violates the critical level."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.5.84 PressureNormal
Example: Pressure 'Facility Water System' reading of 781 kPa is within normal operating range.
Indicates that a pressure reading is now within normal operating range.
- This message shall indicate that a pressure reading has returned to its normal operating range.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa is within normal operating range."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.85 PressureWarning
Example: Pressure 'Facility Water System' reading of 972 kPa exceeds the warning level.
Indicates that a pressure reading exceeds an internal warning level.
- This message shall indicate that a pressure reading violates an
internal warning level. This message shall be used for pressure
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The pressure properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.1
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Pressure '<1>' reading of
<2> kPa exceeds the warning level."
- string: The name or identifier of the pressure reading.
- This argument shall contain a string that identifies or describes the location or physical context of the pressure reading.
- number: The pressure in kilopascals.
- This argument shall contain the pressure in kilopascals.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.5.86 PrimaryCoolantConnectorSubsystemHealth
Example: The primary coolant connector subsystem health is OK.
Indicates the health of the primary coolant connector subsystem for the equipment.
- This message shall indicate the health of the primary coolant connector subsystem for the equipment.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "The primary coolant connector subsystem
health is <1>."
- string: The health of the primary coolant connector
subsystem for the equipment.
- This argument shall contain the health of the primary coolant
connector subsystem for the equipment. This argument shall contain a
value defined by the
Healthenumeration in theResourceschema.
- This argument shall contain the health of the primary coolant
connector subsystem for the equipment. This argument shall contain a
value defined by the
2.5.87 PumpFailed
Example: Pump 'Output #3' has failed.
Indicates that a pump has failed.
- This message shall indicate that a pump has failed.
Version Added: v1.1
Severity: Critical
Resolution: Check the pump hardware and replace any faulty component.
Message and Arguments: "Pump '<1>' has
failed."
- string: The name or identifier of the pump.
- This argument shall contain a string that identifies or describes
the
Pumpresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.5.88 PumpInserted
Example: Pump 'Output #3' was inserted.
Indicates that a pump was inserted or installed.
- This message shall indicate that a pump was inserted or installed.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Pump '<1>' was
inserted."
- string: The name or identifier of the pump.
- This argument shall contain a string that identifies or describes
the
Pumpresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.5.89 PumpRemoved
Example: Pump 'Output #3' was removed.
Indicates that a pump was removed.
- This message shall indicate that a pump was removed.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Pump '<1>' was
removed."
- string: The name or identifier of the pump.
- This argument shall contain a string that identifies or describes
the
Pumpresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.5.90 PumpRestored
Example: Pump 'Output #3' was restored.
Indicates that a pump was repaired or restored to normal operation.
- This message shall indicate that a pump was repaired, replaced, or otherwise returned to normal operation.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Pump '<1>' was
restored."
- string: The name or identifier of the pump.
- This argument shall contain a string that identifies or describes
the
Pumpresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.5.91 PumpSubsystemHealth
Example: The pump subsystem health is Critical.
Indicates the health of the pump subsystem for the equipment.
- This message shall indicate the health of the pump subsystem for the equipment.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "The pump subsystem health is
<1>."
- string: The health of the pump subsystem for the equipment.
- This argument shall contain the health of the pump subsystem for the
equipment. This argument shall contain a value defined by the
Healthenumeration in theResourceschema.
- This argument shall contain the health of the pump subsystem for the
equipment. This argument shall contain a value defined by the
2.5.92 ReservoirSubsystemHealth
Example: The reservoir subsystem health is Warning.
Indicates the health of the reservoir subsystem for the equipment.
- This message shall indicate the health of the reservoir subsystem for the equipment.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "The reservoir subsystem health is
<1>."
- string: The health of the reservoir subsystem for the
equipment.
- This argument shall contain the health of the reservoir subsystem
for the equipment. This argument shall contain a value defined by the
Healthenumeration in theResourceschema.
- This argument shall contain the health of the reservoir subsystem
for the equipment. This argument shall contain a value defined by the
2.5.93 SecondaryCoolantConnectorSubsystemHealth
Example: The secondary coolant connector subsystem health is Critical.
Indicates the health of the secondary coolant connector subsystem for the equipment.
- This message shall indicate the health of the secondary coolant connector subsystem for the equipment.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "The secondary coolant connector subsystem
health is <1>."
- string: The health of the secondary coolant connector
subsystem for the equipment.
- This argument shall contain the health of the secondary coolant
connector subsystem for the equipment. This argument shall contain a
value defined by the
Healthenumeration in theResourceschema.
- This argument shall contain the health of the secondary coolant
connector subsystem for the equipment. This argument shall contain a
value defined by the
2.5.94 TemperatureAboveLowerCriticalThreshold
Example: Temperature 'Facility Water Supply' reading of 16.1 degrees (C) is now above the 15 lower critical threshold but remains outside of normal range.
Indicates that a temperature reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a temperature reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the temperature violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is now above the
<3> lower critical threshold but remains outside of
normal range."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.5.95 TemperatureAboveLowerFatalThreshold
Example: Temperature 'Facility Water Supply' reading of 10.7 degrees (C) is now above the 10 lower fatal threshold but remains outside of normal range.
Indicates that a temperature reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a temperature reading, previously below the lower fatal threshold, no longer violates the lower fatal threshold. However, the temperature violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is now above the
<3> lower fatal threshold but remains outside of
normal range."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.5.96 TemperatureAboveUpperCautionThreshold
Example: Temperature 'CPU1' reading of 43.8 degrees (C) is above the 42 upper caution threshold.
Indicates that a temperature reading is above the upper caution threshold.
- This message shall indicate that a temperature reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties. Otherwise, the message shall indicate that the reading violates an internal level or threshold.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is above the
<3> upper caution threshold."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- If the reading originated from a
Sensorresource, this argument shall contain the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource. Otherwise, this argument shall contain an internal level or threshold value.
- If the reading originated from a
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.5.97 TemperatureAboveUpperCriticalThreshold
Example: Temperature 'CPU1' reading of 47.4 degrees (C) is above the 45 upper critical threshold.
Indicates that a temperature reading is above the upper critical threshold.
- This message shall indicate that a temperature reading violates an
upper critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is above the
<3> upper critical threshold."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.5.98 TemperatureAboveUpperFatalThreshold
Example: Temperature 'CPU1' reading of 50.5 degrees (C) is above the 50 upper fatal threshold.
Indicates that a temperature reading is above the upper fatal threshold.
- This message shall indicate that a temperature reading violates an
upper fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is above the
<3> upper fatal threshold."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.5.99 TemperatureBelowLowerCautionThreshold
Example: Temperature 'Facility Water Supply' reading of 14.7 degrees (C) is below the 15 lower caution threshold.
Indicates that a temperature reading is below the lower caution threshold.
- This message shall indicate that a temperature reading violates a
lower caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is below the
<3> lower caution threshold."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.5.100 TemperatureBelowLowerCriticalThreshold
Example: Temperature 'Facility Water Supply' reading of 11.8 degrees (C) is below the lower critical threshold.
Indicates that a temperature reading is below the lower critical threshold.
- This message shall indicate that a temperature reading violates a
lower critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is below the
<3> lower critical threshold."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.5.101 TemperatureBelowLowerFatalThreshold
Example: Temperature 'Facility Water Supply' reading of 9.6 degrees (C) is below the 10 lower fatal threshold.
Indicates that a temperature reading is below the lower fatal threshold.
- This message shall indicate that a temperature reading violates a
lower fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is below the
<3> lower fatal threshold."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.5.102 TemperatureBelowUpperCriticalThreshold
Example: Temperature 'CPU1' reading of 44.1 degrees (C) is now below the 45 upper critical threshold but remains outside of normal range.
Indicates that a temperature reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a temperature reading, previously above the upper critical threshold, no longer violates the upper critical threshold. However, the temperature violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is now below the
<3> upper critical threshold but remains outside of
normal range."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.5.103 TemperatureBelowUpperFatalThreshold
Example: Temperature 'CPU1' reading of 49.5 degrees (C) is now below the 50 upper fatal threshold but remains outside of normal range.
Indicates that a temperature reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a temperature reading, previously above the upper fatal threshold, no longer violates the upper fatal threshold. However, the temperature violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is now below the
<3> upper fatal threshold but remains outside of
normal range."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.5.104 TemperatureCritical
Example: Temperature 'CPU1' reading of 49.2 degrees (C) exceeds the critical level.
Indicates that a temperature reading exceeds an internal critical level.
- This message shall indicate that a temperature reading violates an
internal critical level. This message shall be used for temperature
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The temperature properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) exceeds the critical level."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.5.105 TemperatureNoLongerCritical
Example: Temperature 'CPU1' reading of 41.8 degrees (C) no longer exceeds the critical level.
Indicates that a temperature reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a temperature reading no longer
violates an internal critical level but still violates an internal
warning level. This message shall be used for temperature properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The temperature properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) no longer exceeds the critical
level."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.5.106 TemperatureNormal
Example: Temperature 'CPU1' reading of 39.5 degrees (C) is within normal operating range.
Indicates that a temperature reading is now within normal operating range.
- This message shall indicate that a temperature reading has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) is within normal operating
range."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.5.107 TemperatureWarning
Example: Temperature 'CPU1' reading of 43.8 degrees (C) exceeds the warning level.
Indicates that a temperature reading exceeds an internal warning level.
- This message shall indicate that a temperature reading violates an
internal warning level. This message shall be used for temperature
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The temperature properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Temperature '<1>' reading
of <2> degrees (C) exceeds the warning level."
- string: The name or identifier of the temperature reading.
- This argument shall contain a string that identifies or describes the location or physical context of the temperature reading.
- number: The temperature in degrees Celsius.
- This argument shall contain the temperature in degrees Celsius.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.5.108 ValveClosed
Example: Valve 'Secondary Shutoff' was closed.
Indicates that a valve was closed.
- This message shall indicate that a valve, previously in an opened state, was closed. This message may be used for any valve type.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Valve '<1>' was
closed."
- string: The name or identifier of the valve.
- This argument shall contain a string that identifies or describes the location or physical context of the valve.
2.5.109 ValveOpened
Example: Valve 'Secondary Shutoff' was opened.
Indicates that a valve was opened.
- This message shall indicate that a valve, previously in a closed
state, was opened. This message may be used for any valve type. The
ValvePositionPercentproperty in the related resource may provide more detailed information about the position of the valve.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Valve '<1>' was
opened."
- string: The name or identifier of the valve.
- This argument shall contain a string that identifies or describes the location or physical context of the valve.
2.5.110 ValvePositionChanged
Example: Valve 'Secondary Flow' was changed to 50 percent open.
Indicates that the position of a valve was changed.
- This message shall indicate that the position of the valve, in
percent open units, was changed. This message may be used for valves
that support variable percent open positions. This message is intended
to indicate a valve position change due to a updated set point, not for
changes due to the normal operation of a control loop. Services should
use the
ValveClosedfor a change to a value of zero percent.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Valve '<1>' was changed to
<1> percent open."
- string: The name or identifier of the valve.
- This argument shall contain a string that identifies or describes the location or physical context of the valve.
- number: The new position of the valve, in percent open
units.
- This argument shall contain a number that indicates the new valve position, in percent open units.
2.5.111 ValveUnableToReachSetPoint
Example: Valve 'Secondary Flow' is unable to reach the desired set point.
Indicates that a valve is stuck or otherwise unable to reach the desired position.
- This message shall indicate that the valve is unable to attain the
desired position set point, due to an issue with the valve or an
obstruction. Services should use the
ValveUnableToReachSetPointPercentmessage if the valve contains percent-based position and set point information.
Version Added: v1.3
Severity: Warning
Resolution: Cycle the valve to a different position. Inspect the valve, control unit, motor, or other components.
Message and Arguments: "Valve '<1>' is unable to
reach the desired set point."
- string: The name or identifier of the valve.
- This argument shall contain a string that identifies or describes the location or physical context of the valve.
2.5.112 ValveUnableToReachSetPointPercent
Example: Valve 'Secondary' is unable to reach the desired 80 percent open set point and is currently at 58 percent open.
Indicates that a valve is stuck or otherwise unable to reach the desired percent open position.
- This message shall indicate that the valve is unable to attain the
desired position set point, in percent open units, due to an issue with
the valve or an obstruction. Services should use the
ValveUnableToReachSetPointmessage if the valve does not contain percent-based position and set point position information.
Version Added: v1.3
Severity: Warning
Resolution: Cycle the valve to a different position. Inspect the valve, control unit, motor, or other components.
Message and Arguments: "Valve '<1>' is unable to
reach the desired <2> percent open set point and is
currently at <3> percent open."
- string: The name or identifier of the valve.
- This argument shall contain a string that identifies or describes the location or physical context of the valve.
- number: The desired valve set point, in percent open units.
- This argument shall contain the desired set point of the valve, in percent open units.
- number: The current valve position, in percent open units.
- This argument shall contain the current position of the valve, in percent open units.
2.6 EthernetFabric 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2020.4 |
This registry defines messages for Ethernet fabrics.
| Message | Severity | Description |
|---|---|---|
| LLDPInterfaceDisabled | Warning | Indicates that an interface has disabled Link Layer Discovery Protocol (LLDP). |
| LLDPInterfaceEnabled | OK | Indicates that an interface has enabled Link Layer Discovery Protocol (LLDP). |
| MLAGInterfaceDegraded | Warning | Indicates that multi-chassis link aggregation group (MLAG) interfaces were established, but at an unexpectedly low aggregated link speed. |
| MLAGInterfaceDown | Warning | Indicates that the multi-chassis link aggregation group (MLAG) interface is down on a switch. |
| MLAGInterfacesUp | OK | Indicates that all multi-chassis link aggregation group (MLAG) interfaces are up. |
| MLAGPeerDown | Warning | Indicates that the multi-chassis link aggregation group (MLAG) peer is down. |
| MLAGPeerUp | OK | Indicates that the multi-chassis link aggregation group (MLAG) peer is up. |
| RoutingFailureThresholdExceeded | Warning | Indicates that a switch has encountered an unusually large number of routing errors. |
2.6.1 LLDPInterfaceDisabled
Example: LLDP was disabled on switch 'Switch1' port 'Port1'.
Indicates that an interface has disabled Link Layer Discovery Protocol (LLDP).
- This message shall indicate that an interface has disabled Link Layer Discovery Protocol (LLDP).
Version Added: v1.0
Severity: Warning
Resolution: Check that LLDP is enabled on device endpoints.
Message and Arguments: "LLDP was disabled on switch
'<1>' port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchon which LLDP was disabled.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePorton which LLDP was disabled.
- This argument shall contain the value of the
2.6.2 LLDPInterfaceEnabled
Example: LLDP was enabled on switch 'Switch1' port 'Port1'.
Indicates that an interface has enabled Link Layer Discovery Protocol (LLDP).
- This message shall indicate that an interface has enabled Link Layer Discovery Protocol (LLDP).
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "LLDP was enabled on switch
'<1>' port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource on which LLDP was enabled.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource on which LLDP was enabled.
- This argument shall contain the value of the
2.6.3 MLAGInterfaceDegraded
Example: MLAG interface 'MLAG1' is degraded on switch 'Switch1'.
Indicates that multi-chassis link aggregation group (MLAG) interfaces were established, but at an unexpectedly low aggregated link speed.
- This message shall indicate that multi-chassis link aggregation group (MLAG) interfaces were established, but the aggregated link speed is lower than provisioned.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "MLAG interface '<1>' is
degraded on switch '<2>'."
- string: The MLAG domain ID.
- This argument shall contain the MLAG domain ID that is degraded.
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource for which an MLAG interface is degraded.
- This argument shall contain the value of the
2.6.4 MLAGInterfaceDown
Example: The MLAG interface 'MLAG1' on switch 'Switch1' is down.
Indicates that the multi-chassis link aggregation group (MLAG) interface is down on a switch.
- This message shall indicate that the multi-chassis link aggregation group (MLAG) interface is down on a switch.
Version Added: v1.0
Severity: Warning
Resolution: Check physical connectivity and that the MLAG system ID matches on switch pairs.
Message and Arguments: "The MLAG interface '<1>'
on switch '<2>' is down."
- string: The MLAG domain ID.
- This argument shall contain the MLAG domain ID that dropped.
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource for which an MLAG interface is down.
- This argument shall contain the value of the
2.6.5 MLAGInterfacesUp
Example: All MLAG interfaces were established for MLAG ID 'MLAG1'.
Indicates that all multi-chassis link aggregation group (MLAG) interfaces are up.
- This message shall indicate all multi-chassis link aggregation group (MLAG) interfaces were established for one MLAG domain ID.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "All MLAG interfaces were established for MLAG
ID '<1>'."
- string: The MLAG domain ID.
- This argument shall contain the MLAG domain ID that was established.
2.6.6 MLAGPeerDown
Example: MLAG peer switch 'Switch2' with MLAG ID 'MLAG1' is down.
Indicates that the multi-chassis link aggregation group (MLAG) peer is down.
- This message shall indicate that a multi-chassis link aggregation group (MLAG) peer is down.
Version Added: v1.0
Severity: Warning
Resolution: Check physical connectivity and that the port channel ID matches on switch pairs.
Message and Arguments: "MLAG peer switch '<1>'
with MLAG ID '<2>' is down."
- string: The
Idof the peer switch.- This argument shall contain the value of the
Idproperty of theSwitchresource that represents the peer switch for which MLAG interface dropped.
- This argument shall contain the value of the
- string: The MLAG domain ID.
- This argument shall contain the value of the MLAG domain ID that dropped.
2.6.7 MLAGPeerUp
Example: MLAG peer switch 'Switch2' with MLAG ID 'MLAG1' is up.
Indicates that the multi-chassis link aggregation group (MLAG) peer is up.
- This message shall indicate that a multi-chassis link aggregation group (MLAG) peer is up.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "MLAG peer switch '<1>'
with MLAG ID '<2>' is up."
- string: The
Idof the peer switch.- This argument shall contain the value of the
Idproperty of theSwitchresource that represents the peer switch for which MLAG interfaces are up.
- This argument shall contain the value of the
- string: The MLAG domain ID.
- This argument shall contain the value of the MLAG domain ID that is established.
2.6.8 RoutingFailureThresholdExceeded
Example: Switch 'Switch1' has encountered 100 routing errors in the last 60 minutes.
Indicates that a switch has encountered an unusually large number of routing errors.
- This message shall indicate that a switch has exceeded a rate threshold for routing errors. This message shall not be emitted more than once in any 24-hour period of time.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' has
encountered <2> routing errors in the last
<3> minutes."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource that encountered routing errors.
- This argument shall contain the value of the
- number: The number of routing errors encountered.
- This argument shall contain the number of routing errors encountered.
- number: The number of minutes over which routing errors
were encountered.
- This argument shall contain the number of minutes over which routing errors were encountered.
2.7 Fabric 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2020.4 |
This registry defines messages for generic fabrics.
| Message | Severity | Description |
|---|---|---|
| AddressPoolCreated | OK | Indicates that an address pool was created. |
| AddressPoolModified | OK | Indicates that an address pool was modified. |
| AddressPoolRemoved | OK | Indicates that an address pool was removed. |
| CableFailed | Warning | Indicates that a cable has failed. |
| CableInserted | OK | Indicates that a cable was inserted into a switch's port. |
| CableOK | OK | Indicates that a cable has returned to working condition. |
| CableRemoved | Warning | Indicates that a cable was removed from a switch's port. |
| ConnectionCreated | OK | Indicates that a connection was created. |
| ConnectionModified | OK | Indicates that a connection was modified. |
| ConnectionRemoved | OK | Indicates that a connection was removed. |
| DegradedDownstreamLinkEstablished | Warning | Indicates that a switch's downstream connection is established but is in a degraded state. |
| DegradedInterswitchLinkEstablished | Warning | Indicates that a switch's interswitch connection is established but is in a degraded state. |
| DegradedUpstreamLinkEstablished | Warning | Indicates that a switch's upstream connection is established but is in a degraded state. |
| DownstreamLinkDropped | Warning | Indicates that a switch's downstream connection has gone down. |
| DownstreamLinkEstablished | OK | Indicates that a switch's downstream connection is established. |
| DownstreamLinkFlapDetected | Warning | Indicates that a switch's downstream connection is highly unstable. |
| EndpointCreated | OK | Indicates that an endpoint was created or discovered. |
| EndpointModified | OK | Indicates that an endpoint was modified. |
| EndpointRemoved | OK | Indicates that an endpoint was removed. |
| InterswitchLinkDropped | Warning | Indicates that a switch's interswitch connection has gone down. |
| InterswitchLinkEstablished | OK | Indicates that a switch's interswitch connection is established. |
| InterswitchLinkFlapDetected | Warning | Indicates that a switch's interswitch connection is highly unstable. |
| MaxFrameSizeExceeded | Warning | Indicates that the maximum transmission unit (MTU) for the link was exceeded. |
| MediaControllerAdded | OK | Indicates that a media controller was added. |
| MediaControllerModified | OK | Indicates that a media controller was modified. |
| MediaControllerRemoved | OK | Indicates that a media controller was removed. |
| PortAutomaticallyDisabled | OK | Indicates that a switch's port was automatically disabled. |
| PortAutomaticallyEnabled | OK | Indicates that a switch's port was automatically enabled. |
| PortDegraded | Warning | Indicates that a switch's port is in a degraded state. |
| PortFailed | Critical | Indicates that a switch's port has become inoperative. |
| PortManuallyDisabled | OK | Indicates that a switch's port was manually disabled. |
| PortManuallyEnabled | OK | Indicates that a switch's port was manually enabled. |
| PortOK | OK | Indicates that a switch's port has returned to a functional state. |
| SwitchDegraded | Warning | Indicates that a switch is in a degraded state. |
| SwitchFailed | Critical | Indicates that a switch has become inoperative. |
| SwitchOK | OK | Indicates that a switch has returned to a functional state. |
| UpstreamLinkDropped | Warning | Indicates that a switch's upstream connection has gone down. |
| UpstreamLinkEstablished | OK | Indicates that a switch's upstream connection is established. |
| UpstreamLinkFlapDetected | Warning | Indicates that a switch's upstream connection is highly unstable. |
| ZoneCreated | OK | Indicates that a zone was created. |
| ZoneModified | OK | Indicates that a zone was modified. |
| ZoneRemoved | OK | Indicates that a zone was removed. |
2.7.1 AddressPoolCreated
Example: Address pool 'AddressPool1' was created in fabric 'Fabric1'.
Indicates that an address pool was created.
- This message shall indicate that a resource of type
AddressPoolwas created.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Address pool '<1>' was
created in fabric '<2>'."
- string: The
Idof the address pool.- This argument shall contain the value of the
Idproperty of theAddressPoolresource that was created.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the address pool was created.
- This argument shall contain the value of the
2.7.2 AddressPoolModified
Example: Address pool 'AddressPool1' in fabric 'Fabric1' was modified.
Indicates that an address pool was modified.
- This message shall indicate that a resource of type
AddressPoolwas modified.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Address pool '<1>' in
fabric '<2>' was modified."
- string: The
Idof the address pool.- This argument shall contain the value of the
Idproperty of theAddressPoolresource that was modified.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the address pool was modified.
- This argument shall contain the value of the
2.7.3 AddressPoolRemoved
Example: Address pool 'AddressPool1' was removed from fabric 'Fabric1'.
Indicates that an address pool was removed.
- This message shall indicate that a resource of type
AddressPoolwas removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Address pool '<1>' was
removed from fabric '<2>'."
- string: The
Idof the address pool.- This argument shall contain the value of the
Idproperty of theAddressPoolresource that was removed.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the address pool was removed.
- This argument shall contain the value of the
2.7.4 CableFailed
Example: The cable in switch 'Switch1' port 'Port1' has failed.
Indicates that a cable has failed.
- This message shall indicate that a cable was detected as failed. This message shall not be emitted more than once in any 24-hour period of time.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "The cable in switch '<1>'
port '<2>' has failed."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the failed cable.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource with the failed cable.
- This argument shall contain the value of the
2.7.5 CableInserted
Example: A cable was inserted into switch 'Switch1' port 'Port1'.
Indicates that a cable was inserted into a switch's port.
- This message shall indicate that a cable was inserted into a port on a switch.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A cable was inserted into switch
'<1>' port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the port whose cable was inserted.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource whose cable was inserted.
- This argument shall contain the value of the
2.7.6 CableOK
Example: The cable in switch 'Switch1' port 'Port1' has returned to working condition.
Indicates that a cable has returned to working condition.
- This message shall indicate that a cable was restored to working condition.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The cable in switch '<1>'
port '<2>' has returned to working condition."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the cable that returned to a functional state.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource with the cable that returned to a functional state.
- This argument shall contain the value of the
2.7.7 CableRemoved
Example: A cable was removed from switch 'Switch1' port 'Port1'.
Indicates that a cable was removed from a switch's port.
- This message shall indicate that a cable was removed from a port on a switch.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "A cable was removed from switch
'<1>' port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the port whose cable was removed.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource whose cable was removed.
- This argument shall contain the value of the
2.7.8 ConnectionCreated
Example: Connection 'Connection1' was created in fabric 'Fabric1'.
Indicates that a connection was created.
- This message shall indicate that a resource of type
Connectionwas created.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Connection '<1>' was
created in fabric '<2>'."
- string: The
Idof the connection.- This argument shall contain the value of the
Idproperty of theConnectionresource that was created.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the connection was created.
- This argument shall contain the value of the
2.7.9 ConnectionModified
Example: Connection 'Connection1' in fabric 'Fabric1' was modified.
Indicates that a connection was modified.
- This message shall indicate that a resource of type
Connectionwas modified.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Connection '<1>' in fabric
'<2>' was modified."
- string: The
Idof the connection.- This argument shall contain the value of the
Idproperty of theConnectionresource that was modified.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the connection was modified.
- This argument shall contain the value of the
2.7.10 ConnectionRemoved
Example: Connection 'Connection1' was removed from fabric 'Fabric1'.
Indicates that a connection was removed.
- This message shall indicate that a resource of type
Connectionwas removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Connection '<1>' was
removed from fabric '<2>'."
- string: The
Idof the connection.- This argument shall contain the value of the
Idproperty of theConnectionresource that was removed.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the connection was removed.
- This argument shall contain the value of the
2.7.11 DegradedDownstreamLinkEstablished
Example: Switch 'Switch1' downstream link is established on port 'Port1', but is running in a degraded state.
Indicates that a switch's downstream connection is established but is in a degraded state.
- This message shall indicate that a switch's downstream connection is established but that the link state is degraded.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' downstream
link is established on port '<2>', but is running in
a degraded state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the downstream port.
- This argument shall contain the value of the
2.7.12 DegradedInterswitchLinkEstablished
Example: Switch 'Switch1' interswitch link is established on port 'Port1', but is running in a degraded state.
Indicates that a switch's interswitch connection is established but is in a degraded state.
- This message shall indicate that a switch's interswitch connection is established but that the link state is degraded.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' interswitch
link is established on port '<2>', but is running in
a degraded state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the interswitch port.
- This argument shall contain the value of the
2.7.13 DegradedUpstreamLinkEstablished
Example: Switch 'Switch1' upstream link is established on port 'Port1', but is running in a degraded state.
Indicates that a switch's upstream connection is established but is in a degraded state.
- This message shall indicate that a switch's upstream connection is established but that the link state is degraded.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' upstream link
is established on port '<2>', but is running in a
degraded state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the upstream port.
- This argument shall contain the value of the
2.7.14 DownstreamLinkDropped
Example: Switch 'Switch1' downstream link has gone down on port 'Port1'.
Indicates that a switch's downstream connection has gone down.
- This message shall indicate that a switch's downstream connection has gone down.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' downstream
link has gone down on port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the downstream port.
- This argument shall contain the value of the
2.7.15 DownstreamLinkEstablished
Example: Switch 'Switch1' downstream link is established on port 'Port1'.
Indicates that a switch's downstream connection is established.
- This message shall indicate that a switch's downstream connection is established.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' downstream
link is established on port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the downstream port.
- This argument shall contain the value of the
2.7.16 DownstreamLinkFlapDetected
Example: Switch 'Switch1' downstream link on port 'Port1' was established and dropped 5 times in the last 10 minutes.
Indicates that a switch's downstream connection is highly unstable.
- This message shall indicate that a switch's downstream connection was repeatedly established and dropped. This message shall not be repeated more than once in any 24-hour period.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' downstream
link on port '<2>' was established and dropped
<3> times in the last <4>
minutes."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the downstream port that is flapping.
- This argument shall contain the value of the
- number: The number of times the link has flapped.
- This argument shall contain the count of uplink establishment/disconnection cycles.
- number: The number of minutes over which the link has
flapped.
- This argument shall contain the number of minutes over which link flapping activity was detected.
2.7.17 EndpointCreated
Example: Endpoint 'Endpoint1' was created in fabric 'Fabric1'.
Indicates that an endpoint was created or discovered.
- This message shall indicate that a resource of type
Endpointwas created or discovered.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Endpoint '<1>' was created
in fabric '<2>'."
- string: The
Idof the endpoint.- This argument shall contain the value of the
Idproperty of theEndpointresource that was created.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the endpoint was created.
- This argument shall contain the value of the
2.7.18 EndpointModified
Example: Endpoint 'Endpoint1' in fabric 'Fabric1' was modified.
Indicates that an endpoint was modified.
- This message shall indicate that a resource of type
Endpointwas modified.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Endpoint '<1>' in fabric
'<2>' was modified."
- string: The
Idof the endpoint.- This argument shall contain the value of the
Idproperty of theEndpointresource that was modified.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the endpoint was modified.
- This argument shall contain the value of the
2.7.19 EndpointRemoved
Example: Endpoint 'Endpoint1' was removed from fabric 'Fabric1'.
Indicates that an endpoint was removed.
- This message shall indicate that a resource of type
Endpointwas removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Endpoint '<1>' was removed
from fabric '<2>'."
- string: The
Idof the endpoint.- This argument shall contain the value of the
Idproperty of theEndpointresource that was removed.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the endpoint was removed.
- This argument shall contain the value of the
2.7.20 InterswitchLinkDropped
Example: Switch 'Switch1' interswitch link has gone down on port 'Port1'.
Indicates that a switch's interswitch connection has gone down.
- This message shall indicate that a switch's interswitch connection has gone down.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' interswitch
link has gone down on port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the interswitch port.
- This argument shall contain the value of the
2.7.21 InterswitchLinkEstablished
Example: Switch 'Switch1' interswitch link is established on port 'Port1'.
Indicates that a switch's interswitch connection is established.
- This message shall indicate that a switch's interswitch connection is established.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' interswitch
link is established on port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the interswitch port.
- This argument shall contain the value of the
2.7.22 InterswitchLinkFlapDetected
Example: Switch 'Switch1' interswitch link on port 'Port1' was established and dropped 5 times in the last 10 minutes.
Indicates that a switch's interswitch connection is highly unstable.
- This message shall indicate that a switch's interswitch connection was repeatedly established and dropped. This message shall not be repeated more than once in any 24-hour period.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' interswitch
link on port '<2>' was established and dropped
<3> times in the last <4>
minutes."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the interswitch port that is flapping.
- This argument shall contain the value of the
- number: The number of times the link has flapped.
- This argument shall contain the count of uplink establishment/disconnection cycles.
- number: The number of minutes over which the link has
flapped.
- This argument shall contain the number of minutes over which link flapping activity was detected.
2.7.23 MaxFrameSizeExceeded
Example: MTU size on switch 'Switch1' port 'Port1' is set to 1500. One or more packets with a larger size were dropped.
Indicates that the maximum transmission unit (MTU) for the link was exceeded.
- This message shall indicate that packets were dropped due to the maximum transmission unit (MTU) frame size being exceeded. This message shall not be emitted more than once in any 24-hour period of time.
Version Added: v1.0
Severity: Warning
Resolution: Ensure that path MTU discovery is enabled and functioning correctly.
Message and Arguments: "MTU size on switch '<1>'
port '<2>' is set to <3>. One or
more packets with a larger size were dropped."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource in which one or more packets were dropped.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource in which one or more oversize packets were received.
- This argument shall contain the value of the
- number: The MTU size.
- This argument shall contain the MTU size.
2.7.24 MediaControllerAdded
Example: Media controller 'MediaController1' was added to chassis 'Chassis1'.
Indicates that a media controller was added.
- This message shall indicate that a resource of type
MediaControllerwas added.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Media controller '<1>' was
added to chassis '<2>'."
- string: The
Idof the media controller.- This argument shall contain the value of the
Idproperty of theMediaControllerresource that was added.
- This argument shall contain the value of the
- string: The
Idof the chassis.- This argument shall contain the value of the
Idproperty of theChassisresource in which the media controller was added.
- This argument shall contain the value of the
2.7.25 MediaControllerModified
Example: Media controller 'MediaController1' in chassis 'Chassis1' was modified.
Indicates that a media controller was modified.
- This message shall indicate that a resource of type
MediaControllerwas modified.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Media controller '<1>' in
chassis '<2>' was modified."
- string: The
Idof the media controller.- This argument shall contain the value of the
Idproperty of theMediaControllerresource that was modified.
- This argument shall contain the value of the
- string: The
Idof the chassis.- This argument shall contain the value of the
Idproperty of theChassisresource in which the media controller was modified.
- This argument shall contain the value of the
2.7.26 MediaControllerRemoved
Example: Media controller 'MediaController1' was removed from chassis 'Chassis1'.
Indicates that a media controller was removed.
- This message shall indicate that a resource of type
MediaControllerwas removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Media controller '<1>' was
removed from chassis '<2>'."
- string: The
Idof the media controller.- This argument shall contain the value of the
Idproperty of theMediaControllerresource that was removed.
- This argument shall contain the value of the
- string: The
Idof the chassis.- This argument shall contain the value of the
Idproperty of theChassisresource in which the media controller was removed.
- This argument shall contain the value of the
2.7.27 PortAutomaticallyDisabled
Example: Switch 'Switch1' port 'Port1' was automatically disabled.
Indicates that a switch's port was automatically disabled.
- This message shall indicate that a switch's port was automatically disabled, such as by the service.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' port
'<2>' was automatically disabled."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the disabled port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that was disabled.
- This argument shall contain the value of the
2.7.28 PortAutomaticallyEnabled
Example: Switch 'Switch1' port 'Port1' was automatically enabled.
Indicates that a switch's port was automatically enabled.
- This message shall indicate that a switch's port was automatically enabled, such as by the service.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' port
'<2>' was automatically enabled."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the enabled port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that was enabled.
- This argument shall contain the value of the
2.7.29 PortDegraded
Example: Switch 'Switch1' port 'Port1' is in a degraded state.
Indicates that a switch's port is in a degraded state.
- This message shall indicate that a port has entered a degraded state.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' port
'<2>' is in a degraded state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the degraded port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that has entered a degraded state.
- This argument shall contain the value of the
2.7.30 PortFailed
Example: Switch 'Switch1' port 'Port1' has failed and is inoperative.
Indicates that a switch's port has become inoperative.
- This message shall indicate that a port has become inoperative. This message shall not be issued when a port is manually disabled.
Version Added: v1.0
Severity: Critical
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' port
'<2>' has failed and is inoperative."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the failed port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that has failed.
- This argument shall contain the value of the
2.7.31 PortManuallyDisabled
Example: Switch 'Switch1' port 'Port1' was manually disabled.
Indicates that a switch's port was manually disabled.
- This message shall indicate that a switch's port was manually disabled, such as by a network administrator.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' port
'<2>' was manually disabled."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the disabled port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that was disabled.
- This argument shall contain the value of the
2.7.32 PortManuallyEnabled
Example: Switch 'Switch1' port 'Port1' was manually enabled.
Indicates that a switch's port was manually enabled.
- This message shall indicate that a switch's port was manually enabled, such as by a network administrator.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' port
'<2>' was manually enabled."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the enabled port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that was enabled.
- This argument shall contain the value of the
2.7.33 PortOK
Example: Switch 'Switch1' port 'Port1' has returned to a functional state.
Indicates that a switch's port has returned to a functional state.
- This message shall indicate that a port has returned to a functional state.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' port
'<2>' has returned to a functional state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource with the functional port.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that has returned to a functional state.
- This argument shall contain the value of the
2.7.34 SwitchDegraded
Example: Switch 'Switch1' is in a degraded state.
Indicates that a switch is in a degraded state.
- This message shall indicate that a switch has entered a degraded state.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' is in a
degraded state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource that has entered a degraded state.
- This argument shall contain the value of the
2.7.35 SwitchFailed
Example: Switch 'Switch1' has failed and is inoperative.
Indicates that a switch has become inoperative.
- This message shall indicate that a switch has become inoperative.
Version Added: v1.0
Severity: Critical
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' has failed
and is inoperative."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of the switch that has failed.
- This argument shall contain the value of the
2.7.36 SwitchOK
Example: Switch 'Switch1' has returned to a functional state.
Indicates that a switch has returned to a functional state.
- This message shall indicate that a switch has returned to a functional state.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' has returned
to a functional state."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource that has returned to a functional state.
- This argument shall contain the value of the
2.7.37 UpstreamLinkDropped
Example: Switch 'Switch1' upstream link has gone down on port 'Port1'.
Indicates that a switch's upstream connection has gone down.
- This message shall indicate that a switch's upstream connection has gone down.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' upstream link
has gone down on port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the upstream port.
- This argument shall contain the value of the
2.7.38 UpstreamLinkEstablished
Example: Switch 'Switch1' upstream link is established on port 'Port1'.
Indicates that a switch's upstream connection is established.
- This message shall indicate that a switch's upstream connection is established.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Switch '<1>' upstream link
is established on port '<2>'."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the upstream port.
- This argument shall contain the value of the
2.7.39 UpstreamLinkFlapDetected
Example: Switch 'Switch1' upstream link on port 'Port1' was established and dropped 5 times in the last 10 minutes.
Indicates that a switch's upstream connection is highly unstable.
- This message shall indicate that a switch's upstream connection was repeatedly established and dropped. This message shall not be repeated more than once in any 24-hour period.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "Switch '<1>' upstream link
on port '<2>' was established and dropped
<3> times in the last <4>
minutes."
- string: The
Idof the switch.- This argument shall contain the value of the
Idproperty of theSwitchresource.
- This argument shall contain the value of the
- string: The
Idof the port.- This argument shall contain the value of the
Idproperty of thePortresource that represents the upstream port that is flapping.
- This argument shall contain the value of the
- number: The number of times the link has flapped.
- This argument shall contain the count of uplink establishment/disconnection cycles.
- number: The number of minutes over which the link has
flapped.
- This argument shall contain the number of minutes over which link flapping activity was detected.
2.7.40 ZoneCreated
Example: Zone 'Zone1' was created in fabric 'Fabric1'.
Indicates that a zone was created.
- This message shall indicate that a resource of type
Zonewas created.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Zone '<1>' was created in
fabric '<2>'."
- string: The
Idof the zone.- This argument shall contain the value of the
Idproperty of theZoneresource that was created.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the zone was created.
- This argument shall contain the value of the
2.7.41 ZoneModified
Example: Zone 'Zone1' in fabric 'Fabric1' was modified.
Indicates that a zone was modified.
- This message shall indicate that a resource of type
Zonewas modified.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Zone '<1>' in fabric
'<2>' was modified."
- string: The
Idof the zone.- This argument shall contain the value of the
Idproperty of theZoneresource that was modified.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the zone was modified.
- This argument shall contain the value of the
2.7.42 ZoneRemoved
Example: Zone 'Zone1' was removed from fabric 'Fabric1'.
Indicates that a zone was removed.
- This message shall indicate that a resource of type
Zonewas removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Zone '<1>' was removed
from fabric '<2>'."
- string: The
Idof the zone.- This argument shall contain the value of the
Idproperty of theZoneresource that was removed.
- This argument shall contain the value of the
- string: The
Idof the fabric.- This argument shall contain the value of the
Idproperty of theFabricresource in which the zone was removed.
- This argument shall contain the value of the
2.8 HeartbeatEvent 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2024.4 | 2021.2 |
This registry defines the messages to use for periodic heartbeat, also known as 'keep alive', events.
| Message | Severity | Description |
|---|---|---|
| RedfishServiceFunctional | OK | An event sent periodically upon request to indicate that the Redfish service is functional. |
| RedfishServiceShuttingDown (v1.1+) | OK | Indicates that the Redfish service is shutting down and will no longer accept requests. |
| RedfishServiceStarted (v1.1+) | OK | Indicates that the Redfish service started and is ready to accept requests. |
2.8.1 RedfishServiceFunctional
Example: Redfish service is functional.
An event sent periodically upon request to indicate that the Redfish service is functional.
- This message shall indicate that the Redfish service is functional.
This message shall only be sent if specifically requested by an event
destination during the creation of a subscription using the
HeartbeatIntervalMinutesproperty.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Redfish service is functional."
2.8.2 RedfishServiceShuttingDown
Example: Redfish service is shutting down.
Indicates that the Redfish service is shutting down and will no longer accept requests.
- This message shall indicate that the Redfish service is shutting down and is no longer able to service requests.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Redfish service is shutting down."
2.8.3 RedfishServiceStarted
Example: Redfish service started.
Indicates that the Redfish service started and is ready to accept requests.
- This message shall indicate that the Redfish service started and is fully functional.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Redfish service started."
2.9 JobEvent 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.2 | 2020.3 |
This registry defines the messages for job related events.
| Message | Severity | Description |
|---|---|---|
| JobCancelled | Warning | A job was cancelled. |
| JobCompletedException | Warning | A job has completed with warnings or errors. |
| JobCompletedOK | OK | A job has completed. |
| JobProgressChanged | OK | A job has changed progress. |
| JobRemoved | Warning | A job was removed. |
| JobResumed | OK | A job has resumed. |
| JobStarted | OK | A job has started. |
| JobSuspended | Warning | A job was suspended. |
| JobValidateException (v1.1+) | Warning | A job validation has completed with warnings or errors. |
| JobValidatedOK (v1.1+) | OK | A job validation has completed. |
| JobValidationBypassed (v1.1+) | OK | A job has been queued without validation. |
| JobValidationStarted (v1.1+) | OK | A job validation has been started. |
2.9.1 JobCancelled
Example: The job with Id 'Job1' was cancelled.
A job was cancelled.
- This message shall indicate that a job was cancelled and the
JobStateproperty transitioned toCancelled.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The job with Id '<1>' was
cancelled."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that was cancelled.
- This argument shall contain the value of the
2.9.2 JobCompletedException
Example: The job with Id 'Job1' has completed with warnings or errors.
A job has completed with warnings or errors.
- This message shall indicate that a job has completed and the
JobStateproperty transitioned toException.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
completed with warnings or errors."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that has completed with warnings or errors.
- This argument shall contain the value of the
2.9.3 JobCompletedOK
Example: The job with Id 'Job1' has completed.
A job has completed.
- This message shall indicate that a job has completed and the
JobStateproperty transitioned toCompleted.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
completed."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that has completed.
- This argument shall contain the value of the
2.9.4 JobProgressChanged
Example: The job with Id 'Job1' has changed to progress 50 percent complete.
A job has changed progress.
- This message shall indicate that a job has changed progress.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
changed to progress <2> percent complete."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that has changed progress.
- This argument shall contain the value of the
- number: The percent completion of the job.
- This argument shall contain the percent completion of the job that has changed progress and shall be a value from 0 to 100.
2.9.5 JobRemoved
Example: The job with Id 'Job1' was removed.
A job was removed.
- This message shall indicate that a job was removed.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The job with Id '<1>' was
removed."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that was removed.
- This argument shall contain the value of the
2.9.6 JobResumed
Example: The job with Id 'Job1' has resumed.
A job has resumed.
- This message shall indicate that a job has resumed and the
JobStateproperty transitioned toRunningfromSuspended,Interrupted, orUserIntervention.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
resumed."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that has resumed.
- This argument shall contain the value of the
2.9.7 JobStarted
Example: The job with Id 'Job1' has started.
A job has started.
- This message shall indicate that a job has started as the
JobStateproperty transitions toStartingorRunning.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
started."
- string: The
Idof the job that started.- This argument shall contain the value of the
Idproperty of theJobresource that has started.
- This argument shall contain the value of the
2.9.8 JobSuspended
Example: The job with Id 'Job1' was suspended.
A job was suspended.
- This message shall indicate that a job was suspended and the
JobStateproperty transitioned toSuspended,Interrupted, orUserIntervention.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The job with Id '<1>' was
suspended."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of theJobresource that was suspended.
- This argument shall contain the value of the
2.9.9 JobValidateException
Example: The job with Id 'Job1' has completed validation with warnings or errors.
A job validation has completed with warnings or errors.
- This message shall indicate that a job self-validation has completed
and the
JobStateproperty transitioned toInvalid.
Version Added: v1.1
Severity: Warning
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
completed validation with warnings or errors."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of the job resource that has completed self-validation with warnings or errors.
- This argument shall contain the value of the
2.9.10 JobValidatedOK
Example: The job with Id 'Job1' has been validated.
A job validation has completed.
- This message shall indicate that a job self-validation has completed
and the
JobStateproperty transitioned toQueued.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
been validated."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of the job resource that has been validated.
- This argument shall contain the value of the
2.9.11 JobValidationBypassed
Example: The job with Id 'Job1' has been queued without validation.
A job has been queued without validation.
- This message shall indicate that a job is in the execution queue and
the
JobStateproperty transitioned toQueuedwithout validation.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' has
been queued without validation."
- string: The
Idof the job.- This argument shall contain the value of the
Idproperty of the job resource that has been bypassed validation.
- This argument shall contain the value of the
2.9.12 JobValidationStarted
Example: The job with Id 'Job1' is under validation.
A job validation has been started.
- This message shall indicate that a job has started self-validation
as the
JobStateproperty transitions toValidation.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The job with Id '<1>' is
under validation."
- string: The
Idof the job that is being validated.- This argument shall contain the value of the
Idproperty of the job resource that is being validated.
- This argument shall contain the value of the
2.10 License 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2021.3 |
This registry defines the license status and error messages.
| Message | Severity | Description |
|---|---|---|
| DaysBeforeExpiration | OK | Indicates the number of days remaining on a license before expiration. |
| Expired | Warning | Indicates that a license has expired and its functionality was disabled. |
| GracePeriod | Warning | Indicates that a license has expired and entered its grace period. |
| InstallFailed | Critical | Indicates that the service failed to install the license. |
| InvalidLicense | Critical | Indicates that the license was not recognized, is corrupted, or is invalid. |
| LicenseInstalled | OK | Indicates that a license was installed. |
| NotApplicableToTarget | Critical | Indicates that the license is not applicable to the target. |
| TargetsRequired | Critical | Indicates that one or more targets need to be specified with the license. |
2.10.1 DaysBeforeExpiration
Example: The license 'License1' will expire in 30 days.
Indicates the number of days remaining on a license before expiration.
- This message shall indicate the number of days remaining on a license before expiration.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The license '<1>' will
expire in <2> days."
- string: The name of the license.
- This argument shall contain the human readable identifier of the license.
- number: The number of days before the license expires.
- This argument shall contain the number of days before the license expires.
2.10.2 Expired
Example: The license 'License1' has expired.
Indicates that a license has expired and its functionality was disabled.
- This message shall indicate that a license has expired and its functionality was disabled.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The license '<1>' has
expired."
- string: The name of the license.
- This argument shall contain the human readable identifier of the license.
2.10.3 GracePeriod
Example: The license 'License1' has expired, 7 day grace period before licensed functionality is disabled.
Indicates that a license has expired and entered its grace period.
- This message shall indicate that a license has expired and entered its grace period.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The license '<1>' has
expired, <2> day grace period before licensed
functionality is disabled."
- string: The name of the license.
- This argument shall contain the human readable identifier of the license.
- number: The number day of grace period.
- This argument shall contain the number day of grace period for the licensed functionality.
2.10.4 InstallFailed
Example: Failed to install the license. Reason: Invalid license format.
Indicates that the service failed to install the license.
- This message shall indicate that the service failed to install the license.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Failed to install the license. Reason:
<1>."
- string: The reason for the license installation failure.
- This argument shall contain the reason for the license installation failure.
2.10.5 InvalidLicense
Example: The content of the license was not recognized, is corrupted, or is invalid.
Indicates that the license was not recognized, is corrupted, or is invalid.
- This message shall indicate that the content of the license was not recognized, is corrupted, or is invalid.
Version Added: v1.0
Severity: Critical
Resolution: Verify the license content is correct and resubmit the request.
Message and Arguments: "The content of the license was not recognized, is corrupted, or is invalid."
2.10.6 LicenseInstalled
Example: The license 'License1' was installed.
Indicates that a license was installed.
- This message shall indicate that a license was installed. Existing licenses may have been updated or otherwise affected by the installation.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The license '<1>' was
installed."
- string: The name of the license.
- This argument shall contain the human readable identifier of the license.
2.10.7 NotApplicableToTarget
Example: The license is not applicable to the target.
Indicates that the license is not applicable to the target.
- This message shall indicate that the license is not applicable to the target.
Version Added: v1.0
Severity: Critical
Resolution: Check the license compatibility or applicability to the specified target.
Message and Arguments: "The license is not applicable to the target."
2.10.8 TargetsRequired
Example: The license requires targets to be specified.
Indicates that one or more targets need to be specified with the license.
- This message shall indicate that one or more targets need to be specified with the license.
Version Added: v1.0
Severity: Critical
Resolution: Add AuthorizedDevices to Links and resubmit the request.
Message and Arguments: "The license requires targets to be specified."
2.11 LogService 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.4 | 2020.3 |
This registry defines the messages for log service related events.
| Message | Severity | Description |
|---|---|---|
| DiagnosticDataBlocked (v1.2+) | Warning | Indicates that the service attempted to collect diagnostic data automatically based on its own policies, such as in response to hardware errors, but restrictions are preventing it from starting. For example, a setting in a device that blocks sideband acccess to collecting diagnostic data. |
| DiagnosticDataCollected | OK | Indicates that diagnostic data was
collected due to a client invoking the
CollectDiagnosticData action. |
| DiagnosticDataCollectionCompleted (v1.2+) | OK | Indicates that the service completed automated diagnostic data collection, such as in response to hardware errors. |
| DiagnosticDataCollectionFailed (v1.2+) | Critical | Indicates that the service failed to collect diagnostic data automatically based on its own policies, such as in response to hardware errors. |
| DiagnosticDataCollectionStarted (v1.2+) | OK | Indicates that the service started collecting diagnostic data automatically based on its own policies, such as in response to hardware errors. |
| DiagnosticDataInvalid (v1.2+) | Critical | Indicates that the service completed collecting diagnostic data automatically based on its own policies, such as in response to hardware errors, but the data is not usable. Examples includes truncated diagnostic data and invalid checksums for the diagnostic data. |
| LogCleared (v1.1+) | OK | Indicates that the log was cleared. |
2.11.1 DiagnosticDataBlocked
Example: 'CPER' diagnostic data collection was attempted for device 'CPU0', but was blocked.
Indicates that the service attempted to collect diagnostic data automatically based on its own policies, such as in response to hardware errors, but restrictions are preventing it from starting. For example, a setting in a device that blocks sideband acccess to collecting diagnostic data.
- This message shall indicate that the service attempted to collect diagnostic data automatically based on its own policies, such as in response to hardware errors, but restrictions are preventing it from starting.
Version Added: v1.2
Severity: Warning
Resolution: Check device settings or other policies that can prevent the collection of diagnostic data.
Message and Arguments: "'<1>' diagnostic data
collection was attempted for device '<2>', but was
blocked."
- string: The type of diagnostic data.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
LogDiagnosticDataTypesenumeration in theLogEntryschema or an OEM-defined value forOEMdiagnostic data types.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes the device.
2.11.2 DiagnosticDataCollected
Example: 'Manager' diagnostic data collected.
Indicates that diagnostic data was collected due to a client invoking
the CollectDiagnosticData action.
- This message shall indicate that diagnostic data was collected due
to a client invoking the
CollectDiagnosticDataaction.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "'<1>' diagnostic data
collected."
- string: The value of the
DiagnosticDataTypeparameter.- This argument shall contain the value of the
DiagnosticDataTypeparameter provided by the client when theCollectDiagnosticDataaction was invoked.
- This argument shall contain the value of the
2.11.3 DiagnosticDataCollectionCompleted
Example: 'CPER' diagnostic data collection completed for device 'CPU0'.
Indicates that the service completed automated diagnostic data collection, such as in response to hardware errors.
- This message shall indicate that the service completed automated diagnostic data collection based on its own policies.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "'<1>' diagnostic data
collection completed for device '<2>'."
- string: The type of diagnostic data.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
LogDiagnosticDataTypesenumeration in theLogEntryschema or an OEM-defined value forOEMdiagnostic data types.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes the device.
2.11.4 DiagnosticDataCollectionFailed
Example: 'CPER' diagnostic data collection failed for device 'CPU0'.
Indicates that the service failed to collect diagnostic data automatically based on its own policies, such as in response to hardware errors.
- This message shall indicate that the service failed to collect diagnostic data automatically based on its own policies.
Version Added: v1.2
Severity: Critical
Resolution: Check the service's storage availability. Check for additional conditions preventing the collection of diagnostic data.
Message and Arguments: "'<1>' diagnostic data
collection failed for device '<2>'."
- string: The type of diagnostic data.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
LogDiagnosticDataTypesenumeration in theLogEntryschema or an OEM-defined value forOEMdiagnostic data types.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes the device.
2.11.5 DiagnosticDataCollectionStarted
Example: 'CPER' diagnostic data collection started for device 'CPU0'.
Indicates that the service started collecting diagnostic data automatically based on its own policies, such as in response to hardware errors.
- This message shall indicate that the service started collecting diagnostic data automatically based on its own policies.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "'<1>' diagnostic data
collection started for device '<2>'."
- string: The type of diagnostic data.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
LogDiagnosticDataTypesenumeration in theLogEntryschema or an OEM-defined value forOEMdiagnostic data types.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes the device.
2.11.6 DiagnosticDataInvalid
Example: 'CPER' diagnostic data collection completed for device 'CPU0', but is not usable.
Indicates that the service completed collecting diagnostic data automatically based on its own policies, such as in response to hardware errors, but the data is not usable. Examples includes truncated diagnostic data and invalid checksums for the diagnostic data.
- This message shall indicate that the service completed collecting diagnostic data automatically based on its own policies, but the data is not usable.
Version Added: v1.2
Severity: Critical
Resolution: Check the service's storage availability. Check for additional conditions preventing the collection of diagnostic data.
Message and Arguments: "'<1>' diagnostic data
collection completed for device '<2>', but is not
usable."
- string: The type of diagnostic data.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
LogDiagnosticDataTypesenumeration in theLogEntryschema or an OEM-defined value forOEMdiagnostic data types.
- This argument shall contain the type of diagnostic data the service
is collecting. The value shall be one of the values defined by the
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes the device.
2.11.7 LogCleared
Example: Log 'SystemEventLog' was cleared.
Indicates that the log was cleared.
- This message shall indicate that the log was cleared.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Log '<1>' was
cleared."
- string: The name or identifier of the log.
- This argument shall contain contain a string that identifies or describes the log.
2.12 ManagerEvent 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2025.4 |
This registry defines messages to be used by a service to indicate conditions or configuration changes related to a manager. The affected manager may provide the Redfish service.
| Message | Severity | Description |
|---|---|---|
| ManagerReset | OK | Indicates that a manager reset occurred. |
| ManagerResetWatchdogTimer | Warning | Indicates that a manager reset occurred due to a watchdog timer action. |
| ManagerSwitchedToBackupSoftwareImage | Warning | Indicates that a manager switched to a backup software image. |
2.12.1 ManagerReset
Example: Manager Manager1 performed a
'ForceRestart' type of reset.
Indicates that a manager reset occurred.
- This message shall indicate that a manager reset occurred.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Manager <1> performed a
'<2>' type of reset."
- string: The name or identifier of the manager that was
reset.
- This argument shall contain a string that identifies the affected manager.
- string: The type of reset that occurred.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
ResetTypeenumeration from theResourceschema.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
2.12.2 ManagerResetWatchdogTimer
Example: Manager Manager1 performed a
'ForceRestart' type of reset due to watchdog timer action.
Indicates that a manager reset occurred due to a watchdog timer action.
- This message shall indicate that a manager reset occurred due to a watchdog timer action.
Version Added: v1.0
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Manager <1> performed a
'<2>' type of reset due to watchdog timer
action."
- string: The name or identifier of the manager that was
reset.
- This argument shall contain a string that identifies the affected manager.
- string: The type of reset that occurred.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
ResetTypeenumeration from theResourceschema.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
2.12.3 ManagerSwitchedToBackupSoftwareImage
Example: Manager Manager1 switched to a
backup software image.
Indicates that a manager switched to a backup software image.
- This message shall indicate that a manager is using a backup software image.
Version Added: v1.0
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Manager <1> switched to a
backup software image."
- string: The name or identifier of the manager.
- This argument shall contain a string that identifies the affected manager.
2.13 NetworkDevice 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2024.1 | 2020.1 |
This registry defines the messages for networking devices.
| Message | Severity | Description |
|---|---|---|
| CableInserted | OK | Indicates that a network cable was inserted. |
| CableRemoved | OK | Indicates that a network cable was removed. |
| ConnectionDropped | OK | Indicates that a network connection was dropped. |
| ConnectionEstablished | OK | Indicates that a network connection was established. |
| ConnectionSpeedLow (v1.1+) | Warning | Indicates that a network connection is operating at a speed below the specified threshold. |
| DegradedConnectionEstablished | Warning | Indicates that a network connection was established, but at an unexpectedly low link speed. |
| LinkFlapDetected | Warning | Indicates that a network connection is highly unstable. |
2.13.1 CableInserted
Example: A network cable was inserted into network adapter 'NIC1' port 'Port1'.
Indicates that a network cable was inserted.
- This message shall indicate that a network cable was inserted. This message shall not be sent for a backplane connection.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A network cable was inserted into network
adapter '<1>' port '<2>'."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network adapter into which a cable was plugged.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network port into which a cable was plugged.
2.13.2 CableRemoved
Example: A cable was removed from network adapter 'NIC1' port 'Port1'.
Indicates that a network cable was removed.
- This message shall indicate that a network cable was removed. This message shall not be sent for a backplane connection.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A cable was removed from network adapter
'<1>' port '<2>'."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network adapter from which a cable was unplugged.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network port from which a cable was unplugged.
2.13.3 ConnectionDropped
Example: The connection is no longer active for network adapter 'NIC1' port 'Port1' function 'Function1'.
Indicates that a network connection was dropped.
- This message shall indicate that the link for a network connection is no longer intact.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The connection is no longer active for
network adapter '<1>' port '<2>'
function '<3>'."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network adapter from which a connection was dropped.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network port from which a connection was dropped.
- string: The name or identifier of the network function.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network device function from which a connection was dropped.
2.13.4 ConnectionEstablished
Example: A network connection was established for network adapter 'NIC1' port 'Port1' function 'Function1'.
Indicates that a network connection was established.
- This message shall indicate that the link for a network connection is newly established.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A network connection was established for
network adapter '<1>' port '<2>'
function '<3>'."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network adapter to which a connection was established.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network port to which a connection was established.
- string: The name or identifier of the network function.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network device function to which a connection was established.
2.13.5 ConnectionSpeedLow
Example: The network adapter 'NIC1' port 'Port1' function 'Function1' is operating at a link speed of 1 Gbps which is below the specified threshold of 10 Gbps.
Indicates that a network connection is operating at a speed below the specified threshold.
- This message shall indicate that a network connection is operating at a link speed lower than the specified threshold.
Version Added: v1.1
Severity: Warning
Resolution: Check the network equipment and cabling for this connection.
Message and Arguments: "The network adapter '<1>'
port '<2>' function '<3>' is
operating at a link speed of <4> Gbps which is below
the specified threshold of <5> Gbps."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the associated network adapter.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the associated network port.
- string: The name or identifier of the network function.
- This argument shall contain contain a string that identifies or describes the location or physical context of the associated network device function.
- number: The current link speed (Gbps).
- This argument shall contain the current connection speed (Gbps).
- number: The alert threshold (Gbps).
- This argument shall contain the value of the threshold that triggered this message.
2.13.6 DegradedConnectionEstablished
Example: A degraded network connection was established for network adapter 'NIC1' port 'Port1' function 'Function1'.
Indicates that a network connection was established, but at an unexpectedly low link speed.
- This message shall indicate that a network connection is newly established but that the link speed is lower than provisioned for the channel.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "A degraded network connection was established
for network adapter '<1>' port
'<2>' function '<3>'."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network adapter to which a connection was established.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network port to which a connection was established.
- string: The name or identifier of the network function.
- This argument shall contain contain a string that identifies or describes the location or physical context of the network device function to which a connection was established.
2.13.7 LinkFlapDetected
Example: The network connection for network adapter 'NIC1' port 'Port1' function 'Function1' was established and dropped 10 times in the last 5 minutes.
Indicates that a network connection is highly unstable.
- This message shall indicate that a network connection was repeatedly established and dropped. This message shall not be repeated more than once in any 24-hour period.
Version Added: v1.0
Severity: Warning
Resolution: Contact the network administrator for problem resolution.
Message and Arguments: "The network connection for network adapter
'<1>' port '<2>' function
'<3>' was established and dropped
'<4>' times in the last '<5>'
minutes."
- string: The name or identifier of the network adapter.
- This argument shall contain contain a string that identifies or describes the location or physical context of the associated network adapter.
- string: The name or identifier of the network port.
- This argument shall contain contain a string that identifies or describes the location or physical context of the associated network port.
- string: The name or identifier of the network function.
- This argument shall contain contain a string that identifies or describes the location or physical context of the associated network device function.
- number: The number of times the link has flapped.
- This argument shall contain be a number representing the count of link establishment/disconnection cycles.
- number: The number of minutes over which the link has
flapped.
- This argument shall contain be a number representing the number of minutes over which link flapping activity was detected.
2.14 Platform 1.4.0
| Version | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.2 | 2024.4 | 2024.1 | 2024.1 |
This registry defines messages for compute platforms, covering topics related to processor, memory, and I/O device connectivity.
| Message | Severity | Description |
|---|---|---|
| DeviceAssemblyDataInaccessible (v1.3+) | Warning | Indicates that the assembly data, historically 'FRU data', for a device is inaccessible. |
| DeviceAssemblyDataMalformed (v1.3+) | Warning | Indicates that the assembly data, historically 'FRU data', for a device is malformed, such as due to a checksum error. |
| DeviceBootTimeout (v1.3+) | Critical | Indicates that a device encountered a boot timeout. |
| DeviceDisabled (v1.3+) | Warning | Indicates that a device was disabled or halted. |
| DeviceInRecovery (v1.3+) | Critical | Indicates that a device is not operating properly and entered recovery mode to restore firmware or critical data to a state of integrity. |
| DeviceManagementInterfaceError (v1.3+) | OK | Indicates that the management interface for a device encountered an error. |
| DeviceManagementInterfaceUnresponsive (v1.3+) | OK | Indicates that the management interface for a device is unresponsive. |
| DeviceMissing (v1.3+) | Critical | Indicates that the device has asserted Device Missing |
| DeviceSecureBootFailure (v1.3+) | Critical | Indicates that a device encountered a secure boot failure. |
| DeviceWatchdogTimeout (v1.3+) | Critical | Indicates that a device encountered a watchdog timeout. |
| MemoryContainedError (v1.3+) | Warning | Indicates that a memory device detected an uncorrectable error, but contained it. |
| MemoryRowRemappingError (v1.3+) | Critical | Indicates that a memory device encountered a row remapping failure. |
| MemoryRowRemappingPending (v1.3+) | Warning | Indicates that row remapping is pending for a memory device. |
| MemoryUncorrectableError (v1.3+) | Critical | Indicates that a memory device detected an uncorrectable error and the error was not contained. |
| NVRAMClearAsserted (v1.1+) | Warning | Indicates that the 'NVRAM Clear' jumper or switch is currently asserted. |
| OperatingSystemCrash | Critical | Indicates the operating system was halted due to a catastrophic error. |
| PCIeIncorrectLinkSpeed (v1.3+) | Critical | Indicates that a PCIe device did not train to its expected link speed. |
| PCIeIncorrectLinkWidth (v1.3+) | Critical | Indicates that a PCIe device did not train to its expected link width. |
| PCIeLinkDown (v1.3+) | Critical | Indicates that a PCIe device lost its link with the upstream interface. |
| PCIeLinkRestored (v1.3+) | Critical | Indicates that a PCIe device restored its link with the upstream interface. |
| PCIeLinkSpeedChange (v1.3+) | Critical | Indicates that a PCIe link speed changed at runtime. |
| PCIeLinkTrainingError (v1.3+) | Critical | Indicates that a PCIe device could not establish a link with the upstream interface. |
| PCIeLinkWidthChange (v1.3+) | Critical | Indicates that a PCIe link width changed at runtime. |
| PCIeUncorrectableError (v1.3+) | Critical | Indicates that a PCIe device detected an uncorrectable error. |
| PlatformError | Warning | Indicates that a platform error occurred. |
| PlatformErrorAtLocation | Warning | Indicates that a platform error occurred and device or other location information is available. |
| PlatformReset (v1.2+) | OK | Indicates that the platform reset occurred. |
| PlatformResetWatchdogTimer (v1.2+) | Warning | Indicates that the platform reset occurred due to a watchdog timer action. |
| PowerBrake (v1.3+) | Warning | Indicates that a power brake is applied to a component or equipment. |
| SecurityBypassAsserted (v1.1+) | Warning | Indicates that the 'Security Bypass' jumper or switch is currently asserted. |
| UnhandledExceptionDetectedAfterReset | Critical | Indicates that an unhandled exception caused the platform to reset. |
| VoltageRegulatorFault (v1.3+) | Critical | Indicates that a voltage regulator has faulted. |
2.14.1 DeviceAssemblyDataInaccessible
Example: Unable to access the assembly data for device 'GPU1'.
Indicates that the assembly data, historically 'FRU data', for a device is inaccessible.
- This message shall indicate that the assembly data for a device is inaccessible.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Unable to access the assembly data for device
'<1>'."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.2 DeviceAssemblyDataMalformed
Example: Malformed assembly data detected for device 'GPU1'.
Indicates that the assembly data, historically 'FRU data', for a device is malformed, such as due to a checksum error.
- This message shall indicate that the assembly data for a device is malformed, such as due to a checksum error.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Malformed assembly data detected for device
'<1>'."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.3 DeviceBootTimeout
Example: Device 'GPU1' encountered a boot timeout.
Indicates that a device encountered a boot timeout.
- This message shall indicate that a device encountered a boot timeout.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Device '<1>' encountered a
boot timeout."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.4 DeviceDisabled
Example: Device 'GPU1' was disabled or halted.
Indicates that a device was disabled or halted.
- This message shall indicate that a device was disabled or halted.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Device '<1>' was disabled
or halted."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.5 DeviceInRecovery
Example: Device 'GPU1' entered recovery mode due to: Firmware corruption.
Indicates that a device is not operating properly and entered recovery mode to restore firmware or critical data to a state of integrity.
- This message shall indicate that a device is not operating properly and entered recovery mode, such as defined by the OCP Secure Firmware Recovery specification, to restore firmware or critical data to a state of integrity.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Device '<1>' entered
recovery mode due to: <2>."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
- string: The reason the device entered recovery mode.
- This argument shall contain a string that describes the reason the device entered recovery mode.
2.14.6 DeviceManagementInterfaceError
Example: The management interface for device 'GPU1' encountered the error: I2C communication failure.
Indicates that the management interface for a device encountered an error.
- This message shall indicate that the management interface for a device encountered an error.
Version Added: v1.3
Severity: OK
Resolution: Check additional diagnostic data if available.
Message and Arguments: "The management interface for device
'<1>' encountered the error:
<2>."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
- string: The error encountered on the management interface
of the device.
- This argument shall contain a string that describes error encountered on the management interface of the device.
2.14.7 DeviceManagementInterfaceUnresponsive
Example: The management interface for device 'GPU1' is unresponsive.
Indicates that the management interface for a device is unresponsive.
- This message shall indicate that the management interface for a device is unresponsive.
Version Added: v1.3
Severity: OK
Resolution: Check additional diagnostic data if available.
Message and Arguments: "The management interface for device
'<1>' is unresponsive."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.8 DeviceMissing
Example: The Device GPU1 state changed to absent.
Indicates that the device has asserted Device Missing
- This message shall be used to indicate the device has asserted Device Missing
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "The Device <1> state
changed to absent."
- string: Indicates the device component Id that asserted
this message
- The argument shall contain the device component Id that asserted this message
2.14.9 DeviceSecureBootFailure
Example: Device 'GPU1' encountered a secure boot failure.
Indicates that a device encountered a secure boot failure.
- This message shall indicate that a device encountered a secure boot failure.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Device '<1>' encountered a
secure boot failure."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.10 DeviceWatchdogTimeout
Example: Device 'GPU1' encountered a watchdog timeout.
Indicates that a device encountered a watchdog timeout.
- This message shall indicate that a device encountered a watchdog timeout.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Device '<1>' encountered a
watchdog timeout."
- string: The name or identifier of the device.
- This argument shall contain a string that identifies or describes device.
2.14.11 MemoryContainedError
Example: Memory device 'DIMM1' contained an uncorrectable error.
Indicates that a memory device detected an uncorrectable error, but contained it.
- This message shall indicate that a memory device detected an uncorrectable error, but contained it.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "Memory device '<1>'
contained an uncorrectable error."
- string: The name or identifier of the memory device.
- This argument shall contain a string that identifies or describes
the
Memoryresource.
- This argument shall contain a string that identifies or describes
the
2.14.12 MemoryRowRemappingError
Example: Memory device 'DIMM1' encountered a row remapping failure.
Indicates that a memory device encountered a row remapping failure.
- This message shall indicate that a memory device encountered a row remapping failure.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "Memory device '<1>'
encountered a row remapping failure."
- string: The name or identifier of the memory device.
- This argument shall contain a string that identifies or describes
the
Memoryresource.
- This argument shall contain a string that identifies or describes
the
2.14.13 MemoryRowRemappingPending
Example: Row remapping is pending for memory device 'DIMM1'.
Indicates that row remapping is pending for a memory device.
- This message shall indicate that row remapping is pending for a memory device.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "Row remapping is pending for memory device
'<1>'."
- string: The name or identifier of the memory device.
- This argument shall contain a string that identifies or describes
the
Memoryresource.
- This argument shall contain a string that identifies or describes
the
2.14.14 MemoryUncorrectableError
Example: Memory device 'DIMM1' detected an uncorrectable error.
Indicates that a memory device detected an uncorrectable error and the error was not contained.
- This message shall indicate that a memory device detected an uncorrectable error and the error was not contained.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "Memory device '<1>'
detected an uncorrectable error."
- string: The name or identifier of the memory device.
- This argument shall contain a string that identifies or describes
the
Memoryresource.
- This argument shall contain a string that identifies or describes
the
2.14.15 NVRAMClearAsserted
Example: 'NVRAM Clear' is currently on.
Indicates that the 'NVRAM Clear' jumper or switch is currently asserted.
- This message shall indicate that the 'NVRAM Clear' jumper or switch is currently asserted.
Version Added: v1.1
Severity: Warning
Resolution: Turn off the 'NVRAM Clear' jumper or switch.
Message and Arguments: "'NVRAM Clear' is currently on."
2.14.16 OperatingSystemCrash
Example: An operating system crash occurred.
Indicates the operating system was halted due to a catastrophic error.
- This message shall indicate that an unhandled exception caused a compute platform to crash or otherwise halt.
Version Added: v1.0
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "An operating system crash occurred."
2.14.17 PCIeIncorrectLinkSpeed
Example: PCIe device 'GPU1' did not train to its expected link speed.
Indicates that a PCIe device did not train to its expected link speed.
- This message shall indicate that a PCIe device did not train to its expected link speed.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' did not
train to its expected link speed."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
2.14.18 PCIeIncorrectLinkWidth
Example: PCIe device 'GPU1' did not train to its expected link width.
Indicates that a PCIe device did not train to its expected link width.
- This message shall indicate that a PCIe device did not train to its expected link width.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' did not
train to its expected link width."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
2.14.19 PCIeLinkDown
Example: PCIe device 'GPU1' lost its link.
Indicates that a PCIe device lost its link with the upstream interface.
- This message shall indicate that a PCIe device lost its link with the upstream interface.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' lost its
link."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
2.14.20 PCIeLinkRestored
Example: PCIe device 'GPU1' restored its link.
Indicates that a PCIe device restored its link with the upstream interface.
- This message shall indicate that a PCIe device restored its link with the upstream interface.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' restored
its link."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
2.14.21 PCIeLinkSpeedChange
Example: PCIe device 'GPU1' detected a runtime speed change to 8 Gbps.
Indicates that a PCIe link speed changed at runtime.
- This message shall indicate that a PCIe link speed changed at runtime.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' detected
a runtime speed change to <2> Gbps."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
- number: The new link speed (Gbps).
- This argument shall contain the new link speed (Gbps).
2.14.22 PCIeLinkTrainingError
Example: PCIe device 'GPU1' could not train its link.
Indicates that a PCIe device could not establish a link with the upstream interface.
- This message shall indicate that a PCIe device could not establish a link with the upstream interface.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' could
not train its link."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
2.14.23 PCIeLinkWidthChange
Example: PCIe device 'GPU1' detected a runtime link width change to 8 lanes.
Indicates that a PCIe link width changed at runtime.
- This message shall indicate that a PCIe link width changed at runtime.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' detected
a runtime link width change to <2> lanes."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
- number: The new link width.
- This argument shall contain the new link width.
2.14.24 PCIeUncorrectableError
Example: PCIe device 'GPU1' detected an uncorrectable error.
Indicates that a PCIe device detected an uncorrectable error.
- This message shall indicate that a PCIe device detected an uncorrectable error.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "PCIe device '<1>' detected
an uncorrectable error."
- string: The name or identifier of the PCIe device.
- This argument shall contain a string that identifies or describes
the
PCIeDeviceresource.
- This argument shall contain a string that identifies or describes
the
2.14.25 PlatformError
Example: A platform error occurred.
Indicates that a platform error occurred.
- This message shall indicate that a platform error occurred.
Version Added: v1.0
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "A platform error occurred."
2.14.26 PlatformErrorAtLocation
Example: A platform error occurred at location 'CPU1'.
Indicates that a platform error occurred and device or other location information is available.
- This message shall indicate that a platform error occurred with specific device identification information available.
Version Added: v1.0
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "A platform error occurred at location
'<1>'."
- string: The device description or location where the error
occurred.
- This argument shall contain a description of the device or location where the error occurred.
2.14.27 PlatformReset
Example: A platform performed a 'ForceRestart' type of reset.
Indicates that the platform reset occurred.
- This message shall indicate that a platform reset occurred.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "A platform performed a
'<1>' type of reset."
- string: The type of reset that occurred.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
ResetTypeenumeration from theResourceschema.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
2.14.28 PlatformResetWatchdogTimer
Example: A platform performed a 'ForceRestart' type of reset due to watchdog timer action.
Indicates that the platform reset occurred due to a watchdog timer action.
- This message shall indicate that a platform reset occurred due to a watchdog timer action.
Version Added: v1.2
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "A platform performed a
'<1>' type of reset due to watchdog timer
action."
- string: The type of reset that occurred.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
ResetTypeenumeration from theResourceschema.
- This argument shall contain the type of reset that occurred. This
argument shall contain one of the values of the
2.14.29 PowerBrake
Example: A power brake is applied to 'CPU1'.
Indicates that a power brake is applied to a component or equipment.
- This message shall indicate that a power brake is applied to a component or equipment.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available.
Message and Arguments: "A power brake is applied to
'<1>'."
- string: The name or identifier of the component or
equipment.
- This argument shall contain a string that identifies or describes the component or equipment.
2.14.30 SecurityBypassAsserted
Example: 'Security Bypass' is currently on.
Indicates that the 'Security Bypass' jumper or switch is currently asserted.
- This message shall indicate that the 'Security Bypass' or 'Password Bypass' jumper or switch is currently asserted.
Version Added: v1.1
Severity: Warning
Resolution: Turn off the 'Security Bypass' jumper or switch.
Message and Arguments: "'Security Bypass' is currently on."
2.14.31 UnhandledExceptionDetectedAfterReset
Example: An unhandled exception caused a platform reset.
Indicates that an unhandled exception caused the platform to reset.
- This message shall indicate that an unhandled exception caused a compute platform to reset. The exception was detected after the reset occurred.
Version Added: v1.0
Severity: Critical
Resolution: Check additional diagnostic data if available.
Message and Arguments: "An unhandled exception caused a platform reset."
2.14.32 VoltageRegulatorFault
Example: Voltage regulator 'VR1' has faulted.
Indicates that a voltage regulator has faulted.
- This message shall indicate that a voltage regulator has faulted.
Version Added: v1.3
Severity: Critical
Resolution: Check additional diagnostic data if available. Check the platform and connectors for any faults.
Message and Arguments: "Voltage regulator '<1>'
has faulted."
- string: The name or identifier of the voltage regulator.
- This argument shall contain a string that identifies or describes the voltage regulator.
2.15 Power 1.3.0
| Version | v1.3 | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.4 | 2025.3 | 2024.1 |
This registry defines messages related to electrical measurements and power distribution equipment.
| Message | Severity | Description |
|---|---|---|
| BreakerFault | Critical | Indicates that a circuit breaker has an internal fault. |
| BreakerReset | OK | Indicates that a circuit breaker reset. |
| BreakerTripped | Critical | Indicates that a circuit breaker tripped. |
| ChassisPowerLimitExceeded (v1.3+) | Warning | Indicates that a chassis exceeded its power limit. |
| ChassisPowerLimitRestored (v1.3+) | OK | Indicates that a chassis returned below its power limit. |
| ChassisPoweredOff (v1.1+) | OK | Indicates that the power state of a chassis changed to off. |
| ChassisPoweredOn (v1.1+) | OK | Indicates that the power state of a chassis changed to on. |
| CircuitPoweredOff | OK | Indicates that a circuit was powered off. |
| CircuitPoweredOn | OK | Indicates that a circuit was powered on. |
| CurrentAboveLowerCriticalThreshold | Warning | Indicates that a current reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| CurrentAboveLowerFatalThreshold | Critical | Indicates that a current reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| CurrentAboveUpperCautionThreshold | Warning | Indicates that a current reading is above the upper caution threshold. |
| CurrentAboveUpperCriticalThreshold | Critical | Indicates that a current reading is above the upper critical threshold. |
| CurrentAboveUpperFatalThreshold | Critical | Indicates that a current reading is above the upper fatal threshold. |
| CurrentBelowLowerCautionThreshold | Warning | Indicates that a current reading is below the lower caution threshold. |
| CurrentBelowLowerCriticalThreshold | Critical | Indicates that a current reading is below the lower critical threshold. |
| CurrentBelowLowerFatalThreshold | Critical | Indicates that a current reading is below the lower fatal threshold. |
| CurrentBelowUpperCriticalThreshold | Warning | Indicates that a current reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| CurrentBelowUpperFatalThreshold | Critical | Indicates that a current reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| CurrentCritical | Critical | Indicates that a current reading exceeds an internal critical level. |
| CurrentNoLongerCritical | Warning | Indicates that a current reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| CurrentNormal | OK | Indicates that a current reading is now within normal operating range. |
| CurrentWarning | Warning | Indicates that a current reading exceeds an internal warning level. |
| FrequencyAboveLowerCriticalThreshold | Warning | Indicates that a frequency reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| FrequencyAboveUpperCautionThreshold | Warning | Indicates that a frequency reading is above the upper caution threshold. |
| FrequencyAboveUpperCriticalThreshold | Critical | Indicates that a frequency reading is above the upper critical threshold. |
| FrequencyBelowLowerCautionThreshold | Warning | Indicates that a frequency reading is below the lower caution threshold. |
| FrequencyBelowLowerCriticalThreshold | Critical | Indicates that a frequency reading is below the lower critical threshold. |
| FrequencyBelowUpperCriticalThreshold | Warning | Indicates that a frequency reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| FrequencyCritical | Critical | Indicates that a frequency reading exceeds an internal critical level. |
| FrequencyNoLongerCritical | Warning | Indicates that a frequency reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| FrequencyNormal | OK | Indicates that a frequency reading is now within normal operating range. |
| FrequencyWarning | Warning | Indicates that a frequency reading exceeds an internal warning level. |
| LineInputPowerFault | Warning | Indicates a fault on an electrical power input. |
| LineInputPowerRestored | OK | Indicates that an electrical power input was restored to normal operation. |
| LossOfInputPower | Warning | Indicates a loss of power at an electrical input. |
| OutletPoweredOff | OK | Indicates that an outlet was powered off. |
| OutletPoweredOn | OK | Indicates that an outlet was powered on. |
| PowerAboveLowerCriticalThreshold | Warning | Indicates that a power reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| PowerAboveLowerFatalThreshold | Critical | Indicates that a power reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| PowerAboveUpperCautionThreshold | Warning | Indicates that a power reading is above the upper caution threshold. |
| PowerAboveUpperCriticalThreshold | Critical | Indicates that a power reading is above the upper critical threshold. |
| PowerAboveUpperFatalThreshold | Critical | Indicates that a power reading is above the upper fatal threshold. |
| PowerBelowLowerCautionThreshold | Warning | Indicates that a power reading is below the lower caution threshold. |
| PowerBelowLowerCriticalThreshold | Critical | Indicates that a power reading is below the lower critical threshold. |
| PowerBelowLowerFatalThreshold | Critical | Indicates that a power reading is below the lower fatal threshold. |
| PowerBelowUpperCriticalThreshold | Warning | Indicates that a power reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| PowerBelowUpperFatalThreshold | Critical | Indicates that a power reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| PowerCritical | Critical | Indicates that a power reading exceeds an internal critical level. |
| PowerDistributionGroupCritical (v1.2+) | Critical | Indicates that a power distribution group has a critical status. |
| PowerDistributionGroupNormal (v1.2+) | OK | Indicates that a power distribution group has returned to normal operations. |
| PowerDistributionGroupWarning (v1.2+) | Warning | Indicates that a power distribution group has a warning status. |
| PowerNoLongerCritical | Warning | Indicates that a power reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| PowerNormal | OK | Indicates that a power reading is now within normal operating range. |
| PowerSupplyFailed | Critical | Indicates that a power supply has failed. |
| PowerSupplyGroupCritical | Critical | Indicates that a power supply group has a critical status. |
| PowerSupplyGroupNormal | OK | Indicates that a power supply group has returned to normal operations. |
| PowerSupplyGroupWarning | Warning | Indicates that a power supply group has a warning status. |
| PowerSupplyInserted | OK | Indicates that a power supply was inserted or installed. |
| PowerSupplyPredictiveFailure | Warning | Indicates that the power supply predicted a future failure condition. |
| PowerSupplyRemoved | OK | Indicates that a power supply was removed. |
| PowerSupplyRestored | OK | Indicates that a power supply was repaired or restored to normal operation. |
| PowerSupplyWarning | Warning | Indicates that a power supply has a warning condition. |
| PowerWarning | Warning | Indicates that a power reading exceeds an internal warning level. |
| VoltageAboveLowerCriticalThreshold | Warning | Indicates that a voltage reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| VoltageAboveLowerFatalThreshold | Critical | Indicates that a voltage reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| VoltageAboveUpperCautionThreshold | Warning | Indicates that a voltage reading is above the upper caution threshold. |
| VoltageAboveUpperCriticalThreshold | Critical | Indicates that a voltage reading is above the upper critical threshold. |
| VoltageAboveUpperFatalThreshold | Critical | Indicates that a voltage reading is above the upper fatal threshold. |
| VoltageBelowLowerCautionThreshold | Warning | Indicates that a voltage reading is below the lower caution threshold. |
| VoltageBelowLowerCriticalThreshold | Critical | Indicates that a voltage reading is below the lower critical threshold. |
| VoltageBelowLowerFatalThreshold | Critical | Indicates that a voltage reading is below the lower fatal threshold. |
| VoltageBelowUpperCriticalThreshold | Warning | Indicates that a voltage reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| VoltageBelowUpperFatalThreshold | Critical | Indicates that a voltage reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| VoltageCritical | Critical | Indicates that a voltage reading exceeds an internal critical level. |
| VoltageNoLongerCritical | Warning | Indicates that a voltage reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| VoltageNormal | OK | Indicates that a voltage reading is now within normal operating range. |
| VoltageWarning | Warning | Indicates that a voltage reading exceeds an internal warning level. |
2.15.1 BreakerFault
Example: Fault detected in breaker '14'.
Indicates that a circuit breaker has an internal fault.
- This message shall indicate that a fault was detected within a circuit breaker. The power state of the circuit may not be known.
Version Added: v1.0
Severity: Critical
Resolution: Check the breaker hardware and replace any faulty components.
Message and Arguments: "Fault detected in breaker
'<1>'."
- string: The name or identifier of the circuit.
- This argument shall contain a string that identifies or describes
the
Circuitresource or the location of the circuit breaker.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.15.2 BreakerReset
Example: Breaker '7' reset.
Indicates that a circuit breaker reset.
- This message shall indicate that a circuit breaker reset. The power state may depend on any policy applicable to the circuit or resource.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Breaker '<1>' reset."
- string: The name or identifier of the circuit.
- This argument shall contain a string that identifies or describes
the
Circuitresource or the location of the circuit breaker.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOk
2.15.3 BreakerTripped
Example: Breaker '7' has tripped.
Indicates that a circuit breaker tripped.
- This message shall indicate that a circuit breaker tripped due to an over-current condition or an electrical fault.
Version Added: v1.0
Severity: Critical
Resolution: Check the circuit and connected devices, and disconnect or replace any faulty devices.
Message and Arguments: "Breaker '<1>' has
tripped."
- string: The name or identifier of the circuit.
- This argument shall contain a string that identifies or describes
the
Circuitresource or the location of the electrical fault.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical, ResourceEvent.ResourcePoweredOff
2.15.4 ChassisPowerLimitExceeded
Example: Power limit exceeded on Rack 'C8'.
Indicates that a chassis exceeded its power limit.
- This message shall indicate that a chassis exceeded its power limit. This condition may cause the chassis to throttle components or initiate a protective shutdown.
Version Added: v1.3
Severity: Warning
Resolution: Check additional diagnostic data if available. Review power limit configuration and reduce system load or increase the power budget if permitted.
Message and Arguments: "Power limit exceeded on
<1> '<2>'."
- string: The type or product category of the chassis.
- This argument shall contain a string that describes the chassis type
or the product category of the
Chassisresource. For some resources, the value ofChassisType, such asRack, may provide an appropriate description, while other resources, such as servers withChassisTypevalues ofRackMount,StandAlone,Blade, orSledcould all be better described as aServer.
- This argument shall contain a string that describes the chassis type
or the product category of the
- string: The name or identifier for the chassis.
- This argument shall contain a string that identifies or describes
the
Chassisresource.
- This argument shall contain a string that identifies or describes
the
2.15.5 ChassisPowerLimitRestored
Example: Power limit restored on Rack 'C8'.
Indicates that a chassis returned below its power limit.
- This message shall indicate that a chassis returned below its power limit.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Power limit restored on
<1> '<2>'."
- string: The type or product category of the chassis.
- This argument shall contain a string that describes the chassis type
or the product category of the
Chassisresource. For some resources, the value ofChassisType, such asRack, may provide an appropriate description, while other resources, such as servers withChassisTypevalues ofRackMount,StandAlone,Blade, orSledcould all be better described as aServer.
- This argument shall contain a string that describes the chassis type
or the product category of the
- string: The name or identifier for the chassis.
- This argument shall contain a string that identifies or describes
the
Chassisresource.
- This argument shall contain a string that identifies or describes
the
2.15.6 ChassisPoweredOff
Example: Rack 'A7' powered off.
Indicates that the power state of a chassis changed to off.
- This message shall indicate that the value of the
PowerStateproperty of aChassisresource changed toOff.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "<1>
'<2>' powered off."
- string: The type or product category of the chassis.
- This argument shall contain a string that describes the chassis type
or the product category of the
Chassisresource. For some resources, the value ofChassisType, such asRack, may provide an appropriate description, while other resources, such as servers withChassisTypevalues ofRackMount,StandAlone,Blade, orSledcould all be better described as aServer.
- This argument shall contain a string that describes the chassis type
or the product category of the
- string: The name or identifier for the chassis.
- This argument shall contain a string that identifies or describes
the
Chassisresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourcePoweredOff
2.15.7 ChassisPoweredOn
Example: Rack 'C8' powered on.
Indicates that the power state of a chassis changed to on.
- This message shall indicate that the value of the
PowerStateproperty of aChassisresource changed toOn.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "<1>
'<2>' powered on."
- string: The type or product category of the chassis.
- This argument shall contain a string that describes the chassis type
or the product category of the
Chassisresource. For some resources, the value ofChassisType, such asRack, may provide an appropriate description, while other resources, such as servers withChassisTypevalues ofRackMount,StandAlone,Blade, orSledcould all be better described as aServer.
- This argument shall contain a string that describes the chassis type
or the product category of the
- string: The name or identifier for the chassis.
- This argument shall contain a string that identifies or describes
the
Chassisresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourcePoweredOn
2.15.8 CircuitPoweredOff
Example: Circuit 'Branch 4' powered off.
Indicates that a circuit was powered off.
- This message shall indicate that the value of the
PowerStateproperty of aCircuitresource changed toOff.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Circuit '<1>' powered
off."
- string: The name or identifier of the circuit.
- This argument shall contain a string that identifies or describes
the
Circuitresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourcePoweredOff
2.15.9 CircuitPoweredOn
Example: Circuit 'Branch 4' powered on.
Indicates that a circuit was powered on.
- This message shall indicate that the value of the
PowerStateproperty of aCircuitresource changed toOn.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Circuit '<1>' powered
on."
- string: The name or identifier of the circuit.
- This argument shall contain a string that identifies or describes
the
Circuitresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourcePoweredOn
2.15.10 CurrentAboveLowerCriticalThreshold
Example: Current 'Branch-C' reading of 2.1 amperes is now above the 2 lower critical threshold but remains outside of normal range.
Indicates that a current reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a current reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the current violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is now above the <3>
lower critical threshold but remains outside of normal range."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.15.11 CurrentAboveLowerFatalThreshold
Example: Current 'Branch-C' reading of 1.57 amperes is now above the 0.5 lower fatal threshold but remains outside of normal range.
Indicates that a current reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a current reading, previously below the fatal threshold, no longer violates the lower fatal threshold. However, the current violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is now above the <3>
lower fatal threshold but remains outside of normal range."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.15.12 CurrentAboveUpperCautionThreshold
Example: Current 'Branch-C' reading of 25.6 amperes is above the 24.0 upper caution threshold.
Indicates that a current reading is above the upper caution threshold.
- This message shall indicate that a current reading violates an upper
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is above the <3> upper
caution threshold."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.15.13 CurrentAboveUpperCriticalThreshold
Example: Current 'Branch-C' reading of 28.42 amperes is above the 28.0 upper critical threshold.
Indicates that a current reading is above the upper critical threshold.
- This message shall indicate that a current reading violates an upper
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is above the <3> upper
critical threshold."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.15.14 CurrentAboveUpperFatalThreshold
Example: Current 'Branch-C' reading of 30.28 amperes is above the 30 upper fatal threshold.
Indicates that a current reading is above the upper fatal threshold.
- This message shall indicate that a current reading violates an upper
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is above the <3> upper
fatal threshold."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.15.15 CurrentBelowLowerCautionThreshold
Example: Current 'Branch-C' reading of 2.15 amperes is below the 3.0 lower caution threshold.
Indicates that a current reading is below the lower caution threshold.
- This message shall indicate that a current reading violates a lower
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is below the <3> lower
caution threshold."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.15.16 CurrentBelowLowerCriticalThreshold
Example: Current 'Branch-C' reading of 1.3 amperes is below the 2.0 lower critical threshold.
Indicates that a current reading is below the lower critical threshold.
- This message shall indicate that a current reading violates a lower
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is below the <3> lower
critical threshold."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.15.17 CurrentBelowLowerFatalThreshold
Example: Current 'Branch-C' reading of 0.29 amperes is below the 0.5 lower fatal threshold.
Indicates that a current reading is below the lower fatal threshold.
- This message shall indicate that a current reading violates a lower
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is below the <3> lower
fatal threshold."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.15.18 CurrentBelowUpperCriticalThreshold
Example: Current 'Branch-C' reading of 27.3 amperes is now below the 28.0 upper critical threshold but remains outside of normal range.
Indicates that a current reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a current reading, previously above the critical threshold, no longer violates the upper critical threshold. However, the current violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is now below the <3>
upper critical threshold but remains outside of normal range."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.15.19 CurrentBelowUpperFatalThreshold
Example: Current 'Branch-C' reading of 28.4 amperes is now below the 30 upper fatal threshold but remains outside of normal range.
Indicates that a current reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a current reading, previously above the fatal threshold, no longer violates the upper fatal threshold. However, the current violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes is now below the <3>
upper fatal threshold but remains outside of normal range."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.15.20 CurrentCritical
Example: Current 'Branch-C' reading of 28.3 amperes exceeds the critical level.
Indicates that a current reading exceeds an internal critical level.
- This message shall indicate that a current reading violates an
internal critical level. This message shall be used for current-related
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The current-related properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes exceeds the critical level."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.15.21 CurrentNoLongerCritical
Example: Current 'Branch-C' reading of 27.2 amperes no longer exceeds the critical level.
Indicates that a current reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a current reading no longer
violates an internal critical level but still exceeds an internal
warning level. This message shall be used for current-related properties
or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The current-related properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes no longer exceeds the critical
level."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.15.22 CurrentNormal
Example: Current 'Branch-C' reading of 13.7 amperes is within normal operating range.
Indicates that a current reading is now within normal operating range.
- This message shall indicate that a current reading has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Current '<1>' reading of
<2> amperes is within normal operating range."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in ampere units.
- This argument shall contain the current in ampere units.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.15.23 CurrentWarning
Example: Current 'Branch-C' reading of 25.7 amperes exceeds the warning level.
Indicates that a current reading exceeds an internal warning level.
- This message shall indicate that a current reading violates an
internal warning level. This message shall be used for current-related
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The current-related properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Current '<1>' reading of
<2> amperes exceeds the warning level."
- string: The name or identifier of the current reading.
- This argument shall contain a string that identifies or describes the location or physical context of the current reading.
- number: The current in amperes.
- This argument shall contain the current in amperes.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.15.24 FrequencyAboveLowerCriticalThreshold
Example: Frequency 'Mains' reading of 59.78 hertz is now above the 59.7 lower critical threshold but remains outside of normal range.
Indicates that a frequency reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a frequency reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the frequency violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is now above the <3>
lower critical threshold but remains outside of normal range."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz.
- This argument shall contain the frequency in hertz.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.15.25 FrequencyAboveUpperCautionThreshold
Example: Frequency 'Mains' reading of 60.18 hertz is above the 60.15 upper caution threshold.
Indicates that a frequency reading is above the upper caution threshold.
- This message shall indicate that a frequency reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is above the <3> upper
caution threshold."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz units.
- This argument shall contain the frequency in hertz units.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.15.26 FrequencyAboveUpperCriticalThreshold
Example: Frequency 'Mains' reading of 60.32 hertz is above the 60.30 upper critical threshold.
Indicates that a frequency reading is above the upper critical threshold.
- This message shall indicate that a frequency reading violates an
upper caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is above the <3> upper
critical threshold."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz units.
- This argument shall contain the frequency in hertz units.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.15.27 FrequencyBelowLowerCautionThreshold
Example: Frequency 'Mains' reading of 59.81 hertz is below the 59.85 lower caution threshold.
Indicates that a frequency reading is below the lower caution threshold.
- This message shall indicate that a frequency reading violates an
lower caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is below the <3> lower
caution threshold."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz units.
- This argument shall contain the frequency in hertz units.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.15.28 FrequencyBelowLowerCriticalThreshold
Example: Frequency 'Mains' reading of 59.64 hertz is below the 59.70 lower critical threshold.
Indicates that a frequency reading is below the lower critical threshold.
- This message shall indicate that a frequency reading violates a
lower caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is below the <3> lower
critical threshold."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz.
- This argument shall contain the frequency in hertz units.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.15.29 FrequencyBelowUpperCriticalThreshold
Example: Frequency 'Mains' reading of 60.18 hertz is now below the 60.30 upper critical threshold but remains outside of normal range.
Indicates that a frequency reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a frequency reading, previously above the critical threshold, no longer violates the upper critical threshold. However, the frequency violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is now below the <3>
upper critical threshold but remains outside of normal range."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz.
- This argument shall contain the frequency in hertz units.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.15.30 FrequencyCritical
Example: Frequency 'Mains' reading of 60.34 hertz exceeds the critical level.
Indicates that a frequency reading exceeds an internal critical level.
- This message shall indicate that a frequency reading violates an
internal critical level. This message shall be used for frequency
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The frequency properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz exceeds the critical level."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz.
- This argument shall contain the frequency in hertz.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.15.31 FrequencyNoLongerCritical
Example: Frequency 'Mains' reading of 59.81 hertz no longer exceeds the critical level.
Indicates that a frequency reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a frequency reading no longer
violates an internal critical level but still exceeds an internal
warning level. This message shall be used for frequency properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The frequency properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz no longer exceeds the critical level."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz.
- This argument shall contain the frequency in hertz.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.15.32 FrequencyNormal
Example: Frequency 'Mains' reading of 60.07 hertz is within normal operating range.
Indicates that a frequency reading is now within normal operating range.
- This message shall indicate that a frequency reading has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz is within normal operating range."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The hertz frequency.
- This argument shall contain the frequency in hertz units.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.15.33 FrequencyWarning
Example: Frequency 'Mains' reading of 60.19 hertz exceeds the warning level.
Indicates that a frequency reading exceeds an internal warning level.
- This message shall indicate that a frequency reading violates an
internal warning level. This message shall be used for frequency
properties or
Sensorresources that implement boolean trip points for a warning limit, such as from hardware mechanisms with no threshold value. The frequency properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Frequency '<1>' reading of
<2> hertz exceeds the warning level."
- string: The name or identifier of the frequency reading.
- This argument shall contain a string that identifies or describes the location or physical context of the frequency reading.
- number: The frequency in hertz.
- This argument shall contain the frequency in hertz.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.15.34 LineInputPowerFault
Example: Line input power fault at 'AC Input B'.
Indicates a fault on an electrical power input.
- This message shall indicate that a power fault was detected at an electrical input. The equipment may not be able to produce output power.
Version Added: v1.0
Severity: Warning
Resolution: Check the electrical power input and connections.
Message and Arguments: "Line input power fault at
'<1>'."
- string: The name or identifier of the electrical input or
equipment.
- This argument shall contain a string that identifies or describes a
PowerSupply,Circuit,PowerDistribution, orChassisresource.
- This argument shall contain a string that identifies or describes a
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.15.35 LineInputPowerRestored
Example: Line input power at 'AC Input B' was restored.
Indicates that an electrical power input was restored to normal operation.
- This message shall indicate that an electrical power input was repaired, reconnected, or otherwise returned to normal operation.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Line input power at '<1>'
was restored."
- string: The name or identifier of the electrical input or
equipment.
- This argument shall contain a string that identifies or describes a
PowerSupply,Circuit,PowerDistribution, orChassisresource.
- This argument shall contain a string that identifies or describes a
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.15.36 LossOfInputPower
Example: Loss of input power at 'AC Input B'.
Indicates a loss of power at an electrical input.
- This message shall indicate that a loss of power was detected at an electrical input.
Version Added: v1.0
Severity: Warning
Resolution: Check the electrical power input and connections.
Message and Arguments: "Loss of input power at
'<1>'."
- string: The name or identifier of the electrical input or
equipment.
- This argument shall contain a string that identifies or describes a
PowerSupply,Circuit,PowerDistribution, orChassisresource.
- This argument shall contain a string that identifies or describes a
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.15.37 OutletPoweredOff
Example: Outlet 'C6' powered off.
Indicates that an outlet was powered off.
- This message shall indicate that the value of the
PowerStateproperty of anOutletresource changed toOff.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Outlet '<1>' powered
off."
- string: The name or identifier of the outlet.
- This argument shall contain a string that identifies or describes
the
Outletresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourcePoweredOff
2.15.38 OutletPoweredOn
Example: Outlet 'C1' powered on.
Indicates that an outlet was powered on.
- This message shall indicate that the value of the
PowerStateproperty of anOutletresource changed toOn.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Outlet '<1>' powered
on."
- string: The name or identifier of the outlet.
- This argument shall contain a string that identifies or describes
the
Outletresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourcePoweredOn
2.15.39 PowerAboveLowerCriticalThreshold
Example: Power 'Rack9' reading of 310.8 watts is now above the 300 lower critical threshold but remains outside of normal range.
Indicates that a power reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a power reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the power violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is now above the <3>
lower critical threshold but remains outside of normal range."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.15.40 PowerAboveLowerFatalThreshold
Example: Power 'Rack9' reading of 227 watts is now above the 200 lower fatal threshold but remains outside of normal range.
Indicates that a power reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a power reading, previously below the fatal threshold, no longer violates the lower fatal threshold. However, the power violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is now above the <3>
lower fatal threshold but remains outside of normal range."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.15.41 PowerAboveUpperCautionThreshold
Example: Power 'Rack8' reading of 28192 watts is above the 28000 upper caution threshold.
Indicates that a power reading is above the upper caution threshold.
- This message shall indicate that a power reading violates an upper
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is above the <3> upper
caution threshold."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.15.42 PowerAboveUpperCriticalThreshold
Example: Power 'Rack8' reading of 31533 watts is above the 30000 upper critical threshold.
Indicates that a power reading is above the upper critical threshold.
- This message shall indicate that a power reading violates an upper
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is above the <3> upper
critical threshold."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.15.43 PowerAboveUpperFatalThreshold
Example: Power 'Rack8' reading of 32862 watts is above the 32000 upper fatal threshold.
Indicates that a power reading is above the upper fatal threshold.
- This message shall indicate that a power reading violates an upper
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is above the <3> upper
fatal threshold."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.15.44 PowerBelowLowerCautionThreshold
Example: Power 'Rack9' reading of 462.6 watts is below the 500 lower caution threshold.
Indicates that a power reading is below the lower caution threshold.
- This message shall indicate that a power reading violates a lower
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is below the <3> lower
caution threshold."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.15.45 PowerBelowLowerCriticalThreshold
Example: Power 'Rack9' reading of 179.8 watts is below the 200 lower critical threshold.
Indicates that a power reading is below the lower critical threshold.
- This message shall indicate that a power reading violates a lower
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is below the <3> lower
critical threshold."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.15.46 PowerBelowLowerFatalThreshold
Example: Power 'Rack9' reading of 162.3 watts is below the 200.0 lower fatal threshold.
Indicates that a power reading is below the lower fatal threshold.
- This message shall indicate that a power reading violates a lower
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is below the <3> lower
fatal threshold."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.15.47 PowerBelowUpperCriticalThreshold
Example: Power 'Rack9' reading of 26812 watts is now below the 30000 upper critical threshold but remains outside of normal range.
Indicates that a power reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a power reading, previously above the critical threshold, no longer violates the upper critical threshold. However, the power violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is now below the <3>
upper critical threshold but remains outside of normal range."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.15.48 PowerBelowUpperFatalThreshold
Example: Power 'Rack9' reading of 31419 watts is now below the 32000 upper fatal threshold but remains outside of normal range.
Indicates that a power reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a power reading, previously above the fatal threshold, no longer violates the upper fatal threshold. However, the power violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts is now below the <3>
upper fatal threshold but remains outside of normal range."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.15.49 PowerCritical
Example: Power 'GPU#3' reading of 531.2 watts exceeds the critical level.
Indicates that a power reading exceeds an internal critical level.
- This message shall indicate that a power reading violates an
internal critical level. This message shall be used for power properties
or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The power properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts exceeds the critical level."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.15.50 PowerDistributionGroupCritical
Example: Power distribution group 'Row 5' is in a critical state.
Indicates that a power distribution group has a critical status.
- This message shall indicate that a power distribution group is operating in a critical state.
Version Added: v1.2
Severity: Critical
Resolution: Check the electrical connections and power equipment related to this power distribution group.
Message and Arguments: "Power distribution group
'<1>' is in a critical state."
- string: The name or identifier of the power distribution
group.
- This argument shall contain a string that identifies or describes
the group of
PowerDistributionresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.15.51 PowerDistributionGroupNormal
Example: Power distribution group 'Row 5' is operating normally.
Indicates that a power distribution group has returned to normal operations.
- This message shall indicate that a power distribution group has returned to a normal operating state.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "Power distribution group
'<1>' is operating normally."
- string: The name or identifier of the power distribution
group.
- This argument shall contain a string that identifies or describes
the group of
PowerDistributionresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.15.52 PowerDistributionGroupWarning
Example: Power distribution group 'Row 5' is in a warning state.
Indicates that a power distribution group has a warning status.
- This message shall indicate that a power distribution group is operating with a warning status or in a non-redundant state due to a fault or a change in configuration.
Version Added: v1.2
Severity: Warning
Resolution: Check the electrical connections and power equipment related to this power distribution group.
Message and Arguments: "Power distribution group
'<1>' is in a warning state."
- string: The name or identifier of the power distribution
group.
- This argument shall contain a string that identifies or describes
the group of
PowerDistributionresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.15.53 PowerNoLongerCritical
Example: Power 'GPU#3' reading of 371.5 watts no longer exceeds the critical level.
Indicates that a power reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a power reading no longer violates
an internal critical level but still exceeds an internal warning level.
This message shall be used for power properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The power properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts no longer exceeds the critical level."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.15.54 PowerNormal
Example: Power 'GPU#3' reading of 285.2 watts is within normal operating range.
Indicates that a power reading is now within normal operating range.
- This message shall indicate that a power reading has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Power '<1>' reading of
<2> watts is within normal operating range."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.15.55 PowerSupplyFailed
Example: Power supply 'B2' has failed.
Indicates that a power supply has failed.
- This message shall indicate that a power supply has failed.
Version Added: v1.0
Severity: Critical
Resolution: Check the power supply hardware and replace any faulty component.
Message and Arguments: "Power supply '<1>' has
failed."
- string: The name or identifier of the power supply.
- This argument shall contain a string that identifies or describes
the
PowerSupplyresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.15.56 PowerSupplyGroupCritical
Example: Power supply group 'B Side' is in a critical state.
Indicates that a power supply group has a critical status.
- This message shall indicate that a power supply group is operating in a critical state.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Power supply group '<1>'
is in a critical state."
- string: The name or identifier of the power supply group.
- This argument shall contain a string that identifies or describes
the group of
PowerSupplyresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedCritical
2.15.57 PowerSupplyGroupNormal
Example: Power supply group 'B Side' is operating normally.
Indicates that a power supply group has returned to normal operations.
- This message shall indicate that a power supply group has returned to a normal operating state.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Power supply group '<1>'
is operating normally."
- string: The name or identifier of the power supply group.
- This argument shall contain a string that identifies or describes
the group of
PowerSupplyresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.15.58 PowerSupplyGroupWarning
Example: Power supply group 'B Side' is in a warning state.
Indicates that a power supply group has a warning status.
- This message shall indicate that a power supply group is operating with a warning status or in a non-redundant state due to a fault or a change in configuration.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "Power supply group '<1>'
is in a warning state."
- string: The name or identifier of the power supply group.
- This argument shall contain a string that identifies or describes
the group of
PowerSupplyresources.
- This argument shall contain a string that identifies or describes
the group of
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.15.59 PowerSupplyInserted
Example: Power supply 'B4' was inserted.
Indicates that a power supply was inserted or installed.
- This message shall indicate that a power supply was inserted or installed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Power supply '<1>' was
inserted."
- string: The name or identifier of the power supply.
- This argument shall contain a string that identifies or describes
the
PowerSupplyresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.15.60 PowerSupplyPredictiveFailure
Example: Power supply 'A5' has a predicted failure condition.
Indicates that the power supply predicted a future failure condition.
- This message shall indicate a power supply predicted a future failure condition, but the power supply remains functional.
Version Added: v1.0
Severity: Warning
Resolution: Check the power supply hardware and replace any faulty component.
Message and Arguments: "Power supply '<1>' has a
predicted failure condition."
- string: The name or identifier of the power supply.
- This argument shall contain a string that identifies or describes
the
PowerSupplyresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.15.61 PowerSupplyRemoved
Example: Power supply 'B4' was removed.
Indicates that a power supply was removed.
- This message shall indicate that a power supply was removed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Power supply '<1>' was
removed."
- string: The name or identifier of the power supply.
- This argument shall contain a string that identifies or describes
the
PowerSupplyresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStateChanged
2.15.62 PowerSupplyRestored
Example: Power supply 'B2' was restored.
Indicates that a power supply was repaired or restored to normal operation.
- This message shall indicate that a power supply was repaired, replaced, or otherwise returned to normal operation.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Power supply '<1>' was
restored."
- string: The name or identifier of the power supply.
- This argument shall contain a string that identifies or describes
the
PowerSupplyresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedOK
2.15.63 PowerSupplyWarning
Example: Power supply 'B2' has a warning condition.
Indicates that a power supply has a warning condition.
- This message shall indicate that a power supply has a warning condition but continues to supply output power.
Version Added: v1.0
Severity: Warning
Resolution: Check the power supply hardware and replace any faulty component.
Message and Arguments: "Power supply '<1>' has a
warning condition."
- string: The name or identifier of the power supply.
- This argument shall contain a string that identifies or describes
the
PowerSupplyresource.
- This argument shall contain a string that identifies or describes
the
Note: This message is a more specific version of the following messages: ResourceEvent.ResourceStatusChangedWarning
2.15.64 PowerWarning
Example: Power 'GPU#3' reading of 468.7 watts exceeds the warning level.
Indicates that a power reading exceeds an internal warning level.
- This message shall indicate that a power reading violates an
internal warning level. This message shall be used for power properties
or
Sensorresources that implement boolean trip points for a warning limit, such as from hardware mechanisms with no threshold value. The power properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Power '<1>' reading of
<2> watts exceeds the warning level."
- string: The name or identifier of the power reading.
- This argument shall contain a string that identifies or describes the location or physical context of the power reading.
- number: The power in watts.
- This argument shall contain the power in watts.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.15.65 VoltageAboveLowerCriticalThreshold
Example: Voltage 'Mains-B' reading of 219.8 volts is now above the 216 lower critical threshold but remains outside of normal range.
Indicates that a voltage reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that a voltage reading, previously below the lower critical threshold, no longer violates the lower critical threshold. However, the voltage violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is now above the <3>
lower critical threshold but remains outside of normal range."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerCriticalThreshold
2.15.66 VoltageAboveLowerFatalThreshold
Example: Voltage 'Mains-B' reading of 209.5 volts is now above the 204 lower fatal threshold but remains outside of normal range.
Indicates that a voltage reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that a voltage reading, previously below the fatal threshold, no longer violates the lower fatal threshold. However, the voltage violates at least one lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is now above the <3>
lower fatal threshold but remains outside of normal range."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveLowerFatalThreshold
2.15.67 VoltageAboveUpperCautionThreshold
Example: Voltage 'Mains-B' reading of 255.9 volts is above the 252 upper caution threshold.
Indicates that a voltage reading is above the upper caution threshold.
- This message shall indicate that a voltage reading violates an upper
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is above the <3> upper
caution threshold."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCautionThreshold
2.15.68 VoltageAboveUpperCriticalThreshold
Example: Voltage 'Mains-B' reading of 266.1 volts is above the 264 upper critical threshold.
Indicates that a voltage reading is above the upper critical threshold.
- This message shall indicate that a voltage reading violates an upper
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is above the <3> upper
critical threshold."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperCriticalThreshold
2.15.69 VoltageAboveUpperFatalThreshold
Example: Voltage 'Mains-B' reading of 287.6 volts is above the 280 upper fatal threshold.
Indicates that a voltage reading is above the upper fatal threshold.
- This message shall indicate that a voltage reading violates an upper
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is above the <3> upper
fatal threshold."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingAboveUpperFatalThreshold
2.15.70 VoltageBelowLowerCautionThreshold
Example: Voltage 'Mains-B' reading of 223.6 volts is below the 228 lower caution threshold.
Indicates that a voltage reading is below the lower caution threshold.
- This message shall indicate that a voltage reading violates a lower
caution threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is below the <3> lower
caution threshold."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCautionThreshold
2.15.71 VoltageBelowLowerCriticalThreshold
Example: Voltage 'Mains-B' reading of 213.7 volts is below the 216 lower critical threshold.
Indicates that a voltage reading is below the lower critical threshold.
- This message shall indicate that a voltage reading violates a lower
critical threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is below the <3> lower
critical threshold."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerCriticalThreshold
2.15.72 VoltageBelowLowerFatalThreshold
Example: Voltage 'Mains-B' reading of 198.2 volts is below the 204 lower fatal threshold.
Indicates that a voltage reading is below the lower fatal threshold.
- This message shall indicate that a voltage reading violates a lower
fatal threshold. If the reading originates from a
Sensorresource, the message shall indicate that the value of theReadingproperty is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is below the <3> lower
fatal threshold."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowLowerFatalThreshold
2.15.73 VoltageBelowUpperCriticalThreshold
Example: Voltage 'Mains-B' reading of 261.4 volts is now below the 264 upper critical threshold but remains outside of normal range.
Indicates that a voltage reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that a voltage reading, previously above the critical threshold, no longer violates the upper critical threshold. However, the voltage violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is now below the <3>
upper critical threshold but remains outside of normal range."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperCriticalThreshold
2.15.74 VoltageBelowUpperFatalThreshold
Example: Voltage 'Mains-B' reading of 266.8 volts is now below the 280 upper fatal threshold but remains outside of normal range.
Indicates that a voltage reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that a voltage reading, previously above the fatal threshold, no longer violates the upper fatal threshold. However, the voltage violates at least one upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is now below the <3>
upper fatal threshold but remains outside of normal range."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
- number: The threshold value.
- This argument shall contain the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain the value of the
Note: This message is a more specific version of the following messages: SensorEvent.ReadingBelowUpperFatalThreshold
2.15.75 VoltageCritical
Example: Voltage 'Mains-B' reading of 267.1 volts exceeds the critical level.
Indicates that a voltage reading exceeds an internal critical level.
- This message shall indicate that a voltage reading violates an
internal critical level. This message shall be used for voltage
properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The voltage properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts exceeds the critical level."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingCritical
2.15.76 VoltageNoLongerCritical
Example: Voltage 'Mains-B' reading of 257.3 volts no longer exceeds the critical level.
Indicates that a voltage reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that a voltage reading no longer
violates an internal critical level but still violates an internal
warning level. This message shall be used for voltage properties or
Sensorresources that implement boolean trip points for a critical limit, such as from hardware mechanisms with no threshold value. The voltage properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts no longer exceeds the critical level."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingNoLongerCritical
2.15.77 VoltageNormal
Example: Voltage 'Mains-B' reading of 244.8 volts is within normal operating range.
Indicates that a voltage reading is now within normal operating range.
- This message shall indicate that a voltage reading has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Voltage '<1>' reading of
<2> volts is within normal operating range."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
Note: This message is a more specific version of the following messages: SensorEvent.SensorReadingNormalRange
2.15.78 VoltageWarning
Example: Voltage 'Mains-B' reading of 254.1 volts exceeds the warning level.
Indicates that a voltage reading exceeds an internal warning level.
- This message shall indicate that a voltage reading violates an
internal warning level. This message shall be used for voltage
properties or
Sensorresources that implement boolean trip points for a caution limit, such as from hardware mechanisms with no threshold value. The voltage properties orSensorresources may contain readable thresholds that coexist with this unspecified trip point.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resource listed in OriginOfCondition.
Message and Arguments: "Voltage '<1>' reading of
<2> volts exceeds the warning level."
- string: The name or identifier of the voltage reading.
- This argument shall contain a string that identifies or describes the location or physical context of the voltage reading.
- number: The voltage in volts.
- This argument shall contain the voltage in volts.
Note: This message is a more specific version of the following messages: SensorEvent.ReadingWarning
2.16 ResourceEvent 1.5.0
| Version | v1.5 | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2024.1 | 2024.1 | 2021.4 | 2021.3 | 2018.2 |
This registry defines the messages to use for resource events.
| Message | Severity | Description |
|---|---|---|
| AggregationSourceDiscovered (v1.2+) | OK | Indicates that a new aggregation source was discovered. |
| LicenseAdded (deprecated v1.1) | OK | Indicates that a license was added. |
| LicenseChanged (deprecated v1.1) | Warning | Indicates that a license has changed. |
| LicenseExpired (deprecated v1.1) | Warning | Indicates that a license has expired. |
| PropertyValueModifiedByClient (v1.4+) | OK | Indicates that the value of a property was modified by a client. |
| ResourceAvailable (v1.5+) | OK | Indicates that a resource that was previously unavailable due to errors is now available. |
| ResourceChanged | OK | Indicates that one or more resource properties have changed. This is not used whenever there is another event message for that specific change, such as when only the state has changed. |
| ResourceCreated | OK | Indicates that all conditions of a successful creation operation were met. |
| ResourceErrorThresholdCleared | OK | Indicates that a specified resource property has cleared its error threshold. Examples of this are drive I/O errors or network link errors. |
| ResourceErrorThresholdExceeded | Critical | Indicates that a specified resource property has exceeded its error threshold. Examples of this are drive I/O errors or network link errors. |
| ResourceErrorsCorrected | OK | Indicates that a specified resource property has corrected errors. Examples of this are drive I/O errors or network link errors. |
| ResourceErrorsDetected | Warning | Indicates that a specified resource property has detected errors. Examples of this are drive I/O errors or network link errors. |
| ResourcePaused (v1.1+) | OK | Indicates that the power state of a resource has changed to paused. |
| ResourcePoweredOff (v1.1+) | OK | Indicates that the power state of a resource has changed to powered off. |
| ResourcePoweredOn (v1.1+) | OK | Indicates that the power state of a resource has changed to powered on. |
| ResourcePoweringOff (v1.1+) | OK | Indicates that the power state of a resource has changed to powering off. |
| ResourcePoweringOn (v1.1+) | OK | Indicates that the power state of a resource has changed to powering on. |
| ResourceRemoved | OK | Indicates that all conditions of a successful remove operation were met. |
| ResourceSelfTestCompleted | OK | Indicates that a self-test has completed. |
| ResourceSelfTestFailed | Critical | Indicates that a self-test has failed. Suggested resolution may be provided as OEM data. |
| ResourceStateChanged (v1.1+) | OK | Indicates that the state of a resource has changed. |
| ResourceStatusChangedCritical | Critical | Indicates that the health of a resource has changed to Critical. |
| ResourceStatusChangedOK | OK | Indicates that the health of a resource has changed to OK. This might also be referred to as the health being restored. |
| ResourceStatusChangedWarning | Warning | Indicates that the health of a resource has changed to Warning. This might also be referred to as the health being degraded. |
| ResourceUnavailable (v1.5+) | Warning | Indicates that a resource encountered errors and is now unavailable. |
| ResourceVersionIncompatible | Warning | Indicates that an incompatible version of software was detected. Examples of this are after a component or system-level software update. |
| ResourceWarningThresholdCleared | OK | Indicates that a specified resource property has cleared its warning threshold. Examples of this are drive I/O errors or network link errors. Suggested resolution may be provided as OEM data. |
| ResourceWarningThresholdExceeded | Warning | Indicates that a specified resource property has exceeded its warning threshold. Examples of this are drive I/O errors or network link errors. Suggested resolution may be provided as OEM data. |
| TestMessage | OK | A test message used to validate event delivery mechanisms. |
| URIForResourceChanged | OK | Indicates that the URI for a resource has changed. Examples of this are physical component replacement or redistribution. |
2.16.1 AggregationSourceDiscovered
Example: An aggregation source of connection method 'HTTPS' located at 'https://Contoso.com/redfish/v1' was discovered.
Indicates that a new aggregation source was discovered.
- This message shall indicate an aggregation source was discovered in
the network or host. The
OriginOfConditionproperty shall contain a link to the matchingConnectionMethodresource, if known.
Version Added: v1.2
Severity: OK
Resolution: The aggregation source is available to the service and can be identified using the identified connection method.
Message and Arguments: "An aggregation source of connection method
'<1>' located at '<2>' was
discovered."
- string: The connection method of the discovered aggregation
source.
- This argument shall contain a value from the
ConnectionMethodTypeenumeration defined in theConnectionMethodschema that describes connection method of the discovered aggregation source.
- This argument shall contain a value from the
- string: The location of the discovered aggregation source,
such as an IP address or service entry point.
- This argument shall contain the location of the discovered aggregation source, such as an IP address or service entry point.
2.16.2 LicenseAdded
Example: A license for 'Feature1' was added. The following message was returned: 'The license for Feature1 is valid until 2025-01-01.'
Indicates that a license was added.
- This message shall indicate that a license was added.
Deprecated in v1.1 and later. This message was deprecated in
favor of LicenseAdded in the License Message
Registry.
Version Added: v1.0
Severity: OK
Resolution: See vendor specific instructions for specific actions.
Message and Arguments: "A license for '<1>' was
added. The following message was returned:
'<2>'."
- string: The relevant resource.
- This argument shall contain the name of the relevant resource or service affected by the software license.
- string: The message returned from the license validation
process.
- This argument shall contain the message returned from the license validation process or software.
2.16.3 LicenseChanged
Example: A license for 'Feature1' has changed. The following message was returned: 'The license for Feature1 was renewed and is now valid until 2025-01-01.'
Indicates that a license has changed.
- This message shall indicate that a license has changed.
Deprecated in v1.1 and later. This message was deprecated in
favor of ResourceChanged.
Version Added: v1.0
Severity: Warning
Resolution: See vendor specific instructions for specific actions.
Message and Arguments: "A license for '<1>' has
changed. The following message was returned:
'<2>'."
- string: The relevant resource.
- This argument shall contain the name of the relevant resource or service affected by the software license.
- string: The message returned from the license validation
process.
- This argument shall contain the message returned from the license validation process or software.
2.16.4 LicenseExpired
Example: A license for 'Feature1' has expired. The following message was returned: 'The license for Feature1 expired on 2024-01-01.'
Indicates that a license has expired.
- This message shall indicate that a license has expired.
Deprecated in v1.1 and later. This message was deprecated in
favor of LicenseExpired in the License Message
Registry.
Version Added: v1.0
Severity: Warning
Resolution: See vendor specific instructions for specific actions.
Message and Arguments: "A license for '<1>' has
expired. The following message was returned:
'<2>'."
- string: The relevant resource.
- This argument shall contain the name of the relevant resource or service affected by the software license.
- string: The message returned from the license validation
process.
- This argument shall contain the message returned from the license validation process or software.
2.16.5 PropertyValueModifiedByClient
Example: The property 'DHCPEnabled' was assigned the value 'true' due to modification by a client.
Indicates that the value of a property was modified by a client.
- This message shall indicate that the value of a property was
modified by a client. For example, DHCPEnabled property was assigned the
value
trueby a client.
Version Added: v1.4
Severity: OK
Resolution: No resolution is required.
Message and Arguments: "The property '<1>' was
assigned the value '<2>' due to modification by a
client."
- string: The name of the property.
- This argument shall contain the name of the property. The value should follow RFC6901-defined JSON pointer notation rules.
- string: The value assigned for property.
- This argument shall contain the value assigned for property.
2.16.6 ResourceAvailable
Example: Resource 'Drive1' is available.
Indicates that a resource that was previously unavailable due to errors is now available.
- This message shall indicate that a resource that was previously unavailable due to errors is now available and the service is able to provide responses for the resource.
Version Added: v1.5
Severity: OK
Resolution: None
Message and Arguments: "Resource '<1>' is
available."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.7 ResourceChanged
Example: One or more resource properties have changed.
Indicates that one or more resource properties have changed. This is not used whenever there is another event message for that specific change, such as when only the state has changed.
- This message shall indicate that one or more resource properties have changed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "One or more resource properties have changed."
2.16.8 ResourceCreated
Example: The resource was created successfully.
Indicates that all conditions of a successful creation operation were met.
- This message shall indicate that all conditions of a successful creation operation were met.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The resource was created successfully."
2.16.9 ResourceErrorThresholdCleared
Example: The resource property 'UncorrectableIOWriteErrorCount' has cleared the error threshold of value 5.
Indicates that a specified resource property has cleared its error threshold. Examples of this are drive I/O errors or network link errors.
- This message shall indicate that a specified resource property has cleared its error threshold.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The resource property
'<1>' has cleared the error threshold of value
<2>."
- string: The name of the property.
- This argument shall contain the name of the relevant property from a Redfish resource.
- number: The value of the threshold.
- This argument shall contain the value of the relevant error threshold.
2.16.10 ResourceErrorThresholdExceeded
Example: The resource property 'UncorrectableIOWriteErrorCount' has exceeded error threshold of value 5.
Indicates that a specified resource property has exceeded its error threshold. Examples of this are drive I/O errors or network link errors.
- This message shall indicate that a specified resource property has exceeded its error threshold.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "The resource property
'<1>' has exceeded error threshold of value
<2>."
- string: The name of the property.
- This argument shall contain the name of the relevant property from a Redfish resource.
- number: The value of the threshold.
- This argument shall contain the value of the relevant error threshold.
2.16.11 ResourceErrorsCorrected
Example: The resource property 'UncorrectableIOWriteErrorCount' has corrected errors of type 'I/O Error'.
Indicates that a specified resource property has corrected errors. Examples of this are drive I/O errors or network link errors.
- This message shall indicate that a specified resource property has corrected errors.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The resource property
'<1>' has corrected errors of type
'<2>'."
- string: The name of the property.
- This argument shall contain the name of the relevant property from a Redfish resource.
- string: The type of error encountered.
- This argument shall contain a description of the type of error encountered.
2.16.12 ResourceErrorsDetected
Example: The resource property 'UncorrectableIOWriteErrorCount' has detected errors of type 'I/O Error'.
Indicates that a specified resource property has detected errors. Examples of this are drive I/O errors or network link errors.
- This message shall indicate that a specified resource property has detected errors.
Version Added: v1.0
Severity: Warning
Resolution: Resolution is dependent upon error type.
Message and Arguments: "The resource property
'<1>' has detected errors of type
'<2>'."
- string: The name of the property.
- This argument shall contain the name of the relevant property from a Redfish resource.
- string: The type of error encountered.
- This argument shall contain a description of the type of error encountered.
2.16.13 ResourcePaused
Example: The resource 'Drive1' was paused.
Indicates that the power state of a resource has changed to paused.
- This message shall indicate that the value of the PowerState
property of a resource has changed to
Paused.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The resource '<1>' was
paused."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.14 ResourcePoweredOff
Example: The resource 'Drive1' has powered off.
Indicates that the power state of a resource has changed to powered off.
- This message shall indicate that the value of the PowerState
property of a resource has changed to
Off.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The resource '<1>' has
powered off."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.15 ResourcePoweredOn
Example: The resource 'Drive1' has powered on.
Indicates that the power state of a resource has changed to powered on.
- This message shall indicate that the value of the PowerState
property of a resource has changed to
On.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The resource '<1>' has
powered on."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.16 ResourcePoweringOff
Example: The resource 'Drive1' is powering off.
Indicates that the power state of a resource has changed to powering off.
- This message shall indicate that the value of the PowerState
property of a resource has changed to
PoweringOff. This message should not be used if the PowerState transition toOffwill occur immediately.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The resource '<1>' is
powering off."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.17 ResourcePoweringOn
Example: The resource 'Drive1' is powering on.
Indicates that the power state of a resource has changed to powering on.
- This message shall indicate that the value of the PowerState
property of a resource has changed to
PoweringOn. This message should not be used if the PowerState transition toOnwill occur immediately.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The resource '<1>' is
powering on."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.18 ResourceRemoved
Example: The resource was removed successfully.
Indicates that all conditions of a successful remove operation were met.
- This message shall indicate that all conditions of a successful remove operation were met.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The resource was removed successfully."
2.16.19 ResourceSelfTestCompleted
Example: A self-test has completed.
Indicates that a self-test has completed.
- This message shall indicate that a self-test has completed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A self-test has completed."
2.16.20 ResourceSelfTestFailed
Example: A self-test has failed. The following message was returned: 'Drive1 failed the self-test.'
Indicates that a self-test has failed. Suggested resolution may be provided as OEM data.
- This message shall indicate that a self-test has failed.
Version Added: v1.0
Severity: Critical
Resolution: See vendor specific instructions for specific actions.
Message and Arguments: "A self-test has failed. The following message
was returned: '<1>'."
- string: The self-test error message.
- This argument shall contain the error message received as a result from the self-test.
2.16.21 ResourceStateChanged
Example: The state of resource 'Drive1' has changed to Enabled.
Indicates that the state of a resource has changed.
- This message shall indicate that the value of the State property of a resource has changed.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The state of resource
'<1>' has changed to <2>."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
- string: The state of the resource.
- This argument shall contain the value of the
Stateproperty for the relevant Redfish resource. The values shall be used from the definition of theStateenumeration in theResourceschema.
- This argument shall contain the value of the
2.16.22 ResourceStatusChangedCritical
Example: The health of resource 'Drive1' has changed to Critical.
Indicates that the health of a resource has changed to Critical.
- This message shall indicate that the health of a resource has changed to Critical.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "The health of resource
'<1>' has changed to <2>."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
- string: The state of the resource.
- This argument shall contain the value of the
Healthproperty for the relevant Redfish resource. The values shall be used from the definition of theHealthenumeration in theResourceschema.
- This argument shall contain the value of the
2.16.23 ResourceStatusChangedOK
Example: The health of resource 'Drive1' has changed to OK.
Indicates that the health of a resource has changed to OK. This might also be referred to as the health being restored.
- This message shall indicate that the health of a resource has changed to OK.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The health of resource
'<1>' has changed to <2>."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
- string: The state of the resource.
- This argument shall contain the value of the
Healthproperty for the relevant Redfish resource. The values shall be used from the definition of theHealthenumeration in theResourceschema.
- This argument shall contain the value of the
2.16.24 ResourceStatusChangedWarning
Example: The health of resource 'Drive1' has changed to Warning.
Indicates that the health of a resource has changed to Warning. This might also be referred to as the health being degraded.
- This message shall indicate that the health of a resource has changed to Warning.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The health of resource
'<1>' has changed to <2>."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
- string: The state of the resource.
- This argument shall contain the value of the
Healthproperty for the relevant Redfish resource. The values shall be used from the definition of theHealthenumeration in theResourceschema.
- This argument shall contain the value of the
2.16.25 ResourceUnavailable
Example: Resource 'Drive1' is unavailable due to errors.
Indicates that a resource encountered errors and is now unavailable.
- This message shall indicate that a resource encountered errors and the service is unable to provide responses for the resource.
Version Added: v1.5
Severity: Warning
Resolution: Check additional diagnostic data if available
Message and Arguments: "Resource '<1>' is
unavailable due to errors."
- string: The relevant resource.
- This argument shall contain the name of the relevant Redfish resource.
2.16.26 ResourceVersionIncompatible
Example: An incompatible version of software 'Firmware1.0' was detected.
Indicates that an incompatible version of software was detected. Examples of this are after a component or system-level software update.
- This message shall indicate that an incompatible version of software was detected.
Version Added: v1.0
Severity: Warning
Resolution: Compare the version of the resource with the compatible version of the software.
Message and Arguments: "An incompatible version of software
'<1>' was detected."
- string: The name of the software component.
- This argument shall contain the name of the relevant software component or package. This might include both name and version information.
2.16.27 ResourceWarningThresholdCleared
Example: The resource property 'UncorrectableIOWriteErrorCount' has cleared the warning threshold of value 5.
Indicates that a specified resource property has cleared its warning threshold. Examples of this are drive I/O errors or network link errors. Suggested resolution may be provided as OEM data.
- This message shall indicate that a specified resource property has cleared its warning threshold.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The resource property
'<1>' has cleared the warning threshold of value
<2>."
- string: The name of the property.
- This argument shall contain the name of the relevant property from a Redfish resource.
- number: The value of the threshold.
- This argument shall contain the value of the relevant error threshold.
2.16.28 ResourceWarningThresholdExceeded
Example: The resource property 'UncorrectableIOWriteErrorCount' has exceeded its warning threshold of value 5.
Indicates that a specified resource property has exceeded its warning threshold. Examples of this are drive I/O errors or network link errors. Suggested resolution may be provided as OEM data.
- This message shall indicate that a specified resource property has exceeded its warning threshold.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The resource property
'<1>' has exceeded its warning threshold of value
<2>."
- string: The name of the property.
- This argument shall contain the name of the relevant property from a Redfish resource.
- number: The value of the threshold.
- This argument shall contain the value of the relevant error threshold.
2.16.29 TestMessage
Example: Test message.
A test message used to validate event delivery mechanisms.
- This message shall indicate a test of an event delivery mechanism, such as the creation of a LogEntry resource or an event transmission.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Test message."
2.16.30 URIForResourceChanged
Example: The URI for the resource has changed.
Indicates that the URI for a resource has changed. Examples of this are physical component replacement or redistribution.
- This message shall indicate that the URI for a resource has changed.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The URI for the resource has changed."
2.17 SensorEvent 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.3 | 2022.2 |
This registry defines messages used for general events related to Sensor resources.
| Message | Severity | Description |
|---|---|---|
| InvalidSensorReading | Warning | Indicates that the service received an invalid reading from a sensor. |
| ReadingAboveLowerCriticalThreshold | Warning | Indicates that a sensor reading is no longer below the lower critical threshold but is still outside of normal operating range. |
| ReadingAboveLowerFatalThreshold | Critical | Indicates that a sensor reading is no longer below the lower fatal threshold but is still outside of normal operating range. |
| ReadingAboveUpperCautionThreshold | Warning | Indicates that a sensor reading is above the upper caution threshold. |
| ReadingAboveUpperCriticalThreshold | Critical | Indicates that a sensor reading is above the upper critical threshold. |
| ReadingAboveUpperFatalThreshold | Critical | Indicates that a sensor reading is above the upper fatal threshold. |
| ReadingBelowLowerCautionThreshold | Warning | Indicates that a sensor reading is below the lower caution threshold. |
| ReadingBelowLowerCriticalThreshold | Critical | Indicates that a sensor reading is below the lower critical threshold. |
| ReadingBelowLowerFatalThreshold | Critical | Indicates that a sensor reading is below the lower fatal threshold. |
| ReadingBelowUpperCriticalThreshold | Warning | Indicates that a sensor reading is no longer above the upper critical threshold but is still outside of normal operating range. |
| ReadingBelowUpperFatalThreshold | Critical | Indicates that a sensor reading is no longer above the upper fatal threshold but is still outside of normal operating range. |
| ReadingCritical | Critical | Indicates that a sensor reading exceeds an internal critical level. |
| ReadingNoLongerCritical | Warning | Indicates that a sensor reading no longer exceeds an internal critical level but still exceeds an internal warning level. |
| ReadingWarning | Warning | Indicates that a sensor reading exceeds an internal warning level. |
| SensorConnected (v1.1+) | OK | Indicates that an external sensor was connected. |
| SensorDisconnected (v1.1+) | Warning | Indicates that an external sensor was disconnected. |
| SensorFailure | Warning | Indicates that the service cannot communicate with a sensor or detected a failure. |
| SensorReadingNormalRange | OK | Indicates that a sensor reading is now within normal operating range. |
| SensorRestored | OK | Indicates that a sensor was repaired or communications were restored. It may also indicate that the service is receiving valid data from a sensor. |
2.17.1 InvalidSensorReading
Example: Invalid reading received from sensor 'CPU1 Temperature'.
Indicates that the service received an invalid reading from a sensor.
- This message shall indicate that the service received invalid data
while attempting to update the value of the
Readingproperty in aSensorresource.
Version Added: v1.0
Severity: Warning
Resolution: Check the sensor hardware or connection.
Message and Arguments: "Invalid reading received from sensor
'<1>'."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
2.17.2 ReadingAboveLowerCriticalThreshold
Example: Sensor 'CPU1 Temperature' reading of 15 (Degrees Celsius) is now above the 10 lower critical threshold but remains outside of normal range.
Indicates that a sensor reading is no longer below the lower critical threshold but is still outside of normal operating range.
- This message shall indicate that the value of the
Readingin aSensorresource, previously below the threshold, is now above the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties. However, the value of theReadingproperty is still below at least oneReadingproperty of another lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is now above the
<4> lower critical threshold but remains outside of
normal range."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.3 ReadingAboveLowerFatalThreshold
Example: Sensor 'CPU1 Temperature' reading of 15 (Degrees Celsius) is now above the 10 lower fatal threshold but remains outside of normal range.
Indicates that a sensor reading is no longer below the lower fatal threshold but is still outside of normal operating range.
- This message shall indicate that the value of the
Readingin aSensorresource, previously below the threshold, is now above the value of theReadingproperty within theLowerFatalproperty. However, the value of theReadingproperty is still below at least oneReadingproperty of another lower threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is now above the
<4> lower fatal threshold but remains outside of
normal range."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.4 ReadingAboveUpperCautionThreshold
Example: Sensor 'CPU1 Temperature' reading of 85 (Degrees Celsius) is above the 80 upper caution threshold.
Indicates that a sensor reading is above the upper caution threshold.
- This message shall indicate that the value of the
Readingproperty in aSensorresource is above the value of theReadingproperty within theUpperCautionorUpperCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is above the
<4> upper caution threshold."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperCautionorUpperCautionUserproperties of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.5 ReadingAboveUpperCriticalThreshold
Example: Sensor 'CPU1 Temperature' reading of 95 (Degrees Celsius) is above the 90 upper critical threshold.
Indicates that a sensor reading is above the upper critical threshold.
- This message shall indicate that the value of the
Readingproperty in aSensorresource is above the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is above the
<4> upper critical threshold."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.6 ReadingAboveUpperFatalThreshold
Example: Sensor 'CPU1 Temperature' reading of 100 (Degrees Celsius) is above the 95 upper fatal threshold.
Indicates that a sensor reading is above the upper fatal threshold.
- This message shall indicate that the value of the
Readingproperty in aSensorresource is above the value of theReadingproperty within theUpperFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is above the
<4> upper fatal threshold."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.7 ReadingBelowLowerCautionThreshold
Example: Sensor 'CPU1 Temperature' reading of 15 (Degrees Celsius) is below the 20 lower caution threshold.
Indicates that a sensor reading is below the lower caution threshold.
- This message shall indicate that the value of the
Readingproperty in aSensorresource is below the value of theReadingproperty within theLowerCautionorLowerCautionUserproperties.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is below the
<4> lower caution threshold."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerCautionorLowerCautionUserproperties of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.8 ReadingBelowLowerCriticalThreshold
Example: Sensor 'CPU1 Temperature' reading of 5 (Degrees Celsius) is below the 10 lower critical threshold.
Indicates that a sensor reading is below the lower critical threshold.
- This message shall indicate that the value of the
Readingproperty in aSensorresource is below the value of theReadingproperty within theLowerCriticalorLowerCriticalUserproperties.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is below the
<4> lower critical threshold."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerCriticalorLowerCriticalUserproperties of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.9 ReadingBelowLowerFatalThreshold
Example: Sensor 'CPU1 Temperature' reading of 0 (Degrees Celsius) is below the 5 lower fatal threshold.
Indicates that a sensor reading is below the lower fatal threshold.
- This message shall indicate that the value of the
Readingproperty in aSensorresource is below the value of theReadingproperty within theLowerFatalproperty.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is below the
<4> lower fatal threshold."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerFatalproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.10 ReadingBelowUpperCriticalThreshold
Example: Sensor 'CPU1 Temperature' reading of 85 (Degrees Celsius) is now below the 90 upper critical threshold but remains outside of normal range.
Indicates that a sensor reading is no longer above the upper critical threshold but is still outside of normal operating range.
- This message shall indicate that the value of the
Readingin aSensorresource, previously above the threshold, is now below the value of theReadingproperty within theUpperCriticalorUpperCriticalUserproperties. However, the value of theReadingproperty is still above at least oneReadingproperty of another upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is now below the
<4> upper critical threshold but remains outside of
normal range."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperCriticalorUpperCriticalUserproperties of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.11 ReadingBelowUpperFatalThreshold
Example: Sensor 'CPU1 Temperature' reading of 90 (Degrees Celsius) is now below the 95 upper fatal threshold but remains outside of normal range.
Indicates that a sensor reading is no longer above the upper fatal threshold but is still outside of normal operating range.
- This message shall indicate that the value of the
Readingin aSensorresource, previously above the threshold, is now below the value of theReadingproperty within theUpperFatalproperty. However, the value of theReadingproperty is still above at least oneReadingproperty of another upper threshold and is not within the normal operating range.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is now below the
<4> upper fatal threshold but remains outside of
normal range."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperFatalproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
2.17.12 ReadingCritical
Example: Sensor 'CPU1 Temperature' reading of 95 (Degrees Celsius) exceeds the 90 upper critical threshold.
Indicates that a sensor reading exceeds an internal critical level.
- This message shall indicate that the value of the
Readingproperty in aSensorresource exceeds the value of an internal critical level. This message shall be used forSensorresources that do not contain readable critical threshold values, such as boolean trip points or similar hardware mechanisms. This message shall not be used if theReadingproperty within a corresponding critical threshold is available.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) exceeds the critical
level."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
2.17.13 ReadingNoLongerCritical
Example: Sensor 'CPU1 Temperature' reading of 85 (Degrees Celsius) is now below the 90 upper critical threshold but remains outside of normal range.
Indicates that a sensor reading no longer exceeds an internal critical level but still exceeds an internal warning level.
- This message shall indicate that the value of the
Readingproperty in aSensorresource no longer exceeds the value of an internal critical level, but the value still exceeds an internal warning level. This message shall be used forSensorresources that do not contain readable critical threshold values, such as boolean trip points or similar hardware mechanisms. This message shall not be used if theReadingproperty within a corresponding critical threshold is available.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) no longer exceeds the
critical level."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
2.17.14 ReadingWarning
Example: Sensor 'CPU1 Temperature' reading of 85 (Degrees Celsius) exceeds the 80 upper caution threshold.
Indicates that a sensor reading exceeds an internal warning level.
- This message shall indicate that the value of the
Readingproperty in aSensorresource exceeds the value of an internal warning level. This message shall be used forSensorresources that do not contain readable caution threshold values, such as boolean trip points or similar hardware mechanisms. This message shall not be used if theReadingproperty within a corresponding caution threshold is available.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the resources listed in RelatedItem.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) exceeds the warning
level."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
2.17.15 SensorConnected
Example: Sensor 'CPU1 Temperature' was connected.
Indicates that an external sensor was connected.
- This message shall indicate that an external sensor was connected.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Sensor '<1>' was
connected."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
2.17.16 SensorDisconnected
Example: Sensor 'CPU1 Temperature' was disconnected.
Indicates that an external sensor was disconnected.
- This message shall indicate that an external sensor was disconnected.
Version Added: v1.1
Severity: Warning
Resolution: Check the sensor connection or re-connect the sensor.
Message and Arguments: "Sensor '<1>' was
disconnected."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
2.17.17 SensorFailure
Example: Sensor 'CPU1 Temperature' failed.
Indicates that the service cannot communicate with a sensor or detected a failure.
- This message shall indicate that the service is unable to communicate with a sensor or otherwise detected a fault condition with the sensor.
Version Added: v1.0
Severity: Warning
Resolution: Check the sensor hardware or connection.
Message and Arguments: "Sensor '<1>' failed."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
2.17.18 SensorReadingNormalRange
Example: Sensor 'CPU1 Temperature' reading of 75 (Degrees Celsius) is now within the normal operating range.
Indicates that a sensor reading is now within normal operating range.
- This message shall indicate that the value of the
Readingproperty within aSensorresource has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Sensor '<1>' reading of
<2> (<3>) is within normal
operating range."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
- number: The reading of the sensor.
- This argument shall contain a number that equals the value of the
Readingproperty of theSensorresource.
- This argument shall contain a number that equals the value of the
- string: The reading units of measure.
- This argument shall contain a string that equals the value of the
ReadingUnitsproperty of theSensorresource. Unitless readings should usecount.
- This argument shall contain a string that equals the value of the
2.17.19 SensorRestored
Example: Sensor 'CPU1 Temperature' was restored.
Indicates that a sensor was repaired or communications were restored. It may also indicate that the service is receiving valid data from a sensor.
- This message shall indicate that the service is able to communicate with a sensor that had previously failed, or the sensor was repaired or replaced.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Sensor '<1>' was
restored."
- string: The name or identifier of the sensor.
- This argument shall contain a string that identifies or describes
the
Sensorresource.
- This argument shall contain a string that identifies or describes
the
2.18 ServiceCommunications 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2024.4 |
This registry defines messages to be used by a service to indicate communication problems with clients or other services.
| Message | Severity | Description |
|---|---|---|
| ConnectionRefused | Critical | Indicates that a connection to the remote service was refused. |
| ConnectionTimeout | Critical | Indicates that a connection to the remote service timed out. |
| HTTPFailure | Critical | Indicates that an HTTP failure code was returned. |
| NameResolutionFailure | Critical | Indicates that DNS or other name resolution failed on the indicated name. |
2.18.1 ConnectionRefused
Example: The connection to 'Contoso.com:443' was refused.
Indicates that a connection to the remote service was refused.
- This message shall indicate that a connection to the remote service was refused.
Version Added: v1.0
Severity: Critical
Resolution: Check the settings on the remote service or the port settings.
Message and Arguments: "The connection to
'<1>:<2>' was refused."
- string: The network name of the service that refused the
connection.
- This argument shall contain the network name of the remote service that refused the connection.
- number: The port number that was refused.
- This argument shall contain the port number that was refused.
2.18.2 ConnectionTimeout
Example: The connection to 'Contoso.com:443' timed out.
Indicates that a connection to the remote service timed out.
- This message shall indicate that a connection to the remote service timed out.
Version Added: v1.0
Severity: Critical
Resolution: Check the settings on the remote service or the port settings.
Message and Arguments: "The connection to
'<1>:<2>' timed out."
- string: The network name of the service that timed out.
- This argument shall contain the network name of the remote service that timed out.
- number: The port number that timed out.
- This argument shall contain the port number that timed out.
2.18.3 HTTPFailure
Example: Received HTTP status code 500 from 'Contoso.com'.
Indicates that an HTTP failure code was returned.
- This message shall indicate that an HTTP failure code was returned.
Version Added: v1.0
Severity: Critical
Resolution: Check the payload settings and the remote service for errors.
Message and Arguments: "Received HTTP status code
<1> from '<2>'."
- number: The HTTP status code that was returned.
- This argument shall contain the HTTP status code indicating an error
that was returned. This argument should contain a value in the
4XXor5XXrange.
- This argument shall contain the HTTP status code indicating an error
that was returned. This argument should contain a value in the
- string: The network name of the service that returned the
status code.
- This argument shall contain the network name of the remote service that returned the status code.
2.18.4 NameResolutionFailure
Example: There was an error resolving the name 'Contoso.com'.
Indicates that DNS or other name resolution failed on the indicated name.
- This message shall indicate that DNS or other name resolution failed on the indicated name.
Version Added: v1.0
Severity: Critical
Resolution: Check your name server settings or the name provided.
Message and Arguments: "There was an error resolving the name
'<1>'."
- string: The network name that could not be resolved.
- This argument shall contain the network name of the remote service that could not be resolved.
2.19 StorageDevice 1.6.0
| Version | v1.6 | v1.5 | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.2 | 2024.4 | 2024.3 | 2023.2 | 2021.4 | 2020.1 |
This registry defines the messages for storage devices.
| Message | Severity | Description |
|---|---|---|
| BatteryCharging (v1.1+) | Warning | A battery charging condition was detected. |
| BatteryFailure (v1.1+) | Critical | A battery failure condition was detected. |
| BatteryMissing (v1.1+) | Critical | A battery missing condition was detected. |
| BatteryOK (v1.1+) | OK | The health of a battery has changed to OK. |
| BlockSecurityIDFailed (v1.4+) | Warning | The TCG-defined command to block establishment of a security ID failed. |
| BlockSecurityIDIssued (v1.4+) | OK | The TCG-defined command to block establishment of a security ID was issued. |
| BlockSecurityIDRemoved (v1.4+) | OK | TCG-defined commands to block establishment of a security ID are no longer being sent to a drive. |
| ControllerDegraded (v1.1+) | Warning | A storage controller degraded condition was detected. |
| ControllerFailure | Critical | A storage controller failure was detected. |
| ControllerOK | OK | The storage controller health has changed to OK. |
| ControllerPasswordAccepted (v1.1+) | OK | The storage controller password was entered. |
| ControllerPasswordRequired (v1.1+) | Critical | The storage controller requires a password. |
| ControllerPortDegraded (v1.1+) | Warning | A controller port degraded condition was detected. |
| ControllerPortFailure (v1.1+) | Critical | A controller port failure condition was detected. |
| ControllerPortOK (v1.1+) | OK | The health of a controller port has changed to OK. |
| ControllerPreviousError (v1.1+) | Warning | A storage controller error was detected prior to reboot. |
| DriveFailure | Critical | A drive failure condition was detected. |
| DriveFailureCleared | OK | A previously detected failure condition on a drive was cleared. |
| DriveInserted | OK | A drive was inserted. |
| DriveMissing (v1.1+) | Critical | A drive missing condition was detected. |
| DriveMissingCleared (v1.1+) | OK | A previous drive missing condition was cleared. |
| DriveOK | OK | The health of a drive has changed to OK. |
| DriveOffline (v1.1+) | Critical | A drive offline condition was detected. |
| DriveOfflineCleared (v1.1+) | OK | A drive offline condition was cleared. |
| DrivePredictedMediaLifeLow (v1.3+) | Warning | The drive media predicted life left is low. |
| DrivePredictiveFailure | Warning | A predictive drive failure condition was detected. |
| DrivePredictiveFailureCleared | OK | A previously detected predictive failure condition on a drive was cleared. |
| DriveRemoved | Critical | A drive was removed. |
| VolumeDegraded | Warning | The storage controller has detected a degraded volume condition. |
| VolumeFailure | Critical | The storage controller has detected a failed volume condition. |
| VolumeOK | OK | A volume health has changed to OK. |
| VolumeOffine (v1.1+, deprecated v1.2) | Critical | The storage controller has detected an offline volume condition. |
| VolumeOffline (v1.2+) | Critical | The storage controller has detected an offline volume condition. |
| VolumeOfflineCleared (v1.1+) | OK | The storage controller has detected an online volume condition. |
| VolumeRebuilding (v1.5+) | Warning | The storage controller is in the process of rebuilding the volume as part of a repair process. Performance might be degraded while the rebuild is in progress. |
| VolumeReconfiguring (v1.5+) | Warning | The storage controller is in the process of reconfiguring the volume as part of adding new drives or changing RAID levels. Performance might be degraded while the reconfiguration is in progress. |
| WriteCacheDataLoss | Critical | The write cache is reporting loss of data in posted-writes memory. |
| WriteCacheDegraded | Critical | The write cache state is degraded. |
| WriteCacheProtected | OK | A storage controller write cache state is in protected mode. |
| WriteCacheTemporarilyDegraded | Warning | The write cache state is temporarily degraded. |
2.19.1 BatteryCharging
Example: A charging condition for the battery located in 'Chassis 1' was detected.
A battery charging condition was detected.
- This message shall indicate a battery is below the required capacity and is charging.
Version Added: v1.1
Severity: Warning
Resolution: None. There may be reduced performance and features while the battery is charging.
Message and Arguments: "A charging condition for the battery located
in '<1>' was detected."
- string: The location of the battery.
- This argument shall contain the battery location.
2.19.2 BatteryFailure
Example: A failure condition for the battery located in 'Chassis 1' was detected.
A battery failure condition was detected.
- This message shall indicate a battery failure condition was detected.
Version Added: v1.1
Severity: Critical
Resolution: Ensure all cables are properly and securely connected. Replace the failed battery.
Message and Arguments: "A failure condition for the battery located
in '<1>' was detected."
- string: The location of the battery.
- This argument shall contain the battery location.
2.19.3 BatteryMissing
Example: The battery located in 'Chassis 1' is missing.
A battery missing condition was detected.
- This message shall indicate a battery that is required by the configuration is missing.
Version Added: v1.1
Severity: Critical
Resolution: Attach the battery. Ensure all cables are properly and securely connected.
Message and Arguments: "The battery located in
'<1>' is missing."
- string: The location of the battery.
- This argument shall contain the battery location.
2.19.4 BatteryOK
Example: The health of the battery located in 'Chassis 1' has changed to OK.
The health of a battery has changed to OK.
- This message shall indicate a battery health has changed to OK.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The health of the battery located in
'<1>' has changed to OK."
- string: The location of the battery.
- This argument shall contain the battery location.
2.19.5 BlockSecurityIDFailed
Example: The TCG-defined command to block establishment of a security ID failed when issued to the drive located in 'Bay 1'.
The TCG-defined command to block establishment of a security ID failed.
- This message shall indicate that the TCG-defined command to block establishment of a security ID failed when issued to a drive.
Version Added: v1.4
Severity: Warning
Resolution: Update the drive firmware or replace the drive.
Message and Arguments: "The TCG-defined command to block
establishment of a security ID failed when issued to the drive located
in '<1>'."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.6 BlockSecurityIDIssued
Example: The TCG-defined command to block establishment of a security ID was issued to the drive located in 'Bay 1'.
The TCG-defined command to block establishment of a security ID was issued.
- This message shall indicate that the TCG-defined command to block establishment of a security ID was issued to a drive.
Version Added: v1.4
Severity: OK
Resolution: None.
Message and Arguments: "The TCG-defined command to block
establishment of a security ID was issued to the drive located in
'<1>'."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.7 BlockSecurityIDRemoved
Example: The TCG-defined commands to block establishment of a security ID are no longer sent to the drive located in 'Bay 1'.
TCG-defined commands to block establishment of a security ID are no longer being sent to a drive.
- This message shall indicate that the TCG-defined command to block establishment of a security ID are no longer sent to a drive.
Version Added: v1.4
Severity: OK
Resolution: None.
Message and Arguments: "The TCG-defined commands to block
establishment of a security ID are no longer sent to the drive located
in '<1>'."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.8 ControllerDegraded
Example: A degraded condition for the storage controller located in 'PCIe Slot 1' was detected due to reason 'Magic smoke escaping'.
A storage controller degraded condition was detected.
- This message shall indicate that a storage controller degraded condition was detected.
Version Added: v1.1
Severity: Warning
Resolution: Reseat the storage controller in the PCI slot. Update the controller to the latest firmware version. If the issue persists, replace the controller.
Message and Arguments: "A degraded condition for the storage
controller located in '<1>' was detected due to
reason '<2>'."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
- string: The reason for the degraded controller.
- This argument shall contain the reason for the degraded controller.
2.19.9 ControllerFailure
Example: A failure condition for the storage controller located in 'PCIe Slot 1' was detected.
A storage controller failure was detected.
- This message shall indicate that a storage controller failure condition was detected due to a hardware, communication, or firmware failure.
Version Added: v1.0
Severity: Critical
Resolution: Reseat the storage controller in the PCI slot. Update the controller to the latest firmware version. If the issue persists, replace the controller.
Message and Arguments: "A failure condition for the storage
controller located in '<1>' was detected."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.10 ControllerOK
Example: The health of the storage controller located in 'PCIe Slot 1' has changed to OK.
The storage controller health has changed to OK.
- This message shall indicate that the storage controller health has changed to OK.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The health of the storage controller located
in '<1>' has changed to OK."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.11 ControllerPasswordAccepted
Example: A password was entered for the storage controller located in 'PCIe Slot 1'.
The storage controller password was entered.
- This message shall indicate that the storage controller password was accepted. Normally this is used by storage controllers that require a controller password during boot to unlock encrypted volumes or drives.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "A password was entered for the storage
controller located in '<1>'."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.12 ControllerPasswordRequired
Example: The storage controller located in 'PCIe Slot 1' requires a password.
The storage controller requires a password.
- This message shall indicate that the storage controller requires a password. Normally this is used by storage controllers that require a controller password during boot to unlock encrypted volumes or drives.
Version Added: v1.1
Severity: Critical
Resolution: Enter the controller password.
Message and Arguments: "The storage controller located in
'<1>' requires a password."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.13 ControllerPortDegraded
Example: A degraded condition for the controller port located in 'PCIe Slot 1' was detected due to reason 'Magic smoke escaping'.
A controller port degraded condition was detected.
- This message shall indicate a controller port degraded condition was detected.
Version Added: v1.1
Severity: Warning
Resolution: Ensure all cables are properly and securely connected. Replace faulty cables.
Message and Arguments: "A degraded condition for the controller port
located in '<1>' was detected due to reason
'<2>'."
- string: The location of the controller port.
- This argument shall contain the controller port location.
- string: The reason for the degraded controller port.
- This argument shall contain the reason for the degraded controller port.
2.19.14 ControllerPortFailure
Example: A failure condition for the controller port located in 'PCIe Slot 1' was detected.
A controller port failure condition was detected.
- This message shall indicate a controller port failure condition was detected.
Version Added: v1.1
Severity: Critical
Resolution: Ensure all cables are properly and securely connected. Replace faulty cables.
Message and Arguments: "A failure condition for the controller port
located in '<1>' was detected."
- string: The location of the controller port.
- This argument shall contain the controller port location.
2.19.15 ControllerPortOK
Example: The health of the controller port located in 'PCIe Slot 1' has changed to OK.
The health of a controller port has changed to OK.
- This message shall indicate a controller port health has changed to OK.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The health of the controller port located in
'<1>' has changed to OK."
- string: The location of the controller port.
- This argument shall contain the controller port location.
2.19.16 ControllerPreviousError
Example: A previous error condition for the storage controller located in 'PCIe Slot 1' was detected due to 'Magic smoke escaping'.
A storage controller error was detected prior to reboot.
- This message shall indicate that an unreported storage controller error condition was detected prior to reboot.
Version Added: v1.1
Severity: Warning
Resolution: Update the controller to the latest firmware version. If the issue persists, replace the controller.
Message and Arguments: "A previous error condition for the storage
controller located in '<1>' was detected due to
'<2>'."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
- string: The reason for error.
- This argument shall contain the reason for failure.
2.19.17 DriveFailure
Example: A failure condition for the drive located in 'Bay 1' was detected.
A drive failure condition was detected.
- This message shall indicate a drive failure condition was detected due to a drive not installed correctly or failed.
Version Added: v1.0
Severity: Critical
Resolution: Ensure all cables are properly and securely connected. Ensure all drives are fully seated. Replace the defective cables, drive, or both.
Message and Arguments: "A failure condition for the drive located in
'<1>' was detected."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.18 DriveFailureCleared
Example: A failure condition for the drive located in 'Bay 1' was cleared.
A previously detected failure condition on a drive was cleared.
- This message shall indicate a failure condition on a drive was cleared, but any predictive failure or other conditions remain.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A failure condition for the drive located in
'<1>' was cleared."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.19 DriveInserted
Example: The drive located in 'Bay 1' was inserted.
A drive was inserted.
- This message shall indicate a drive was inserted.
Version Added: v1.0
Severity: OK
Resolution: If the drive is not properly displayed, attempt to refresh the cached data.
Message and Arguments: "The drive located in '<1>'
was inserted."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.20 DriveMissing
Example: A missing condition for the drive located in 'Bay 1' was detected.
A drive missing condition was detected.
- This message shall indicate a drive that is required by the configuration is missing. This message shall exist any time a volume is degraded or failed due to a missing drive.
Version Added: v1.1
Severity: Critical
Resolution: Ensure all cables are properly and securely connected. Ensure all drives are fully seated. Replace the defective cables, drive, or both. Delete the volume if it is no longer needed.
Message and Arguments: "A missing condition for the drive located in
'<1>' was detected."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.21 DriveMissingCleared
Example: A missing condition for the drive located in 'Bay 1' was cleared.
A previous drive missing condition was cleared.
- This message shall indicate a previous drive missing condition was cleared.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "A missing condition for the drive located in
'<1>' was cleared."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.22 DriveOK
Example: The health of the drive located in 'PCIe Slot 1' has changed to OK.
The health of a drive has changed to OK.
- This message shall indicate a drive health has changed to OK.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The health of the drive located in
'<1>' has changed to OK."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.23 DriveOffline
Example: An offline condition for the drive located in 'Bay 1' was detected.
A drive offline condition was detected.
- This message shall indicate a drive offline condition was detected. This may occur when a drive is unconfigured, encrypted by a foreign controller, offline during a background operation, or unsupported.
Version Added: v1.1
Severity: Critical
Resolution: If the drive is unconfigured or needs an import, configure the drive. If the drive operation is in progress, wait for the operation to complete. If the drive is not supported, replace it.
Message and Arguments: "An offline condition for the drive located in
'<1>' was detected."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.24 DriveOfflineCleared
Example: An offline condition for the drive located in 'Bay 1' was cleared.
A drive offline condition was cleared.
- This message shall indicate a drive offline condition was cleared.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "An offline condition for the drive located in
'<1>' was cleared."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.25 DrivePredictedMediaLifeLow
Example: The drive located at 'Bay 1' has a predicted media life left of 10 percent and is below the specified threhsold of 20 percent.
The drive media predicted life left is low.
- This message shall indicate a drive media predicted life left level is below a user or vendor-defined threshold.
Version Added: v1.3
Severity: Warning
Resolution: Replace the drive before the predicted media life left reaches 0%.
Message and Arguments: "The drive located at <1>
has a predicted media life left of <2> percent and is
below the specified threhsold of <3> percent."
- string: The location of the drive.
- This argument shall contain the drive location.
- number: The percent of predicted media life left.
- This argument shall contain the value of PredictedMediaLifeLeft for this drive.
- number: The alert threshold.
- This argument shall contain the value of the threshold that triggered this message.
2.19.26 DrivePredictiveFailure
Example: A predictive failure condition for the drive located in 'Bay 1' was detected.
A predictive drive failure condition was detected.
- This message shall indicate a drive predictive failure condition was detected.
Version Added: v1.0
Severity: Warning
Resolution: If this drive is not part of a fault-tolerant volume, first back up all data, then replace the drive and restore all data afterward. If this drive is part of a fault-tolerant volume, replace this drive as soon as possible as long as the volume health is OK.
Message and Arguments: "A predictive failure condition for the drive
located in '<1>' was detected."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.27 DrivePredictiveFailureCleared
Example: A predictive failure condition for the drive located in 'Bay 1' was cleared.
A previously detected predictive failure condition on a drive was cleared.
- This message shall indicate a predictive failure condition on a drive was cleared, but any other failure conditions remain.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "A predictive failure condition for the drive
located in '<1>' was cleared."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.28 DriveRemoved
Example: The drive located in 'Bay 1' was removed.
A drive was removed.
- This message shall indicate a drive was removed.
Version Added: v1.0
Severity: Critical
Resolution: If the drive is still displayed, attempt to refresh the cached data.
Message and Arguments: "The drive located in '<1>'
was removed."
- string: The location of the drive.
- This argument shall contain the drive location.
2.19.29 VolumeDegraded
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' is degraded.
The storage controller has detected a degraded volume condition.
- This message shall indicate a volume degraded condition was detected due to one or more drives not installed correctly, missing, or failed.
Version Added: v1.0
Severity: Warning
Resolution: Ensure all cables are properly and securely connected. Replace failed drives.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' is
degraded."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.30 VolumeFailure
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' has failed.
The storage controller has detected a failed volume condition.
- This message shall indicate a volume failure condition was detected due to one or more drives not installed correctly, missing, or failed.
Version Added: v1.0
Severity: Critical
Resolution: Ensure all cables are properly and securely connected. Ensure all drives are fully seated and operational.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' has
failed."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.31 VolumeOK
Example: The health of volume 'Volume1' that is attached to the storage controller located in 'PCIe Slot 1' has changed to OK.
A volume health has changed to OK.
- This message shall indicate a volume health has changed to OK.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The health of volume '<1>'
that is attached to the storage controller located in
'<2>' has changed to OK."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.32 VolumeOffine
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' is offline.
The storage controller has detected an offline volume condition.
- This message shall indicate a volume offline condition was detected. This may occur if the volume configuration is not supported or needs to be imported.
Deprecated in v1.2 and later. This message was deprecated in
favor of VolumeOffline due to a typographic error in the
MessageId.
Version Added: v1.1
Severity: Critical
Resolution: Use storage software to enable, repair, or import the volume. You may also delete or move volume back to the original controller.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' is
offline."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.33 VolumeOffline
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' is offline.
The storage controller has detected an offline volume condition.
- This message shall indicate a volume offline condition was detected. This may occur if the volume configuration is not supported or needs to be imported.
Version Added: v1.2
Severity: Critical
Resolution: Use storage software to enable, repair, or import the volume. You may also delete or move volume back to the original controller.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' is
offline."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.34 VolumeOfflineCleared
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' is online.
The storage controller has detected an online volume condition.
- This message shall indicate a volume online condition was detected.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' is
online."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.35 VolumeRebuilding
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' is being rebuilt.
The storage controller is in the process of rebuilding the volume as part of a repair process. Performance might be degraded while the rebuild is in progress.
- This message shall indicate that the storage controller is in the process of rebuilding the volume as part of a repair process. Performance might be degraded while the rebuild is in progress.
Version Added: v1.5
Severity: Warning
Resolution: Wait for the volume rebuild to complete.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' is being
rebuilt."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.36 VolumeReconfiguring
Example: The volume 'Volume1' attached to the storage controller located in 'PCIe Slot 1' is being reconfigured.
The storage controller is in the process of reconfiguring the volume as part of adding new drives or changing RAID levels. Performance might be degraded while the reconfiguration is in progress.
- This message shall indicate that the storage controller is in the process of reconfiguring the volume as part of adding new drives or changing RAID levels. Performance might be degraded while the reconfiguration is in progress.
Version Added: v1.5
Severity: Warning
Resolution: Wait for the volume reconfiguration to complete.
Message and Arguments: "The volume '<1>' attached
to the storage controller located in '<2>' is being
reconfigured."
- string: The identifier of the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
Id,Name,Identifiers,LogicalUnitNumber, or other data used to uniquely identify the volume.
- This argument shall contain an identifier for the volume. The
identifier may contain
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.37 WriteCacheDataLoss
Example: The write cache on the storage controller located in 'PCIe Slot 1' has data loss.
The write cache is reporting loss of data in posted-writes memory.
- This message shall indicate the write cache is reporting loss of data in posted-writes cache memory due to loss of battery power when the server lost power or a hardware error.
Version Added: v1.0
Severity: Critical
Resolution: Check the controller resource properties to determine the cause of the write cache data loss.
Message and Arguments: "The write cache on the storage controller
located in '<1>' has data loss."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.38 WriteCacheDegraded
Example: The write cache state on the storage controller located in 'PCIe Slot 1' is degraded.
The write cache state is degraded.
- This message shall indicate the write cache state degraded due to a missing battery or hardware failure.
Version Added: v1.0
Severity: Critical
Resolution: Check the controller to determine the cause of write cache degraded state, such as a missing battery or hardware failure. This condition typically requires manual intervention to resolve.
Message and Arguments: "The write cache state on the storage
controller located in '<1>' is degraded."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.39 WriteCacheProtected
Example: The write cache state on the storage controller located in 'PCIe Slot 1' is in protected mode.
A storage controller write cache state is in protected mode.
- This message shall indicate a controller write cache state is in protected mode.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The write cache state on the storage
controller located in '<1>' is in protected
mode."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.19.40 WriteCacheTemporarilyDegraded
Example: The write cache state on the storage controller located in 'PCIe Slot 1' is temporarily degraded.
The write cache state is temporarily degraded.
- This message shall indicate write cache state temporarily degraded due to battery charging or data recovery rebuild operation pending.
Version Added: v1.0
Severity: Warning
Resolution: Check the controller to determine the cause of write cache temporarily degraded state, such as a battery is charging or a data recovery rebuild operation is pending. Wait for the condition causing the temporarily degraded state to resolve itself.
Message and Arguments: "The write cache state on the storage
controller located in '<1>' is temporarily
degraded."
- string: The location of the storage controller.
- This argument shall contain the storage controller location.
2.20 TaskEvent 1.1.0
| Version | v1.1 | v1.0 |
| Release | 2026.1 | 2018.2 |
This registry defines the messages for task related events.
| Message | Severity | Description |
|---|---|---|
| TaskAborted | Critical | A task has completed with errors. |
| TaskCancelled | Warning | A task was cancelled. |
| TaskCompletedOK | OK | A task has completed. |
| TaskCompletedWarning | Warning | A task has completed with warnings. |
| TaskPaused | Warning | A task was paused. |
| TaskProgressChanged | OK | A task has changed progress. |
| TaskRemoved | Warning | A task was removed. |
| TaskResumed | OK | A task was resumed. |
| TaskStarted | OK | A task has started. |
2.20.1 TaskAborted
Example: The task with Id 'Task1' has completed with errors.
A task has completed with errors.
- This message shall indicate that a task has completed with errors
and the
TaskStateproperty transitioned toException.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "The task with Id '<1>' has
completed with errors."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that has completed with errors.
- This argument shall contain the value of the
2.20.2 TaskCancelled
Example: Work on the task with Id 'Task1' was halted prior to completion due to an explicit request.
A task was cancelled.
- This message shall indicate that work on a task has halted prior to
completion due to an explicit request. The
TaskStateproperty transitioned toCancelled.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "Work on the task with Id
'<1>' was halted prior to completion due to an
explicit request."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that was halted.
- This argument shall contain the value of the
2.20.3 TaskCompletedOK
Example: The task with Id 'Task1' has completed.
A task has completed.
- This message shall indicate that a task has completed and the
TaskStateproperty transitioned toCompleted.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The task with Id '<1>' has
completed."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that has completed.
- This argument shall contain the value of the
2.20.4 TaskCompletedWarning
Example: The task with Id 'Task1' has completed with warnings.
A task has completed with warnings.
- This message shall indicate that a task has completed with warnings
and the
TaskStateproperty transitioned toCompleted.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The task with Id '<1>' has
completed with warnings."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that has completed with warnings.
- This argument shall contain the value of the
2.20.5 TaskPaused
Example: The task with Id 'Task1' was paused.
A task was paused.
- This message shall indicate that a task was paused and the
TaskStateproperty transitioned toSuspendedorInterrupted.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The task with Id '<1>' was
paused."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that was paused.
- This argument shall contain the value of the
2.20.6 TaskProgressChanged
Example: The task with Id 'Task1' has changed to progress 50 percent complete.
A task has changed progress.
- This message shall indicate that a task has changed progress.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The task with Id '<1>' has
changed to progress <2> percent complete."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that has changed progress.
- This argument shall contain the value of the
- number: The percent completion of the task.
- This argument shall contain the percent completion of the task that has changed progress.
2.20.7 TaskRemoved
Example: The task with Id 'Task1' was removed.
A task was removed.
- This message shall indicate that a task was removed.
Version Added: v1.0
Severity: Warning
Resolution: None.
Message and Arguments: "The task with Id '<1>' was
removed."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that was removed.
- This argument shall contain the value of the
2.20.8 TaskResumed
Example: The task with Id 'Task1' was resumed.
A task was resumed.
- This message shall indicate that a task has resumed and the
TaskStateproperty transitioned toRunningfromSuspendedorInterrupted.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The task with Id '<1>' was
resumed."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that was resumed.
- This argument shall contain the value of the
2.20.9 TaskStarted
Example: The task with Id 'Task1' has started.
A task has started.
- This message shall indicate that a task has started as the
TaskStateproperty transitions toStartingorRunning.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The task with Id '<1>' has
started."
- string: The
Idof the task.- This argument shall contain the value of the
Idproperty of theTaskresource that has started.
- This argument shall contain the value of the
2.21 Telemetry 1.2.0
| Version | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | 2025.2 | 2023.3 |
This registry defines the messages for telemetry related events.
| Message | Severity | Description |
|---|---|---|
| TelemetryDataCreated (v1.1+) | OK | Indicates that a telemetry data resource was created. |
| TriggerDiscreteConditionMet | OK | Indicates that a discrete trigger condition is met. |
| TriggerNumericAboveLowerCritical | Warning | Indicates that a numeric metric reading is no longer below the lower critical trigger threshold, but is still outside of normal operating range. |
| TriggerNumericAboveUpperCritical | Critical | Indicates that a numeric metric reading is above the upper critical trigger threshold. |
| TriggerNumericAboveUpperWarning | Warning | Indicates that a numeric metric reading is above the upper warning trigger threshold. |
| TriggerNumericBelowLowerCritical | Critical | Indicates that a numeric metric reading is below the lower critical trigger threshold. |
| TriggerNumericBelowLowerWarning | Warning | Indicates that a numeric metric reading is below the lower warning trigger threshold. |
| TriggerNumericBelowUpperCritical | Warning | Indicates that a numeric metric reading is no longer above the upper critical trigger threshold, but is still outside of normal operating range. |
| TriggerNumericReadingNormal | OK | Indicates that a numeric metric reading is now within normal operating range. |
2.21.1 TelemetryDataCreated
Example: Telemetry data 'CPU Usage', containing type 'ContosoCPUDebug', was created.
Indicates that a telemetry data resource was created.
- This message shall indicate that a telemetry data resource was created.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "Telemetry data '<1>',
containing type '<2>', was created."
- string: The name of the telemetry data.
- This argument shall contain a string that identifies
TelemetryDataresource.
- This argument shall contain a string that identifies
- string: The type of telemetry data
- This argument shall contain the value of the
TelemetryDataTypeproperty orOEMTelemetryDataTypeproperty from theTelemetryDataresource.
- This argument shall contain the value of the
2.21.2 TriggerDiscreteConditionMet
Example: Metric 'Power Supply Status' has the value 'Absent', which meets the discrete condition of trigger 'Power Supply Absent'
Indicates that a discrete trigger condition is met.
- This message shall indicate that the
Valueof theDiscreteTriggersproperty in aTriggersresource is equal to the monitored discrete metric value. The severity of the event shall be the same asSeverityproperty in the relatedTriggersresource.
Version Added: v1.0
Severity: OK
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' has the value
'<2>', which meets the discrete condition of trigger
'<3>'"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- string: The discrete value of the metric.
- This argument shall contain a number that equals the discrete value of the metric reading.
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.3 TriggerNumericAboveLowerCritical
Example: Metric 'CPU Usage' value of 15 is now above the 10 lower critical threshold of trigger 'Low CPU Usage' but remains outside of normal range
Indicates that a numeric metric reading is no longer below the lower critical trigger threshold, but is still outside of normal operating range.
- This message shall indicate that a numeric value of a monitored
metric, previously below the threshold, is now above the
Readingproperty within theLowerCriticalproperty in aTriggersresource. However, the value of the metric is still below theReadingproperty within theLowerWarning` property and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' value of
<2> is now above the <3> lower
critical threshold of trigger '<4>' but remains
outside of normal range"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerCriticalproperty of theTriggersresource.
- This argument shall contain a number that equals the value of the
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.4 TriggerNumericAboveUpperCritical
Example: Metric 'CPU Usage' value of 95 is above the 90 upper critical threshold of trigger 'High CPU Usage'
Indicates that a numeric metric reading is above the upper critical trigger threshold.
- This message shall indicate that a numeric value of a monitored
metric is above the
Readingproperty within theUpperCriticalproperty in aTriggersresource`.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' value of
<2> is above the <3> upper
critical threshold of trigger '<4>'"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperCriticalproperty of theTriggersresource.
- This argument shall contain a number that equals the value of the
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.5 TriggerNumericAboveUpperWarning
Example: Metric 'CPU Usage' value of 85 is above the 80 upper warning threshold of trigger 'High CPU Usage'
Indicates that a numeric metric reading is above the upper warning trigger threshold.
- This message shall indicate that a numeric value of a monitored
metric is above the
Readingproperty within theUpperWarningproperty in aTriggersresource`.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' value of
<2> is above the <3> upper warning
threshold of trigger '<4>'"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperWarningproperty of theTriggersresource.
- This argument shall contain a number that equals the value of the
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.6 TriggerNumericBelowLowerCritical
Example: Metric 'CPU Usage' value of 5 is below the 10 lower critical threshold of trigger 'Low CPU Usage'
Indicates that a numeric metric reading is below the lower critical trigger threshold.
- This message shall indicate that a numeric value of a monitored
metric is below the
Readingproperty within theLowerCriticalproperty in aTriggersresource`.
Version Added: v1.0
Severity: Critical
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' value of
<2> is below the <3> lower
critical threshold of trigger '<4>'"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerCriticalproperty of theTriggersresource.
- This argument shall contain a number that equals the value of the
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.7 TriggerNumericBelowLowerWarning
Example: Metric 'CPU Usage' value of 15 is below the 20 lower warning threshold of trigger 'Low CPU Usage'
Indicates that a numeric metric reading is below the lower warning trigger threshold.
- This message shall indicate that a numeric value of a monitored
metric is below the
Readingproperty within theLowerWarningproperty in aTriggersresource`.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' value of
<2> is below the <3> lower warning
threshold of trigger '<4>'"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theLowerWarningproperty of theTriggersresource.
- This argument shall contain a number that equals the value of the
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.8 TriggerNumericBelowUpperCritical
Example: Metric 'CPU Usage' value of 85 is now below the 90 upper critical threshold of trigger 'High CPU Usage' but remains outside of normal range
Indicates that a numeric metric reading is no longer above the upper critical trigger threshold, but is still outside of normal operating range.
- This message shall indicate that a numeric value of a monitored
metric, previously above the threshold, is now below the
Readingproperty within theUpperCriticalproperty in aTriggersresource. However, the value of the metric is still above theReadingproperty within theUpperWarning` property and is not within the normal operating range.
Version Added: v1.0
Severity: Warning
Resolution: Check the condition of the metric that reported the trigger.
Message and Arguments: "Metric '<1>' value of
<2> is now below the <3> upper
critical threshold of trigger '<4>' but remains
outside of normal range"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- number: The threshold value.
- This argument shall contain a number that equals the value of the
Readingproperty within theUpperCriticalproperty of theTriggersresource.
- This argument shall contain a number that equals the value of the
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.21.9 TriggerNumericReadingNormal
Example: Metric 'CPU Usage' value of 50 is within normal operating range of trigger 'High CPU Usage'
Indicates that a numeric metric reading is now within normal operating range.
- This message shall indicate that a numeric value of a monitored
metric in a
Triggersresource has returned to its normal operating range.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Metric '<1>' value of
<2> is within normal operating range of trigger
'<3>'"
- string: The metric name.
- This argument shall contain a string that identifies or describes the metric.
- number: The value of the metric.
- This argument shall contain a number that equals the value of the metric reading.
- string: The telemetry trigger name.
- This argument shall contain a string that identifies or describes
the
Triggersresource.
- This argument shall contain a string that identifies or describes
the
2.22 Update 1.4.0
| Version | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| Release | 2026.1 | TBD | 2025.2 | 2024.1 | 2021.1 |
This registry defines the update status and error messages.
| Message | Severity | Description |
|---|---|---|
| ActivateFailed | Critical | Indicates that the component failed to activate the image. |
| ActivatingOnComponent (v1.4+) | OK | Indicates that a component is activating an image. |
| AllTargetsDetermined | OK | Indicates that all target resources or devices for an update operation were determined by the service. |
| ApplyFailed (deprecated v1.4) | Critical | Indicates that the component failed to apply an image. |
| ApplyingOnComponent (deprecated v1.4) | OK | Indicates that a component is applying an image. |
| AwaitToActivate | OK | Indicates that the resource or device is waiting for an action to proceed with activating an image. |
| AwaitToUpdate | OK | Indicates that the resource or device is waiting for an action to proceed with installing an image. |
| CleanupFailed (v1.4+) | Critical | Indicates that the component failed to perform post-update cleanup of the image. |
| CleanupOnComponent (v1.4+) | OK | Indicates that a component is performing post-update cleanup of an image. |
| InstallingOnComponent | OK | Indicates that a component is installing an image. |
| NoTargetsDetermined (v1.1+) | OK | Indicates that no target resource or device for an image was determined for update. |
| OperationTransitionedToJob | OK | Indicates that the update operation transitioned to a job for managing the progress of the operation. |
| StageFailed (v1.4+) | Critical | Indicates that the component failed to stage the image. |
| StagingOnComponent (v1.4+) | OK | Indicates that a component is staging an image. |
| TargetDetermined | OK | Indicates that a target resource or device for an image was determined for update. |
| TransferFailed | Critical | Indicates that the service failed to transfer an image to a component. |
| TransferringToComponent | OK | Indicates that the service is transferring an image to a component. |
| UpdateInProgress | OK | Indicates that an update is in progress. |
| UpdateNotApplicable (v1.2+) | Warning | Indicates that the update was not applicable to the resource or device. |
| UpdateSkipped (v1.2+) | OK | Indicates that an image was applicable to a resource or device, but the update was skipped due to policies in the service. |
| UpdateSkippedSameVersion (v1.2+) | OK | Indicates that a resource or device update was skipped because the same version is already installed. |
| UpdateSkippedVersionTooLow (v1.3+) | OK | Indicates that a resource or device update was skipped because the version of the provided image was lower than the minimum required version. |
| UpdateSuccessful | OK | Indicates that a resource or device was updated. |
| VerificationFailed | Critical | Indicates that the service or component failed to verify an image. |
| VerifyingAtComponent | OK | Indicates that a component is verifying an image. |
2.22.1 ActivateFailed
Example: Activation of image 'FWUpdate1' on 'NIC1' failed.
Indicates that the component failed to activate the image.
- This message shall indicate that the component failed to activate the image.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Activation of image '<1>'
on '<2>' failed."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target activating the image.
- This argument shall contain the URI of the resource or a unique name of the component activating the image.
2.22.2 ActivatingOnComponent
Example: Image 'FWUpdate1' is being activated on 'NIC1'.
Indicates that a component is activating an image.
- This message shall indicate that a component is activating an image.
Version Added: v1.4
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
activated on '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target activating the image.
- This argument shall contain the URI of the resource or a unique name of the component activating the image.
2.22.3 AllTargetsDetermined
Example: All the target devices to be updated were determined.
Indicates that all target resources or devices for an update operation were determined by the service.
- This message shall indicate that all target resources or devices for an update operation were determined by the service.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "All the target devices to be updated were determined."
2.22.4 ApplyFailed
Example: Installation of image 'FWUpdate1' to 'NIC1' failed.
Indicates that the component failed to apply an image.
- This message shall indicate that the component failed to apply an image.
Deprecated in v1.4 and later. This message was deprecated in
favor of ApplyFailed.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Installation of image
'<1>' to '<2>' failed."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target applying the image.
- This argument shall contain the URI of the resource or a unique name of the component applying the image.
2.22.5 ApplyingOnComponent
Example: Image 'FWUpdate1' is being applied on 'NIC1'.
Indicates that a component is applying an image.
- This message shall indicate that a component is applying an image.
Deprecated in v1.4 and later. This message was deprecated in
favor of ActivatingOnComponent.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
applied on '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target applying the image.
- This argument shall contain the URI of the resource or a unique name of the component applying the image.
2.22.6 AwaitToActivate
Example: Awaiting for an action to proceed with activating image 'FWUpdate1' on 'NIC1'.
Indicates that the resource or device is waiting for an action to proceed with activating an image.
- This message shall indicate that the resource or device is waiting for an action to proceed with activating an image.
Version Added: v1.0
Severity: OK
Resolution: Perform the requested action to advance the update operation.
Message and Arguments: "Awaiting for an action to proceed with
activating image '<1>' on
'<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target awating for an action
to activate the image.
- This argument shall contain the URI of the resource or a unique name of the component awaiting for an action to activate the image.
2.22.7 AwaitToUpdate
Example: Awaiting for an action to proceed with installing image 'FWUpdate1' on 'NIC1'.
Indicates that the resource or device is waiting for an action to proceed with installing an image.
- This message shall indicate that the resource or device is waiting for an action to proceed with installing an image.
Version Added: v1.0
Severity: OK
Resolution: Perform the requested action to advance the update operation.
Message and Arguments: "Awaiting for an action to proceed with
installing image '<1>' on
'<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target awating for an action
to install the image.
- This argument shall contain the URI of the resource or a unique name of the component awaiting for an action to install the image.
2.22.8 CleanupFailed
Example: Cleaning of image 'FWUpdate1' on 'NIC1' failed.
Indicates that the component failed to perform post-update cleanup of the image.
- This message shall indicate that the component failed to perform post-update cleanup of the image.
Version Added: v1.4
Severity: Critical
Resolution: None.
Message and Arguments: "Cleaning of image '<1>' on
'<2>' failed."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target cleaning the image.
- This argument shall contain the URI of the resource or a unique name of the component cleaning the image.
2.22.9 CleanupOnComponent
Example: Image 'FWUpdate1' is being cleaned from 'NIC1'.
Indicates that a component is performing post-update cleanup of an image.
- This message shall indicate that a component is performing post-update cleanup an image.
Version Added: v1.4
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
cleaned from '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target cleaning the image.
- This argument shall contain the URI of the resource or a unique name of the component cleaning the image.
2.22.10 InstallingOnComponent
Example: Image 'FWUpdate1' is being installed on 'NIC1'.
Indicates that a component is installing an image.
- This message shall indicate that a component is installing an image.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
installed on '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target installing the image.
- This argument shall contain the URI of the resource or a unique name of the component installing the image.
2.22.11 NoTargetsDetermined
Example: No target device will be updated with image 'FWUpdate1'.
Indicates that no target resource or device for an image was determined for update.
- This message shall indicate that no target resource or device for an image was determined for update.
Version Added: v1.1
Severity: OK
Resolution: None.
Message and Arguments: "No target device will be updated with image
'<1>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
2.22.12 OperationTransitionedToJob
Example: The update operation has transitioned to the job at URI '/redfish/v1/JobService/Jobs/1'.
Indicates that the update operation transitioned to a job for managing the progress of the operation.
- This message shall indicate that the update operation transitioned to a job for managing the progress of the operation.
Version Added: v1.0
Severity: OK
Resolution: Follow the referenced job and monitor the job for further updates.
Message and Arguments: "The update operation has transitioned to the
job at URI '<1>'."
- string: The job URI.
- This argument shall contain the URI of the
Jobresource that is managing the progress of the update operation.
- This argument shall contain the URI of the
2.22.13 StageFailed
Example: Staging of image 'FWUpdate1' on 'NIC1' failed.
Indicates that the component failed to stage the image.
- This message shall indicate that the component failed to stage the image.
Version Added: v1.4
Severity: Critical
Resolution: None.
Message and Arguments: "Staging of image '<1>' on
'<2>' failed."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target staging the image.
- This argument shall contain the URI of the resource or a unique name of the component staging the image.
2.22.14 StagingOnComponent
Example: Image 'FWUpdate1' is being staged on 'NIC1'.
Indicates that a component is staging an image.
- This message shall indicate that a component is staging an image.
Version Added: v1.4
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
staged on '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target staging the image.
- This argument shall contain the URI of the resource or a unique name of the component staging the image.
2.22.15 TargetDetermined
Example: The target device 'Disk1' will be updated with image 'FWUpdate1'.
Indicates that a target resource or device for an image was determined for update.
- This message shall indicate that a target resource or device for an image was determined for update.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "The target device '<1>'
will be updated with image '<2>'."
- string: The URI or name of the target that will be updated.
- This argument shall contain the URI of the resource or a unique name of the device that will be updated.
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
2.22.16 TransferFailed
Example: Transfer of image 'FWUpdate1' to 'NIC1' failed.
Indicates that the service failed to transfer an image to a component.
- This message shall indicate that the service failed to transfer an image to a component.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Transfer of image '<1>' to
'<2>' failed."
- string: The identifier for the image, or the filename of
the image if an identifier cannot be determined.
- This argument shall contain the identifier for the image. If the identifier cannot be determined, this argument shall contain the filename of the image.
- string: The URI or name of the target receiving the image.
- This argument shall contain the URI of the resource or a unique name of the component receiving the image.
2.22.17 TransferringToComponent
Example: Image 'FWUpdate1' is being transferred to 'NIC1'.
Indicates that the service is transferring an image to a component.
- This message shall indicate that the service is transferring an image to a component.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
transferred to '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target receiving the image.
- This argument shall contain the URI of the resource or a unique name of the component receiving the image.
2.22.18 UpdateInProgress
Example: An update is in progress.
Indicates that an update is in progress.
- This message shall indicate that an update is in progress.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "An update is in progress."
2.22.19 UpdateNotApplicable
Example: Image 'FWUpdate1' was not applicable to device 'NIC1'.
Indicates that the update was not applicable to the resource or device.
- This message shall indicate that the update was not applicable to the resource or device.
Version Added: v1.2
Severity: Warning
Resolution: None.
Message and Arguments: "Image '<1>' was not
applicable to device '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target device.
- This argument shall contain the URI of the resource or a unique name of the device.
2.22.20 UpdateSkipped
Example: Device 'NIC1' skipped the update with image 'FWUpdate1'.
Indicates that an image was applicable to a resource or device, but the update was skipped due to policies in the service.
- This message shall indicate that an image was applicable to a
resource or device, but the update was skipped due to policies in the
service. Services should use the
UpdateSkippedSameVersionmessage if the update was skipped due to the version of the image and the version on the device are the same. Services should use theUpdateSkippedVersionTooLowmessage if the update was skipped because the image version is lower than the minimum requirement.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "Device '<1>' skipped the
update with image '<2>'."
- string: The URI or name of the device that skipped the
update.
- This argument shall contain the URI of the resource or a unique name of the device that skipped the update.
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
2.22.21 UpdateSkippedSameVersion
Example: Device 'NIC1' skipped the update with image 'FWUpdate1' because the same version is already installed.
Indicates that a resource or device update was skipped because the same version is already installed.
- This message shall indicate that a resource or device update was
skipped because the same version is already installed. If reinstallation
of this version is required, clients may use the
ForceUpdateparameter with the update action.
Version Added: v1.2
Severity: OK
Resolution: None.
Message and Arguments: "Device '<1>' skipped the
update with image '<2>' because the same version is
already installed."
- string: The URI or name of the device that skipped the
update.
- This argument shall contain the URI of the resource or a unique name of the device that skipped the update.
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
2.22.22 UpdateSkippedVersionTooLow
Example: Device 'NIC1' skipped the update with image 'FWUpdate1' due to the minimum version requirement.
Indicates that a resource or device update was skipped because the version of the provided image was lower than the minimum required version.
- This message shall indicate that a resource or device update was skipped because the version of the provided image was lower than the minimum required version. Some reasons include a security version requirements or hardware compatibility checks.
Version Added: v1.3
Severity: OK
Resolution: None.
Message and Arguments: "Device '<1>' skipped the
update with image '<2>' due to the minimum version
requirement."
- string: The URI or name of the device that skipped the
update.
- This argument shall contain the URI of the resource or a unique name of the device that skipped the update.
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
2.22.23 UpdateSuccessful
Example: Device 'Disk1' successfully updated with image 'FWUpdate1'.
Indicates that a resource or device was updated.
- This message shall indicate that a resource or device was updated.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Device '<1>' successfully
updated with image '<2>'."
- string: The URI or name of the device that was updated.
- This argument shall contain the URI of the resource or a unique name of the device that was updated.
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
2.22.24 VerificationFailed
Example: Verification of image 'FWUpdate1' at 'NIC1' failed.
Indicates that the service or component failed to verify an image.
- This message shall indicate that the service or component failed to verify an image. Some examples of image verification failure include: invalid signature, invalid checksum, or unknown image format.
Version Added: v1.0
Severity: Critical
Resolution: None.
Message and Arguments: "Verification of image
'<1>' at '<2>' failed."
- string: The identifier for the image, or the filename of
the image if an identifier cannot be determined.
- This argument shall contain the identifier for the image. If the identifier cannot be determined, this argument shall contain the filename of the image.
- string: The URI or name of the target verifying the image.
- This argument shall contain the URI of the resource or a unique name of the component verifying the image.
2.22.25 VerifyingAtComponent
Example: Image 'FWUpdate1' is being verified at 'NIC1'.
Indicates that a component is verifying an image.
- This message shall indicate that a component is verifying an image.
Version Added: v1.0
Severity: OK
Resolution: None.
Message and Arguments: "Image '<1>' is being
verified at '<2>'."
- string: The identifier for the image.
- This argument shall contain the identifier for the image.
- string: The URI or name of the target verifying the image.
- This argument shall contain the URI of the resource or a unique name of the component verifying the image.
3 ANNEX A (informative) Change log
| Version | Date | Description |
|---|---|---|
| 2026.1 | 2026-04-02 | Document build from Redfish message registries in DSP8011 release 2026.1. |
| 2025.4 | 2025-12-04 | Document build from Redfish message registries in DSP8011 release 2025.4. |
| 2025.3 | 2025-09-04 | Document build from Redfish message registries in DSP8011 release 2025.3. |
| 2025.2 | 2025-05-01 | Document build from Redfish message registries in DSP8011 release 2025.2. |
| 2025.1 | 2025-02-05 | Document build from Redfish message registries in DSP8011 release 2025.1. |
| 2024.4 | 2024-11-27 | Document build from Redfish message registries in DSP8011 release 2024.4. |
| 2024.3 | 2024-08-01 | Document build from Redfish message registries in DSP8011 release 2024.3. |
| 2024.1 | 2024-04-02 | Document build from Redfish message registries in DSP8011 release 2024.1. |
| 2023.3 | 2023-11-30 | Document build from Redfish message registries in DSP8011 release 2023.3. |
| 2023.2 | 2023-08-03 | Document build from Redfish message registries in DSP8011 release 2023.2. |
| 2023.1 | 2023-04-06 | Document build from Redfish message registries in DSP8011 release 2023.1. |
| 2022.3 | 2022-12-08 | Document built from Redfish message registries in DSP8011 release 2022.3. |
| 2022.2 | 2022-08-04 | Document built from Redfish message registries in DSP8011 release 2022.2. |
| 2022.1 | 2022-04-07 | Document built from Redfish message registries in DSP8011 release 2022.1. |