summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/PhysicalContext/PhysicalContext.json
blob: b26e8ee29bf50a57d398a5234f48f70dcc4ee6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_3_0.json",
    "copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "PhysicalContext": {
            "deprecated": "This definition has been moved to the unversioned namespace so that external references can pick up changes over time.",
            "enum": [
                "Room",
                "Intake",
                "Exhaust",
                "Front",
                "Back",
                "Upper",
                "Lower",
                "CPU",
                "GPU",
                "Backplane",
                "SystemBoard",
                "PowerSupply",
                "VoltageRegulator",
                "StorageDevice",
                "NetworkingDevice",
                "ComputeBay",
                "StorageBay",
                "NetworkBay",
                "ExpansionBay",
                "PowerSupplyBay",
                "Memory",
                "Chassis",
                "Fan"
            ],
            "enumDescriptions": {
                "Back": "The back of the chassis.",
                "Backplane": "A backplane within the chassis.",
                "CPU": "A Processor (CPU).",
                "Chassis": "The entire chassis.",
                "ComputeBay": "Within a compute bay.",
                "Exhaust": "The exhaust point of the chassis.",
                "ExpansionBay": "Within an expansion bay.",
                "Fan": "A fan.",
                "Front": "The front of the chassis.",
                "GPU": "A Graphics Processor (GPU).",
                "Intake": "The intake point of the chassis.",
                "Lower": "The lower portion of the chassis.",
                "Memory": "A memory device.",
                "NetworkBay": "Within a networking bay.",
                "NetworkingDevice": "A networking device.",
                "PowerSupply": "A power supply.",
                "PowerSupplyBay": "Within a power supply bay.",
                "Room": "The room.",
                "StorageBay": "Within a storage bay.",
                "StorageDevice": "A storage device.",
                "SystemBoard": "The system board (PCB).",
                "Upper": "The upper portion of the chassis.",
                "VoltageRegulator": "A voltage regulator device."
            },
            "type": "string"
        }
    },
    "title": "#PhysicalContext.v1_3_0"
}