Full name: projects.locations.instances.customLists.export
Exports selected custom lists as a CSV file. Use this method to share ecustom lists across instances or for offline analysis.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/customLists:export Path parameters
| Parameters | |
|---|---|
parent |
Required. The instance to list CustomLists for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "customLists": [ string ] } |
| Fields | |
|---|---|
customLists[] |
Required. The custom lists ids to export. |
Response body
Response message to export custom lists.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "fileContent": string } |
| Fields | |
|---|---|
fileContent |
Output only. The content of a file containing the exported custom lists as CSV. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.customLists.get
For more information, see the IAM documentation.