Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Machine.LiveResponse
List Machines
{ "@odata.context": "https://api.securitycenter.microsoft.com/api/$metadata#MachineActions/$entity", "id": "{machine_action_id}", "type": "LiveResponse", "requestor": "analyst@microsoft.com", "requestorComment": "Testing Live Response API", "status": "Pending", "machineId": "{machine_id}", "computerDnsName": "hostname", "creationDateTimeUtc": "2021-02-04T15:36:52.7788848Z", "lastUpdateDateTimeUtc": "2021-02-04T15:36:52.7788848Z", "errorHResult": 0, "commands": [ { "index": 0, "startTime": null, "endTime": null, "commandStatus": "Created", "errors": [], "command": { "type": "RunScript", "params": [ { "key": "ScriptName", "value": "minidump.ps1" }, { "key": "Args", "value": "OfficeClickToRun" } ] } }, { "index": 1, "startTime": null, "endTime": null, "commandStatus": "Created", "errors": [], "command": { "type": "GetFile", "params": [ { "key": "Path", "value": "C:\\windows\\TEMP\\OfficeClickToRun.dmp.zip" } ] } } ] }
Was this page helpful?