List events
get/events
List events.
SecurityTrend Micro Cloud One API Key
Request
query Parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
503
Service Unavailable
Response samples
- 200
- 400
- 401
- 500
- 503
application/json
{- "events": [
- {
- "type": "scan",
- "time": "2021-01-01T11:00:00Z",
- "data": {
- "filename": "d3687a9901811b95460eca49717599d978fee2ede109fdad1aa0f5601965126f",
- "storage": "scanning-bucket",
- "provider": "aws",
- "providerAccount": "123456789012",
- "detections": [
- {
- "type": "malware",
- "malwareType": "Virus",
- "malware": "Eicar_test_file"
}
], - "errors": [
- {
- "type": "licenseError",
- "details": {
- "errorMessage": "failed to verify license: failed to verify jwt: jwt is invalid: invalid token supplied"
}
}
]
}
}
], - "next": "dGhpcyB2YWx1ZSBpcyBvcGFxdWUsIGRlY29kaW5nIGl0IHdvbid0IGJlIHVzZWZ1bAo="
}