Skip to content

Dependency Package Data Microservice - Create, Update and Delete

License

Notifications You must be signed in to change notification settings

karamjotsingh/ortelius-ms-dep-pkg-cud

 
 

Repository files navigation

ortelius-ms-dep-pkg-cud

Dependency Package Data Microservice - Create, Update and Delete

HELM_CHART

  • port:8080
  • package name : deppkg

postgress test database docker image - [https://github.com/ortelius/test-database] Pull and run the above image

Create Table Componentdeps with [https://github.com/ortelius/ortelius/blob/main/dmadminweb/WebContent/WEB-INF/schema/2021070702.sql] SQl query.

Microservice

  • url: localhost:5000/msapi/deppkg

methods:

  • POST

    sample call:

    curl -X POST - -H "Content-Type: application/json" -d @FILENAME DESTINATION http://localhost:5000/msapi/deppkg?compid=1234
    
  • DELETE

    Deletes component by component id passed as query Parameter

    sample call:

    curl -X DELETE localhost:5000/msapi/compitem?comp_id=1
    

About

Dependency Package Data Microservice - Create, Update and Delete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.7%
  • Smarty 9.6%
  • Dockerfile 3.7%