access-token: ********************curl --location '/admin/network/security/attack_events?datasource_id=undefined&type=undefined&action=undefined&network_address_type=undefined&network_address=undefined&is_auto=undefined&status=undefined&page=undefined&page_size=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"events": [
{
"id": 0,
"name": "string",
"type": "string",
"action": "string",
"network_address": "string",
"network_address_type": "string",
"status": "string",
"is_auto": true,
"remark": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"datasource": {
"id": 0,
"name": "string"
},
"network_address_metadata": {
"type": "string",
"description": "string",
"block": {
"id": 0,
"cidr": "string",
"group": {
"id": 0,
"name": "string"
}
}
}
}
],
"total": 0
}