components: schemas: ComputerSystem_v1_2_2_Boot: additionalProperties: false description: This object contains the boot information for the current resource. properties: BootSourceOverrideEnabled: $ref: '#/components/schemas/ComputerSystem_v1_2_2_BootSourceOverrideEnabled' description: Describes the state of the Boot Source Override feature. nullable: true readOnly: false x-longDescription: The value of this property shall be Once if this is a one time boot override and Continuous if this selection should remain active until cancelled. If the property value is set to Once, the value will be reset back to Disabled after the BootSourceOverrideTarget actions have been completed. BootSourceOverrideMode: $ref: '#/components/schemas/ComputerSystem_v1_2_2_BootSourceOverrideMode' description: The BIOS Boot Mode (either Legacy or UEFI) to be used when BootSourceOverrideTarget boot source is booted from. nullable: true readOnly: false x-longDescription: The value of this property shall be Legacy for non-UEFI BIOS boot or UEFI for UEFI boot from boot source specified in BootSourceOverrideTarget property. BootSourceOverrideTarget: $ref: '#/components/schemas/ComputerSystem_v1_2_2_BootSource' description: The current boot source to be used at next boot instead of the normal boot device, if BootSourceOverrideEnabled is true. nullable: true readOnly: false x-longDescription: The value of this property shall contain the source to boot the system from, overriding the normal boot order. The valid values for this property are specified through the Redfish.AllowableValues annotation. Pxe indicates to PXE boot from the primary NIC; Floppy, Cd, Usb, Hdd indicates to boot from their devices respectively. BiosSetup indicates to boot into the native BIOS screen setup. Utilities and Diags indicate to boot from the local utilities or diags partitions and UefiTarget indicates to boot from the UEFI device path found in UefiTargetBootSourceOverride. UefiTargetBootSourceOverride: description: This property is the UEFI Device Path of the device to boot from when BootSourceOverrideSupported is UefiTarget. nullable: true readOnly: false type: string x-longDescription: The value of this property shall be the UEFI device path of the override boot target. The valid values for this property are specified through the Redfish.AllowableValues annotation. BootSourceOverrideEnabled = Continuous is not supported for UEFI Boot Source Override as this setting is defined in UEFI as a one time boot only. type: object x-longDescription: This type shall contain properties which describe boot information for a system. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ComputerSystem_v1_2_2_BootSource: enum: - None - Pxe - Floppy - Cd - Usb - Hdd - BiosSetup - Utilities - Diags - UefiShell - UefiTarget - SDCard - UefiHttp - RemoteDrive type: string x-enumDescriptions: BiosSetup: Boot to the BIOS Setup Utility. Cd: Boot from the CD/DVD disc. Diags: Boot the manufacturer's Diagnostics program. Floppy: Boot from the floppy disk drive. Hdd: Boot from a hard drive. None: Boot from the normal boot device. Pxe: Boot from the Pre-Boot EXecution (PXE) environment. RemoteDrive: Boot from a remote drive (e.g. iSCSI). SDCard: Boot from an SD Card. UefiHttp: Boot from a UEFI HTTP network location. UefiShell: Boot to the UEFI Shell. UefiTarget: Boot to the UEFI Device specified in the UefiTargetBootSourceOverride property. Usb: Boot from a USB device as specified by the system BIOS. Utilities: Boot the manufacturer's Utilities program(s). ComputerSystem_v1_2_2_BootSourceOverrideEnabled: enum: - Disabled - Once - Continuous type: string x-enumDescriptions: Continuous: The system will boot to the target specified in the BootSourceOverrideTarget until this property is set to Disabled. Disabled: The system will boot normally. Once: On its next boot cycle, the system will boot (one time) to the Boot Source Override Target. The value of BootSourceOverrideEnabled is then reset back to Disabled. ComputerSystem_v1_2_2_BootSourceOverrideMode: enum: - Legacy - UEFI type: string x-enumDescriptions: Legacy: The system will boot in non-UEFI boot mode to the Boot Source Override Target. UEFI: The system will boot in UEFI boot mode to the Boot Source Override Target. ComputerSystem_v1_2_2_ComputerSystem: additionalProperties: false description: This schema defines a computer system and its respective properties. A computer system represents a machine (physical or virtual) and the local resources such as memory, cpu and other devices that can be accessed from that machine. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_context '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_type Actions: additionalProperties: false description: The available actions for this resource. properties: '#ComputerSystem.Reset': $ref: '#/components/schemas/ComputerSystem_v1_2_2_Reset' Oem: additionalProperties: true description: The available OEM specific actions for this resource. properties: {} type: object x-longDescription: This type shall contain any additional OEM actions for this resource. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. type: object x-longDescription: The Actions property shall contain the available actions for this resource. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. AssetTag: description: The user definable tag that can be used to track this computer system for inventory or other client purposes. nullable: true readOnly: false type: string x-longDescription: The value of this property shall contain the value of the asset tag of the system. Bios: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the BIOS settings associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a resource of type Bios that lists the BIOS settings for this system. BiosVersion: description: The version of the system BIOS or primary system firmware. nullable: true readOnly: true type: string x-longDescription: The value of this property shall be the version string of the currently installed and running BIOS (for x86 systems). For other systems, the value may contain a version string representing the primary system firmware. Boot: $ref: '#/components/schemas/ComputerSystem_v1_2_2_Boot' description: Information about the boot settings for this system. x-longDescription: This object shall contain properties which describe boot information for the current resource. Changes to this object do not alter the BIOS persistent boot order configuration. Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true EthernetInterfaces: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of Ethernet interfaces associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type EthernetInterfaceCollection. HostName: description: The DNS Host Name, without any domain information. nullable: true readOnly: false type: string x-longDescription: The value of this property shall be the host name for this system, as reported by the operating system or hypervisor. This value is typically provided to the Manager by a service running in the host operating system. HostedServices: $ref: '#/components/schemas/ComputerSystem_v1_2_2_HostedServices' description: The services that this computer system supports. x-longDescription: The values of this collection shall describe services supported by this computer system. HostingRoles: description: The hosing roles that this computer system supports. items: $ref: '#/components/schemas/ComputerSystem_v1_2_2_HostingRole' readOnly: true type: array x-longDescription: The values of this collection shall be the hosting roles supported by this computer system. Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id readOnly: true IndicatorLED: $ref: '#/components/schemas/ComputerSystem_v1_2_2_IndicatorLED' description: The state of the indicator LED, used to identify the system. nullable: true readOnly: false x-longDescription: The value of this property shall contain the indicator light state for the indicator light associated with this system. Links: additionalProperties: false description: Contains references to other resources that are related to this resource. properties: Chassis: description: An array of references to the chassis in which this system is contained. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of this property shall reference a resource of type Chassis that represents the physical container associated with this resource. Chassis@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count Chassis@odata.navigationLink: format: uri type: string CooledBy: description: An array of ID[s] of resources that cool this computer system. Normally the ID will be a chassis or a specific set of fans. items: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_idRef readOnly: true type: array x-longDescription: The value of this property shall be an array of IDs containing pointers consistent with JSON pointer syntax to the resource that powers this computer system. CooledBy@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count CooledBy@odata.navigationLink: format: uri type: string Endpoints: description: An array of references to the endpoints that connect to this system. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of this property shall be a reference to the resources that this system is associated with and shall reference a resource of type Endpoint. Endpoints@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count Endpoints@odata.navigationLink: format: uri type: string ManagedBy: description: An array of references to the Managers responsible for this system. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of this property shall reference a resource of type manager that represents the resource with management responsibility for this resource. ManagedBy@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count ManagedBy@odata.navigationLink: format: uri type: string Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: Oem extension object. x-longDescription: This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification. PoweredBy: description: An array of ID[s] of resources that power this computer system. Normally the ID will be a chassis or a specific set of Power Supplies. items: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_idRef readOnly: true type: array x-longDescription: The value of this property shall be an array of IDs containing pointers consistent with JSON pointer syntax to the resource that powers this computer system. PoweredBy@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count PoweredBy@odata.navigationLink: format: uri type: string type: object x-longDescription: The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. LogServices: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of Log Services associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type LogServiceCollection. Manufacturer: description: The manufacturer or OEM of this system. nullable: true readOnly: true type: string x-longDescription: The value of this property shall contain a value that represents the manufacturer of the system. Memory: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of Memory associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type MemoryCollection. MemoryDomains: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of Memory Domains associated with this system. nullable: true readOnly: true x-longDescription: The value of this property shall be a link to a collection of type MemoryDomainCollection. MemorySummary: $ref: '#/components/schemas/ComputerSystem_v1_2_2_MemorySummary' description: This object describes the central memory of the system in general detail. x-longDescription: This object shall contain properties which describe the central memory for the current resource. Model: description: The model number for this system. nullable: true readOnly: true type: string x-longDescription: The value of this property shall contain the information about how the manufacturer references this system. Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name readOnly: true Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-longDescription: The value of this string shall be of the format for the reserved word *Oem*. PCIeDevices: description: A reference to a collection of PCIe Devices used by this computer system. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of this property shall be an array of references of type PCIeDevice. PCIeDevices@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count PCIeDevices@odata.navigationLink: format: uri type: string PCIeFunctions: description: A reference to a collection of PCIe Functions used by this computer system. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of this property shall be an array of references of type PCIeFunction. PCIeFunctions@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_count PCIeFunctions@odata.navigationLink: format: uri type: string PartNumber: description: The part number for this system. nullable: true readOnly: true type: string x-longDescription: The value of this property shall contain the part number for the system as defined by the manufacturer. PowerState: $ref: '#/components/schemas/ComputerSystem_v1_2_2_PowerState' description: This is the current power state of the system. nullable: true readOnly: true x-longDescription: The value of this property shall contain the power state of the system. ProcessorSummary: $ref: '#/components/schemas/ComputerSystem_v1_2_2_ProcessorSummary' description: This object describes the central processors of the system in general detail. x-longDescription: This object shall contain properties which describe the central processors for the current resource. Processors: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of Processors associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type ProcessorCollection. SKU: description: The manufacturer SKU for this system. nullable: true readOnly: true type: string x-longDescription: The value of this property shall contain the Stock Keeping Unit (SKU) for the system. SecureBoot: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the UEFI SecureBoot resource associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a resource of type SecureBoot. SerialNumber: description: The serial number for this system. nullable: true readOnly: true type: string x-longDescription: The value of this property shall contain the serial number for the system. SimpleStorage: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of storage devices associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type SimpleStorageCollection. Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status Storage: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to the collection of storage devices associated with this system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type StorageCollection. SystemType: $ref: '#/components/schemas/ComputerSystem_v1_2_2_SystemType' description: The type of computer system represented by this resource. readOnly: true x-longDescription: An enumeration that indicates the kind of system that this resource represents. TrustedModules: description: This object describes the array of Trusted Modules in the system. items: $ref: '#/components/schemas/ComputerSystem_v1_2_2_TrustedModules' type: array x-longDescription: This object shall contain an array of objects with properties which describe the truted modules for the current resource. UUID: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_UUID description: The universal unique identifier (UUID) for this system. nullable: true readOnly: true x-longDescription: The value of this property shall be used to contain a universal unique identifier number for the system. RFC4122 describes methods that can be used to create the value. The value should be considered to be opaque. Client software should only treat the overall value as a universally unique identifier and should not interpret any sub-fields within the UUID. If the system supports SMBIOS, the value of the property should be formed by following the SMBIOS 2.6+ recommendation for converting the SMBIOS 16-byte UUID structure into the redfish canonical xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx string format so that the property value matches the byte order presented by current OS APIs such as WMI and dmidecode. required: - Id - Name type: object x-longDescription: This resource shall be used to represent resources that represent a computing system in the Redfish specification. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ComputerSystem_v1_2_2_HostedServices: additionalProperties: false description: This object describes services that may be running or installed on the system. properties: Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem StorageServices: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A reference to a collection of storage services supported by this computer system. readOnly: true x-longDescription: The value of this property shall be a link to a collection of type HostedStorageServices. type: object x-longDescription: The values of this collection shall describe services supported by a computer system. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ComputerSystem_v1_2_2_HostingRole: description: The enumerations of HostingRoles specify different features that the hosting ComputerSystem supports. enum: - ApplicationServer - StorageServer - Switch type: string x-enumDescriptions: ApplicationServer: The system hosts functionality that supports general purpose applications. StorageServer: The system hosts functionality that supports the system acting as a storage server. Switch: The system hosts functionality that supports the system acting as a switch. ComputerSystem_v1_2_2_IndicatorLED: enum: - Unknown - Lit - Blinking - 'Off' type: string x-enumDeprecated: Unknown: This value has been Deprecated in favor of returning null if the state is unknown. x-enumDescriptions: Blinking: The Indicator LED is blinking. Lit: The Indicator LED is lit. 'Off': The Indicator LED is off. Unknown: The state of the Indicator LED cannot be determined. ComputerSystem_v1_2_2_InterfaceType: enum: - TPM1_2 - TPM2_0 - TCM1_0 type: string x-enumDescriptions: TCM1_0: Trusted Cryptography Module (TCM) 1.0. TPM1_2: Trusted Platform Module (TPM) 1.2. TPM2_0: Trusted Platform Module (TPM) 2.0. ComputerSystem_v1_2_2_MemoryMirroring: enum: - System - DIMM - Hybrid - None type: string x-enumDescriptions: DIMM: The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored. Hybrid: The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored. None: The system does not support DIMM mirroring. System: The system supports DIMM mirroring at the System level. Individual DIMMs are not paired for mirroring in this mode. ComputerSystem_v1_2_2_MemorySummary: additionalProperties: false description: This object describes the memory of the system in general detail. properties: MemoryMirroring: $ref: '#/components/schemas/ComputerSystem_v1_2_2_MemoryMirroring' description: The ability and type of memory mirroring supported by this system. nullable: true readOnly: true x-longDescription: This property shall contain the ability and type of memory mirring supported by this system. Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status TotalSystemMemoryGiB: description: The total configured operating system-accessible memory (RAM), measured in GiB. minimum: 0 nullable: true readOnly: true type: number x-longDescription: This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes. type: object x-longDescription: This type shall contain properties which describe the central memory for a system. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ComputerSystem_v1_2_2_PowerState: enum: - 'On' - 'Off' - PoweringOn - PoweringOff type: string x-enumDescriptions: 'Off': The system is powered off, although some components may continue to have AUX power such as management controller. 'On': The system is powered on. PoweringOff: A temporary state between On and Off. The power off action can take time while the OS is in the shutdown process. PoweringOn: A temporary state between Off and On. This temporary state can be very short. ComputerSystem_v1_2_2_ProcessorSummary: additionalProperties: false description: This object describes the central processors of the system in general detail. properties: Count: description: The number of processors in the system. minimum: 0 nullable: true readOnly: true type: number x-longDescription: This property shall contain the number of central processors in the system. Model: description: The processor model for the primary or majority of processors in this system. nullable: true readOnly: true type: string x-longDescription: This property shall contain the processor model for the central processors in the system, per the description in the Processor Information - Processor Family section of the SMBIOS Specification DSP0134 2.8 or later. Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status type: object x-longDescription: This type shall contain properties which describe the central processors for a system. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ComputerSystem_v1_2_2_Reset: additionalProperties: false description: This action is used to reset the system. properties: target: description: Link to invoke action format: uri type: string title: description: Friendly action name type: string type: object x-longDescription: This action shall perform a reset of the ComputerSystem. For systems which implement APCI Power Button functionality, the PushPowerButton value shall perform or emulate an ACPI Power Button push. The ForceOff value shall remove power from the system or perform an ACPI Power Button Override (commonly known as a 4-second hold of the Power Button). The ForceRestart value shall perform a ForceOff action followed by a On action. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ComputerSystem_v1_2_2_SystemType: enum: - Physical - Virtual - OS - PhysicallyPartitioned - VirtuallyPartitioned - Composed type: string x-enumDescriptions: Composed: A computer system that has been created by binding resource blocks together. OS: An operating system instance. Physical: A computer system. PhysicallyPartitioned: A hardware-based partition of a computer system. Virtual: A virtual machine instance running on this system. VirtuallyPartitioned: A virtual or software-based partition of a computer system. ComputerSystem_v1_2_2_TrustedModules: additionalProperties: false description: This object describes the inventory of a Trusted Modules installed in the system. properties: FirmwareVersion: description: The firmware version of this Trusted Module. nullable: true readOnly: true type: string x-longDescription: This property shall contain the firwmare version as defined by the manufacturer for the Trusted Module. InterfaceType: $ref: '#/components/schemas/ComputerSystem_v1_2_2_InterfaceType' description: This property indicates the interface type of the Trusted Module. nullable: true readOnly: true x-longDescription: This property shall contain the interface type of the installed Trusted Module. Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status type: object x-longDescription: This type shall describe a truted module for a system. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. title: '#ComputerSystem.v1_2_2.ComputerSystem' x-copyright: Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright