Ed Tanous | 5b90429 | 2024-04-16 11:10:17 -0700 | [diff] [blame] | 1 | #pragma once |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 2 | /**************************************************************** |
| 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 | ***************************************************************/ |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 12 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 13 | #include "http_response.hpp" |
| 14 | |
| 15 | #include <boost/url/url_view_base.hpp> |
Ed Tanous | 218295d | 2022-08-05 16:00:56 -0700 | [diff] [blame] | 16 | #include <nlohmann/json.hpp> |
| 17 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 18 | #include <source_location> |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 19 | #include <string_view> |
| 20 | |
| 21 | // IWYU pragma: no_forward_declare crow::Response |
| 22 | |
| 23 | namespace redfish |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 24 | { |
| 25 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 26 | namespace messages |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 27 | { |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 28 | nlohmann::json taskStarted(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 29 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 30 | nlohmann::json taskCompletedOK(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 31 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 32 | nlohmann::json taskCompletedWarning(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 33 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 34 | nlohmann::json taskAborted(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 35 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 36 | nlohmann::json taskCancelled(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 37 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 38 | nlohmann::json taskRemoved(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 39 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 40 | nlohmann::json taskPaused(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 41 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 42 | nlohmann::json taskResumed(std::string_view arg1); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 43 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 44 | nlohmann::json taskProgressChanged(std::string_view arg1, uint64_t arg2); |
James Feist | e5d5006 | 2020-05-11 17:29:00 -0700 | [diff] [blame] | 45 | |
Ed Tanous | f175c28 | 2024-12-02 15:12:50 -0800 | [diff] [blame] | 46 | } // namespace messages |
| 47 | } // namespace redfish |