lookup("filters", filter_name: String)(args: Any)-> Any This allows you to call a filter dynamically, e.g: {{ lookup("filters", "cisco10hash")("password") }} JinjaFx Variables The following variables, if defined withinvars.ymlcontrol how JinjaFx works: ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
The calling party knows the job_id and can use that to lookup the consumers email address, does whatever CRM entries or logging they need, and delivers the report url themselves. Parameters api_key (Required) The Cloud CMA API key for the user. Users can find their API key in the app ...
The default serializer for nlohmann::json is nlohmann::adl_serializer (ADL means Argument-Dependent Lookup). It is implemented like this (simplified): template <typename T> struct adl_serializer { static void to_json(json& j, const T& value) { // calls the "to_json" method in T's ...