GET
/
waap
/
v1
/
domains
/
{domain_id}
/
api-discovery
/
scan-results
/
{scan_id}
curl --request GET \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/api-discovery/scan-results/{scan_id} \
  --header 'APIKey: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z",
  "status": "SUCCESS",
  "type": "TRAFFIC_SCAN",
  "message": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

scan_id
string
required

The scan ID

Response

200
application/json

Successful Response

The result of a scan