Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.65 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.65 KB

ortelius-ms-dep-pkg-cud

Release license

Build MegaLinter CodeQL OpenSSF -Scorecard

Discord Dependency Package Data Microservice - Create, Update and Delete

HELM_CHART

  • port:8080
  • package name : deppkg

postgress test database docker image Pull and run the above image

Create Table Componentdep 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

Fixed CVEs