curl --request GET \
--url https://app-preprod.cybedefend.com/project/{projectId}/scan/{scanId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"state": "queued",
"language": [
"<string>"
],
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"private": true,
"initializerUserId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"scanType": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"containers": [
[
{}
]
],
"progress": 123,
"step": "<string>",
"vulnerabilityDetected": 123
}
curl --request GET \
--url https://app-preprod.cybedefend.com/project/{projectId}/scan/{scanId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"state": "queued",
"language": [
"<string>"
],
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"private": true,
"initializerUserId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"scanType": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"containers": [
[
{}
]
],
"progress": 123,
"step": "<string>",
"vulnerabilityDetected": 123
}
Scan found
The response is of type object
.