blob: 709dbe1add94821f1951ccb5309936e6e83d98b3 [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 ***************************************************************/
Myung Baefb546102024-10-29 10:21:26 -050012
Ed Tanousa8a5bc12024-12-02 15:43:16 -080013#include "http_response.hpp"
14
15#include <boost/url/url_view_base.hpp>
Myung Baefb546102024-10-29 10:21:26 -050016#include <nlohmann/json.hpp>
17
Ed Tanousa8a5bc12024-12-02 15:43:16 -080018#include <source_location>
Myung Baefb546102024-10-29 10:21:26 -050019#include <string_view>
20
Ed Tanousa8a5bc12024-12-02 15:43:16 -080021// IWYU pragma: no_forward_declare crow::Response
22
23namespace redfish
Myung Baefb546102024-10-29 10:21:26 -050024{
25
Ed Tanousa8a5bc12024-12-02 15:43:16 -080026namespace messages
Myung Baefb546102024-10-29 10:21:26 -050027{
Ed Tanousa8a5bc12024-12-02 15:43:16 -080028nlohmann::json redfishServiceFunctional();
29
Myung Baefb546102024-10-29 10:21:26 -050030}
Ed Tanousa8a5bc12024-12-02 15:43:16 -080031} // namespace redfish