Home
last modified time | relevance | path

Searched refs:jVal (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp784 nlohmann::json& jVal = asyncResp->res.jsonValue; in requestRoutesEventDestination() local
785 jVal["@odata.type"] = in requestRoutesEventDestination()
787 jVal["Protocol"] = in requestRoutesEventDestination()
789 jVal["@odata.id"] = boost::urls::format( in requestRoutesEventDestination()
791 jVal["Id"] = id; in requestRoutesEventDestination()
792 jVal["Name"] = "Event Destination " + id; in requestRoutesEventDestination()
793 jVal["Destination"] = userSub.destinationUrl; in requestRoutesEventDestination()
794 jVal["Context"] = userSub.customText; in requestRoutesEventDestination()
795 jVal["SubscriptionType"] = userSub.subscriptionType; in requestRoutesEventDestination()
796 jVal["HttpHeaders"] = nlohmann::json::array(); in requestRoutesEventDestination()
[all …]