blob: c2cbb8bd9462e50fc5f91528bcfe9923f78ecd74 [file] [log] [blame]
Ed Tanous81d523a2022-05-25 12:00:51 -07001#pragma once
2/****************************************************************
3 * READ THIS WARNING FIRST
4 * This is an auto-generated header which contains definitions
5 * for Redfish DMTF defined schemas.
6 * DO NOT modify this registry outside of running the
7 * update_schemas.py script. The definitions contained within
8 * this file are owned by DMTF. Any modifications to these files
9 * should be first pushed to the relevant registry in the DMTF
10 * github organization.
11 ***************************************************************/
12// clang-format off
Ed Tanous3d69fed2022-09-26 20:10:42 -070013#include <array>
Ed Tanous81d523a2022-05-25 12:00:51 -070014
15namespace redfish
16{
17 constexpr std::array schemas {
18 "AccountService",
19 "ActionInfo",
Ed Tanous6c068982023-02-07 15:44:38 -080020 "AggregationService",
Carson Labrado5315c1b2023-02-18 01:02:18 +000021 "AggregationSourceCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070022 "Assembly",
23 "AttributeRegistry",
24 "Bios",
25 "Cable",
Ed Tanous852432a2022-07-07 14:32:37 -070026 "CableCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070027 "Certificate",
Ed Tanous852432a2022-07-07 14:32:37 -070028 "CertificateCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070029 "CertificateLocations",
30 "CertificateService",
31 "Chassis",
Ed Tanous852432a2022-07-07 14:32:37 -070032 "ChassisCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070033 "ComputerSystem",
Ed Tanous852432a2022-07-07 14:32:37 -070034 "ComputerSystemCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070035 "Drive",
Ed Tanous852432a2022-07-07 14:32:37 -070036 "DriveCollection",
George Liubf7e67e2022-10-06 09:19:46 +080037 "EnvironmentMetrics",
Ed Tanous81d523a2022-05-25 12:00:51 -070038 "EthernetInterface",
Ed Tanous852432a2022-07-07 14:32:37 -070039 "EthernetInterfaceCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070040 "Event",
41 "EventDestination",
Ed Tanous852432a2022-07-07 14:32:37 -070042 "EventDestinationCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070043 "EventService",
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -060044 "FabricAdapter",
45 "FabricAdapterCollection",
George Liu1a7b3772022-09-29 09:29:18 +080046 "Fan",
47 "FanCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070048 "IPAddresses",
49 "JsonSchemaFile",
Ed Tanous852432a2022-07-07 14:32:37 -070050 "JsonSchemaFileCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070051 "LogEntry",
Ed Tanous852432a2022-07-07 14:32:37 -070052 "LogEntryCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070053 "LogService",
Ed Tanous852432a2022-07-07 14:32:37 -070054 "LogServiceCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070055 "Manager",
56 "ManagerAccount",
Ed Tanous852432a2022-07-07 14:32:37 -070057 "ManagerAccountCollection",
58 "ManagerCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070059 "ManagerDiagnosticData",
60 "ManagerNetworkProtocol",
61 "Memory",
Ed Tanous852432a2022-07-07 14:32:37 -070062 "MemoryCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070063 "Message",
64 "MessageRegistry",
Ed Tanous852432a2022-07-07 14:32:37 -070065 "MessageRegistryCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070066 "MessageRegistryFile",
Ed Tanous852432a2022-07-07 14:32:37 -070067 "MessageRegistryFileCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070068 "MetricDefinition",
Ed Tanous852432a2022-07-07 14:32:37 -070069 "MetricDefinitionCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070070 "MetricReport",
Ed Tanous852432a2022-07-07 14:32:37 -070071 "MetricReportCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070072 "MetricReportDefinition",
Ed Tanous852432a2022-07-07 14:32:37 -070073 "MetricReportDefinitionCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070074 "odata",
Ed Tanous204c3762022-12-12 09:50:09 -080075 "odata-v4",
Ed Tanous81d523a2022-05-25 12:00:51 -070076 "OperatingConfig",
Ed Tanous852432a2022-07-07 14:32:37 -070077 "OperatingConfigCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070078 "PCIeDevice",
Ed Tanous852432a2022-07-07 14:32:37 -070079 "PCIeDeviceCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070080 "PCIeFunction",
Ed Tanous852432a2022-07-07 14:32:37 -070081 "PCIeFunctionCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070082 "PCIeSlots",
83 "PhysicalContext",
George Liu7da1c582023-02-21 14:38:49 +080084 "Port",
85 "PortCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070086 "Power",
Chicago Duanfe9bd2d2022-09-30 18:03:05 +080087 "PowerSubsystem",
88 "PowerSupply",
89 "PowerSupplyCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070090 "Privileges",
91 "Processor",
Ed Tanous852432a2022-07-07 14:32:37 -070092 "ProcessorCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -070093 "redfish-error",
94 "redfish-payload-annotations",
95 "redfish-schema",
Ed Tanous204c3762022-12-12 09:50:09 -080096 "redfish-schema-v1",
Ed Tanous81d523a2022-05-25 12:00:51 -070097 "Redundancy",
98 "Resource",
99 "Role",
Ed Tanous852432a2022-07-07 14:32:37 -0700100 "RoleCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700101 "Sensor",
Ed Tanous852432a2022-07-07 14:32:37 -0700102 "SensorCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700103 "ServiceRoot",
104 "Session",
Ed Tanous852432a2022-07-07 14:32:37 -0700105 "SessionCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700106 "SessionService",
107 "Settings",
108 "SoftwareInventory",
Ed Tanous852432a2022-07-07 14:32:37 -0700109 "SoftwareInventoryCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700110 "Storage",
Ed Tanous852432a2022-07-07 14:32:37 -0700111 "StorageCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700112 "StorageController",
Ed Tanous852432a2022-07-07 14:32:37 -0700113 "StorageControllerCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700114 "Task",
Ed Tanous852432a2022-07-07 14:32:37 -0700115 "TaskCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700116 "TaskService",
117 "TelemetryService",
118 "Thermal",
George Liuf1240b42022-10-28 17:26:15 +0800119 "ThermalMetrics",
Xiaochao Ma1ec18992022-06-29 09:52:24 +0800120 "ThermalSubsystem",
Ed Tanous81d523a2022-05-25 12:00:51 -0700121 "Triggers",
Ed Tanous852432a2022-07-07 14:32:37 -0700122 "TriggersCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700123 "UpdateService",
124 "VirtualMedia",
Ed Tanous852432a2022-07-07 14:32:37 -0700125 "VirtualMediaCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700126 "VLanNetworkInterface",
Ed Tanous852432a2022-07-07 14:32:37 -0700127 "VLanNetworkInterfaceCollection",
Ed Tanous81d523a2022-05-25 12:00:51 -0700128 };
129}