Upload File #43
-
@GMishx I am not able to understand the use of |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
From REST API, upload and scan are two different processes. First the file needs to be uploaded and in response, you will get the upload id Then a second call needs to be done on that upload ID to trigger the scans: https://github.com/fossology/fossology/wiki/FOSSology-REST-API#4-schedule-scan-agents |
Beta Was this translation helpful? Give feedback.
-
No @GMishx, Thanks for the help. |
Beta Was this translation helpful? Give feedback.
-
@GMishx |
Beta Was this translation helpful? Give feedback.
From REST API, upload and scan are two different processes. First the file needs to be uploaded and in response, you will get the upload id
https://github.com/fossology/fossology/wiki/FOSSology-REST-API#2-uploading-a-new-package
Then a second call needs to be done on that upload ID to trigger the scans: https://github.com/fossology/fossology/wiki/FOSSology-REST-API#4-schedule-scan-agents