Commit 55153750 authored by 김진영's avatar 김진영
Browse files

Update bc-mart.py

parent 88026511
...@@ -39,7 +39,7 @@ with DAG( ...@@ -39,7 +39,7 @@ with DAG(
for i, data in enumerate(martData): for i, data in enumerate(martData):
post_mart_task = BashOperator( post_mart_task = BashOperator(
task_id='post_mart'+str(i+1), task_id='post_mart'+str(i+1),
bash_command="curl -X \'POST\' \'%s/api/v1/camera/writeimage\' -H \'Content-Type: application/json\' -d \'{\"id\": \"%s\", \"pw\": \"%s\", \"ip\": \"%s\", \"serialNum\": \"%s\", \"camName\": \"%s\"}\'" %( bash_command="curl -X \'POST\' \'%s/api/v1/camera/mart/writeimage\' -H \'Content-Type: application/json\' -d \'{\"id\": \"%s\", \"pw\": \"%s\", \"ip\": \"%s\", \"serialNum\": \"%s\", \"camName\": \"%s\"}\'" %(
Variable.get("INF_API_URL"), Variable.get("INF_API_URL"),
Variable.get("INF_API_ID"), Variable.get("INF_API_ID"),
Variable.get("INF_API_PW"), Variable.get("INF_API_PW"),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment