Manage Legal Hold Files
Manage Legal Hold Files
This endpoint allows different operations to be performed on legal hold files.
Request Endpoint
https://<tenant-URL>/api/v1/legalhold
Valid parameters are:
Key | Value | Description |
---|---|---|
token | string | Required. The token obtained from the REST API page in the Netskope UI ( Settings > Tools > Rest API v1) is required. We recommend that you place the token in the body of the request, not in the endpoint URL. |
op | get-files | download-url | take-action |
|
legal_hold_profile_id | ID of a legal hole profile |
|
starttime | Unix epoch time (rounded off to nearest period). |
|
endtime | Unix epoch time (rounded off to nearest period). |
|
file_id | ID of a file, needed to identify a file. |
|
action | mark-processed |
|
type | processed | unprocessed |
|
The downloaded legal hold file operates the same way as a quarantine file. Refer to the Quarantine section for more details.