我想使用 Artifactory Xray 报告 api 来检索 pdf 报告。
当我执行请求时
curl -u username:password -X GET https://hostname.org:8082/xray/api/v1
我明白了
404 page not found
我想执行请求
curl -u username:password -X GET https://hostname.org:8082/xray/api/v1/reports/export/{15}?file_name=vuln_report_1&format=pdf
对此的任何帮助将不胜感激。