Bulk Export Resource Archives
GET/config/api/v1/tenant/:prisma_id/archiveList
Returns a list that has details about (and optionally, links for) the compressed archive files that contain the configuration details for assets that were deleted in the specified time period.
Each archive file contains the configuration details for up to 50,000 assets that belong to a cloud account ID and were deleted on a specific day.
The returned list has a maximum of 10 items. Each item is itself an array that has details about the archive file and (optionally) a temporary presigned URL for downloading the file. If the number of archive files exceeds 10, the response includes a URL (nextPageUrl) that you can use to get the next 10 archive files.
This endpoint checks the date on which an asset was deleted against the specified dates. If the asset was deleted on or after the specified start_date and on or before the specified end_date, and subsequently archived, it is included in an archive file returned by this endpoint.
Users must have the “System Admin” role in Prisma Cloud to invoke this endpoint.
Rate Limits
The following rate limits apply:
- Request Rate Limit: 80/minute
Request
Responses
- 200
- 400
- 401
- 403
- 405
- 425
- 429
Successfully retrieved details for the compressed archive files for the specified time period
Bad Request
Unauthorized Access
Tenant License Expired
Wrong Http Method
Too Early to access the resource
Rate Limit Exceeded