How to select Recipient name in Action Rule configuration #793
-
Hi All, <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:act="http://www.axis.com/vapix/ws/action1">
</soap:Body> |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
Hi @RaviChoppara , <?xml version="1.0" encoding="UTF-8"?>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header/>
<Body >
<AddRecipientConfiguration xmlns="http://www.axis.com/vapix/ws/action1">
<NewRecipientConfiguration>
<Name>http_recipient</Name>
<TemplateToken>com.axis.recipient.http</TemplateToken>
<Parameters>
<Parameter Name="upload_url" Value="http://10.176.12.32:5000/alarms"/>
<Parameter Name="login" Value=""/>
<Parameter Name="password" Value=""/>
<Parameter Name="proxy_host" Value=""/>
<Parameter Name="proxy_port" Value=""/>
<Parameter Name="proxy_login" Value=""/>
<Parameter Name="proxy_password" Value=""/>
<Parameter Name="qos" Value="0"/>
</Parameters>
</NewRecipientConfiguration>
</AddRecipientConfiguration>
</Body>
</Envelope> Then attach the event and rule. I have used "Send video clip through HTTP" in my case. <?xml version="1.0" encoding="UTF-8"?>
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Header/>
<Body >
<AddActionConfiguration xmlns="http://www.axis.com/vapix/ws/action1">
<NewActionConfiguration>
<Name>Send video clip through HTTP</Name>
<TemplateToken>com.axis.action.fixed.send_videoclip.http</TemplateToken>
<Parameters>
<Parameter Name="stream_options" Value="&streamprofile=&camera=1"/>
<Parameter Name="pre_duration" Value="3000"/>
<Parameter Name="post_duration" Value="5000"/>
<Parameter Name="create_folder" Value=""/>
<Parameter Name="filename" Value="video%y-%m-%d_%H-%M-%S-%f_#s.mkv"/>
<Parameter Name="max_file_size" Value="0"/>
<Parameter Name="max_duration" Value="0"/>
<Parameter Name="custom_params" Value=""/>
<Parameter Name="upload_url" Value="http://10.176.12.32:5000/alarms"/>
<Parameter Name="login" Value=""/>
<Parameter Name="password" Value=""/>
<Parameter Name="proxy_host" Value=""/>
<Parameter Name="proxy_port" Value=""/>
<Parameter Name="proxy_login" Value=""/>
<Parameter Name="proxy_password" Value=""/>
<Parameter Name="qos" Value="0"/>
</Parameters>
</NewActionConfiguration>
</AddActionConfiguration>
</Body>
</Envelope> |
Beta Was this translation helpful? Give feedback.
-
Hi Vivek, step1:
step2:
step3:
|
Beta Was this translation helpful? Give feedback.
-
Hi Vivek, |
Beta Was this translation helpful? Give feedback.
-
Hi Vivek, |
Beta Was this translation helpful? Give feedback.
-
Hi Vivek, |
Beta Was this translation helpful? Give feedback.
Hi @RaviChoppara ,
Check if the Event and action services APIs are useful for you.