diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-10-04 20:59:18 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-10-07 14:05:22 -0400 |
commit | 139e8221933f4d72149601900b421921263e2ba3 (patch) | |
tree | 8080bab2ab0d0317a8b050c7f40cb066cf251ead /docker-compose | |
parent | abdff1bf331cc582d017cce9888828fa2e8f6260 (diff) |
Separate ncmp south-bound endpoints in openapi specs
- existing ncmp-cps swagger ui shows only northbound endpoints
- added cps-ncmp-internal for southbound endpoints
Issue-ID: CPS-722
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I6917a9c1cf6d033f7ed76f2172113d5e43ac84a7
Diffstat (limited to 'docker-compose')
-rw-r--r-- | docker-compose/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose/README.md b/docker-compose/README.md index ae26868224..3e6ab8367e 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -106,6 +106,7 @@ Swagger UI and Open API specifications are available to discover service endpoin * `http://localhost:<port-number>/swagger-ui.html` * `http://localhost:<port-number>/api-docs/cps-core/openapi.yaml` * `http://localhost:<port-number>/api-docs/cps-ncmp/openapi.yaml` +* `http://localhost:<port-number>/api-docs/cps-ncmp/openapi-inventory.yaml` with <port-number> being either `8080` if running the plain Java build or retrieved using following command if running from `docker-compose`: |