This article describes how to initiate an action to list scan/isolation/deisolation status of the endpoint for the scan/isolation/deisolation initiated from Palo Alto Networks Cortex™ XSOAR command line interface.
Base command
malwarebytes-get-job-status
Input
Argument name | Description | Required |
job_id | The job_id of the initiated Scan/Isolation/Deisolation actions. | Required |
Context Output
Path | Type | Description |
Malwarebytes.Scan.Job_ID | string | The job_id of the initiated Scan/Isolation/Deisolation actions. |
Malwarebytes.Scan.Status | string | The scan Status for the host. |
Command example
!malwarebytes-get-job-status job_id=831afff7-7511-40be-a1ce-eace622e1e3e
Context example
{ "Malwarebytes.Scan": { "Status": "EXPIRED", "Job_ID": "831afff7-7511-40be-a1ce-eace622e1e3e" } }
Human readable output
Scan Status for the job_id 831afff7-7511-40be-a1ce-eace622e1e3e is EXPIRED
Return to the table of contents.