1{ 2 "$id": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json", 3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 4 "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 5 "definitions": { 6 "LogicalContext": { 7 "enum": [ 8 "Capacity", 9 "Environment", 10 "Network", 11 "Performance", 12 "Security", 13 "Storage" 14 ], 15 "enumDescriptions": { 16 "Capacity": "Capacity-related logical context.", 17 "Environment": "Environment-related logical context.", 18 "Network": "Network-related logical context.", 19 "Performance": "Performance-related logical context.", 20 "Security": "Security-related logical context.", 21 "Storage": "Storage-related logical context." 22 }, 23 "type": "string", 24 "versionAdded": "2022.1" 25 }, 26 "PhysicalContext": { 27 "enum": [ 28 "Room", 29 "Intake", 30 "Exhaust", 31 "LiquidInlet", 32 "LiquidOutlet", 33 "Front", 34 "Back", 35 "Upper", 36 "Lower", 37 "CPU", 38 "CPUSubsystem", 39 "GPU", 40 "GPUSubsystem", 41 "FPGA", 42 "Accelerator", 43 "ASIC", 44 "Backplane", 45 "SystemBoard", 46 "PowerSupply", 47 "PowerSubsystem", 48 "VoltageRegulator", 49 "Rectifier", 50 "StorageDevice", 51 "NetworkingDevice", 52 "ComputeBay", 53 "StorageBay", 54 "NetworkBay", 55 "ExpansionBay", 56 "PowerSupplyBay", 57 "Memory", 58 "MemorySubsystem", 59 "Chassis", 60 "Fan", 61 "CoolingSubsystem", 62 "Motor", 63 "Transformer", 64 "ACUtilityInput", 65 "ACStaticBypassInput", 66 "ACMaintenanceBypassInput", 67 "DCBus", 68 "ACOutput", 69 "ACInput", 70 "TrustedModule", 71 "Board", 72 "Transceiver", 73 "Battery", 74 "Pump" 75 ], 76 "enumDescriptions": { 77 "ACInput": "An AC input.", 78 "ACMaintenanceBypassInput": "An AC maintenance bypass input.", 79 "ACOutput": "An AC output.", 80 "ACStaticBypassInput": "An AC static bypass input.", 81 "ACUtilityInput": "An AC utility input.", 82 "ASIC": "An ASIC device, such as a networking chip or chipset component.", 83 "Accelerator": "An accelerator.", 84 "Back": "The back of the chassis.", 85 "Backplane": "A backplane within the chassis.", 86 "Battery": "A battery.", 87 "Board": "A circuit board.", 88 "CPU": "A processor (CPU).", 89 "CPUSubsystem": "The entire processor (CPU) subsystem.", 90 "Chassis": "The entire chassis.", 91 "ComputeBay": "Within a compute bay.", 92 "CoolingSubsystem": "The entire cooling, or air and liquid, subsystem.", 93 "DCBus": "A DC bus.", 94 "Exhaust": "The air exhaust point or points or region of the chassis.", 95 "ExpansionBay": "Within an expansion bay.", 96 "FPGA": "An FPGA.", 97 "Fan": "A fan.", 98 "Front": "The front of the chassis.", 99 "GPU": "A graphics processor (GPU).", 100 "GPUSubsystem": "The entire graphics processor (GPU) subsystem.", 101 "Intake": "The air intake point or points or region of the chassis.", 102 "LiquidInlet": "The liquid inlet point of the chassis.", 103 "LiquidOutlet": "The liquid outlet point of the chassis.", 104 "Lower": "The lower portion of the chassis.", 105 "Memory": "A memory device.", 106 "MemorySubsystem": "The entire memory subsystem.", 107 "Motor": "A motor.", 108 "NetworkBay": "Within a networking bay.", 109 "NetworkingDevice": "A networking device.", 110 "PowerSubsystem": "The entire power subsystem.", 111 "PowerSupply": "A power supply.", 112 "PowerSupplyBay": "Within a power supply bay.", 113 "Pump": "A pump.", 114 "Rectifier": "A rectifier device.", 115 "Room": "The room.", 116 "StorageBay": "Within a storage bay.", 117 "StorageDevice": "A storage device.", 118 "SystemBoard": "The system board (PCB).", 119 "Transceiver": "A transceiver.", 120 "Transformer": "A transformer.", 121 "TrustedModule": "A trusted module.", 122 "Upper": "The upper portion of the chassis.", 123 "VoltageRegulator": "A voltage regulator device." 124 }, 125 "enumLongDescriptions": { 126 "Board": "This value shall indicate a circuit board that is not the primary or system board within a context that cannot be described by other defined values.", 127 "Transceiver": "This value shall indicate a transceiver attached to a device." 128 }, 129 "enumVersionAdded": { 130 "ACInput": "2018.3", 131 "ACMaintenanceBypassInput": "2018.3", 132 "ACOutput": "2018.3", 133 "ACStaticBypassInput": "2018.3", 134 "ACUtilityInput": "2018.3", 135 "ASIC": "2017.3", 136 "Accelerator": "2018.3", 137 "Battery": "2021.2", 138 "Board": "2021.1", 139 "CPUSubsystem": "2018.3", 140 "Chassis": "2017.2", 141 "CoolingSubsystem": "2018.3", 142 "DCBus": "2018.3", 143 "FPGA": "2018.3", 144 "Fan": "2017.2", 145 "GPUSubsystem": "2018.3", 146 "LiquidInlet": "2017.3", 147 "LiquidOutlet": "2017.3", 148 "Memory": "2017.1", 149 "MemorySubsystem": "2018.3", 150 "Motor": "2018.3", 151 "PowerSubsystem": "2019.1", 152 "Pump": "2021.3", 153 "Rectifier": "2019.1", 154 "Transceiver": "2021.1", 155 "Transformer": "2018.3", 156 "TrustedModule": "2020.4" 157 }, 158 "type": "string" 159 }, 160 "PhysicalSubContext": { 161 "enum": [ 162 "Input", 163 "Output" 164 ], 165 "enumDescriptions": { 166 "Input": "The input.", 167 "Output": "The output." 168 }, 169 "type": "string", 170 "versionAdded": "2018.3" 171 } 172 }, 173 "language": "en", 174 "owningEntity": "DMTF", 175 "release": "1.0", 176 "title": "#PhysicalContext" 177}