blob: 8b7d3a5951f50d0e82fba7ed53b36827e473f557 [file] [log] [blame]
Myung Baefb546102024-10-29 10:21:26 -05001#pragma once
Ed Tanousa8a5bc12024-12-02 15:43:16 -08002/****************************************************************
3 * READ THIS WARNING FIRST
4 * This is an auto-generated header which contains definitions
5 * for Redfish DMTF defined messages.
6 * DO NOT modify this registry outside of running the
7 * parse_registries.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 ***************************************************************/
Ed Tanous4aad6ed2025-01-30 09:35:06 -080012// These generated headers are a superset of what is needed.
13// clang sees them as an error, so ignore
14// NOLINTBEGIN(misc-include-cleaner)
15#include "http_response.hpp"
Myung Baefb546102024-10-29 10:21:26 -050016
Ed Tanous4aad6ed2025-01-30 09:35:06 -080017#include <boost/url/url_view_base.hpp>
Myung Baefb546102024-10-29 10:21:26 -050018#include <nlohmann/json.hpp>
19
Ed Tanous4aad6ed2025-01-30 09:35:06 -080020#include <cstdint>
21#include <source_location>
22#include <string_view>
23// NOLINTEND(misc-include-cleaner)
Ed Tanousa8a5bc12024-12-02 15:43:16 -080024
25namespace redfish
Myung Baefb546102024-10-29 10:21:26 -050026{
27
Ed Tanousa8a5bc12024-12-02 15:43:16 -080028namespace messages
Myung Baefb546102024-10-29 10:21:26 -050029{
Ed Tanous10cf50d2025-05-06 16:10:32 -070030nlohmann::json::object_t redfishServiceFunctional();
Ed Tanousa8a5bc12024-12-02 15:43:16 -080031
Myung Baefb546102024-10-29 10:21:26 -050032}
Ed Tanousa8a5bc12024-12-02 15:43:16 -080033} // namespace redfish