blob: f7dae490ef10f2971fbfd6e84a03c9ed384aa147 [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
17DMaaP Message Router utilizes an HTTP REST API to service all transactions. HTTP and REST standards are followed so
18clients as varied as CURL, Java applications and even Web Browsers will
19work to interact with the Data Router.
Sripadf860d6d2018-02-12 17:58:20 +000020
21
22
23.. toctree::
Sripadbcf88dc2018-02-13 16:53:35 +000024 :maxdepth: 3
Sripadf860d6d2018-02-12 17:58:20 +000025
26 data-router/data-router
27
28