This package provides the servlets used by the provisioning server for the Data Router application. URLs are from the document URLs for DR Release 1 Version 1.2.

URL Path Summary 
URL Path Symbolic Name Servlet Name Allowed Methods
/ <drFeedsUrl> {@link org.onap.dmaap.datarouter.provisioning.DRFeedsServlet} DELETE GET POST PUT
/feed/feedid <feedUrl> {@link org.onap.dmaap.datarouter.provisioning.FeedServlet} DELETE GET POST PUT
/publish/feedid <publishUrl> {@link org.onap.dmaap.datarouter.provisioning.PublishServlet} DELETE GET POST PUT
/subscribe/feedid <subscribeUrl> {@link org.onap.dmaap.datarouter.provisioning.SubscribeServlet} DELETE GET POST PUT
/feedlog/feedid <feedLogUrl> {@link org.onap.dmaap.datarouter.provisioning.FeedLogServlet} DELETE GET POST PUT
/subs/subid <subscriptionUrl> {@link org.onap.dmaap.datarouter.provisioning.SubscriptionServlet} DELETE GET POST PUT
/sublog/subid <subLogUrl> {@link org.onap.dmaap.datarouter.provisioning.SubLogServlet} DELETE GET POST PUT
/internal/* <internalUrl> {@link org.onap.dmaap.datarouter.provisioning.InternalServlet} DELETE GET POST PUT
/internal/route/* <routeUrl> {@link org.onap.dmaap.datarouter.provisioning.RouteServlet} DELETE GET POST PUT