components: schemas: Resource_v1_6_2_DurableNameFormat: enum: - NAA - iQN - FC_WWN - UUID - EUI - NQN - NSID type: string x-enumDescriptions: EUI: IEEE-defined 64-bit Extended Unique Identifier. FC_WWN: Fibre Channel World Wide Name. NAA: Name Address Authority Format. NQN: NVMe Qualified Name. NSID: NVM Namespace Identifier. UUID: Universally Unique Identifier. iQN: iSCSI Qualified Name. x-enumLongDescriptions: EUI: This durable name shall be the hexadecimal representation of the IEEE-defined 64-bit Extended Unique Identifier as defined in the IEEE's Guidelines for 64-bit Global Identifier (EUI-64) Specification. FC_WWN: This durable name shall be a hexadecimal representation of the World Wide Name format as defined in the T11 Fibre Channel Physical and Signaling Interface Specification. NAA: This durable name shall be a hexadecimal representation of the Name Address Authority structure as defined in the T11 Fibre Channel - Framing and Signaling - 3 (FC-FS-3) specification. NQN: This durable name shall be in the NVMe Qualified Name format as defined in the NVN Express over Fabric Specification. NSID: This durable name shall be in the NVM Namespace Identifier format as defined in the NVN Express Specification. UUID: This durable name shall be the hexadecimal representation of the Universal Unique Identifier as defined in the Internation Telecom Union's OSI networking and system aspects - Naming, Addressing and Registration Specification. iQN: This durable name shall be in the iSCSI Qualified Name format as defined in RFC 3720 and RFC 3721. x-enumVersionAdded: NQN: v1_6_0 NSID: v1_6_0 Resource_v1_6_2_Identifier: additionalProperties: false description: This type describes any additional identifiers for a resource. properties: DurableName: description: This indicates the world wide, persistent name of the resource. nullable: true readOnly: true type: string x-longDescription: This property shall contain the world wide unique identifier for the resource. The string shall be in the format described by the value of the Identifier.DurableNameFormat property. x-versionAdded: v1_1_0 DurableNameFormat: $ref: '#/components/schemas/Resource_v1_6_2_DurableNameFormat' description: This represents the format of the DurableName property. nullable: true readOnly: true x-longDescription: This property shall represent the format of the DurableName property. x-versionAdded: v1_1_0 type: object x-longDescription: This type shall contain any additional identifiers of a 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. Resource_v1_6_2_Location: additionalProperties: false description: This type describes the location of a resource. properties: AltitudeMeters: description: The altitude of the resource in meters. nullable: true readOnly: false type: number x-longDescription: The altitude of the resource in meters. x-units: m x-versionAdded: v1_6_0 Info: description: This indicates the location of the resource. nullable: true readOnly: true type: string x-longDescription: This property shall represent the location of the resource. x-versionAdded: v1_1_0 InfoFormat: description: This represents the format of the Info property. nullable: true readOnly: true type: string x-longDescription: This property shall represent the format of the Info property. x-versionAdded: v1_1_0 Latitude: description: The latitude resource. nullable: true readOnly: false type: number x-longDescription: The value shall be the latitude of the resource specified in degrees using a decimal format and not minutes or seconds. x-units: deg x-versionAdded: v1_6_0 Longitude: description: The longitude resource in degrees. nullable: true readOnly: false type: number x-longDescription: The value shall be the longitude of the resource specified in degrees using a decimal format and not minutes or seconds. x-units: deg x-versionAdded: v1_6_0 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. x-versionAdded: v1_1_0 PartLocation: $ref: '#/components/schemas/Resource_v1_6_2_PartLocation' description: The part location within the placement. nullable: true x-longDescription: The value shall describe a location within a resource. This representation shall be used to indicate the location within the Placement. x-versionAdded: v1_5_0 Placement: $ref: '#/components/schemas/Resource_v1_6_2_Placement' description: A place within the addressed location. nullable: true x-longDescription: The value shall be a place within the addressed location. x-versionAdded: v1_3_0 PostalAddress: $ref: '#/components/schemas/Resource_v1_6_2_PostalAddress' description: Postal address of the addressed resource. nullable: true x-longDescription: The value shall be a postal address of the resource. x-versionAdded: v1_3_0 type: object x-longDescription: This type shall describe the location of a 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. Resource_v1_6_2_LocationType: description: Defines the location types for PartLocation. enum: - Slot - Bay - Connector - Socket type: string x-enumDescriptions: Bay: Defines a bay as the type of location. Connector: Defines a connector as the type of location. Slot: Defines a slot as the type of location. Socket: Defines a socket as the type of location. x-enumLongDescriptions: Bay: Bay shall be used to indicate the type of PartLocation is of type bay. Connector: Connector shall be used to indicate the type of PartLocation is of type connector. Slot: Slot shall be used to indicate the type of PartLocation is of type slot. Socket: Socket shall be used to indicate the type of PartLocation is of type socket. x-longDescription: Enumeration literals shall name the type of location in use. Resource_v1_6_2_Orientation: description: Defines a orientation for the ordering of the ordinal value of the part location. enum: - FrontToBack - BackToFront - TopToBottom - BottomToTop - LeftToRight - RightToLeft type: string x-enumDescriptions: BackToFront: Defines the ordering for the LocationOrdinalValue is back to front. BottomToTop: Defines the ordering for the LocationOrdinalValue is bottom to top. FrontToBack: Defines the ordering for the LocationOrdinalValue is front to back. LeftToRight: Defines the ordering for the LocationOrdinalValue is left to right. RightToLeft: Defines the ordering for the LocationOrdinalValue is right to left. TopToBottom: Defines the ordering for the LocationOrdinalValue is top to bottom. x-enumLongDescriptions: BackToFront: This value shall be used to specify the ordering for LocationOrdinalValue is back to front. BottomToTop: This value shall be used to specify the ordering for LocationOrdinalValue is bottom to top. FrontToBack: This value shall be used to specify the ordering for LocationOrdinalValue is front to back. LeftToRight: This value shall be used to specify the ordering for LocationOrdinalValue is left to right. RightToLeft: This value shall be used to specify the ordering for LocationOrdinalValue is right to left. TopToBottom: This value shall be used to specify the ordering for LocationOrdinalValue is top to bottom. x-longDescription: Enumeration literals shall name the orientation for the location type ordering in determining the LocationOrdinalValue. Resource_v1_6_2_PartLocation: additionalProperties: false description: The part location within the placement. properties: LocationOrdinalValue: description: The number that represents the location of the part. If LocationType is slot and this unit is in slot 2 then the LocationOrdinalValue will be 2. nullable: true readOnly: true type: integer x-longDescription: The value shall be the number that represents the location of the part based on the LocationType. LocationOrdinalValue shall be measured based on the Orientation value starting with 0. x-versionAdded: v1_5_0 LocationType: $ref: '#/components/schemas/Resource_v1_6_2_LocationType' description: The type of location of the part, such as slot, bay, socket and slot. nullable: true readOnly: true x-longDescription: The value shall be a LocationType enumeration literal indicating the type of rack units in use. x-versionAdded: v1_5_0 Orientation: $ref: '#/components/schemas/Resource_v1_6_2_Orientation' description: The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property. nullable: true readOnly: true x-longDescription: The value shall be a Orientation enumeration literal indicating the orientation for the ordering used by the LocationOrdinalValue property. x-versionAdded: v1_5_0 Reference: $ref: '#/components/schemas/Resource_v1_6_2_Reference' description: The reference point for the part location. This is used to give guidance as to the general location of the part. nullable: true readOnly: true x-longDescription: The value shall be a Reference enumeration literal indicating the general location within the unit of the part. x-versionAdded: v1_5_0 ServiceLabel: description: This is the label of the part location, such as a silk screened name or a printed label. nullable: true readOnly: true type: string x-longDescription: The value shall be the label assigned for service at the part location. x-versionAdded: v1_5_0 type: object x-longDescription: The value shall describe a location within a resource. This representation shall be used to indicate the location within the Placement. 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. Resource_v1_6_2_Placement: additionalProperties: false description: The placement within the addressed location. properties: Rack: description: Name of a rack location within a row. nullable: true readOnly: false type: string x-longDescription: The value shall be the name of the rack within a row. x-versionAdded: v1_3_0 RackOffset: description: Vertical location of the item in terms of RackOffsetUnits. nullable: true readOnly: false type: integer x-longDescription: Vertical location of the item in the rack. Rack offset units shall be measured from bottom to top starting with 0. x-versionAdded: v1_3_0 RackOffsetUnits: $ref: '#/components/schemas/Resource_v1_6_2_RackUnits' description: The type of Rack Units in use. nullable: true readOnly: false x-longDescription: The value shall be a RackUnit enumeration literal indicating the type of rack units in use. x-versionAdded: v1_3_0 Row: description: Name of row. nullable: true readOnly: false type: string x-longDescription: The value shall be the name of the row. x-versionAdded: v1_3_0 type: object x-longDescription: The value shall describe a location within a resource. Examples include a shelf in a rack. 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. Resource_v1_6_2_PostalAddress: additionalProperties: false description: The PostalAddress for a resource. properties: AdditionalCode: description: Additional code. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the ADDCODE field as defined in RFC5139. x-versionAdded: v1_3_0 Building: description: Name of the building. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the BLD field as defined in RFC5139. The value shall be name a building used to locate the resource. x-versionAdded: v1_3_0 City: description: City, township, or shi (JP). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the A3 field as defined in RFC5139. It is used to name a city, township, or shi (JP). x-versionAdded: v1_3_0 Community: description: Postal community name. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the PCN field as defined in RFC5139. The value shall be a postal community name. x-versionAdded: v1_3_0 Country: description: Country. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the Country field as defined in RFC5139. x-versionAdded: v1_3_0 District: description: A county, parish, gun (JP), or district (IN). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the A2 field as defined in RFC5139. It is used to name a county, parish, gun (JP), or district (IN). x-versionAdded: v1_3_0 Division: description: City division, borough, dity district, ward, chou (JP). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the A4 field as defined in RFC5139. It is used to name a city division, borough, dity district, ward, chou (JP). x-versionAdded: v1_3_0 Floor: description: Floor. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the FLR field as defined in RFC5139. It is used to provide a floor designation. x-versionAdded: v1_3_0 GPSCoords: description: The GPS coordinates of the part. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the ADDCODE field as defined in RFC5139. The value shall be the GPS coordinates of the location. If furnished, this shall be expressed in the format '[-][nn]n.nnnnnn, [-][nn]n.nnnnn', i.e. two numbers, either positive or negative, with six decimal places of precision, comma-separated. x-versionAdded: v1_3_0 HouseNumber: description: Numeric portion of house number. nullable: true readOnly: false type: integer x-longDescription: The value shall conform the requirements of the HNO field as defined in RFC5139. It is the numeric portion of the house number. x-versionAdded: v1_3_0 HouseNumberSuffix: description: House number suffix. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the HNS field as defined in RFC5139. It is used to provide a suffix to a house number, (F, B, 1/2). x-versionAdded: v1_3_0 Landmark: description: Landmark. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the LMK field as defined in RFC5139. It is used to identify a landmark or vanity address. x-versionAdded: v1_3_0 LeadingStreetDirection: description: A leading street direction. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the PRD field as defined in RFC5139. It is used to name a leading street direction, (N, W, SE). x-versionAdded: v1_3_0 Location: description: Room designation or other additional info. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the LOC field as defined in RFC5139. It is used to provide additional information. x-versionAdded: v1_3_0 Name: description: Name. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the NAM field as defined in RFC5139. It is used to name the occupant. x-versionAdded: v1_3_0 Neighborhood: description: Neighborhood or block. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the A5 field as defined in RFC5139. It is used to name a neighborhood or block. x-versionAdded: v1_3_0 POBox: description: Post office box (P.O. box). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the POBOX field as defined in RFC5139. The value shall be a Post office box (P.O. box). x-versionAdded: v1_3_0 PlaceType: description: A description of the type of place that is addressed. nullable: true readOnly: false type: string x-longDescription: 'The value shall conform the requirements of the PLC field as defined in RFC5139. Examples include: office, residence,...).' x-versionAdded: v1_3_0 PostalCode: description: Postal code (or zip code). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the PC field as defined in RFC5139. The value shall be a Postal code (or zip code). x-versionAdded: v1_3_0 Road: description: A primary road or street. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the RD field as defined in RFC5139. The value designates a primary road or street. x-versionAdded: v1_3_0 RoadBranch: description: Road branch. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the RDBR field as defined in RFC5139. The value shall be a Post office box (P.O. box)road branch. x-versionAdded: v1_3_0 RoadPostModifier: description: Road post-modifier. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the POM field as defined in RFC5139. (Extended). x-versionAdded: v1_3_0 RoadPreModifier: description: Road pre-modifier. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the PRM field as defined in RFC5139. (Old, New). x-versionAdded: v1_3_0 RoadSection: description: Road Section. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the RDSEC field as defined in RFC5139. The value shall be a road section. x-versionAdded: v1_3_0 RoadSubBranch: description: Road sub branch. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the RDSUBBR field as defined in RFC5139. x-versionAdded: v1_3_0 Room: description: Name or number of the room. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the ROOM field as defined in RFC5139. The value shall be a name or number of a room used to locate the resource within the unit. x-versionAdded: v1_3_0 Seat: description: Seat (desk, cubicle, workstation). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the SEAT field as defined in RFC5139. The value shall be a name or number of a Seat (desk, cubicle, workstation). x-versionAdded: v1_3_0 Street: description: Street name. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the A6 field as defined in RFC5139. It is used to name a street. x-versionAdded: v1_3_0 StreetSuffix: description: Avenue, Platz, Street, Circle. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the STS field as defined in RFC5139. It is used to name a street suffix. x-versionAdded: v1_3_0 Territory: description: A top-level subdivision within a country. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the A1 field as defined in RFC5139 when used to name a territory, state, region, province, or prefecture within a country. x-versionAdded: v1_3_0 TrailingStreetSuffix: description: A trailing street suffix. nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the POD field as defined in RFC5139. It is used to name a trailing street suffix. x-versionAdded: v1_3_0 Unit: description: Name or number of the unit (apartment, suite). nullable: true readOnly: false type: string x-longDescription: The value shall conform the requirements of the UNIT field as defined in RFC5139. The value shall be a name or number of a unit (apartment, suite) used to locate the resource. x-versionAdded: v1_3_0 type: object x-longDescription: Instances shall describe a postal address for a resource. For more information see RFC5139. Depending on use, the instance may represent a past, current, or future location. 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. Resource_v1_6_2_RackUnits: description: Defines a rack unit. enum: - OpenU - EIA_310 type: string x-enumDescriptions: EIA_310: Defines a rack unit as being equal to 1.75 in (44.45 mm). OpenU: Defines a rack unit as being equal to 48 mm (1.89 in). x-enumLongDescriptions: EIA_310: Rack units shall be specified as defined by the EIA-310 standard. OpenU: Rack units shall be specifie3d in terms of the Open Compute Open Rack specification. x-longDescription: Enumeration literals shall name the type of rack units in use. Resource_v1_6_2_Reference: description: Defines a reference area for the location of the part. enum: - Top - Bottom - Front - Rear - Left - Right - Middle type: string x-enumDescriptions: Bottom: Defines the part as being in the bottom of the unit. Front: Defines the part as being in the front of the unit. Left: Defines the part as being in the left of the unit. Middle: Defines the part as being in the middle of the unit. Rear: Defines the part as being in the rear of the unit. Right: Defines the part as being in the right of the unit. Top: Defines the part as being in the top of the unit. x-enumLongDescriptions: Bottom: Top shall be used to specify the part location is in the bottom of the unit. Front: Top shall be used to specify the part location is in the front of the unit. Left: Top shall be used to specify the part location is in the left of the unit. Middle: Top shall be used to specify the part location is in the middle of the unit. Rear: Top shall be used to specify the part location is in the rear of the unit. Right: Top shall be used to specify the part location is in the right of the unit. Top: Top shall be used to specify the part location is in the top of the unit. x-longDescription: Enumeration literals shall name the reference for the part location. Resource_v1_6_2_ReferenceableMember: additionalProperties: false description: This is the base type for addressable members of an array. properties: '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_id MemberId: description: This is the identifier for the member within the collection. readOnly: true type: string x-longDescription: The value of this string shall uniquely identify the member within the collection. 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*. required: - MemberId - '@odata.id' type: object x-longDescription: Array members can be referenced using the value returned in the @odata.id property which may or may not be a dereferenceable URL. The @odata.id of this entity shall be the location of this element within an Item. 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. Resource_v1_6_2_Resource: additionalProperties: false description: This is the base type for resources and referenceable members. 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 Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id readOnly: true 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*. required: - Id - Name - '@odata.id' - '@odata.type' type: object 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. Resource_v1_6_2_ResourceCollection: additionalProperties: false 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 Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true 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*. required: - Name - '@odata.id' - '@odata.type' type: object 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: '#Resource.v1_6_2' 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: '2017.3'