- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- InlineDestination
Full name: projects.locations.instances.nativeDashboards.export
Exports the dashboards.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/nativeDashboards:export Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource that the dashboards to be exported belong to. Format: projects/{project}/locations/{region}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "names": [ string ] } |
| Fields | |
|---|---|
names[] |
Required. The resource names of the dashboards to export. |
Response body
Response message for exporting a dashboard.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field destination. Destination for the exported data. destination can be only one of the following: |
|
inlineDestination |
The data for the exported dashboards included directly in the response. |
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.nativeDashboards.list
For more information, see the IAM documentation.
InlineDestination
InlineDestination for exporting a dashboard.
| JSON representation |
|---|
{
"dashboards": [
{
object ( |
| Fields | |
|---|---|
dashboards[] |
Dashboards with charts and queries. |