Full name: projects.locations.instances.dynamicParameters.export
Exports all DynamicParameters defined in the instance to a CSV file. Use this method to share classification rules across SecOps instances.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/dynamicParameters:export Path parameters
| Parameters | |
|---|---|
parent |
Required. Format: projects/{project}/locations/{location}/instances/{instance}/dynamicParameters:export |
Request body
The request body must be empty.
Response body
Response message for dynamicParameters.export.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "fileContents": string, "contentType": string } |
| Fields | |
|---|---|
fileContents |
Output only. The content of the dynamic parameters CSV file. A base64-encoded string. |
contentType |
Output only. The content type of the report. |
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.