You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of the action. Possible values are: RunAntiVirusScan, Offboard, LiveResponse, CollectInvestigationPackage, Isolate, Unisolate, StopAndQuarantineFile, RestrictCodeExecution, and UnrestrictCodeExecution.
scope
string
Scope of the action. Full or Selective for Isolation, Quick or Full for antivirus scan.
requestor
String
Identity of the person that executed the action.
externalID
String
Id the customer can submit in the request for custom correlation.
requestSource
string
The name of the user/application that submitted the action.
commands
array
Commands to run. Allowed values are PutFile, RunScript, GetFile.
cancellationRequestor
String
Identity of the person that canceled the action.
requestorComment
String
Comment that was written when issuing the action.
cancellationComment
String
Comment that was written when canceling the action.
status
Enum
Current status of the command. Possible values are: Pending, InProgress, Succeeded, Failed, TimeOut, and Cancelled.
machineId
String
ID of the machine on which the action was executed.
computerDnsName
String
Name of the machine on which the action was executed.
creationDateTimeUtc
DateTimeOffset
The date and time when the action was created.
cancellationDateTimeUtc
DateTimeOffset
The date and time when the action was canceled.
lastUpdateDateTimeUtc
DateTimeOffset
The last date and time when the action status was updated.
title
String
Machine action title.
relatedFileInfo
Class
Contains two Properties. string fileIdentifier, Enum fileIdentifierType with the possible values: Sha1, Sha256, and Md5.