Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

note: Etsicatalog invokes SDC APIs through MSB.

You can download the following API swagger json file to view whole detail of APIs we used.

sdc_swagger.json

Dmaap

Etsicatalog invokes Dmaap APIs to subscribe topic and create a new apiKeys for topic

URLMethodDescription
/api/events/{topic}/{group}/{sonsumer_id}GETSubscribe to a MessageRouter topic
/api/apiKets/createPOST

Create apiKey from dmaap

/api/apiKeys/{apikey}GETGet 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.

...