You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-role-conductor-work.../templates/da_cache_to_shub.json.j2

26 lines
561 B
Django/Jinja

{
"ownerApp" : "Orchestrator",
"name" : "da_cache_to_shub",
"createBy" : "Marco Lettere",
"description": "Workflow for streaming da_cache files to storage hub",
"version" : 1,
"ownerEmail" : "marco.lettere@nubisware.com",
"inputParameters" : ["token", "descriptor"],
"tasks" : [
{
"name" : "pyrestbridge",
"taskReferenceName" : "bridge",
"type" : "SIMPLE",
"inputParameters" : {
"ep1" :{
"url" : "https://ent3szkgiak1.x.pipedream.net"
},
"ep2" :{
"url" : "https://ent3szkgiak1.x.pipedream.net"
}
}
}
]
}