Cloud One File Storage Security API (v1)
Download OpenAPI specification:Download
Cloud One File Storage Security API
List scan statistics
get/statistics/scans
List scan statistics.
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
{- "statistics": [
- {
- "from": "2021-01-01T11:00:00Z",
- "interval": "1h",
- "detections": 0,
- "scans": 1000,
- "failed": 0
}
], - "next": "dGhpcyB2YWx1ZSBpcyBvcGFxdWUsIGRlY29kaW5nIGl0IHdvbid0IGJlIHVzZWZ1bAo="
}