FIRE (3473) Dallas Los Angeles Sydney New York London

Size: px
Start display at page:

Download "FIRE (3473) Dallas Los Angeles Sydney New York London"

Transcription

1 Traditional project life cycles lasting 12+ months are increasingly putting organizations at a disadvantage to more nimble startups that can innovate and change direction at a faster pace. New Agile development methodologies such as Scrum and Kanban, the move to DevOps-aligned operations and cloud-enabled automation are all contributing to a more flexilble and dynamic business, but they introduce a new challenge for the business - When entirely new services can be planned, built and deployed on-demand, how can IT ensure optimal service delivery? FireScope solves this problem in two ways. First, API-integration with VMware, NetApp, Cisco and others enables the solution to identify changes in the environment as they happen, automatically adjusting data collection and event analysis to adapt to new, modified or decommissioned virtual machines, storage volumes and applications. Next, FireScope features a configuration web service. An organization s automation tools can be configured to use this web service as changes are being implemented to automatically add the new assets to FireScope s configuration and apply the appropriate templates for data collection and event analysis. This document will describe the processes and development concepts to leverage FireScope s configuration web service to create, edit and delete Configuration Items, apply templates and assign to service groups.

2 CAPABILITIES AT-A-GLANCE The FireScope configuration web service is designed to facilitate the automatic creation, update and deletion of Configuration Items (CI s), as well as the creation of new Logical Groups and Service Groups. Additionally, templates can be applied to CI s and they can be assigned to Logical Groups and Service Groups. Any modern programming language that can perform an HTTP request can use the configuration web service, maximizing the possibilities for automation. The web service itself is stateless, meaning that credentials must be passed with each request, eliminating the need for session management on the client-side. Later sections of this document will include code examples in a variety of languages to help users get started. USE CASES Service Catalog A user in the marketing department accesses the organization s service catalog and makes a request for a new business intelligence (BI) service. The request follows a prescribed approval workflow and after all approvals have been received, an automation tool deploys a new virtual machine using the BI-application image. As part of this process, it calls the FIreScope configuration web service, creating a Service Group called Marketing BI, creating a Configuration Item matching the name of the new VM, assigns the new CI to the Marketing BI Service Group and then applies the Business Intelligence template. Even before the user has access to this new service, FireScope is already collecting data around CPU utilization, JVM garbage collection and metrics unique to the BI application. All of this new data is analyzed in real-time against the Event Definitions associated with the template, and FireScope dashboard users now have a new collection of visual controls around the new service that can be added to their own dashboards. New Customer Implementation An interactive marketing agency uses a collection of custom-built automation scripts to streamline implementations for new customers, including deploying virtual machines, registering domains and generating landing pages. They recognize that optimal performance of their customers user experiences is essential, and as a result the script includes automatic generation of Configuration Items with appropriate templates for each virtual machine and associated with a Service Group created for that customer. These customers also received their own user accounts to access FireScope Unify dashboards displaying the real-time health and performance of their interactive campaigns, along with key business metrics to better understand the return on investment. Change Management The Change Advisory Board (CAB) approved a Request for Change (RFC) to implement a mass migration of applications from physical hosts to a new virtual environment. Implementing this change had a major risk factor; interruptions in visibility into service health, during which time incidents could occur that impair the business ability to support customer requests. In order to mitigate this risk, as well as reduce manual efforts during this project, FireScope s configuration web service was included in the implementation scripts. As each virtual machine was stood up, they had instant performance insight through FireScope Unify to verify successful startup before decommissioning the physical assets and simultaneously stopping data collection of the old infrastructure in FireScope. In effect, they were able to achieve overlapping visibility of the new and old environment that enabled them to identify and correct issues during the transition that might have been show stoppers for the entire project. REQUIREMENTS Any applicable security or network configuration settings will need to permit traffic between FireScope Unify and any client accessing the web service on ports 8048 (HTTP) or 8049 (secure HTTPS). Designated local account on the FireScope Unify appliance with Administratorlevel permissions. This account cannot be an LDAP or externally authenticated account. If using HTTPS, the web service uses a locally-signed certificate that may need to be downloaded locally to the client accessing the web service. Any programming or scripting language that supports the ability to generate HTTP requests. This may require additional class libraries or dependencies where necessary.

3 CALLING THE WEB SERVICE FireScope s configuration web service follows Simple Object Access Protocol (SOAP) and is listening on ports 8048 (clear-text HTTP) and 8049 (secure HTTPS). Best practice advice is to use the secure port whenever possible. The Web Service Description Language (WSDL) can be accessed through the primary FireScope Unify interface by going to the Administration menu and selecting Web Service. The web service can be accessed directly through the following URI. All calls to the web service will require authenticating using WS-Security headers and using a local FireScope user account with FireScope Administrative privileges. FireScope Unify Appliance>>:8048/services/FireScopeConfigurationWebService/v1 WEB SERVICE OPERATIONS createconfigurationitem This operation will create a new Configuration Item and apply basic settings and profile information. Please note that this operation only creates the CI, no data collection or event analysis will be carried out using this operation in isolation. After creating the CI, you will want to use the linktemplate operation to apply the appropriate set of attributes and event definitions to this CI, as well as the linklogicalgroup or linkservicegroup operations to properly place this CI in your service model. Parameters Parameter Required Type Description name Required String The name of the Configuration Item is what will be displayed in the FireScope web interface in any references to this CI. It is important that this name is unique, as all web service calls for update and deletion use the CI s name for lookup. status Required String (MONITORED, NOT_MONITORED, TEMPLATE) Denotes whether FireScope will actively be collecting data (MONITORED) from this CI, if it will be created in a disabled state (NOT_MONITORED) or if it is a template for other CI s (TEMPLATE). useip Required Boolean Will FireScope be using this CI s IP Address or DNS name for network lookups? If True, the IP Address will be used. dns Optional String The DNS name for this Configuration Item. If useip is set to false, this parameter must have a value. ip Optional String The IP Address for this Configuration Item. If useip is set to true, this parameter must have a value. port Optional Integer If using a FireScope Agent on this CI, and if the agent is listening on a non-standard port, this must be specified. proxyhost Optional String If a proxy CI is being used to connect to this CI, the proxy CI name must be supplied. vmname Optional String If you are using VMware API integration to collect data regarding this CI, this parameter should include the unique name used in your VMware configuration to locate this virtual center host or guest. profilename Optional String Optional name used in the profile section of the CI configuration. contact Optional String If a specific person is responsible for this CI, this field is useful for pointing this out. hardware Optional String Optional field to include information pertaining to the physical hardware this CI is running from. Useful for including manufacturer identification tags, model numbers, etc. location Optional String Optional field to describe the physical location of this CI. macaddress Optional String Optional field to include the CI s network MAC address. notes Optional String Any additional notes that may be useful for other users. os Optional String Optional field to describe the Operating System installed on this CI.

4 Parameter Required Type Description primarystacklayer Optional int If you are using the Service Stack lens for dashboarding, this designates which layer this CI will be assigned to. Options are: 1 User Experience 2 Application 3 Database 4 OS 5 Virtualization 6 Hardware 7 Network 8 Storage 9 Environmental secondarystacklayer Optional int If you are using the Service Stack lens and this CI applies to more than one category, a secondary designation can be identified here. serialno Optional String Optional field for including any relevant serial numbers for this CI. software Optional String Optional field for listing any software installed on this CI. tag Optional String Optional tags useful in describing this CI. type Optional String Optional classification of this CI, such as Server, MS SQL Server or application. url Optional String Optional web address for a knowledge base related to this CI. connections Optional If API s will be used to collect data from this CI, such as those from VMware, NetApp or Cisco, connectioninfo objects will need to be passed. Note that the connections themselves must be first configured in FireScope Unify. connection Optional connectioninfo type Required deviceconnectiontype Must be one of CISCO_UCS, LDAP, NETAPP, NETAPP_DFM or VM name Required String Name of the connection as used in FireScope Unify. createlogicalgroup (name: string) This operation will create a Logical Group. The only parameter is name. After using this operation, the linklogicalgroup operation can be called to associate CI s to the newly created Logical Group. createservicegroup (name: string, type: servicegrouptype) This operation will create a new Service Group and requires 2 parameters; name and type. The name parameter denotes the name for this service group. type will be one of the following: BUSINESS, FLEXPOD, INFRASTRUCTURE or OPERATIONAL. After using this operation, the linkservicegroup can be called to associate CI s or Logical Groups to this newly created Service Group. deleteconfigurationitem (name: string) This operation will mark a CI as being deleted and requires only a name parameter, which will be the name used in the creation of the CI. The CI will not be actually removed from the system, but all data collection and event analysis will be stopped and any associated event definitions will be removed from associated Aggregate Event Definitions and Policies. linklogicalgroup (logicalgroup: string, cis: ci) Calling this operation will link one or more CI s to a Logical Group. The first parameter, logicalgroup, is the unique name of the targeted Logical Group. The second parameter, cis, will list the CI names to be associated with this Logical Group. linkservicegroup (servicegroup: string, cis: ci, logicalgroups: logicalgroup) To link CI s or Logical Groups to a Service Group, use this operation. The first parameter will be the unique name for this Service Group. Next, you can optionally include a list of CI s that will be associated with the Service Group, followed by an optional list of Logical Groups.

5 linktemplate (template: string, ci: string, operation: templateoperation) This operation will apply a pre-defined set of Attributes, Event Definitions and Visual Controls to a CI or remove this set depending on the value specified for operation. The first parameter, template, denotes the name of the template being applied. Next, the ci parameter denotes the ci name that we are applying this template (or unlinking this template) to. Finally, the operation field will be one of CREATE_OR_UPDATE, UNLINK_AND_CLEAR or UNLINK to tell the web service to either apply the template to the CI or remove any association. updateconfigurationitem (currentname: string, newname: string, ip: string; dns: string, status: CIStatus) This operation is designed for quick, commonly used changes to specific CI s. Only the first parameter, currentname, is required, and is used to target the CI being updated. If the name of the CI needs to be changed, specify a new value using the newname parameter. If the IP address or DNS name of the CI is being changed, use the ip or dns parameter as appropriate. Finally, if the status of the CI needs to be updated, use one of MONITERED, NOT_MONITORED or TEMPLATE in the status parameter. REFERENCE CODE The following are sample code fragments in various languages, intended to help you get started using the FireScope configuration web service. PYTHON import suds from suds.wsse import * url = token = UsernameToken( user, password ) security = Security() security.tokens.append(token) client = suds.client.client(url) client.set_options(wsse = security) try: response = client.service.createlogicalgroup( Linux ) print response except WebFault, e: print e JAVA In the following example, loads a local XML file containing the web service operation payload. The source for the xml is on the right. package com.firescope.ws.client; import static org.apache.http.conn.ssl.sslsocketfactory.*; import java.io.bufferedinputstream; import java.io.bytearrayoutputstream; import java.io.file; import java.io.fileinputstream; import java.io.inputstream; import java.security.keystore; import org.apache.http.httpentity; import org.apache.http.httpresponse; import org.apache.http.client.httpclient; import org.apache.http.client.methods.httppost; import org.apache.http.conn.scheme.plainsocketfactory; import org.apache.http.conn.scheme.scheme; import org.apache.http.conn.scheme.schemeregistry; import org.apache.http.conn.ssl.sslsocketfactory; import org.apache.http.entity.fileentity; import org.apache.http.entity.stringentity; import org.apache.http.impl.client.defaulthttpclient; <?xml version= 1.0 encoding= UTF-8?> <soap:envelope xmlns= xmlns:soap= schemas.xmlsoap.org/soap/envelope/ xmlns:wsse= wss/2004/01/oasis wss-wssecurity-secext-1.0.xsd xmlns:wsu= > <soap:header> <wsse:security> <wsse:usernametoken wsu:id= UsernameToken > <wsse:username>admin</wsse:username> <wsse:password>password</wsse:password> </wsse:usernametoken> </wsse:security> </soap:header> <soap:body> <linklogicalgroup> <logicalgroup>ws Test LogicalGroup</logicalGroup> <cis> <ci>servername</ci> </cis> </linklogicalgroup> </soap:body> </soap:envelope> public class WebServiceClient { private static final Integer HTTP_PORT = 8048; private static final Integer HTTPS_PORT = 8049; private static final String SERVER = localhost ; private static final String KEYSTORE_TYPE = JKS ; private static final String TRUSTSTORE_PATH = C:/truststore.jks ; private static final String TRUSTSTORE_PASSWORD = password ; private static final String URL_PATTERN = %s://%s:%d/services/ FireScopeConfigurationWebService/v1 ; private final HttpClient httpclient; private String url;

6 public WebServiceClient(boolean secure) throws Exception { httpclient = createhttpclient(); url = createurl(secure); public String geturl() { return url; public void seturl(string url) { this.url = url; public String invoke(file file) throws Exception { HttpEntity entity = new FileEntity(file, text/xml ); return invoke(entity); public String invoke(string request) throws Exception { HttpEntity entity = new StringEntity(request); return invoke(entity); private String invoke(httpentity entity) throws Exception { HttpPost httppost = new HttpPost(url); httppost.setentity(entity); HttpResponse httpresponse = httpclient.execute(httppost); ByteArrayOutputStream outputstream = new ByteArrayOutputStream(); httpresponse.getentity().writeto(outputstream); String response = outputstream.tostring(); return response; private HttpClient createhttpclient() throws Exception { System.setProperty( javax.net.debug, ssl ); KeyStore truststore = getkeystore(truststore_path, TRUSTSTORE_PASSWORD); SSLSocketFactory sslsocketfactory = new SSLSocketFactory(null, null, null, truststore, null, null); sslsocketfactory.sethostnameverifier(allow_all_hostname_verifier); HttpClient httpclient = new DefaultHttpClient(); SchemeRegistry schemeregistry = httpclient.getconnectionmanager().getschemeregistry(); schemeregistry.register(new Scheme( http, PlainSocketFactory.getSocketFactory(), HTTP_PORT)); schemeregistry.register(new Scheme( https, sslsocketfactory, HTTPS_PORT)); return httpclient; private static KeyStore getkeystore(string path, String password) throws Exception { InputStream inputstream = null; KeyStore keystore = null; try { finally { inputstream = new BufferedInputStream(new FileInputStream(new File(path))); keystore = KeyStore.getInstance(KEYSTORE_TYPE); keystore.load(inputstream, password!= null? password.tochararray() : null); if (inputstream!= null) { inputstream.close(); return keystore; private String createurl(boolean secure) { int port = secure? HTTPS_PORT : HTTP_PORT; String protocol = secure? https : http ; String url = String.format(URL_PATTERN, protocol, SERVER, port); return url; public static void main(string[] args) { try { WebServiceClient webserviceclient = new WebServiceClient(false); String response = webserviceclient.invoke(new File( C:/request.xml )); System.out.println(response); catch (Exception e) { e.printstacktrace();

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Applying Application Delivery Technology to Web Services Overview The Cisco ACE XML Gateway is the newest

More information

EUCEG: Encryption process

EUCEG: Encryption process EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR HEALTH AND FOOD SAFETY General Affairs Information systems EUCEG: Encryption process Document Control Information Settings Document Title: Project Title: Document

More information

DCLI User's Guide. Data Center Command-Line Interface 2.9.1

DCLI User's Guide. Data Center Command-Line Interface 2.9.1 Data Center Command-Line Interface 2.9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

VMware vcenter Server Appliance Management Programming Guide. Modified on 28 MAY 2018 vcenter Server 6.7 VMware ESXi 6.7

VMware vcenter Server Appliance Management Programming Guide. Modified on 28 MAY 2018 vcenter Server 6.7 VMware ESXi 6.7 VMware vcenter Server Appliance Management Programming Guide Modified on 28 MAY 2018 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation on the VMware website at:

More information

App Orchestration 2.0

App Orchestration 2.0 App Orchestration 2.0 Getting Started with Citrix App Orchestration 2.0 Prepared by: Jenny Berger Commissioning Editor: Erin Smith Version: 1.0 Last Updated: April 4, 2014 Page 1 Contents Welcome to App

More information

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface Modified on 20 SEP 2018 Data Center Command-Line Interface 2.10.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

DCLI User's Guide. Data Center Command-Line Interface

DCLI User's Guide. Data Center Command-Line Interface Data Center Command-Line Interface 2.10.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY Managing and Auditing Organizational Migration to the Cloud 1 TELASA SECURITY About Me Brian Greidanus bgreidan@telasasecurity.com 18+ years of security and compliance experience delivering consulting

More information

A10 HARMONY CONTROLLER

A10 HARMONY CONTROLLER DATA SHEET A10 HARMONY CONTROLLER AGILE MANAGEMENT, AUTOMATION, ANALYTICS FOR MULTI-CLOUD ENVIRONMENTS PLATFORMS A10 Harmony Controller provides centralized agile management, automation and analytics for

More information

CloudStack Administration Guide

CloudStack Administration Guide CloudStack Administration Guide For CloudStack Version 3.0.0 3.0.2 Revised August 16, 2012 4:41 PM 2011, 2012 Citrix Systems, Inc. All rights reserved. Specifications are subject to change without notice.

More information

Advanced Service Design. vrealize Automation 6.2

Advanced Service Design. vrealize Automation 6.2 vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to

More information

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 January 04, 2016 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

DCLI User's Guide. Data Center Command-Line Interface 2.7.0

DCLI User's Guide. Data Center Command-Line Interface 2.7.0 Data Center Command-Line Interface 2.7.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product

More information

Introduction to the Cisco ANM Web Services API

Introduction to the Cisco ANM Web Services API 1 CHAPTER This chapter describes the Cisco ANM Web Services application programming interface (API), which provides a programmable interface for system developers to integrate with customized or third-party

More information

Overview of Web Services API

Overview of Web Services API CHAPTER 1 The Cisco IP Interoperability and Collaboration System (IPICS) 4.0(x) application programming interface (API) provides a web services-based API that enables the management and control of various

More information

vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes

vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes vrealize Operations Manager Management Pack for Hyperic 6.0 Last document update: 04 December 2014. Contents: New Features

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

FUJITSU Cloud Service K5 - API Management Service Description

FUJITSU Cloud Service K5 - API Management Service Description FUJITSU Cloud Service K5 - API Management Service Description March 22, 2018 1. API Management Service Overview API Management Service is built on Apigee Edge, an integrated API platform product provided

More information

Cloud Service Assurance for Virtualized Multiservice Data Center

Cloud Service Assurance for Virtualized Multiservice Data Center Datasheet Reliable Data Center & Cloud Service Delivery Through Pre-Integrated Operations Overview The Cisco Virtualized Multiservice Data Center (VMDC) is a set of specifications and guidelines for creating

More information

Active System Manager Version 8.0 User s Guide

Active System Manager Version 8.0 User s Guide Active System Manager Version 8.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

Foundations and Concepts. 20 September 2018 vrealize Automation 7.5

Foundations and Concepts. 20 September 2018 vrealize Automation 7.5 Foundations and Concepts 20 September 2018 vrealize Automation 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Forescout. eyeextend for ServiceNow. Configuration Guide. Version 2.0

Forescout. eyeextend for ServiceNow. Configuration Guide. Version 2.0 Forescout Version 2.0 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

ForeScout Extended Module for Carbon Black

ForeScout Extended Module for Carbon Black ForeScout Extended Module for Carbon Black Version 1.0 Table of Contents About the Carbon Black Integration... 4 Advanced Threat Detection with the IOC Scanner Plugin... 4 Use Cases... 5 Carbon Black Agent

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.1

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.1 ForeScout CounterACT Hybrid Cloud Module: VMware vsphere Plugin Version 2.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin...

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0. What s New

WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0. What s New WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0 What s New Contents Summary 3 Features Update 3 Enhanced User Interface.................................................... 3 Multisite Management.......................................................

More information

Cisco Data Center Network Manager 5.1

Cisco Data Center Network Manager 5.1 Cisco Data Center Network Manager 5.1 Product Overview Modern data centers are becoming increasingly large and complex. New technology architectures such as cloud computing and virtualization are adding

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting up the Outgoing Mail Server, page 2 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810 Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2 IaaS Integration for Multi- Machine Services vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Modified on 27 JUL 2017 vsphere Web Services SDK 6.5 vcenter Server 6.5 VMware ESXi 6.5 Developing and Deploying vsphere Solutions,

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

FUJITSU Cloud Service K5 - API Management Service Description

FUJITSU Cloud Service K5 - API Management Service Description FUJITSU Cloud Service K5 - API Management Service Description August 8, 2018 1. API Management Service Overview API Management Service is built on Apigee Edge, an integrated API platform product provided

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.6 Software User s Manual (SUM) Document Version 1.0 May 28, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

Forescout. eyeextend for MobileIron. Configuration Guide. Version 1.9

Forescout. eyeextend for MobileIron. Configuration Guide. Version 1.9 Forescout Version 1.9 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

FireScope Presentation. Updated: July 14, 2017

FireScope Presentation. Updated: July 14, 2017 FireScope Presentation Updated: July 14, 2017 Agenda 1. FireScope Introduction and Overview 2. Logging in to FireScope and Changing Dashboard Views 3. Global Filtering Capabilities and Common Examples

More information

Automation with Meraki Provisioning API

Automation with Meraki Provisioning API DEVNET-2120 Automation with Meraki Provisioning API Courtney M. Batiste, Solutions Architect- Cisco Meraki Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

Introduction. Overview of HCM. HCM Dashboard CHAPTER

Introduction. Overview of HCM. HCM Dashboard CHAPTER CHAPTER 1 This chapter describes the Hosted Collaboration Mediation (HCM) software. It includes: Overview of HCM, page 1-1 Terminology Used in HCM, page 1-2 HCM Dashboard Architecture, page 1-3 Starting

More information

TIBCO ActiveMatrix Policy Director Administration

TIBCO ActiveMatrix Policy Director Administration TIBCO ActiveMatrix Policy Director Administration Software Release 2.0.0 November 2014 Document Updated: January 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Forescout. Configuration Guide. Version 2.4

Forescout. Configuration Guide. Version 2.4 Forescout Version 2.4 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Standard Service Controller framework for IBM Cloud marketplace Metered usage from VM/BM s Guide

Standard Service Controller framework for IBM Cloud marketplace Metered usage from VM/BM s Guide Standard Service Controller framework for IBM Cloud marketplace Metered usage from VM/BM s Guide Author: Dominique Vernier IBM IT Architect Revision history Version # Date Created by 1.0.170 26 Feb 2015

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) Reference Document November 11, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved. Table of Contents Revision History...

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation

More information

Citrix Workspace Cloud

Citrix Workspace Cloud Citrix Workspace Cloud Roger Bösch Citrix Systems International GmbH Workspace Cloud is a NEW Citrix Management and Delivery Platform Customers Now Have a Spectrum of Workspace Delivery Options Done By

More information

Tenable.sc-Tenable.io Upgrade Assistant Guide, Version 2.0. Last Revised: January 16, 2019

Tenable.sc-Tenable.io Upgrade Assistant Guide, Version 2.0. Last Revised: January 16, 2019 Tenable.sc-Tenable.io Upgrade Assistant Guide, Version 2.0 Last Revised: January 16, 2019 Table of Contents Welcome to the Tenable.sc-Tenable.io Upgrade Assistant 3 Get Started 4 Environment Requirements

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources

VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources Workspace ONE UEM v9.6 Have documentation feedback? Submit a Documentation Feedback

More information

Tenable for Palo Alto Networks

Tenable for Palo Alto Networks How-To Guide Tenable for Palo Alto Networks Introduction This document describes how to deploy Tenable SecurityCenter and Nessus for integration with Palo Alto Networks next-generation firewalls (NGFW).

More information

Aim behind client server architecture Characteristics of client and server Types of architectures

Aim behind client server architecture Characteristics of client and server Types of architectures QA Automation - API Automation - All in one course Course Summary: In detailed, easy, step by step, real time, practical and well organized Course Not required to have any prior programming knowledge,

More information

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Windows VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Cisco ISE Ports Reference

Cisco ISE Ports Reference Cisco ISE Infrastructure Cisco ISE Infrastructure, on page 1 Cisco ISE Administration Node Ports, on page 2 Cisco ISE Monitoring Node Ports, on page 4 Cisco ISE Policy Service Node Ports, on page 6 Cisco

More information

ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS

ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS TECHNOLOGY DETAIL ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS ABSTRACT Enterprises engaged in deploying, managing, and scaling out Red Hat Enterprise Linux OpenStack Platform have

More information

Introducing VMware Validated Design Use Cases

Introducing VMware Validated Design Use Cases Introducing VMware Validated Design Use Cases VMware Validated Designs 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1 Introducing VMware Validated Design Use Cases Modified on 21 DEC 2017 VMware Validated Design 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Oracle Eloqua HIPAA Advanced Data Security Add-on Cloud Service

Oracle Eloqua HIPAA Advanced Data Security Add-on Cloud Service http://docs.oracle.com Oracle Eloqua HIPAA Advanced Data Security Add-on Cloud Service Configuration Guide 2018 Oracle Corporation. All rights reserved 07-Jun-2018 Contents 1 HIPAA 3 1.0.1 What is HIPAA?

More information

NetIQ Identity Manager Driver for REST Implementation Guide. February 2017

NetIQ Identity Manager Driver for REST Implementation Guide. February 2017 NetIQ Identity Manager Driver for REST Implementation Guide February 2017 Legal Notice For information about NetIQ trademarks, see https://www.netiq.com/company/legal/. Copyright (C) 2017 NetIQ Corporation.

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

IEEE Sec Dev Conference

IEEE Sec Dev Conference IEEE Sec Dev Conference #23, Improving Attention to Security in Software Design with Analytics and Cognitive Techniques Jim Whitmore (former) IBM Distinguished Engineer Carlisle, PA jjwhitmore@ieee.org

More information

SAS and F5 integration at F5 Networks. Updates for Version 11.6

SAS and F5 integration at F5 Networks. Updates for Version 11.6 SAS and F5 integration at F5 Networks Updates for Version 11.6 Managing access based on Identity Employees Partner Customer Administrator IT challenges: Control access based on user-type and role Unify

More information

70-247: Configuring and Deploying a Private Cloud with System Center 2012

70-247: Configuring and Deploying a Private Cloud with System Center 2012 70-247: Configuring and Deploying a Private Cloud with System Center 2012 Module 01 - Understanding the Private Cloud Lesson 1: Understanding the Private Cloud Cloud Comparisons Comparing the Private and

More information

HCX SERVER PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY

HCX SERVER PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY PRODUCT BRIEF & TECHNICAL FEATURES SUMMARY PRODUCT BRIEF A SERVER OPTIMIZED FOR A HYBRID WORLD The HCX Server is a Windows Server pre-bundled with integrated core IT services designed for small and midsize

More information

Introduction and Datacenter Topology For Your System

Introduction and Datacenter Topology For Your System Introduction and Datacenter Topology For Your System This chapter provides an introduction, a datacenter overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authentication for Cisco IPSec VPN For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

vsphere Upgrade Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0

vsphere Upgrade Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0 Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

VMware vsphere Replication Security Guide

VMware vsphere Replication Security Guide VMware Security Guide 6.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Venafi Platform. Architecture 1 Architecture Basic. Professional Services Venafi. All Rights Reserved.

Venafi Platform. Architecture 1 Architecture Basic. Professional Services Venafi. All Rights Reserved. Venafi Platform Architecture 1 Architecture Basic Professional Services 2018 Venafi. All Rights Reserved. Goals 1 2 3 4 5 Architecture Basics: An overview of Venafi Platform. Required Infrastructure: Services

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation

More information

Introduction and Data Center Topology For Your System

Introduction and Data Center Topology For Your System Introduction and Data Center Topology For Your System This chapter provides an introduction, a data center overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

BlackBerry UEM Configuration Guide

BlackBerry UEM Configuration Guide BlackBerry UEM Configuration Guide 12.9 2018-11-05Z 2 Contents Getting started... 7 Configuring BlackBerry UEM for the first time... 7 Configuration tasks for managing BlackBerry OS devices... 9 Administrator

More information

70-487: Developing Windows Azure and Web Services

70-487: Developing Windows Azure and Web Services 70-487: Developing Windows Azure and Web Services Candidates for this certification are professional developers that use Visual Studio 2015112017 11 and the Microsoft.NET Core Framework 4.5 to design and

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

O365 Solutions. Three Phase Approach. Page 1 34

O365 Solutions. Three Phase Approach. Page 1 34 O365 Solutions Three Phase Approach msfttechteam@f5.com Page 1 34 Contents Use Cases... 2 Use Case One Advanced Traffic Management for WAP and ADFS farms... 2 Use Case Two BIG-IP with ADFS-PIP... 3 Phase

More information

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany -

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany - Open XML Gateway User Guide Conventions Typographic representation: Screen text and KEYPAD Texts appearing on the screen, key pads like e.g. system messages, menu titles, - texts, or buttons are displayed

More information

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 Oracle Enterprise Manager System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 E24476-01 October 2011 The System Monitoring Plug-In for Oracle Unified Directory extends Oracle

More information

CounterACT VMware vsphere Plugin

CounterACT VMware vsphere Plugin Configuration Guide Version 2.0.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin... 5 What to Do... 5 Requirements... 5 CounterACT

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

BlackPearl Customer Created Clients Using Free & Open Source Tools

BlackPearl Customer Created Clients Using Free & Open Source Tools BlackPearl Customer Created Clients Using Free & Open Source Tools December 2017 Contents A B S T R A C T... 3 I N T R O D U C T I O N... 3 B U L D I N G A C U S T O M E R C R E A T E D C L I E N T...

More information

Cisco ISE Ports Reference

Cisco ISE Ports Reference Cisco ISE Infrastructure, page 1 Cisco ISE Administration Node Ports, page 2 Cisco ISE Monitoring Node Ports, page 4 Cisco ISE Policy Service Node Ports, page 5 Cisco ISE pxgrid Service Ports, page 10

More information

Cisco Solution for Private Cloud

Cisco Solution for Private Cloud Dubrovnik, Croatia, South East Europe 20-22 May, 2013 Cisco Solution for Private Cloud Sascha Merg Technical Solutions Architect 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco Connect

More information

vcloud Director API for NSX Programming Guide API Version 30.0 vcloud Director 9.1

vcloud Director API for NSX Programming Guide API Version 30.0 vcloud Director 9.1 vcloud Director API for NSX Programming Guide API Version 30.0 vcloud Director 9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Automating the Software-Defined Data Center with vcloud Automation Center

Automating the Software-Defined Data Center with vcloud Automation Center Automating the Software-Defined Data Center with vcloud Automation Center 10 June 2014 Chris Alleaume Senior Systems Engineer 2014 VMware Inc. All rights reserved. The Impact of the Accelerating Pace of

More information

Installing and Configuring VMware vrealize Orchestrator

Installing and Configuring VMware vrealize Orchestrator Installing and Configuring VMware vrealize Orchestrator vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

HP APPs v.12 Solutions for Dev-Ops

HP APPs v.12 Solutions for Dev-Ops HP APPs v.12 Solutions for Dev-Ops Kimberly Fort HP Software July 2014 Kimberly Fort Software Solutions Architect *5 Months with HP *17 Years experience using HP Tools & products *20 Years experience in

More information