Table of Contents |
---|
...
note: Etsicatalog invokes SDC APIs through MSB.
You can download the following API swagger json file to view whole detail of APIs we used.
Dmaap
Etsicatalog invokes Dmaap APIs to subscribe topic and create a new apiKeys for topic
URL | Method | Description |
---|---|---|
/api/events/{topic}/{group}/{sonsumer_id} | GET | Subscribe to a MessageRouter topic |
/api/apiKets/create | POST | Create apiKey from dmaap |
/api/apiKeys/{apikey} | GET | Get apiKeys from dmaap |
You can access the Dmaap APIs(MR) to view the whole detail of APIs that Dmaap offered.
Micro Service Bus
Etsicatalog invokes Micro Service Bus APIs to register service to MSB.
...