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
- 2/27/23 - CVE-2023-25139