components: schemas: ServiceRoot_v1_5_0_Expand: additionalProperties: false description: Contains information about the use of $expand in the service. properties: ExpandAll: description: This indicates whether the $expand support of asterisk (expand all entries) is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of asterisk (expand all entries) as a value for the $expand query parameter as described by the specification. x-versionAdded: v1_3_0 Levels: description: This indicates whether the expand support of the $levels qualifier is supported by the service. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of $levels as a value for the $expand query parameter as described by the specification. x-versionAdded: v1_3_0 Links: description: This indicates whether the $expand support of tilde (expand only entries in the Links section) is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of tilde (expand only entries in the Links section) as a value for the $expand query parameter as described by the specification. x-versionAdded: v1_3_0 MaxLevels: description: This indicates the maximum number value of the $levels qualifier in $expand operations. maximum: 6 minimum: 1 readOnly: true type: integer x-longDescription: The value of this property shall be the maximum value of the $levels qualifier supported by the service and shall only be included if the value of the Levels property is true. x-versionAdded: v1_3_0 NoLinks: description: This indicates whether the $expand support of period (expand only entries not in the Links section) is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of period (expand only entries not in the Links section) as a value for the $expand query parameter as described by the specification. x-versionAdded: v1_3_0 type: object x-longDescription: This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ServiceRoot_v1_5_0_Links: additionalProperties: false description: Contains references to other resources that are related to this resource. properties: 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. Sessions: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: Link to a collection of Sessions. readOnly: true x-longDescription: This property shall contain the link to a collection of Sessions. required: - Sessions type: object x-longDescription: This type, 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)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ServiceRoot_v1_5_0_ProtocolFeaturesSupported: additionalProperties: false description: Contains information about protocol features supported by the service. properties: ExcerptQuery: description: This indicates whether the 'excerpt' query parameter is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of the 'excerpt' query parameter as described by the specification. x-versionAdded: v1_4_0 ExpandQuery: $ref: '#/components/schemas/ServiceRoot_v1_5_0_Expand' description: Contains information about the use of $expand in the service. x-longDescription: This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service. x-versionAdded: v1_3_0 FilterQuery: description: This indicates whether the $filter query parameter is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of the $filter query parameter as described by the specification. x-versionAdded: v1_3_0 OnlyMemberQuery: description: This indicates whether the 'only' query parameter is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of the 'only' query parameter as described by the specification. x-versionAdded: v1_4_0 SelectQuery: description: This indicates whether the $select query parameter is supported. readOnly: true type: boolean x-longDescription: The value of this property shall be a boolean indicating whether this service supports the use of the $select query parameter as described by the specification. x-versionAdded: v1_3_0 type: object x-longDescription: This type contains information about protocol features supported by the service. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. ServiceRoot_v1_5_0_ServiceRoot: additionalProperties: false description: This object represents the root Redfish service. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_context '@odata.etag': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_etag '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_type AccountService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the Account Service. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that complies to the AccountService schema. CertificateService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the CertificateService. readOnly: true x-longDescription: The value shall be a link to the CertificateService. x-versionAdded: v1_5_0 Chassis: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to a collection of Chassis. readOnly: true x-longDescription: This object shall only contain a reference to a collection of resources that comply to the Chassis schema. CompositionService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the CompositionService. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that complies to the CompositionService schema. x-versionAdded: v1_2_0 Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true EventService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the EventService. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that complies to the EventService schema. Fabrics: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A link to a collection of all fabric entities. readOnly: true x-longDescription: The referenced collection shall contain references to all Fabric instances. x-versionAdded: v1_1_0 Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id readOnly: true JobService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the JobService. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that conforms to the JobService schema. x-versionAdded: v1_4_0 JsonSchemas: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to a collection of Json-Schema files. readOnly: true x-longDescription: This object shall only contain a reference to a collection of resources that comply to the SchemaFile schema where the files are Json-Schema files. Links: $ref: '#/components/schemas/ServiceRoot_v1_5_0_Links' description: Contains references to other resources that are related to this resource. 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. Managers: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to a collection of Managers. readOnly: true x-longDescription: This object shall only contain a reference to a collection of resources that comply to the Managers schema. 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*. Product: description: The product associated with this Redfish service. nullable: true readOnly: true type: string x-longDescription: The value of this string shall include the name of the product represented by this Redfish service. x-versionAdded: v1_3_0 ProtocolFeaturesSupported: $ref: '#/components/schemas/ServiceRoot_v1_5_0_ProtocolFeaturesSupported' description: Contains information about protocol features supported by the service. x-longDescription: This type contains information about protocol features supported by the service. x-versionAdded: v1_3_0 RedfishVersion: description: The version of the Redfish service. pattern: ^\d+\.\d+\.\d+$ readOnly: true type: string x-longDescription: The value of this string shall represent the version of the Redfish service. The format of this string shall be of the format majorversion.minorversion.errata in compliance with Protocol Version section of the Redfish specification. Registries: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to a collection of Registries. readOnly: true x-longDescription: This object shall contain a reference to Message Registry. ResourceBlocks: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A link to a collection of all resource block entities. This collection is intended for implementations that do not contain a Composition Service, but will expose resources to an orchestrator that implements a Composition Service. readOnly: true x-longDescription: The referenced collection shall contain references to all Resource Block instances. x-versionAdded: v1_5_0 SessionService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the Sessions Service. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that complies to the SessionService schema. StorageServices: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: A link to a collection of all storage service entities. readOnly: true x-longDescription: The referenced collection shall contain references to all StorageService instances. x-versionAdded: v1_1_0 StorageSystems: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to a collection of storage systems. readOnly: true x-longDescription: The referenced collection shall contain computer systems that act as storage servers. The HostingRoles attribute of each such computer system shall have an entry for StorageServer. x-versionAdded: v1_1_0 Systems: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to a collection of Systems. readOnly: true x-longDescription: This object shall only contain a reference to a collection of resources that comply to the Systems schema. Tasks: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the Task Service. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that complies to the TaskService schema. TelemetryService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the TelemetryService. readOnly: true x-longDescription: The value shall be a link to the TelemetryService. x-versionAdded: v1_4_0 UUID: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_UUID description: Unique identifier for a service instance. When SSDP is used, this value should be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery. nullable: true readOnly: true x-longDescription: The value of this string shall represent the id of the Redfish service instance. The format of this string shall be a 32-byte value in the form 8-4-4-4-12. If SSDP is used, this value shall be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery. RFC4122 describes methods that can be used to create a UUID 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. UpdateService: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef description: This is a link to the UpdateService. readOnly: true x-longDescription: The classes structure shall only contain a reference to a resource that complies to the UpdateService schema. x-versionAdded: v1_1_0 Vendor: description: The vendor or manufacturer associated with this Redfish service. nullable: true readOnly: true type: string x-longDescription: The value of this string shall include the name of the manufacturer or vendor represented by this Redfish service. If this property is supported, the vendor name shall not be included in the value of the Product property. x-versionAdded: v1_5_0 required: - Links - '@odata.id' - '@odata.type' - Id - Name type: object x-longDescription: This object represents the root Redfish service. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. title: '#ServiceRoot.v1_5_0.ServiceRoot' x-copyright: Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright x-owningEntity: DMTF x-release: '2018.3'