Get scan details
GET https://www.digicert.com/services/v2/vulnerability-assessment/{{order_id}}/details
Use this endpoint to get details about the vulnerability scan for an order.
Replace {{order_id}}
in the URL with the ID of the order. To get the ID values for orders in your account, use the List orders endpoint.
Example requests & responses
Filters and URL query parameters
This endpoint supports filters, sorting, and pagination. For general information and examples of the syntax to use when applying filters and sorting results, see Services API - Filters, sorting, and pagination parameters.
Name | Req/Opt | Type | Description |
---|---|---|---|
filters[ | optional | string | Filters results by the specified property. Replace
|
sort | optional | string | Sorts results by the value of one or more properties. By default, sorts results in ascending alphabetical order (0-9, A-Z). To sort in descending alphabetical order (9-0, Z-A), prefix the property name with a minus ( To sort by multiple properties, separate the name of each property with a comma. Sort hierarchy matches the order of properties in this list. This endpoint supports sorting by the following properties:
|
offset | required | int | Index of the first result to include in the response. Default: |
limit | required | int | Total number of results to include in the response. Max: |
Response parameters
Name | Type | Description |
---|---|---|
domains_scan_details | array | List of objects with vulnerability assessment details for domains on the scanned order. |
.. host_name | string | The scanned domain. |
.. scan_start_date | string | Timestamp indicating when the scan started. Format: Example: |
.. scan_end_date | string | Timestamp indicating when the scan finished. Format: Example: |
.. vulnerability_status | string | Vulnerability status of the domain. Possible values:
|
.. notification_status | string | Notification settings for vulnerability assessments that you request for this order. Possible values:
|
.. critical_vulnerabilities_count | int | Number of critical vulnerabilities found. |
.. severe_vulnerabilities_count | int | Number of severe vulnerabilities found. |
.. moderate_vulnerabilities_count | int | Number of moderate vulnerabilities found. |
.. is_download_available | bool | Whether a PDF report with assessment results is available for download. To download the assessment results, use the Download results endpoint. |
.. is_rescan_available | bool | Whether you can queue the domain to be rescanned. |
.. is_site_enabled | bool | Whether scans are enabled for this domain. |
object | Details about results. Modified using URL query strings. |