GET /scanner/scanprofiles/{profileid}/runs/{run_id}/results
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
profileid |
path |
Required |
Number (Integer) |
text/plain |
null |
run_id |
path |
Required |
Number (Integer) |
text/plain |
null |
Range |
header |
Optional |
String |
text/plain |
Optional - Use this parameter to restrict the number of elements that are returned in the list to a specified range. The list is indexed starting at zero. |
fields |
query |
Optional |
String |
text/plain |
Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas. |
HTTP Response Code | Unique Code | Description |
---|---|---|
404 |
1002 |
null |
422 |
1005 |
null |
500 |
1030 |
null |
Response Description
Response Sample
[
{
"base_score": 42.5,
"critical_details": "String",
"cve_ids": [
"String"
],
"exposure_id": 42,
"hostname": "String",
"informative_details": "String",
"ip_address": "String",
"open_services": [
"String"
],
"port": 42,
"temporal_score": 42.5,
"vulnerability": "String"
}
]