Full name: projects.locations.instances.slaDefinitions.export
Exports all SlaDefinitions to a CSV file. Use this method to download a portable representation of the instance's service level commitments for backup or analysis.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/slaDefinitions:export Path parameters
| Parameters | |
|---|---|
parent |
Required. The instance from which to export SlaDefinitions. Format: projects/{project}/locations/{location}/instances/{instance}/slaDefinitions |
Request body
The request body must be empty.
Response body
The list of SlaDefinitions on export.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "content": string, "filename": string, "mimeType": string } |
| Fields | |
|---|---|
content |
Output only. The CSV file content as bytes. |
filename |
Output only. Filename, e.g. "SlaDefinitions.csv". |
mimeType |
Output only. MIME type. |
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.slaDefinitions.get
For more information, see the IAM documentation.