OBJECT
RansomwareResult
Description
Ransomware Investigation report from lambda service.
link GraphQL Schema definition
- type RansomwareResult {
- # The database ID of the ransomware result.
- String! :
- # The cluster ID of the object.
- UUID! :
- # The internal ID of the object.
- String! :
- # The internal ID of the snapshot.
- String! :
- # The internal fid of the snapshot.
- String! :
- # The date of the snapshot.
- DateTime! :
- # The probability of the snapshot being encrypted.
- Float! :
- # Indicates whether the snapshot is encrypted.
- Boolean! :
- # The internal managed ID of the object.
- String! :
- }
link Require by
- AnomalyResultAnomaly analysis report from lambda service.
- GetAnomalyDetailsReplyAnomaly analysis report from lambda service.
- Query
- RansomwareResultConnectionPaginated list of RansomwareResult objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- RansomwareResultEdgeWrapper around the RansomwareResult object. This wrapper is used for pagination.