External HTTPS Trigger AXIS Camera Station 5.06 and above

Similar documents
Integration Guide AXIS Camera Station and AXIS C3003-E

1. Within the Configuration workspace go to Devices > Management and select the cameras you wish to display on the decoder.

Integration Guide AXIS Camera Station and 2N IP Intercom

AXIS Device Manager IEEE 802.1X Certificate distribution

Integration Guide AXIS Camera Station and Citilog SmartTraffic-AID application

Faculty Web Page Management System. Help Getting Started

How to assign an IP address and access your device

Portal Recipient Guide. The Signature Approval Process

Configuring and Using Osmosis Platform

How to assign an IP address and access your device

AXIS T8705 Video Decoder. User Manual

AXIS Camera Station 5.13 Migration guide From version 5.12 (or below) to version 5.13 and above

Security Management System Camera Configuration Axis IP Device (Stream Profile Support)

MANTRA REGISTERED DEVICE SERVICE WINDOWS MANTRA SOFTECH INDIA PVT LTD

The Cisco HCM-F Administrative Interface

Studywiz-Gmail Teachers' and Students' Guide

Getting Started With Windows 10

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Portal Recipient Guide For Virtual Cabinet

IP WEB User Manual V2.0

AXIS M1065-LW Network Camera. User Manual

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

Enter your Appserv username and password to sign in to the Website

3.1 Getting Software and Certificates


MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013

Google Authenticator User Guide

Configuring and Viewing System Properties

Management Console User s Guide (AST 2500 Chipset)

Windows Authentication for Velocity Web service Client

owncloud Android App Manual

AXIS Device Manager HTTPS certificate management

Pulse Secure Client for Chrome OS

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP

Multi-factor Authentication Instructions

AXIS P5624-E Mk II PTZ Dome Network Camera

owncloud Android App Manual

AXIS P9106-V Network Camera. User Manual

Axis Communications AB

How to use Video Conferencing & Desktop Sharing on Magnet Voice

MANTRA REGISTERED DEVICE SERVICE WINDOWS MANTRA SOFTECH INDIA PVT LTD

Integration Guide. LoginTC

StorageGRID Webscale 11.0 Tenant Administrator Guide

How to Use the Student Emergency Contact Verification Workflow

Client Portal User Guide

Data Manager. Scheduling Data Backup CHAPTER

We currently are able to offer three different action types:

Qvidian Proposal Automation Enable New Users

Citrix XenApp / XenDesktop Setup Procedure For Q-Tel Workstation

Configuring the 20xx Inbuilt Ethernet Device.

PlayStation Setup Guide. PlayStation Setup Overview. NF18ACV NC2 FAQs. Prerequisite

Remote JDV Service User Guide By TCE/CAD

HikCentral V1.1 What s New

AXIS T85 PoE+ Network Switch Series. AXIS T8524 PoE+ Network Switch. AXIS T8516 PoE+ Network Switch. User Manual

4. Web-based Switch Configuration

Generic IP Camera Driver

User Guide. Avigilon Control Center Gateway. Version 5.0. UG-ACCGateway5-A-Rev1

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at

User Guide. Version 8.0

Storgrid web client manual

Administration Guide. Lavastorm Analytics Engine 6.1.1

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Raytec AXIS ACAP Integration User Guide Lighting Integration for AXIS Cameras. Document Revision 2.0

Parental Webcam. User Guide

Getting Started New User. To begin, open the Multi-Factor Authentication Service in your inbox.

Technical Support option 2

Getting Started. What is the genuine URL for RHB Now Internet Banking? The genuine URL is Username and Password

Portal Recipient Guide

Enforced Client Policy & Reporting Server (EPRS) 2.3. Administration Guide

Polycom ContentConnect Quick User Guide

ipad App Published on Panopto Support (

Bank of Hawaii Protecting Confidential . What's in this User Guide

Introduction to Change and Configuration Management

AXIS FA54 Main Unit. User Manual

Network Video Management System

StorageGRID Webscale 10.4 Administrator Guide

SOUND MANAGER 2.0 USER GUIDE SOUND MASKING PAGING AUDIO MASS NOTIFICATION REV

Affinity Provider Portal Training Manual

MANTRA REGISTERED DEVICE SERVICE ANDROID MANTRA SOFTECH INDIA PVT LTD

STRS OHIO F5 Access Client Setup for ChromeBook Systems User Guide

QUICKBOOKS ONLINE PLUS: A COMPLETE COURSE 2016

[SETUP DELEGATION IN GOOGLE APPS]

Excel-SMS Enotified. Excel-SMS Help Manual

Version 1.4. FaxCore User Manual

Web Client Installation under Windows 7 and Windows Vista

GV-I/O Box 4E. Contents

PowerPanel Enterprise

Troubleshooting Single Sign-On

Virto SharePoint Alerts Web Part v User and Installation Guide

ConnectWise Integration

Troubleshooting Single Sign-On

Administrative Tasks CHAPTER

HWg-Juno and Genetec Omnicast. Remote input mode RIM and Inputs simulation mode ISM

Yealink Device Management Platform Quick Start Guide. Applies to version or later

Pulse Mobile. Android for Work Guide. Product Release 5.1R3. Document Revision 1.0 Published:

Multi-factor Authentication Instructions

KUKA Assembly & Test Purchasing Workflows

CUSTOMER PORTAL. Connectors Guide

How to Create a Padlet

Transcription:

HOW TO External HTTPS Trigger AXIS Camera Station 5.06 and above Created: October 17, 2016 Last updated: November 19, 2016 Rev: 1.2 1 Please note that AXIS does not take any responsibility for how this configuration may affect your system. If the modification fails or if you get other unexpected results, you may have to restore the factory default settings as described in the User s manual.

Introduction The following document highlights how to configure external HTTPS triggers from AXIS Camera Station. External HTTPS triggers enable external sources to trigger the rule system in AXIS Camera Station by making HTTPS requests to the AXIS Camera Station Server. It uses the same authentication as the mobile API, i.e. the source need s to be able to authenticate as a valid AXIS Camera Station user. The following requests are possible: Activate trigger with id "trigger1": https://<address>:55756/acs/api/triggerfacade/activatetrigger?{"triggername":"trigger1"} Deactivate trigger with id "trigger1": https://<address>:55756/acs/api/triggerfacade/deactivatetrigger?{"triggername":"trigger1"} Activate trigger with id "trigger1" and then automatically deactivate it after 30 seconds: https://<address>:55756/acs/api/triggerfacade/activatedeactivatetrigger?{"triggername":"trig ger1","deactivateafterseconds":"30"} Pulse trigger with id "trigger1" (Activate followed immediately by deactivate): https://<address>:55756/acs/api/triggerfacade/pulsetrigger?{"triggername":"trigger1"} Because of some limitations, it is only possible to test the above commands in Chrome or an external application. It does not work in Edge or Internet Explorer. Step 1 Install AXIS Camera Station 5.06 or above Download and install the latest AXIS Camera Station (5.06 or above) from axis.com. Step 2 Create a new advanced rule Go to the Configuration menu > Advanced rules > New Add a new trigger: External HTTPS and enter any Trigger name: Rev: 1.1, Last updated: 08/11/2016 2

Copy the URL displayed in the lower part of the dialog. It will be needed for testing. In this case: https://localhost:55756/acs/api/triggerfacade/activatedeactivatetrigger?{"triggername":"t est","deactivateafterseconds":"5"} Click Next and add a new Action. In this case we are raising an alarm: Click Next and add a schedule and rule name if you wish. The rule is then available in AXIS Camera Station. Step 3 Testing the rule from Google Chrome Open Google Chrome and enter the test URL provided by AXIS Camera Station when configuring the rule. The alarm should be displayed: Note: When testing the command in the web browser on the AXIS Camera Station server itself, the current Windows user will be used and you may not be asked to login to send the command. However, when testing from another computer (or from an external application), an authorized AXIS Camera Station user is required. This is the expected behaviour. Rev: 1.1, Last updated: 08/11/2016 3

Such user can be configured in the User Permission dialog of AXIS Camera Station. Any of the user levels (viewer, operator and administrator) are allowed to use External HTTPS triggers. Step 4 Testing the rule from an Axis Camera 1. Login to the camera s web interface and go to the Events menu to create a new action rule. 2. Add a new Trigger as you wish (Detectors, Input Signal ) and choose action Send Notification. 3. Create a new recipient with the following values: Type: HTTPS URL: The complete URL provided by the ACS dialog. The JSON part of the URL needs to be encoded. For instance: https://172.25.192.20:55756/acs/api/triggerfacade/pulsetrigger?{%22triggername%22%3a%22test%22} Username: Valid ACS username, including domain name. Password: Password of the ACS user. Validate server certificate: Not selected. Rev: 1.1, Last updated: 08/11/2016 4

Action Rule configuration: Recipient configuration: Rev: 1.1, Last updated: 08/11/2016 5

Step 5 Testing the rule from an external application Requirements: Support for HTTPS commands (GET or POST method). When using POST the JSON data should be put in the body of the request instead. Support for authentication. Support for JSON format. Rev: 1.1, Last updated: 08/11/2016 6