Get package execution
Request a specific package execution resource belonging to a tenant. Use Get Package Executions to obtain the unique package execution ID.
Service endpoint | /packages/v2/executions/{unique_execution_id} |
Optional query string parameters | — |
Example | https://protectapi.cylance.com/packages/v2/executions/abebf88c-f283-4edc-834b-aa8ad3bc682c |
Method | HTTP/1.1 GET |
Request headers |
|
Request
None
Response
Please see the Response status codes for more information.
Response JSON schema
Field Name | Description |
---|---|
createdAt | This is the date and time (in UTC) when the execution was requested. |
createdBy | This is the user who requested the execution.
|
destination | This is the FTP, SFTP, or SAMBA URL for saving the results. |
deviceCount | This is the number of online devices at the moment the package execution request was made. |
deviceStatuses | These are the statuses of the package executions on the devices.
|
id | This is the ID of the execution resource. |
keepResultsLocally | This is the setting to save the results to the local disk drive. If true, the results are saved to file://[Cylance Data Directory]/Optics. |
name | This is the name of the execution. |
packageExecutions | This is the list of packages to execute.
|
target | These are the devices and/or zones to execute the package against.
|