Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Authentication

Authentication

Perform user authentication in the Administrator tool before you perform REST calls.
  1. Send a POST request to the following URL:
    http://<hostname>:<port>/administrator/Login.do
    Specify the username and password in x-www-form-urlencoded format.
    EDS creates a cookie that it uses to authenticate your username in the Administrator tool.
  2. After EDS creates the cookie, use the following base URL to access the REST APIs:
    http://<hostname>:<port>/administrator/api

0 COMMENTS

We’d like to hear from you!