PUT
/
waap
/
v1
/
domains
/
{domain_id}
/
insights
/
{insight_id}
curl --request PUT \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/insights/{insight_id} \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "OPEN"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "insight_type": "high-risk-ip-allowed",
  "labels": {},
  "first_seen": "2023-11-07T05:31:56Z",
  "last_seen": "2023-11-07T05:31:56Z",
  "last_status_change": "2023-11-07T05:31:56Z",
  "status": "OPEN",
  "description": "A request originated from a high-risk IP: 1.2.3.4, but it was allowed by rule: 'my custom rule' the description of the insight",
  "recommendation": "disable or delete rule \"my-custom-rule\""
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

insight_id
string
required

The ID of the insight

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.