Skip to content
Jeremy Barlow edited this page Aug 21, 2018 · 2 revisions

McAfee ePolicy Orchestrator (ePO) DXL Javascript Client Library

See the navigation bar on the right for an overview of the McAfee ePolicy Orchestrator (ePO) JavaScript Client Library and examples.

Overview

The McAfee ePolicy Orchestrator (ePO) DXL JavaScript client library provides a high level wrapper for invoking ePO remote commands via the Data Exchange Layer (DXL) fabric.

The purpose of this library is to allow users to invoke ePO remote commands without having to focus on lower-level details such as ePO-specific DXL topics and message formats.

This client requires an ePO DXL service to be running and available on the DXL fabric.

  • If version 5.0 or later of the DXL ePO extensions are installed on your ePO server, an ePO DXL service should already be running on the fabric.
  • If you are using an earlier version of the DXL ePO extensions, you can use the McAfee ePolicy Orchestrator (ePO) DXL Python Service.

Installation

To start using the McAfee ePolicy Orchestrator (ePO) DXL Javascript Client Library:

  • Download the Latest Release
  • Extract the release .zip file.
  • View the README.html file located at the root of the extracted files.
    • The README links to the documentation which includes installation instructions, API details, and samples.
    • The SDK documentation is also available on-line here.

Clone this wiki locally