API v2. Conventions. Security Parameters. Collections. HTTP codes. Security Roles. Docs» API v2

Size: px
Start display at page:

Download "API v2. Conventions. Security Parameters. Collections. HTTP codes. Security Roles. Docs» API v2"

Transcription

1 Docs» API v2 API v2 Conventions Security Parameters headers X-Vsaas-Apikey (string) : Watcher API Key X-Vsaas-Session (string) : Session key, for logged in users Collections query search (string): Substring to filter collec on items (generally by name, tle and comment) limit (integer): Number of items returned (for collec ons) offset (integer): Number of skipped items (for collec ons) headers X-Page-Limit (integer) X-Page-Offset (integer) HTTP codes 200 Success 400 Valida onerror 400 BadRequest 403 Forbidden 403 ApikeyExpired 403 WrongApikey 404 NotFound 500 Applica onerror Security Roles guest authen cated user administrator Resource Opera on Desc

2 Resource Opera on Desc POST /vsaas/api/v2/agents/(string:agent_id)/reboot POST /vsaas/api/v2/agents/(string:agent_id)/reset GET /vsaas/api/v2/agents/(string:agent_id) GET /vsaas/sta c/(path:filename) Authen ca on POST /vsaas/api/v2/auth/generate-autologin-token POST /vsaas/api/v2/auth/forgot-password POST /vsaas/api/v2/auth/check-login GET /vsaas/api/v2/auth/whoami POST /vsaas/api/v2/auth/login Cameras POST /vsaas/api/v2/cameras GET /vsaas/api/v2/cameras Group Cameras POST /vsaas/api/v2/groups/(int:group_id)/cameras/(path:name)/order PUT /vsaas/api/v2/groups/(int:group_id)/cameras/(path:name) DELETE /vsaas/api/v2/groups/(int:group_id)/cameras/(path:name) POST /vsaas/api/v2/groups/(int:group_id)/cameras GET /vsaas/api/v2/groups/(int:group_id)/cameras Group Users PUT /vsaas/api/v2/groups/(int:group_id)/users/(int:user_id) DELETE /vsaas/api/v2/groups/(int:group_id)/users/(int:user_id) POST /vsaas/api/v2/groups/(int:group_id)/users Groups POST /vsaas/api/v2/groups GET /vsaas/api/v2/groups PUT /vsaas/api/v2/groups/(int:id) DELETE /vsaas/api/v2/groups/(int:id) GET /vsaas/api/v2/groups/(int:id) Users POST /vsaas/api/v2/users GET /vsaas/api/v2/users PUT /vsaas/api/v2/users/(int:id) DELETE /vsaas/api/v2/users/(int:id) GET /vsaas/api/v2/users/(int:id)

3 Authentication POST /vsaas/api/v2/auth/generate-autologin-token Generates an autologin token Used as an integra on point with a custom service Request JSON Object: login (string) life me (integer) valid_ ll (integer) Response JSON Object: autologin_token (string) POST /vsaas/api/v2/auth/forgot-password Sends an contains password reset URL Request JSON Object: login (string) User s login (op onal) (string) User s no fica on (op onal) Status Codes: 200 OK sent 403 Forbidden Login or not found POST /vsaas/api/v2/auth/check-login Checks user login and password Request JSON Object: login (string) User login password (string) User password Status Codes: 200 OK login and password are correct 403 Forbidden user does not exist or password is incorrect GET /vsaas/api/v2/auth/whoami Returns session informa on Request Headers: X-Vsaas-Session string session key, op onal

4 Response JSON Object: login (string) current login is_admin (boolean) current user can manage cameras, users, and groups POST /vsaas/api/v2/auth/login Logs user in Request JSON Object: login (string) User login password (string) User password Response JSON Object: session (string) SessionId login (bool) is_admin (bool) no fica on_ (bool) Camera Management POST /vsaas/api/v2/cameras Adds or modifies exis ng cameras Request Headers: Content-Type application/json or text/csv Request JSON Object Array: name (string): Stream iden fier access (enum) public authorized private agent_id (string) agent_key (string) agent_model (string) agent_pin (string) agent_serial (string) agent_status (object) connected_at (string) id (string) ip (string) local_ip (string) streampoint (string) version (string)

5 coordinates (string) dvr_depth (integer) dvr_ dvr_path (string) favorite (string) groups (object array) id (string) mo on_detector (boolean) onvif_profile (string) onvif_ptz (boolean) onvif_url (string) owner (string) permissions (string) playback_config (object) token (string) postal_address (string) preview_url (string) server (string) sta c (boolean) stream_status (object) alive (boolean) bitrate (integer) life me (integer) server (string) source_error (string) stream_url (string) substream_url (string) thumbnails (boolean) thumbnails_url (string) : Human readable tle GET /vsaas/api/v2/cameras Returns camera list Request JSON Object Array: name (string): Stream iden fier access (enum) public authorized private agent_id (string) agent_key (string)

6 agent_model (string) agent_pin (string) agent_serial (string) agent_status (object) connected_at (string) id (string) ip (string) local_ip (string) streampoint (string) version (string) coordinates (string) dvr_depth (integer) dvr_ dvr_path (string) favorite (string) groups (object array) id (string) mo on_detector (boolean) onvif_profile (string) onvif_ptz (boolean) onvif_url (string) owner (string) permissions (string) playback_config (object) token (string) postal_address (string) preview_url (string) server (string) sta c (boolean) stream_status (object) alive (boolean) bitrate (integer) life me (integer) server (string) source_error (string) stream_url (string) substream_url (string) thumbnails (boolean) thumbnails_url (string) : Human readable tle

7 POST /vsaas/api/v2/cameras/(path: name)/ptz/stop POST /vsaas/api/v2/cameras/(path: name)/ptz/move GET /vsaas/api/v2/cameras/(path: name)/agent User Management POST /vsaas/api/v2/users Adds user or users Request Headers: Content-Type application/json or text/csv Request JSON Object:

8 login (string) authorized_ip (string) camera_count (string) dvr_allowed (boolean) external_id (string) groups (object array) group_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) group (object) usergroup_ is_admin (boolean) no fica on_ (string) password (string) GET /vsaas/api/v2/users Returns a user list Response JSON Object Array:

9 login (string) authorized_ip (string) camera_count (string) dvr_allowed (boolean) external_id (string) groups (object array) group_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) group (object) usergroup_ is_admin (boolean) no fica on_ (string) password (string) PUT /vsaas/api/v2/users/(int: id) Modifies user User iden fier Request JSON Object Array:

10 login (string) authorized_ip (string) dvr_allowed (boolean) external_id (string) is_admin (boolean) no fica on_ (string) password (string) Response JSON Object Array: login (string) authorized_ip (string) dvr_allowed (boolean) external_id (string) is_admin (boolean) no fica on_ (string) password (string) DELETE /vsaas/api/v2/users/(int: id) Removes user User iden fier GET /vsaas/api/v2/users/(int: id) Returns a single user User iden fier Response JSON Object:

11 login (string) authorized_ip (string) camera_count (string) dvr_allowed (boolean) external_id (string) groups (object array) group_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) group (object) usergroup_ is_admin (boolean) no fica on_ (string) password (string) Group Management POST /vsaas/api/v2/groups Creates group or groups Request JSON Object Array: Response JSON Object Array:

12 GET /vsaas/api/v2/groups Returns a group Response JSON Object Array: camera_count (integer) user_count (integer) POST /vsaas/api/v2/groups/(int: group_id)/cameras/(path: name)/order Modifies camera s posi on inside a group group_ Group iden fier name (integer) Camera name PUT /vsaas/api/v2/groups/(int: group_id)/cameras/(path: name) Modifies camera s parameters inside a group group_ Group iden fier name (integer) Camera name DELETE /vsaas/api/v2/groups/(int: group_id)/cameras/(path: name) Removes camera from group group_ Group iden fier name (integer) Camera name PUT /vsaas/api/v2/groups/(int: group_id)/users/(int: user_id) Modifies user s permissions inside a group group_ Group iden fier user_ User iden fier

13 Request JSON Object: group_ user_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) Response JSON Object: group_ user_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) group (object) user (object) login (string) dvr_allowed (boolean) is_admin (boolean) usergroup_ DELETE /vsaas/api/v2/groups/(int: group_id)/users/(int: user_id) Removes user from group group_ Group iden fier user_ User iden fier POST /vsaas/api/v2/groups/(int: group_id)/cameras

14 Adds camera to group group_id (string) Group iden fier Request JSON Object: camera_id (string) Camera name Response JSON Object: camera_id (string) group_ camera (object) name (string): Stream iden fier access (enum) public authorized private agent_id (string) agent_key (string) agent_model (string) agent_pin (string) agent_serial (string) coordinates (string) dvr_depth (integer) dvr_ dvr_path (string) mo on_detector (boolean) onvif_profile (string) onvif_ptz (boolean) onvif_url (string) owner (string) postal_address (string) preview_url (string) server (string) sta c (boolean) stream_url (string) substream_url (string) thumbnails (boolean) thumbnails_url (string) : Human readable tle

15 GET /vsaas/api/v2/groups/(int: group_id)/cameras Returns cameras belonging to the group Response JSON Object: camera_id (string) group_ camera (object) name (string): Stream iden fier access (enum) public authorized private agent_id (string) agent_key (string) agent_model (string) agent_pin (string) agent_serial (string) coordinates (string) dvr_depth (integer) dvr_ dvr_path (string) mo on_detector (boolean) onvif_profile (string) onvif_ptz (boolean) onvif_url (string) owner (string) postal_address (string) preview_url (string) server (string) sta c (boolean) stream_url (string) substream_url (string) thumbnails (boolean) thumbnails_url (string) : Human readable tle POST /vsaas/api/v2/groups/(int: group_id)/users Adds user to group

16 id (string) Group iden fier Request JSON Object: group_ user_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) Response JSON Object: group_ user_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) group (object) user (object) login (string) dvr_allowed (boolean) is_admin (boolean) usergroup_ PUT /vsaas/api/v2/groups/(int: id) Modifies a group id (string) Group fden fier Response JSON Object Array:

17 DELETE /vsaas/api/v2/groups/(int: id) Deletes a group id (string) Group iden fier GET /vsaas/api/v2/groups/(int: id) Returns a group list Response JSON Object Array: camera_count (integer) users (object array) group_ user_ can_dvr (boolean) can_manage_cameras (boolean) can_manage_users (boolean) can_ptz (boolean) user (object) login (string) dvr_allowed (boolean) is_admin (boolean) usergroup_

Watcher manual. 15 June 2018

Watcher manual. 15 June 2018 Watcher manual 15 June 2018 Introduction to Flussonic Watcher System requirements for Watcher Installing Watcher Single Installing Watcher Cluster Updating the Database Structure Settings Reset password

More information

XSEDE Iden ty Management Use Cases

XSEDE Iden ty Management Use Cases XSEDE Iden ty Management Use Cases January 6, 2017 Version 1.3 These use cases describe how researchers, scien sts, and other community members register themselves with the XSEDE system, manage their profile

More information

AMPS Snapshot: User Registra on External Users

AMPS Snapshot: User Registra on External Users Do You Need an AMPS Account? How to Prepare for AMPS Account Registra on Not an employee of DLA or DFAS? If you cannot authen cate your iden ty with a smart card, you can s ll obtain an AMPS account to

More information

Black Box DCX3000 / DCX1000 Using the API

Black Box DCX3000 / DCX1000 Using the API Black Box DCX3000 / DCX1000 Using the API updated 2/22/2017 This document will give you a brief overview of how to access the DCX3000 / DCX1000 API and how you can interact with it using an online tool.

More information

SSO API Specification Doc (Quest Track) Version Date Author Description Index

SSO API Specification Doc (Quest Track) Version Date Author Description Index SSO API Specification Doc (Quest Track) Version Date Author Description 1.0 07/28/2015 Bob Rodgers Initial draft Index 1. Provision User 2. Verify User 3. Login User Conventions Status Codes User Object

More information

Shopitem API A technical guide to the REST API for managing updates of shopitems

Shopitem API A technical guide to the REST API for managing updates of shopitems Shopitem API A technical guide to the REST API for managing updates of shopitems Date: 07-12-2018 Version: 3.4 1 Index Introduction and background... 3 1. How to get access to the API and its online docs...

More information

PassBy[ME] Management API Documentation

PassBy[ME] Management API Documentation PassBy[ME] Management API Document id: PBM_02 Document version: 1.1.12 Author: Microsec Ltd. Date: 2016.09.13. API Version: 2 1 Introduction... 5 1.1 PassBy[ME] architecture... 5 Terms... 6 PassBy[ME]

More information

NDBI040: Big Data Management and NoSQL Databases. h p:// svoboda/courses/ ndbi040/

NDBI040: Big Data Management and NoSQL Databases. h p://  svoboda/courses/ ndbi040/ NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Prac cal Class 2 Riak Key-Value Store Mar n Svoboda svoboda@ksi.mff.cuni.cz 25. 10. 2016 Charles

More information

REST Admin API. Note: Version 9.X or higher is required for the support of REST API. Version /17

REST Admin API. Note: Version 9.X or higher is required for the support of REST API. Version /17 REST Admin API Setup Each application that will communicate to the SecurAccess server via the REST API interface will require authorisation as a trusted source, located under Config/REST API from the SecurEnvoy

More information

vrealize Log Insight Developer Resources

vrealize Log Insight Developer Resources vrealize Log Insight Developer Resources vrealize Log Insight 4.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Canonical Identity Provider Documentation

Canonical Identity Provider Documentation Canonical Identity Provider Documentation Release Canonical Ltd. December 14, 2018 Contents 1 API 3 1.1 General considerations.......................................... 3 1.2 Rate limiting...............................................

More information

Cloudessa API Documentation Guide. Cloudessa, Inc East Bayshore Road, Suite 200 Palo Alto, CA, 94303

Cloudessa API Documentation Guide. Cloudessa, Inc East Bayshore Road, Suite 200 Palo Alto, CA, 94303 Cloudessa API Documentation Guide Cloudessa, Inc. 2225 East Bayshore Road, Suite 200 Palo Alto, CA, 94303 July, 2013 Cloudessa RADIUS API Cloudessa offers a powerful Application Program Interface (API)

More information

Tenable.io Container Security REST API. Last Revised: June 08, 2017

Tenable.io Container Security REST API. Last Revised: June 08, 2017 Tenable.io Container Security REST API Last Revised: June 08, 2017 Tenable.io Container Security API Tenable.io Container Security includes a number of APIs for interacting with the platform: Reports API

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Riso Comcolor Series

Riso Comcolor Series Riso Comcolor Series Ge ng Started Guide No. 1 Ini al Setup Administrator Func ons Administrator Setup Default Se ngs User Names and Passwords Setup IC Card Control System Configura on Riso (UK) Limited

More information

User Group Resource Operations

User Group Resource Operations CHAPTER 5 A Cisco WebEx Social user group is an arbitrary collection of users that a system administrator creates. Typically, users who are in a user group have common interests, goals, or responsibilities.

More information

ExtraHop 7.3 ExtraHop Trace REST API Guide

ExtraHop 7.3 ExtraHop Trace REST API Guide ExtraHop 7.3 ExtraHop Trace REST API Guide 2018 ExtraHop Networks, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machinereadable form without

More information

B4M36DS2, BE4M36DS2: Database Systems 2

B4M36DS2, BE4M36DS2: Database Systems 2 B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-b4m36ds2/ Lecture 2 Data Formats Mar n Svoboda mar n.svoboda@fel.cvut.cz 9. 10. 2017 Charles University in Prague,

More information

Volante NACHA ISO20022 Validator AMI User Guide

Volante NACHA ISO20022 Validator AMI User Guide Volante NACHA ISO20022 Validator AMI User Guide 1. About Volante NACHA ISO20022 Validator AMI User Guide This document is referenced in the REST Services Deployment Guide. This outlines the available REST

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-b4m36ds2/ Prac cal Class 7 Cassandra Mar n Svoboda mar n.svoboda@fel.cvut.cz 27. 11. 2017 Charles University in Prague,

More information

External HTTPS Trigger AXIS Camera Station 5.06 and above

External HTTPS Trigger AXIS Camera Station 5.06 and above 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

More information

LUCITY REST API INTRODUCTION AND CORE CONCEPTS

LUCITY REST API INTRODUCTION AND CORE CONCEPTS LUCITY REST API INTRODUCTION AND CORE CONCEPTS REST API OFFERINGS Lucity Citizen Portal REST API Lucity REST API Both products are included in our REST API Historically we also offered a COM API and a.net

More information

SOLAR. User manual of high security level electronic lock. Gebaude Sicherheitstechnik Vertriebs GmbH, Kassel

SOLAR. User manual of high security level electronic lock. Gebaude Sicherheitstechnik Vertriebs GmbH, Kassel SOLAR User manual of high security level electronic lock Gebaude Sicherheitstechnik Vertriebs GmbH, 34123 Kassel Wer. 1.1 / 02-2013 Contents General informa on...3 Func ons overview and descrip on...4

More information

Sophos Mobile app groups interface guide. Product version: 7.1

Sophos Mobile app groups interface guide. Product version: 7.1 Sophos Mobile app groups interface guide Product version: 7.1 Contents 1 About this guide...3 2 App reputation support...4 3 The app groups web service interface...5 4 API description...7 4.1 Log in...7

More information

REST Services. Zaenal Akbar

REST Services. Zaenal Akbar PS/ Web Services REST Services Zaenal Akbar Friday, - - Outline REST Services Overview Principles Common Errors Exercise What is REST? Set of architectural principles used for design of distributed systems

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Prac cal Class 7 Redis Mar n Svoboda mar n.svoboda@fel.cvut.cz 19. 11. 2018 Charles University, Faculty of

More information

Checkout Service API User Guide

Checkout Service API User Guide MicroMacro Mobile Inc. Checkout Service API User Guide API Version 2.0 October 02, 2017 Version History Version UpdatedAt Note 1.0 February 19, 2016 The original Checkout Service API and documentation

More information

NDBI040: Big Data Management and NoSQL Databases. h p://

NDBI040: Big Data Management and NoSQL Databases. h p:// NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-ndbi040/ Prac cal Class 5 Riak Mar n Svoboda svoboda@ksi.mff.cuni.cz 13. 11. 2017 Charles University in Prague,

More information

Sophos Mobile. app groups interface guide. Product Version: 8.5

Sophos Mobile. app groups interface guide. Product Version: 8.5 app groups interface guide Product Version: 8.5 Contents About this guide... 1 App reputation support...2 The app groups web service interface... 3 API description... 5 Log in...5 Log out...6 Create app

More information

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved.

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved. GMA024F0 GridDB Web API Guide Toshiba Digital Solutions Corporation 2017 All Rights Reserved. Introduction This manual describes GridDB WebAPI s function, configuration method, and notes. Please read this

More information

RESTful User Provisioning with IBM Business Process Manager on Cloud

RESTful User Provisioning with IBM Business Process Manager on Cloud RESTful User Provisioning with IBM Business Process Manager on Cloud The APIs described in this document are currently being used by the BPM on Cloud team. RESTful User Provisioning with IBM Business Process

More information

If the presented credentials are valid server will respond with a success response:

If the presented credentials are valid server will respond with a success response: Telema EDI REST API Telema EDI REST API allows client to send and receive document to and from Telema server. In order to use EDI REST API client must have correct channel configured in Telema system.

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV B4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-b4m36ds2/ Lecture 4 Key-Value Stores: RiakKV Mar n Svoboda svoboda@ksi.mff.cuni.cz 24. 10. 2016 Charles University in Prague,

More information

Working with Cisco MediaSense APIs

Working with Cisco MediaSense APIs MediaSense API Conventions, page 1 Job States, page 8 Precedence Rules for paramconnector and fieldconnector, page 9 Encoding, page 9 Special Characters in Text Strings, page 9 Request and Response Parameter

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Lecture 4 Key-Value Stores: RiakKV Mar n Svoboda svoboda@ksi.mff.cuni.cz 25. 10. 2016 Charles

More information

Introduction. Copyright 2018, Itesco AB.

Introduction. Copyright 2018, Itesco AB. icatch3 API Specification Introduction Quick Start Logging in, getting your templates list, logging out Doing Quick Search Creating a Private Prospects Setting template Posting Private Prospects query,

More information

Sophos Mobile. Network Access Control interface guide. Product Version: 8.1

Sophos Mobile. Network Access Control interface guide. Product Version: 8.1 Network Access Control interface guide Product Version: 8.1 Contents About this guide... 1 Sophos Mobile NAC support... 2 Prerequisites...3 Configure NAC support...4 NAC web service interface... 5 API

More information

Using OAuth 2.0 to Access ionbiz APIs

Using OAuth 2.0 to Access ionbiz APIs Using OAuth 2.0 to Access ionbiz APIs ionbiz APIs use the OAuth 2.0 protocol for authentication and authorization. ionbiz supports common OAuth 2.0 scenarios such as those for web server, installed, and

More information

NDBI040: Big Data Management and NoSQL Databases

NDBI040: Big Data Management and NoSQL Databases NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-ndbi040/ Prac cal Class 8 MongoDB Mar n Svoboda svoboda@ksi.mff.cuni.cz 5. 12. 2017 Charles University in

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Home > Digital AnalyĀcs > Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Introduc 韜 on Digital Analy 韜 cs is an e automate applica 韜 on that assists

More information

Sophos Mobile Control Network Access Control interface guide. Product version: 7

Sophos Mobile Control Network Access Control interface guide. Product version: 7 Sophos Mobile Control Network Access Control interface guide Product version: 7 Document date: January 2017 Contents 1 About this guide...3 2 About Sophos Mobile Control...4 3 Sophos Mobile Control NAC

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

The PureEngage Cloud API. Jim Crespino Director, Developer Enablement

The PureEngage Cloud API. Jim Crespino Director, Developer Enablement The PureEngage Cloud API Jim Crespino Director, Developer Enablement The PureEngage Cloud API Analogous to the Platform SDK for PureEngage Premise Monolithic (v8.5) -> Microservices (v9.0) Architecture

More information

RESTful API SecurAccess RESTful API Guide

RESTful API SecurAccess RESTful API Guide RESTful API SecurAccess SecurAccess RESTful API Guide Contents 1.1 SOLUTION SUMMARY... 3 1.2 GUIDE USAGE... 3 1.3 PREREQUISITES... 3 1.4 SETUP... 4 1.5 AVAILABLE RESOURCES... 4 1.41 GET USERS... 5 1.42

More information

Archer Documentation. Release 0.1. Praekelt Dev

Archer Documentation. Release 0.1. Praekelt Dev Archer Documentation Release 0.1 Praekelt Dev February 12, 2014 Contents 1 User Service 3 1.1 Installation................................................ 3 1.2 API....................................................

More information

DIRECT SUPPLIER P RTAL INSTRUCTIONS

DIRECT SUPPLIER P RTAL INSTRUCTIONS DIRECT SUPPLIER P RTAL INSTRUCTIONS page I IMPORTANT Please complete short Online Tutorials and Quiz at www.supplierportal.coles.com.au/dsd TABLE of Contents 1 Ingredients 2 Log In 3 View a Purchase Order

More information

PassBy[ME] API Documentation

PassBy[ME] API Documentation PassBy[ME] API Documentation Document id: PBM_01 Document Version: 1.1.12 Author: Microsec Ltd. Date: 2015.09.13. API Version 1 1 Table of contents 1 Introduction... 4 2 Terms... 5 3 PassBy[ME] message

More information

Alloy Navigator API USER S GUIDE. Integration with External Systems. Product Version: 7.0 Document Revision: 1.0 Date: November 30, 2015

Alloy Navigator API USER S GUIDE. Integration with External Systems. Product Version: 7.0 Document Revision: 1.0 Date: November 30, 2015 USER S GUIDE Alloy Navigator API Integration with External Systems Product Version: 7.0 Document Revision: 1.0 Date: November 30, 2015 Alloy Software Incorporated 88 Park Avenue, Unit 2B, Nutley, NJ 07110

More information

In 2018 the Council has modernized the website. Most of the func- onality of the old site has remained with a fresh new look and naviga on.

In 2018 the Council has modernized the website. Most of the func- onality of the old site has remained with a fresh new look and naviga on. In 2018 the Council has modernized the website. Most of the func- onality of the old site has remained with a fresh new look and naviga on. Above is the current Home page which incorporates rota ng images

More information

Build Great APIs using API Specs

Build Great APIs using API Specs Build Great APIs using API Specs Consistently @jstoiko - May 9, 2018 Why APIs? or why make life easier? Why APIs? 3 Why APIs? 4 Why APIs? Reusable 5 Why APIs? 6 Why APIs? $ cliprogram --make Foo --with

More information

IGMP and MLD Op-miza-on for Mobile Hosts and Routers

IGMP and MLD Op-miza-on for Mobile Hosts and Routers 76 th IETF, Nov. 2009, Hiroshima, Japan IGMP and MLD Op-miza-on for Mobile Hosts and Routers dra< asaeda mul-mob igmp mld op-miza-on 01 Hitoshi Asaeda (Keio University) 1 Overview This dra< aims to describe

More information

Mitel Open Integration Gateway DEVELOPER GUIDE SESSION MANAGEMENT SERVICE

Mitel Open Integration Gateway DEVELOPER GUIDE SESSION MANAGEMENT SERVICE Mitel Open Integration Gateway DEVELOPER GUIDE SESSION MANAGEMENT SERVICE Release 3.0 November 2015 NOTICE The information contained in this document is believed to be accurate in all respects but is not

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Lecture 7 Key-Value Stores: RiakKV Mar n Svoboda mar n.svoboda@fel.cvut.cz 12. 11. 2018 Charles University,

More information

AWS Elemental MediaPackage API Reference. API Reference

AWS Elemental MediaPackage API Reference. API Reference AWS Elemental MediaPackage API Reference API Reference API Reference: API Reference Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress

More information

Blazer Express FAQ. Blazer Express V1.4 Frequently Asked Questions (FAQ)

Blazer Express FAQ. Blazer Express V1.4 Frequently Asked Questions (FAQ) Blazer Express V1.4 Frequently Asked s (FAQ) Frequently Asked s COPYRIGHT 2017 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings,

More information

Documenting APIs with Swagger. TC Camp. Peter Gruenbaum

Documenting APIs with Swagger. TC Camp. Peter Gruenbaum Documenting APIs with Swagger TC Camp Peter Gruenbaum Introduction } Covers } What is an API Definition? } YAML } Open API Specification } Writing Documentation } Generating Documentation } Alternatives

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

More information

ForgeRock Access Management Customization and APIs

ForgeRock Access Management Customization and APIs training@forgerock.com ForgeRock Access Management Customization and APIs Description AM-421 Course Description Revision B This course provides a hands-on technical introduction to ForgeRock Access Management

More information

Developer manual. (Onvif Client Library) Happytimesoft Technology Co.,LTD

Developer manual. (Onvif Client Library) Happytimesoft Technology Co.,LTD Developer manual (Onvif Client Library) Happytimesoft Technology Co.,LTD Declaration All rights reserved. No part of this publication may be excerpted, reproduced, translated, annotated or edited, in any

More information

Blueprint REST API Developer Guide

Blueprint REST API Developer Guide http://documentation.blueprintcloud.com Blueprint REST API Developer Guide 2017 Blueprint Software Systems Inc. All rights reserved 10/5/2017 Blueprint REST API Overview The Blueprint REST API allows you

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

Transitioning to Push Authentication

Transitioning to Push Authentication Transitioning to Push Authentication Summary Current out-of-band authen ca on solu ons have not proven to be up to the task of protec ng cri cal user data, and have been disabled in a variety of recent

More information

Cloud Elements CRM Hub Provisioning and Usage Guide

Cloud Elements CRM Hub Provisioning and Usage Guide Cloud Elements CRM Hub Provisioning and Usage Guide API Version 2.0 Page!1 Introduction The CRM Hub provides a uniform API that allows applications to use various endpoints such as Salesforce, Zoho, SugarCRM,

More information

Column-Family Stores: Cassandra

Column-Family Stores: Cassandra NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Lecture 10 Column-Family Stores: Cassandra Mar n Svoboda svoboda@ksi.mff.cuni.cz 13. 12. 2016

More information

CRM Service Wrapper User Guide

CRM Service Wrapper User Guide Summary This document details the usage of the CRM Service Wrapper by xrm. The service wrapper allows you to communicate with a Microsoft Dynamics CRM application (called CRM for convenience in this document)

More information

electronic license applications user s guide Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10

electronic license applications user s guide Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10 applications Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10 Welcome to the Na onal Insurance Producer Registry s applications The give producers the ability to quickly

More information

LiveAction API Quick Start Guide

LiveAction API Quick Start Guide LiveAction API Quick Start Guide What is the API? The LiveAction API is a way for users to access captured network data on the LiveAction server without direct use of the LiveAction Client. This allows

More information

qrlogin Developer s Guide Version 1.2

qrlogin Developer s Guide Version 1.2 qrlogin Developer s Guide Version 1.2 Table of contents qrlogin. System description 2 How to Embed System on Your Web Source 2 Main Functions 2 Strategy to Embed qrlogin System on Web Source 2 Mode of

More information

How to Configure Authentication and Access Control (AAA)

How to Configure Authentication and Access Control (AAA) How to Configure Authentication and Access Control (AAA) Overview The Barracuda Web Application Firewall provides features to implement user authentication and access control. You can create a virtual

More information

f5-icontrol-rest Documentation

f5-icontrol-rest Documentation f5-icontrol-rest Documentation Release 1.3.10 F5 Networks Aug 04, 2018 Contents 1 Overview 1 2 Installation 3 2.1 Using Pip................................................. 3 2.2 GitHub..................................................

More information

We currently are able to offer three different action types:

We currently are able to offer three different action types: SMS Inbound Introduction SMS Inbound provides a simple to use interface for receiving inbound MMS messages. Inbound Message Actions Inbound Message Actions in SMS Inbound are things that our system can

More information

Composer Help. Web Request Common Block

Composer Help. Web Request Common Block Composer Help Web Request Common Block 7/4/2018 Web Request Common Block Contents 1 Web Request Common Block 1.1 Name Property 1.2 Block Notes Property 1.3 Exceptions Property 1.4 Request Method Property

More information

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Salesforce Integration User Guide 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Salesforce Integration User Guide... 3 Setting Up Your Account... 4 Helpful Hints...

More information

ClearPass. ClearPass Extension Universal Authentication Proxy. ClearPass Extension Universal Authentication Proxy TechNote

ClearPass. ClearPass Extension Universal Authentication Proxy. ClearPass Extension Universal Authentication Proxy TechNote ClearPass Extension Universal Authentication Proxy TechNote ClearPass Extension Universal Authentication Proxy ClearPass TechNote ClearPass Extension Universal Authentication Proxy - TechNote 1 ClearPass

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

Moxie Notifications Documentation

Moxie Notifications Documentation Moxie Notifications Documentation Release 0.1 Mobile Oxford team, IT Services, University of Oxford April 23, 2014 Contents i ii CHAPTER 1 HTTP API 1.1 Endpoint 1.1.1 Format Dates are expressed as YYYY-mm-DDTHH:mm:ss

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

CA Service Desk Integration with Remote Support

CA Service Desk Integration with Remote Support CA Service Desk Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the

More information

ClearPass Extension for BMC Remedy TechNote. ClearPass Extension For BMC Remedy. ClearPass. ClearPass Extension for BMC Remedy - TechNote 1

ClearPass Extension for BMC Remedy TechNote. ClearPass Extension For BMC Remedy. ClearPass. ClearPass Extension for BMC Remedy - TechNote 1 ClearPass Extension for BMC Remedy TechNote ClearPass Extension For BMC Remedy ClearPass TechNote ClearPass Extension for BMC Remedy - TechNote 1 ClearPass Extension for BMC Remedy TechNote Change Log

More information

Two factor authentication for Microsoft Remote Desktop Web Access

Two factor authentication for Microsoft Remote Desktop Web Access Two factor authentication for Microsoft Remote Desktop Web Access logintc.com/docs/connectors/rd-web-access.html Overview The LoginTC RD Web Access Connector protects access to your Microsoft Remote Desktop

More information

Special Topic: Automated Report Recipients 5. Crea ng a New Region 6 Adding Districts to Regions 8

Special Topic: Automated Report Recipients 5. Crea ng a New Region 6 Adding Districts to Regions 8 TT Tracker Set-up 3 Project Modifica ons 3 Access Country Project 3 Create Web Users 4 Special Topic: Automated Report Recipients 5 Create Program Loca ons (Coverage Areas) 6 Crea ng a New Region 6 Adding

More information

Installation and User s guide POCKET VS. DOCPOCKETVS00UMEN_070307v100

Installation and User s guide POCKET VS. DOCPOCKETVS00UMEN_070307v100 Installation and User s guide POCKET VS DOCPOCKETVS00UMEN_070307v100 ÍNDICE 1. INTRODUCTION...4 2. INSTALLATION AND SET-UP...4 2.1 INICIAL SET-UP...4 2.11. 2.12. Connecting to VS units through Internet...4

More information

User Authentication APIs

User Authentication APIs Introduction, page 1 signin, page 1 signout, page 5 Introduction MediaSense enables third-party developers to configure application users that allow third party applications to authenticate themselves.

More information

API TRANSFER. Successful Integrate API Money Transfer of CinetPay

API TRANSFER. Successful Integrate API Money Transfer of CinetPay API TRANSFER Successful Integrate API Money Transfer of CinetPay Contents 1. Note... 2 2. PRESENTATION... 3 3. PREREQUISITES... 4 4. Notification URL... 4 5. Using the API... 5 5.1. Authentication... 5

More information

PASSWORD SHIELD. User Manual

PASSWORD SHIELD. User Manual PASSWORD SHIELD User Manual Table of Contents Welcome...3 Compa bility...3 Installa on Guide and Database Crea on...4 Registra on...7 Workspace...8 Control Bu ons...9 File...12 Edit...13 View...14 Tools...15

More information

Qliq Cloud API Guide

Qliq Cloud API Guide Qliq Cloud API Guide QliqSOFT provides Cloud API for third party applications to send Secure Messages to Qliq users. Following steps need to be performed prior to sending messages: 1. The Application provider

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Integration of the platform. Technical specifications

Integration of the platform. Technical specifications Introduction This document is meant as a reference and specification guide to carry out the integration between Gamelearn s platform and the different Learning Management System platforms of the client,

More information

Reviewing the API Documentation

Reviewing the API Documentation About the Cisco APIC-EM API Documentation, page 1 Testing the Cisco APIC-EM APIs, page 6 About the Cisco APIC-EM API Documentation Cisco APIC-EM controller provides interactive, northbound Representational

More information

API Application Going Live. Zhuowei Yang

API Application Going Live. Zhuowei Yang API Application Going Live Zhuowei Yang Agenda API Credentials Best Practices Application Compatibility Check 2 API Credentials API credentials API credentials and User Token Token Tool for single user

More information

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

1. Within the Configuration workspace go to Devices > Management and select the cameras you wish to display on the decoder. 2 3 1. Within the Configuration workspace go to Devices > Management and select the cameras you wish to display on the decoder. 2. Right-click and select User Management > Add user 3. Add a new user and

More information

2. HTTP. Table of Contents generated with DocToc 2. HTTP. 3. app. 3.1 CreateApp 3.2 GetApp 3.3 DeleteApp 3.4 UpdateApp. 4.

2. HTTP. Table of Contents generated with DocToc 2. HTTP. 3. app. 3.1 CreateApp 3.2 GetApp 3.3 DeleteApp 3.4 UpdateApp. 4. Table of Contents generated with DocToc 1. 2. HTTP 3. app 3.1 CreateApp 3.2 GetApp 3.3 DeleteApp 3.4 UpdateApp 4. RoomToken 1. Qiniu RTC Server API Qiniu SDK API REST 2. HTTP Qiniu RTC Server API Qiniu

More information

BlackBerry AtHoc Networked Crisis Communication. BlackBerry AtHoc API Quick Start Guide

BlackBerry AtHoc Networked Crisis Communication. BlackBerry AtHoc API Quick Start Guide BlackBerry AtHoc Networked Crisis Communication BlackBerry AtHoc API Quick Start Guide Release 7.6, September 2018 Copyright 2018 BlackBerry Limited. All Rights Reserved. This document may not be copied,

More information

Queens Library API Requirements Document For e-content Partners

Queens Library API Requirements Document For e-content Partners Queens Library API Requirements Document For e-content Partners Version Date Author Description 1 08/03/2015 Surinder Pal Singh Draft 1.1 08/07/2015 Surinder Pal Singh Revised by Team 1.2 08/19//2015 Surinder

More information

Networking for Wide Format Printers

Networking for Wide Format Printers Networking for Wide Format Printers Table of Contents Configure PC before RIP Installa on... 1 Verifying Your Network Se ngs for Mac Communica on... 3 Changing Your Network Adapter for Mac Communica on...

More information

Integra ng New Technologies and Teaching Strategies to Support Student Success

Integra ng New Technologies and Teaching Strategies to Support Student Success Instruc onal C Changes iin eecourses Integra ng New Technologies and Teaching Strategies to Support Student Success LMS Overview The generic name for the LMS is s ll ecourses. However, the product that

More information

EMR web api documentation

EMR web api documentation Introduction EMR web api documentation This is the documentation of Medstreaming EMR Api. You will find all available Apis and the details of every api. Including its url, parameters, Description, Response

More information

LEMONLDAP::NG 2.0. FOSDEM 2019

LEMONLDAP::NG 2.0. FOSDEM 2019 LEMONLDAP::NG 2.0 FOSDEM 2019 info@worteks.com LemonLDAP::NG Software 2 SSO Workfow 2. Authentication 1. First access 3. Send SSO Token 4. Validate SSO token Authentication Portal Trust link Application

More information