Skip to content

Dependency Package Data Microservice - Create, Update and Delete

License

Notifications You must be signed in to change notification settings

cyvcloud/ms-dep-pkg-cud

 
 

Repository files navigation

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

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.5%
  • Smarty 7.0%
  • Dockerfile 5.4%
  • Shell 1.1%