Wind Site Assessment Dashboard API User Guide

Size: px
Start display at page:

Download "Wind Site Assessment Dashboard API User Guide"

Transcription

1 Wind Site Assessment Dashboard API User Guide Description: The Wind Site Assessment Dashboard API (Application Program Interface) is a REST (or XML-RPC) and human readable web service which provides your web-based or desktop application access to AWS Truepower s wind resource database. Queries are sent to the API system in the form of XML envelopes via HTTPS POST (content- Type=text/xml). The API allows end-user s internal application to send parameters (latitude, longitude, and height) directly to our wind resource database. Values based on these parameters are returned. Requirements: The following conditions must be met in order to utilize the API services: A Wind Site Assessment or Wind Site Assessment Basic subscription. Purchased API Values Your internal application has been configured to make and interpret results from API Calls. Values: API Values can be purchased through the MY Store page of your Wind Site Assessment dashboard. If your API value drops below 1000, a notification is sent alerting you to purchase additional values. Client Info: Your secure API client id, client key and remaining API values can be found on the My Account page of your Wind Site Assessment dashboard. Browser URL s: The API browser URL s for requesting and receiving wind speed, data or turbine information. Speed: Data: Turbine List: Request Parameters: Valid latitude and longitude parameters located within a region your account is subscribed to. Height parameter is between 10 and 100 meters. All heights are expressed in meters. 1

2 Wind Speed: URL: Wind speed values are returned in meters per second (m/s). In the event the system does not have a speed based on your value request parameters, the API will return the location block without a speed value. Sample: Wind Speed Request <servicerequest> <clientid>xxx</clientid> <clientkey>yyy</clientkey> <long> </long> <long> </long> <lat> </lat> <long> </long> </servicerequest> 2

3 Sample: Wind Speed Return Values <serviceresponse> <long> </long> <speed>1.73</speed> <long> </long> <speed>5.29</speed> <lat> </lat> <long> </long> <speed>9.68</speed> <error>0</error> <responsetime> s</responsetime> </serviceresponse> Data: URL: The datalist element and locationlist element must be present in every call. The datalist element and locationlist elements are the two key components of a full input request. Through the Data API you can request the following values. Weibull A : <weiba> Weibull K: <weibk> Elevation: <elev> Air Density: <airdens> Air Temperature: <airtemp> Energy: <energy> Shear Exponent: <shearexp> Wind Rose: <rose> Wind Speed: <speed> Predominant Direction: <predomdir> 3

4 The Wind Speed, Wind Rose and Predominant Direction can be separated out into monthly averages. Wind Speed Wind Rose Predominant Direction speedm1 rosem1 predomdirm1 speedm2 rosem2 predomdirm2 speedm3 rosem3 predomdirm3 speedm4 rosem4 predomdirm4 speedm5 rosem5 predomdirm5 speedm6 rosem6 predomdirm6 speedm7 rosem7 predomdirm7 speedm8 rosem8 predomdirm8 speedm9 rosem9 predomdirm9 speedm10 rosem10 predomdirm10 speedm11 rosem11 predomdirm11 speedm12 rosem12 predomdirm12 M = Month 1-12 is the number of the corresponding month. Example: speedm1 would be the average wind speed for January. 4

5 Sample: Data Value Request Envelopes: <servicerequest> <clientid>xxx</clientid> <clientkey>yyy</clientkey> <datalist> <speed>true</speed> <airtemp>true</airtemp> <elev>true</elev> <weibk>true</weibk> <rose>true</rose> <predomdir>true</predomdir> <predomdirm1>true</predomdirm1> <rosem6>true</rosem6> </datalist> <long> </long> <long> </long> </servicerequest> 5

6 Sample Data Return Values: <serviceresponse> <long> </long> <speed>1.73</speed> <airtemp> </airtemp> <elev>156.4</elev> <weibk>1.869</weibk> <rose><n>0.095</n><nne>0.09</nne><ne>0.077</ne><ene>0.068</ene><e>0.067</e><ese>0.063</ese><se> 0.057</SE><SSE>0.053</SSE><S>0.052</S><SSW>0.048</SSW><SW>0.041</SW><WSW>0.041</WSW><W>0.043 </W><WNW>0.052</WNW><NW>0.068</NW><NNW>0.085</NNW></rose> <predomdir>11.25</predomdir> <predomdirm1>11.25</predomdirm1> <rosem6><n>0.071</n><nne>0.059</nne><ne>0.052</ne><ene>0.053</ene><e>0.064</e><ese>0.058</ese> <SE>0.063</SE><SSE>0.07</SSE><S>0.071</S><SSW>0.062</SSW><SW>0.048</SW><WSW>0.054</WSW><W>0. 06</W><WNW>0.073</WNW><NW>0.074</NW><NNW>0.067</NNW></roseM6> <long> </long> <speed>5.29</speed> <airtemp> </airtemp> <elev>60.0</elev> <weibk>2.156</weibk> <rose><n>0.043</n><nne>0.047</nne><ne>0.057</ne><ene>0.061</ene><e>0.057</e><ese>0.055</ese><se >0.067</SE><SSE>0.103</SSE><S>0.127</S><SSW>0.102</SSW><SW>0.065</SW><WSW>0.042</WSW><W>0.03 4</W><WNW>0.04</WNW><NW>0.05</NW><NNW>0.047</NNW></rose> <predomdir>191.25</predomdir> <predomdirm1>191.25</predomdirm1> <rosem6><n>0.033</n><nne>0.037</nne><ne>0.044</ne><ene>0.068</ene><e>0.071</e><ese>0.078</ese> <SE>0.091</SE><SSE>0.12</SSE><S>0.131</S><SSW>0.124</SSW><SW>0.076</SW><WSW>0.034</WSW><W>0. 021</W><WNW>0.022</WNW><NW>0.023</NW><NNW>0.027</NNW></roseM6> <error>0</error> <responsetime> s</responsetime> </serviceresponse> 6

7 Energy: The energy component can also be requested through the data API. Request Parameters for Energy: The turbine ID: A special API request can be called that returns all of AWS Truepower s turbine manufacturing data, including the AWS Truepower turbine ID number. URL: Sample Turbine Manufacture Request Envelope: <servicerequest> <clientid>xxx</clientid> <clientkey>yyy</clientkey> </servicerequest> This request will bring back a list of all of AWS Truepower s turbine manufacturing data. This data set is large and will most likely need to be parsed. Once the turbine Id is determined you can add it to your data request as follows. URL: Sample Energy Value Request Envelopes: <servicerequest> <clientid>xxx</clientid> <clientkey>yyy</clientkey> <datalist> <energy>true</energy> </datalist> <long> </long> <turbine_id>23</turbine_id> <long> </long> <turbine_id>36</turbine_id> 7

8 </servicerequest> Sample Energy Return Values: <serviceresponse> <long> </long> <turbine_id>23</turbine_id> <energy>269.72</energy> <long> </long> <turbine_id>36</turbine_id> <energy> </energy> <error>0</error> <responsetime> s</responsetime> </serviceresponse> Sample Return Errors: Your API account has been disabled o In the event of account termination/disabling. Please check that your API Client Key and Client ID are correct. o For incorrect credentials. Please include a locationlist entry o In the event of a malformed request envelope. The maximum number of points to query is o In the event that too many points are queried at once. You have exhausted your quota of API calls o In the event that you have exhausted your calls. All heights must be between 10 and 100 o In the event that you have specified an invalid height. Not Subscribed o The Lat/Long provided is not in a region you are subscribed to. You have not enabled your API account o Purchasing API values is required. 8

9 More Information: This document is a brief overview of AWS Truepower s Wind Site Assessment Dashboard API, its functionality, and sample value request envelopes. If you have any questions please feel free to contact our customer service department at: dashboards@awstruepower.com or *AWS Truepower cannot provide specific development support for setting up your internal API configurations for your application. 9

User Guide. Table of Contents How it Works Data & Maps Wind Resource Grid Time Series Reports For More Questions

User Guide. Table of Contents How it Works Data & Maps Wind Resource Grid Time Series Reports For More Questions User Guide All information in this document is subject to change without notice. This document is provided for informational purposes only and AWS Truepower, a UL company, makes no guarantees, representations

More information

Sigox APIs beginners API HOW TO. External Use, version 1.3

Sigox APIs beginners API HOW TO. External Use, version 1.3 Sigox APIs beginners API HOW TO External Use, version 1.3 Summary Sigfox data interfaces... 3 How to use API... 3 Credentials generation... 3 API documentation... 4 API usage... 4 Credentials renewal...

More information

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network 1 Application Application: A software (S/W) for an application, such as, creating and sending an SMS, measuring and sending

More information

Acquiring and Processing NREL Wind Prospector Data. Steven Wallace, Old Saw Consulting, 27 Sep 2016

Acquiring and Processing NREL Wind Prospector Data. Steven Wallace, Old Saw Consulting, 27 Sep 2016 Acquiring and Processing NREL Wind Prospector Data Steven Wallace, Old Saw Consulting, 27 Sep 2016 NREL Wind Prospector Interactive web page for viewing and querying wind data Over 40,000 sites in the

More information

IBM Managed Security Services for X-Force Hosted Threat Analysis Service

IBM Managed Security Services for X-Force Hosted Threat Analysis Service IBM Managed Security Services for X-Force Hosted Threat Analysis Service Z125-8483-00 05-2010 Page 1 of 5 Table of Contents 1. Scope of Services... 3 1.1 Licensing... 3 1.1.1 Individual... 3 1.1.2 Distribution...

More information

Version 2.38 April 18, 2019

Version 2.38 April 18, 2019 Version 2.38 April 18, 2019 in Qualys Cloud Suite 2.38! AssetView Azure Instance State search token and Dynamic Tag Support Security Assessment Questionnaire New Search Option for Template Selection Web

More information

These new features are found on the input page of every report in the DDS tool, next to the Run Report button.

These new features are found on the input page of every report in the DDS tool, next to the Run Report button. DDS Report Hub Guide The DDS Report Hub is the latest addition to the webtool platform which allows the users to better manage the reports extracted from DDS. The features of the DDS Report Hub which are

More information

Qualys Cloud Suite API Release Notes

Qualys Cloud Suite API Release Notes Qualys Cloud Suite API Release Notes Version 2.31 Qualys Cloud Suite API gives you many ways to integrate your programs and API calls with Qualys capabilities. You ll find all the details in our user guides,

More information

Secret Server Demo Outline

Secret Server Demo Outline Secret Server is a feature rich product that can be introduced to your prospects in many different ways. Below is a generic outline of several of the most important features that should be covered during

More information

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On Topics covered Vea Web... 2 User Access Changes... 4 Dashboard Sharing... 7 Component Upgrade... 8 System Manager Geocode Function... 9 Installer Changes... 11 VEA WEB The initial version of Vea Web, included

More information

Contents. Copyright 2013 Mobile Telephone Networks. All rights reserved

Contents. Copyright 2013 Mobile Telephone Networks. All rights reserved mymtn Contents Downloading MyMTN Installing MyMTN MyMTN Launcher Registering Quick Tour Launching Login to My SelfService My SelfService My SelfService Dashboard MTN Services My Subscriptions MyUsage Data

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

TinLof Technologies - PagePack / PageConnect Program Installation Guide *** Program must be installed on a PC (Non-Mac)

TinLof Technologies - PagePack / PageConnect Program Installation Guide *** Program must be installed on a PC (Non-Mac) TinLof Technologies - PagePack / PageConnect Program Installation Guide *** Program must be installed on a PC (Non-Mac) 1. Step 1 Open your Web Browser ( Google Chrome / Internet Explorer) 2. Step 2 Go

More information

Software as a Service (SaaS) Quick Start

Software as a Service (SaaS) Quick Start Software as a Service (SaaS) Quick Start ** For Amazon Web Services Marketplace Sellers and Licensors only** v 1.1 Last updated March 1, 2018 The purpose of this document is to accelerate integrations

More information

Preparing your shop & customers for Online Statements and Invoices

Preparing your shop & customers for Online Statements and Invoices Preparing your shop & customers for Online Statements and Invoices A How-to Guide for launching a Online Statements and Invoices in a DovePOS shop Table of Contents Introduction... 3 Setting up my shop

More information

NEW KOMTRAX. Quick Reference Guide. A complimentary service allowing you to monitor the health and performance of your machine.

NEW KOMTRAX. Quick Reference Guide. A complimentary service allowing you to monitor the health and performance of your machine. NEW KOMTRAX Quick Reference Guide A complimentary service allowing you to monitor the health and performance of your machine. Access the new KOMTRAX: komtrax.komatsu.com.au/login This Quick Reference Guide

More information

XCONNECT 2018 AGENT USER MANUAL

XCONNECT 2018 AGENT USER MANUAL XCONNECT 2018 AGENT USER MANUAL V1.0 This guide will assist in the utilization and configuration of the xconnect 2018 Agent. Contents Accessing the Portal... 2 Dashboard: Explained... 3 Thresholds... 4

More information

SNB s Registry and Mapping Services Charging Models

SNB s Registry and Mapping Services Charging Models SNB s Registry and Mapping Services Charging Models 2013-11-29 TABLE OF CONTENTS 1 INTRODUCTION... 1 2 REAL PROPERTY INFORMATION... 4 2.1 GENERAL BROWSER... 4 2.1.1 Assessment Data... 4 2.1.2 Parcel Attribute

More information

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design Distributed Oceanographic Match-up Service (DOMS) User Interface Design Shawn R. Smith 1, Jocelyn Elya 1, Adam Stallard 1, Thomas Huang 2, Vardis Tsontos 2, Benjamin Holt 2, Steven Worley 3, Zaihua Ji

More information

US Title Search Network. User Manual

US Title Search Network. User Manual US Title Search Network User Manual 2 TABLE OF CONTENTS HOME PAGE.......................................................... 4 County Availability Information........................................4 Bookmark

More information

API Spec Sheet For HLR v1.4

API Spec Sheet For HLR v1.4 API Spec Sheet For HLR v1.4 INTRODUCTION The Wholesale SMS HLR API provides an easy to use method of accessing the HLR (Home Location Register) for all networks worldwide that support HLR. For large batch

More information

VISITOR MANAGEMENT

VISITOR MANAGEMENT VISITOR MANAGEMENT The Visitor Management section of mykastle is used to authorize visitors and keep record of those visitors in the system for verification. WWW.KASTLE.COM Kastle Systems is pleased to

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

Start > All Programs > OpenGrADS 2.0 > Grads Prompt

Start > All Programs > OpenGrADS 2.0 > Grads Prompt 1. GrADS TUTORIAL This document presents a brief tutorial for Brian Doty's Grid Analysis and Display System (GrADS). The following sample session will give you a feeling for how to use the basic capabilities

More information

Malware Detection API User Guide. January 2, 2018

Malware Detection API User Guide. January 2, 2018 Malware Detection API User Guide January 2, 2018 Copyright 2016-2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are the

More information

AID SMS Text Services User s Guide. Version 1.0 January, 2018

AID SMS Text Services User s Guide. Version 1.0 January, 2018 AID SMS Text Services User s Guide Version 1.0 January, 2018 Table of Contents 1 Introduction... 3 1.1 AID SMS Text Services Overview... 3 1.2 AID SMS Text Service Options... 3 1.2.1 SMS Text Services...

More information

Standard Wind DPR: Essential Contents

Standard Wind DPR: Essential Contents Standard Wind DPR: Essential Contents [Note: The below provided sections and the sub points indicated in the table have to be mandatorily provided by the Wind Project Developers while submitting the Detailed

More information

Technical Support. Web site. 24online Support Contact. ( a) Technical support (Corporate Office):

Technical Support. Web site.   24online Support Contact. ( a) Technical support (Corporate Office): Technical Support Please feel free to contact us for any of your query, comments, or requests concerning the software you purchased, your registration status, or similar issues to Customer Care/Service

More information

BEAWebLogic RFID. Edge Server. Using the Administration Console

BEAWebLogic RFID. Edge Server. Using the Administration Console BEAWebLogic RFID Edge Server Using the Administration Console Version 2.1 Revised: June 29, 2006 Contents 1. Introduction and Roadmap Document Scope and Audience.............................................

More information

TeMeDa API Portal. APIs Overview. February 1,

TeMeDa API Portal. APIs Overview. February 1, TeMeDa API Portal https://temeda.portal.azure-api.net APIs Overview The TeMeDa API is a set of application programming interfaces (APIs) developed by TeMeDa which allow communication with TeMeDa Services

More information

Administrator Guide. Flexible Storage

Administrator Guide. Flexible Storage Administrator Guide Flexible Storage Contents Introduction and Overview Define a plan Create/Change a user Other functionalities Introduction and Overview What is Flexible Storage? Sign in to the administrator

More information

Introduction. Step 1. Build a Rifle Step 2. Choose a Mode Step 3. Establish Position Step 4. Obtain Atmospherics Step 5. Designate a Target

Introduction. Step 1. Build a Rifle Step 2. Choose a Mode Step 3. Establish Position Step 4. Obtain Atmospherics Step 5. Designate a Target User Manual 1.1.1 Introduction BallisticsARC currently has 2 modes, and each mode produces solutions independently. However, data entered through the main menu will apply to both modes. The only order

More information

Support Connect Overview and FAQ

Support Connect Overview and FAQ Support Connect Overview and FAQ Table of Contents Overview... 1 Getting Started... 1 Account Management... 2 Left-hand Navigation Pane... 3 FAQ: Web Browsers... 6 FAQ: Registration and Passwords... 6

More information

Data anagement -meteorological Data -Hy rological Data - n ironmental ata

Data anagement -meteorological Data -Hy rological Data - n ironmental ata Vista Data Vision Bring your data to life Download a 30-day evaluation version from vistadatavision.com/download Data anagement -meteorological Data -Hy rological Data - n ironmental ata Bring your ata

More information

Enterprise Access Gateway Management for Exostar s IAM Platform June 2018

Enterprise Access Gateway Management for Exostar s IAM Platform June 2018 Enterprise Access Gateway Management for Exostar s IAM Platform June 2018 Copyright 2018 Exostar LLC All rights reserved. 1 Version Impacts Date Owner Enterprise Access Gateway (EAG) Guide Revised June

More information

Optiwave AWS User Guide

Optiwave AWS User Guide Optiwave AWS User Guide This guide describes the process of running Optiwave Products on Amazon Web Services (AWS). Purchase a Subscription AWS versions of Optiwave Products are offered on a subscription

More information

MAIN HEADING: MyMTN App

MAIN HEADING: MyMTN App MAIN HEADING: MyMTN App EXPLANATION: MTN is pleased to announce the launch of the new all-in-one self-service MyMTN mobile application All about the My MTN App!! MTN is pleased to announce the launch of

More information

PHILADELPHIA GAS WORKS

PHILADELPHIA GAS WORKS QUESTIONS ANSWERS Q1 Q2 Q3 Q4 Q5 The RFP refers to allowing any web-enabled phone to access the data. Is the intent for the solution to be designed to accommodate all of the four major phone types (IOS,

More information

Obtain Energy Meter Usage Data - CenterPoint

Obtain Energy Meter Usage Data - CenterPoint Obtain Energy Meter Usage Data - CenterPoint You will need energy data that covers all of the energy used by all building systems and occupants during the time period from January 1 to December 31 of the

More information

AppSpider Enterprise. Getting Started Guide

AppSpider Enterprise. Getting Started Guide AppSpider Enterprise Getting Started Guide Contents Contents 2 About AppSpider Enterprise 4 Getting Started (System Administrator) 5 Login 5 Client 6 Add Client 7 Cloud Engines 8 Scanner Groups 8 Account

More information

ERMES. Technical Specification for ex MPAY services integration. version /10/2018

ERMES. Technical Specification for ex MPAY services integration. version /10/2018 ERMES Technical Specification for ex MPAY services integration version 1.7 26/10/2018 Summary 1.Changes...3 2.Introduction...4 2.1.Glossary...4 3.ERMES API Overview...5 3.1.Protocol...6 4.ERMES API...9

More information

Error Handling Strategy. DCC Guidance Document

Error Handling Strategy. DCC Guidance Document Error DCC Guidance Document Date: June 2016 Classification: DCC Public Table of Contents 1 Introduction... 3 1.1 Purpose... 3 1.2 Scope... 3 1.3 General Provisions... 3 2 Error Management... 4 2.1 Error

More information

Call-Home Profile Configuration Mode

Call-Home Profile Configuration Mode The is used to create groups of users that will receive alerts when events occur. The Smart Call Home service sends real-time alerts, remediation, and personalized web-based reports to the Cisco Technical

More information

Ozedi Registration User Guide

Ozedi Registration User Guide Ozedi Registration User Guide Version Release Who Sections Changes Number Date Affected 1.0 12/03/18 AW All First version of the document 1.1 25/05/18 AW Buy Data Addition of Usage and Buy Data tabs 1.2

More information

Page 1 TED Commander User Manual The following instructions are the recommended method for activating a TED system to post to TED Commander. NOTE 1: If you have, or could potentially have, multiple TED

More information

Banner Connected Data Solutions Web Service

Banner Connected Data Solutions Web Service Banner Connected Data Solutions Web Service Instruction Manual Original Instructions 178337 Rev. E 14 September 2018 Banner Engineering Corp. All rights reserved 178337 Contents 1 Banner Web Services...

More information

Replicator. Enterprise API Guide VERSION January 04,

Replicator. Enterprise API Guide VERSION January 04, Replicator Enterprise API Guide VERSION 7.4.0 January 04, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH, 2002-2018. All rights reserved. No part or section of the

More information

Manage Finesse IP Phone Agent

Manage Finesse IP Phone Agent Finesse IP Phone Agent, page 1 One Button Sign In, page 2 Finesse IP Phone Service Subscription Options, page 3 Set Up Application User, Web Access, and HTTPS Server Parameters, page 4 Configure Finesse

More information

Client Fact Sheet. Personalized Concur Open

Client Fact Sheet. Personalized Concur Open Concur Open is the SAP Concur service status dashboard that displays known and widespread outages and incidents for select SAP Concur services and all data centers. Concur Open displays the current service

More information

User Manual. Version 2.0

User Manual. Version 2.0 User Manual Version 2.0 Table of Contents Introduction Quick Start Inspector Explained FAQ Documentation Introduction Map ity allows you to use any real world locations by providing access to OpenStreetMap

More information

ITACS : Interactive Tool for Analysis of the Climate System

ITACS : Interactive Tool for Analysis of the Climate System Contents 1 2 3 4 ITACS : Interactive Tool for Analysis of the Climate System Features of the ITACS Atmospheric Analysis Data, Outgoing Longwave Radiation (by NOAA), SST, Ocean Analysis Data, etc. Plain

More information

uradmonitor Server Backend, API and Frontend

uradmonitor Server Backend, API and Frontend The complexity of the uradmonitor system stretches from a multitude of compact hardware detectors capable of sensing the environment, to the big data software solutions that can handle the huge amounts

More information

Basic Backward Trajectory to GIS Instructions

Basic Backward Trajectory to GIS Instructions Introduction Basic Backward Trajectory to GIS Instructions NOAA s Hysplit Modeling software is available for use on the Internet. The software can be used to create forward plumes from a source, as well

More information

Set Up & Navigate Your MUS Online Account

Set Up & Navigate Your MUS Online Account Set Up & Navigate Your MUS Online Account 1. Log on to the main website: www.musfiber.net and click on MY ACCOUNT 2. Click red box CREATE ACCOUNT 1 3. The system will offer several options to validate

More information

Page 3. News Alerts StreamLink Software. All rights reserved.

Page 3. News Alerts StreamLink Software. All rights reserved. Member User Guide 2016 StreamLink Software. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language,

More information

Chat Connect Pro Setup Guide

Chat Connect Pro Setup Guide Chat Connect Pro Setup Guide Wordpress plugin data manager Live Streaming / Video Production Data Feed Plugin Setup Setup Process: Step 1 Purchase Plugin Step 2 Install plugin by uploading plugin inside

More information

INTRODUCTION TO MIFLEET. June Support Information Robert Richey

INTRODUCTION TO MIFLEET. June Support Information  Robert Richey June 2016 Support Information fleetsales@mifleet.us fleetsupport@mifleet.us Robert Richey rrichey@dcsbusiness.com Table of Contents Basics... 3 Terms... 3 Tool tips... 3 Menu buttons... 3 Access Tab (Permissions)...

More information

SNB s Registry and Mapping Services Charging Models

SNB s Registry and Mapping Services Charging Models SNB s Registry and Mapping Services Charging Models 2004-08-25 TABLE OF CONTENTS 1 INTRODUCTION...1 2 REAL PROPERTY INFORMATION...4 2.1 General Browser...4 2.1.1 Assessment Data... 4 2.1.2 Parcel Attribute

More information

ATNS. USING Google EARTH. Version 1

ATNS. USING Google EARTH. Version 1 ATNS USING Google EARTH Version 1 ATNS/HO/Using Google Earth Page 1 25/04/2013 CONTENTS 1. BASIC SETUP 2. NAVIGATING IN GOOGLE EARTH 3. ADDING OBJECTS TO GOOGLE EARTH 4. USER HELP REFERENCES ATNS/HO/Using

More information

Department of Homeland Security Transportation Security Administration Office of Information Technology

Department of Homeland Security Transportation Security Administration Office of Information Technology Department of Homeland Security Transportation Security Administration Office of Information Technology Indirect Air Carrier Management System Online STA Application Process for Individuals who need a

More information

Qualys Cloud Suite 2.x

Qualys Cloud Suite 2.x Qualys Cloud Suite 2.x Version 2.34 August 29, 2018 Here s what s new in Qualys Cloud Suite 2.34! Continuous Monitoring License Counts are enforced for Continuous Monitoring Security Assessment Questionnaire

More information

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE SureView Analytics 6.1.1 Release Notes ================================= --------- IMPORTANT NOTE REGARDING DOCUMENTATION --------- The Installation guides, Quick Start Guide, and Help for this release

More information

Qualys Cloud Platform v2.x API Release Notes

Qualys Cloud Platform v2.x API Release Notes API Release Notes Version 2.32.2 April 25, 2018 Qualys Cloud Suite API gives you many ways to integrate your programs and API calls with Qualys capabilities. You ll find all the details in our user guides,

More information

SelectSurvey.NET AWS (Amazon Web Service) Integration

SelectSurvey.NET AWS (Amazon Web Service) Integration SelectSurvey.NET AWS (Amazon Web Service) Integration Written for V4.146.000 10/2015 Page 1 of 24 SelectSurvey.NET AWS Integration This document is a guide to deploy SelectSurvey.NET into AWS Amazon Web

More information

Release Notes. Concur Connect. Release Notes... 1

Release Notes. Concur Connect. Release Notes... 1 Release Notes Concur Connect Month Audience Contents Release Notes... 1 Documentation... 1 Portal Documentation Format Change... 1 Web Services... 2 Expense: Get List of Reports Function Updated... 2 Itinerary:

More information

SES 123 Global and Regional Energy Lab Worksheet

SES 123 Global and Regional Energy Lab Worksheet SES 123 Global and Regional Energy Lab Worksheet Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

Index Introduction Setting up an account Searching and accessing Download Advanced features

Index Introduction Setting up an account Searching and accessing Download Advanced features ESGF Earth System Grid Federation Tutorial Index Introduction Setting up an account Searching and accessing Download Advanced features Index Introduction IT Challenges of Climate Change Research ESGF Introduction

More information

Maximizer CRM. Customer Service Maximizer CRM 2017 VERSION COMPARISON FOR WEB ACCESS (EMEA) Maximizer CRM 2016/R2.

Maximizer CRM. Customer Service Maximizer CRM 2017 VERSION COMPARISON FOR WEB ACCESS (EMEA) Maximizer CRM 2016/R2. VERSION COMPARISON FOR WEB ACCESS (EMEA) Sales Support multiple sales processes Track opportunity stage age Track overall opportunity age Monitor progress by comparing stage age with target age Opportunity

More information

VMware AirWatch Datamax-O Neil Integration Guide

VMware AirWatch Datamax-O Neil Integration Guide VMware AirWatch Datamax-O Neil Integration Guide AirWatch v8.4 and higher Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

VMware AirWatch Datamax-O Neil Integration Guide

VMware AirWatch Datamax-O Neil Integration Guide VMware AirWatch Datamax-O Neil Integration Guide Workspace ONE UEM v8.4 and higher Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

LINK System Customer Interface. Report Subscription

LINK System Customer Interface. Report Subscription Report Subscription 1 Customers can request specific reports from the LINK system to be generated at specific times based on different criteria to meet their unique needs through functionality called Report

More information

Detector Service Delivery System (SDS) Version 3.0

Detector Service Delivery System (SDS) Version 3.0 Detector Service Delivery System (SDS) Version 3.0 Detecting and Responding to IT Security Policy Violations Quick Start Guide 2018 RapidFire Tools, Inc. All rights reserved. V20180112 Contents Overview

More information

Quick Guide to Subscribing to an Alert

Quick Guide to Subscribing to an Alert Quick Guide to Subscribing to an Alert Introduction This document provides a quick guide explaining how to subscribe to an Alert in the One Network System. Throughout the day, many events occur within

More information

Last updated: Access to API. SERVER_DOMAIN/api/api.php

Last updated: Access to API. SERVER_DOMAIN/api/api.php Last updated: 2017-01-10 Access to API 1. API is accessed via HTTP URL: SERVER_DOMAIN/api/api.php 2. Additionally to this you must choose which one API to use, server or user. Also API version should be

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Community Edition Getting Started Guide. July 25, 2018

Community Edition Getting Started Guide. July 25, 2018 Community Edition Getting Started Guide July 25, 2018 Copyright 2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are the

More information

Quantitative Text Analysis. Applications to Social Media Research. pablobarbera.com/text-analysis-vienna

Quantitative Text Analysis. Applications to Social Media Research. pablobarbera.com/text-analysis-vienna Quantitative Text Analysis. Applications to Social Media Research Pablo Barberá London School of Economics www.pablobarbera.com Course website: pablobarbera.com/text-analysis-vienna APIs APIs API = Application

More information

Qualys Cloud Suite 2.30

Qualys Cloud Suite 2.30 Qualys Cloud Suite 2.30 Here s what s new in Qualys Cloud Suite 2.30! AssetView ThreatPROTECT Dynamic tag support for Amazon EC2 Metadata Search Assets by Amazon EC2 Metadata Cloud Agent Download Search

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

Granite School District Crosspointe Gradebook Parent/Student Portal

Granite School District Crosspointe Gradebook Parent/Student Portal Granite School District Crosspointe Gradebook Parent/Student Portal Questions?? Contact: Karen Tohinaka Craig Schow Information Systems Information Systems Gradebook Administrator Programmer Ph# (385)

More information

Assignment #3 CSCI 201 Spring % of course grade Title Weathermeister Back-End API Integration

Assignment #3 CSCI 201 Spring % of course grade Title Weathermeister Back-End API Integration Assignment #3 CSCI 201 4.5% of course grade Title Weathermeister Back-End API Integration Topics Covered Java Classes HTML CSS Basic Java Topics Java Servlets JSP JavaScript AJAX Databases SQL JDBC Overview

More information

Error Handling Strategy

Error Handling Strategy Handling Strategy Draft DCC Guidance Document June 2016 Page 1 of 13 Contents 1. Introduction 3 1.1. Purpose 3 1.2. Scope 3 1.3. General Provisions 3 2. Management 5 2.1. Classification 5 2.2. Handling

More information

User Guide. Cloud Connect App Board

User Guide. Cloud Connect App Board User Guide Cloud Connect App Board 2017-03-03 Contents 1. Orientation... 3 1.1 Introduction... 3 1.1.1 Thing overview... 3 1.2 Access and logging in... 3 1.2.1 Access... 3 1.2.2 Sign up and Log in... 3

More information

Command Suite. Command Suite

Command Suite. Command Suite 8 The provides robust data collection and monitoring for traffic detection devices from a single device up to a large network of traffic sensors. Through a Web-based interface, this software system allows

More information

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service.

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix.com Data Governance For up-to-date information visit: This section

More information

Argos and Netbiter: Remote Monitoring Made Easy. Maribel Cassens. Field Applications Engineer zoctober 2016 NB001 V.0

Argos and Netbiter: Remote Monitoring Made Easy. Maribel Cassens. Field Applications Engineer zoctober 2016 NB001 V.0 Argos and Netbiter: Remote Monitoring Made Easy Maribel Cassens Field Applications Engineer zoctober 2016 NB001 V.0 Remote Monitoring with Netbiter Manage remote installations online Monitor parameters

More information

Standard HTTP format (application/x-www-form-urlencoded)

Standard HTTP format (application/x-www-form-urlencoded) API REST Basic concepts Requests Responses https://www.waboxapp.com/api GET / Standard HTTP format (application/x-www-form-urlencoded) JSON format HTTP 200 code and success field when action is successfully

More information

SiteAnalyst Three Creeks Air Monitoring Stations Frequently Asked Questions (FAQ s)

SiteAnalyst Three Creeks Air Monitoring Stations Frequently Asked Questions (FAQ s) SiteAnalyst Three Creeks Air Monitoring Stations Frequently Asked Questions (FAQ s) Q1: What is SiteAnalyst? How do I get set up on SiteAnalyst A1: SiteAnalyst is a web-based remote monitoring software

More information

Los Angeles Cancer Surveillance Program. Links and Slides google Rich Pinder USC.

Los Angeles Cancer Surveillance Program. Links and Slides google Rich Pinder USC. Rich Pinder Los Angeles Cancer Surveillance Program Links and Slides google Rich Pinder USC rpinder@usc.edu NAACCR Annual Meeting Incorporating realtime geocoding systems into data entry routines Presented

More information

pinremote Manual Version 4.0

pinremote Manual Version 4.0 pinremote Manual Version 4.0 Page 1 Table of content 1 Introduction... 4 2 Setup... 5 2.1 Requirements server... 5 2.2 Requirements client... 5 2.3 Setup process... 6 2.3.1 Single Server... 8 2.3.2 Cluster...

More information

Configuring Vulnerability Assessment Devices

Configuring Vulnerability Assessment Devices CHAPTER 10 Revised: November 10, 2007 Vulnerability assessment (VA) devices provide MARS with valuable information about many of the possible targets of attacks and threats. They provide information useful

More information

Open Source Cloud Map User Guide

Open Source Cloud Map User Guide Open Source Cloud Map User Guide Table of Contents Map Page... 1 Static Mercator Map... 1 Customizable Map... 1 Title Bar... 2 Toolbar... 2 Non Toolbar Navigation... 3 Map Window... 3 Layers / Legend Window...

More information

Objective. Commercial Sensitivities. Consistent Data Analysis Process. PCWG: 3 rd Intelligence Sharing Initiative Definition Document (PCWG-Share-03)

Objective. Commercial Sensitivities. Consistent Data Analysis Process. PCWG: 3 rd Intelligence Sharing Initiative Definition Document (PCWG-Share-03) PCWG: 3 rd Intelligence Sharing Initiative Definition Document (PCWG-Share-03) Objective The goals of the 3 rd PCWG Intelligence Sharing Initiative (hereafter PCWG-Share-03) are as follows: To objectively

More information

Account Customer Portal Manual

Account Customer Portal Manual Account Customer Portal Manual Table of Contents Introduction Dashboard Section Reporting Section My Settings Section My Account Section Billing Section Help Section 2 4 7 15 20 25 27 1 Introduction SMTP

More information

Qualys Cloud Platform (VM, PC) v8.x Release Notes

Qualys Cloud Platform (VM, PC) v8.x Release Notes Qualys Cloud Platform (VM, PC) v8.x Release Notes Version 8.18.1 April 1, 2019 This new release of the Qualys Cloud Platform (VM, PC) includes improvements to Vulnerability Management and Policy Compliance.

More information

Zmanda Cloud Backup FAQ

Zmanda Cloud Backup FAQ Zmanda Cloud Backup 2.0.1 FAQ The first sections of this document cover general questions regarding features, cloud, and support; the last section lists error messages and what to do about them. Terminology

More information

NEVADA CLIMATE CHANGE PORTAL WORKSHOP

NEVADA CLIMATE CHANGE PORTAL WORKSHOP NEVADA CLIMATE CHANGE PORTAL WORKSHOP SAMPLE PORTAL ACTIVITIES Welcome to the Nevada Climate Change Portal! To help guide your exploration of the web site, we have created a list of activities that demonstrate

More information

Context Service Context Service Context Service

Context Service Context Service Context Service , on page 1 Design Considerations, on page 3 Omnichannel Customer Journey, on page 3 Task Flow to Enable, on page 4 Setup, on page 5 Component Configuration and Registration, on page 8 Solution Serviceability,

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

Enabling Microsoft Translator in Adobe Experience Manager

Enabling Microsoft Translator in Adobe Experience Manager Enabling Microsoft Translator in Adobe Experience Manager Your site in any of more than 40 languages: Adobe Experience Manager enables you to internationalize your site with fully integrated and customized

More information