Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions redfish/openapi/redfish-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3243,6 +3243,13 @@ components:
that cannot be conveyed with other properties defined for the Placement
object.
x-versionAdded: v1_7_0
FacilityName:
description: The name of the facility.
nullable: true
readOnly: false
type: string
x-longDescription: This property shall contain the name of the facility.
x-versionAdded: v1_23_0
Rack:
description: The name of a rack location within a row.
nullable: true
Expand All @@ -3257,8 +3264,9 @@ components:
nullable: true
readOnly: false
type: integer
x-longDescription: The vertical location of the item in the rack. Rack
offset units shall be measured from bottom to top, starting with 0.
x-longDescription: The vertical location of the item in the rack, at the
lowest point of the unit. Rack offset units shall be measured from bottom
to top, starting with 0.
x-versionAdded: v1_3_0
RackOffsetUnits:
description: The type of rack units in use.
Expand All @@ -3270,6 +3278,14 @@ components:
x-longDescription: This property shall contain a RackUnit enumeration literal
that indicates the type of rack units in use.
x-versionAdded: v1_3_0
Room:
description: The name or number of the room.
nullable: true
readOnly: false
type: string
x-longDescription: This property shall contain the name or number of the
room.
x-versionAdded: v1_23_0
Row:
description: The name of the row.
nullable: true
Expand Down
Loading