alexandria/alexandria/model/redfish/0.96/Chassis.0.96.0.json

344 lines
17 KiB
JSON

{
"$schema": "http://schemas.dmtf.org/redfish/v1/redfish-schema.0.96.0",
"title": "Chassis.0.96.0",
"type": "object",
"additionalProperties": false,
"properties": {
"@odata.context": {
"$ref": "odata.4.0.0.json#context"
},
"@odata.id": {
"$ref": "odata.4.0.0.json#id"
},
"@odata.type": {
"$ref": "odata.4.0.0.json#type"
},
"Oem": {
"$ref": "Resource.0.96.0.json#Oem",
"description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.",
"longDescription": "The value of this string shall be of the format for the reserved word *Oem*."
},
"Id": {
"$ref": "Resource.0.96.0.json#Id"
},
"Description": {
"$ref": "Resource.0.96.0.json#Description"
},
"Name": {
"$ref": "Resource.0.96.0.json#Name"
},
"ChassisType": {
"type": "string",
"enum": [
"Rack",
"Blade",
"Enclosure",
"StandAlone",
"RackMount",
"Card",
"Cartridge",
"Row",
"Pod",
"Expansion",
"Sidecar",
"Zone",
"Sled",
"Shelf",
"Drawer",
"Module",
"Component",
"Other"
],
"enumDescriptions": {
"Rack": "An equipment rack, typically a 19-inch wide freestanding unit",
"Blade": "An enclosed or semi-enclosed, typically vertically-oriented, system chassis which must be plugged into a multi-system chassis to function normally",
"Enclosure": "A generic term for a chassis that does not fit any other description",
"StandAlone": "A single, free-standing system, commonly called a tower or desktop chassis",
"RackMount": "A single system chassis designed specifically for mounting in an equipment rack",
"Card": "A loose device or circuit board intended to be installed in a system or other enclosure",
"Cartridge": "A small self-contained system intended to be plugged into a multi-system chassis",
"Row": "A collection of equipment racks",
"Pod": "A collection of equipment racks in a large, likely transportable, container",
"Expansion": "A chassis which expands the capabilities or capacity of another chassis",
"Sidecar": "A chassis that mates mechanically with another chassis to expand its capabilities or capacity",
"Zone": "A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated",
"Sled": "An enclosed or semi-enclosed, system chassis which must be plugged into a multi-system chassis to function normally similar to a blade type chassis.",
"Shelf": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis which must be plugged into a multi-system chassis to function normally",
"Drawer": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis which may be slid into a multi-system chassis.",
"Module": "A small, typically removable, chassis or card which contains devices for a particular subsystem or function",
"Component": "A small chassis, card, or device which contains devices for a particular subsystem or function",
"Other": "A chassis that does not fit any of these definitions"
},
"readonly": true,
"description": "This property indicates the type of physical form factor of this resource.",
"longDescription": "ChassisType shall indicate the physical form factor for the type of chassis."
},
"Manufacturer": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "This is the manufacturer of this chassis.",
"longDescription": "The value of this property shall be the name of the organization responsible for producing the chassis. This organization might be the entity from whom the chassis is purchased, but this is not necessarily true."
},
"Model": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "This is the model number for the chassis.",
"longDescription": "The value of this property shall be the name by which the manufacturer generally refers to the chassis."
},
"SKU": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "This is the SKU for this chassis.",
"longDescription": "The value of this property shall be the stock-keeping unit number for this chassis."
},
"SerialNumber": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "The serial number for this chassis.",
"longDescription": "The value of this property shall be a manufacturer-allocated number used to identify the chassis."
},
"PartNumber": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "The part number for this chassis.",
"longDescription": "The value of this property shall be a part number assigned by the organization that is responsible for producing or manufacturing the chassis."
},
"AssetTag": {
"type": [
"string",
"null"
],
"description": "The user assigned asset tag for this chassis.",
"longDescription": "The value of this property shall be an identifying string used to track the chassis for inventory purposes."
},
"IndicatorLED": {
"type": [
"string",
"null"
],
"enum": [
"Unknown",
"Lit",
"Blinking",
"Off"
],
"enumDescriptions": {
"Unknown": "The state of the Indicator LED cannot be determined.",
"Lit": "The Indicator LED is lit.",
"Blinking": "The Indicator LED is blinking.",
"Off": "The Indicator LED is off."
},
"description": "The state of the indicator LED, used to identify the chassis.",
"longDescription": "This value of this property shall contain the indicator light state for the indicator light associated with this system."
},
"Links": {
"type": "object",
"additionalProperties": false,
"properties": {
"Oem": {
"$ref": "Resource.0.96.0.json#Oem",
"description": "Oem extension object.",
"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."
},
"LogServices": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
},
"readonly": true,
"description": "A reference to the logs for this chassis.",
"longDescription": "The value of this property shall be a link to a collection LogServices."
},
"ComputerSystems": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "An array of references to the computer systems contained in this chassis. This will only reference ComputerSystems that are directly and wholly contained in this chassis.",
"longDescription": "The value of this property shall be a reference to the resource that this physical container is associated with and shall reference a resource of type ComputerSystem. If a ComputerSystem is also referenced in a Chassis that is referenced in a Contains link from this resource, that ComputerSystem shall not be referenced in this Chassis."
},
"ManagedBy": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "An array of references to the managers contained in this chassis.",
"longDescription": "The value of this property shall be a reference to the resource that manages this chassis and shall reference a resource of type Manager."
},
"Thermal": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
},
"readonly": true,
"description": "A reference to the thermal properties (fans, cooling, sensors) for this chassis.",
"longDescription": "The value of this property shall be a reference to the resource that represents the thermal characteristics of this chassis and shall be of type Thermal."
},
"Power": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
},
"readonly": true,
"description": "A reference to the power properties (power supplies, power policies, sensors) for this chassis.",
"longDescription": "The value of this property shall be a reference to the resource that represents the power characteristics of this chassis and shall be of type Power."
},
"ContainedBy": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
},
"readonly": true,
"description": "A reference to the chassis that this chassis is contained by.",
"longDescription": "The value of this property shall be a reference to the resource that represents the chassis that contains this chassis and shall be of type Chassis."
},
"Contains": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "An array of references to any other chassis that this chassis has in it.",
"longDescription": "The value of this property shall be a reference to the resource that represents the chassis that this chassis contains and shall be of type Chassis."
},
"PoweredBy": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "An array of ID[s] of resources that power this chassis. Normally the ID will be a chassis or a specific set of powerSupplies",
"longDescription": "The value of this property shall be an array of IDs containing pointers to the resource that powers this chassis."
},
"CooledBy": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "An array of ID[s] of resources that cool this chassis. Normally the ID will be a chassis or a specific set of fans.",
"longDescription": "The value of this property shall be an array of IDs containing pointers to the resource that powers this chassis."
}
},
"readonly": true,
"description": "The links object contains the links to other resources that are related to this resource."
},
"Actions": {
"type": "object",
"additionalProperties": false,
"properties": {
"Oem": {
"type": [
"object",
"null"
],
"additionalProperties": false,
"properties": {
}
},
"#Chassis.Reset": {
"type": "object",
"additionalProperties": false,
"properties": {
"title": {
"type": "string",
"description": "Friendly action name"
},
"target": {
"type": "string",
"description": "Link to invoke action"
},
"ResetType@DMTF.AllowableValues": {
"type": "array",
"items": {
"type": "string",
"enum": [
"On",
"ForceOff",
"GracefulRestart",
"ForceRestart",
"Nmi",
"ForceOn",
"PushPowerButton"
],
"enumDescriptions": {
"On": "Turn the system on",
"ForceOff": "Turn the system off immediately (non-graceful) shutdown",
"GracefulRestart": "Perform a graceful system shutdown followed by a restart of the system",
"ForceRestart": "Perform an immediate (non-graceful) shutdown, followed by a restart of the system",
"Nmi": "Generate a Non-Maskable Interrupt to cause an immediate system halt",
"ForceOn": "Turn the system on immediately",
"PushPowerButton": "Simulate the pressing of the physical power button on this system"
}
},
"description": "This is the type of reset to be performed.",
"longDescription": "This defines the property name for the action."
}
}
}
},
"readonly": true,
"description": "The Actions object contains the available custom actions on this resource."
},
"Status": {
"$ref": "Resource.0.96.0.json#Status"
}
},
"required": [
"ChassisType"
],
"description": "This is the schema definition for the Chassis resource. It represents the properties for physical components for any system. This one object is intended to represent racks, rackmount servers, blades, standalone, modular systems, enclosures, and all other containers. The non-cpu/device centric parts of the schema are all accessed either directly or indirectly through this resource.",
"longDescription": "This resource shall be used to represent a chassis or other physical enclosure for a Redfish implementation."
}