Bases: sushy.resources.base.ListField
An array of the possible values for enumerated attribute values
The attribute type
The default value for the attribute
User-readable display string for attribute in the defined language
An indication of whether this attribute is immutable
The lower limit for an integer attribute
The maximum character length of the string attribute
The minimum character length of the string attribute
The unique name for the attribute
An indication of whether this attribute is read-only
An indication of whether this attribute is read-only
Indicates whether this attribute is unique for this system
The upper limit for an integer attribute
Bases: sushy.resources.base.ResourceBase
Human-readable description of the registry
The Attribute registry identity string
RFC 5646 compliant language code for the registry
The name of the attribute registry
Organization or company that publishes this registry
Field containing Attributes, Dependencies, Menus etc.
The version of this registry
The system that this registry supports
Bases: sushy.resources.base.CompositeField
List of attributes in this registry
Bases: sushy.resources.base.DictionaryField
Indicates how and when the message is returned by the Redfish service
Template text of the message
Template can include placeholders for message arguments in form %<integer> where <integer> denotes a position passed from MessageArgs.
Number of arguments to be expected to be passed in as MessageArgs for this message
Mapped MessageArg types, in order, for the message
Suggestions on how to resolve the situation that caused the error
Mapped severity of the message
Bases: sushy.resources.base.ResourceBase
Human-readable description of the message registry
The Message registry identity string
RFC 5646 compliant language code for the registry
List of messages in this registry
The name of the message registry
Organization or company that publishes this registry
Prefix used in messageIDs which uniquely identifies all of the messages in this registry as belonging to this registry
Message registry version which is used in the middle portion of a messageID
Parse the messages in registries and substitute any parms
Check only registries that support messages.
registries – dict of Message Registries
message_field – settings.MessageListField to parse
parsed settings.MessageListField with missing attributes filled
Bases: sushy.resources.base.ListField
Location for each registry file of languages supported
There are 3 options where the file can be hosted:
locally as a single file,
locally as a part of archive (zip or other),
publicly on the Internet.
File name for registry if using archive_uri
Location URI for archive file
File’s RFC5646 language code or the string ‘default’
Location URI of publicly available schema
Location URI for co-located registry file with the Redfish service
Bases: sushy.resources.base.ResourceBase
Description of Message Registry file resource
Get an Attribute Registry from the location
language – RFC 5646 language code for registry files
public_connector – connector to use when downloading registry from the Internet
an AttributeRegistry or None if not found
Get a Message Registry from the location
language – RFC 5646 language code for registry files
public_connector – connector to use when downloading registry from the Internet
a MessageRegistry or None if not found
Identity of Message Registry file resource
List of RFC 5646 language codes supported by this resource
List of locations of Registry files for each supported language
Name of Message Registry file resource
Prefix for MessageId used for messages from this resource
This attribute is in form Registry_name.Major_version.Minor_version
Bases: sushy.resources.base.ResourceCollectionBase
Collection of Message Registry Files
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.