blob: 99f0f2815d26db7b45737b9fa07c2153459f9100 [file] [log] [blame]
Sripadf860d6d2018-02-12 17:58:20 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
4
Sripadbcf88dc2018-02-13 16:53:35 +00005============================================
6Data Router (DR) API Guide
7============================================
8Introduction
9------------------
10
11The DataRouter(DR)provisioning API is an HTTPS-based,REST-like API for creating and managing DR feeds and subscriptions. The Data Routing System project is intended to provide a common framework by which data producers can make data available to data consumers and a way for potential consumers to find feeds with the data they require.
12
13
14HTTP Service APIs
15------------------
16
Emmett Cox8dde0cc2018-09-17 10:25:09 +010017DMaaP Data Router utilizes an HTTPS REST API to service all transactions. HTTPS and REST standards are followed so
18clients as varied as CURL, Java applications and even Web Browsers will work to interact with the Data Router.
Sripadf860d6d2018-02-12 17:58:20 +000019
20
21
22.. toctree::
Emmett Cox8dde0cc2018-09-17 10:25:09 +010023 :maxdepth: 1
Sripadf860d6d2018-02-12 17:58:20 +000024
Emmett Cox8dde0cc2018-09-17 10:25:09 +010025 data-router/data-router.rst
26 data-router/administration.rst
27 data-router/architecture.rst
28 data-router/configuration.rst
29 data-router/consumedapis.rst
30 data-router/DataRouterUserGuide.rst
31 data-router/delivery.rst
32 data-router/humaninterfaces.rst
33 data-router/logging.rst
34 data-router/release-notes.rst
35
Sripadf860d6d2018-02-12 17:58:20 +000036
37