Get package
Request a specific package resource belonging to a tenant. Use get packages to obtain the unique package ID.
|
Service endpoint |
/packages/v2/{unique_package_id} |
|
Optional query string parameters |
— |
|
Example |
https://protectapi.cylance.com/packages/v2/e378dacb-9324-453a-b8c6-5a8406952195 |
|
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 |
|---|---|
|
category |
This is the category of the package. The values are custom or cylance. |
|
downloadUrl |
This is the URL to download the package from. |
|
packageDescriptor |
This is the package metadata, provided by the user.
|
|
packageId |
This is the unique identifier for the package. |
|
playbookCount |
This is the number of playbooks that the package is associated with. |
|
size |
This is the size of the package, in bytes. |
|
status |
This is the status of the package in the upload process. The statuses are started, success, failed, and timeout. |
|
timeout |
This is the amount of time (in seconds) for a package upload before the status changes to timeout. |
|
uploadedBy |
These are the unique identifiers of the user who uploaded the package.
|
|
uploadedOn |
This is the date and time (in UTC) when the package was uploaded. |