Method: soarDomains.export

Full name: projects.locations.instances.soarDomains.export

Export SoarDomains.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance from which to export SoarDomains. Format: projects/{project}/locations/{location}/instances/{instance}/soarDomains

Request body

The request body must be empty.

Response body

The list of SoarDomains on export.

If successful, the response body contains data with the following structure:

JSON representation
{
  "content": string,
  "filename": string,
  "mimeType": string
}
Fields
content

string (bytes format)

Output only. The CSV file content as bytes.

A base64-encoded string.

filename

string

Output only. Filename "Domains.csv".

mimeType

string

Output only. MIME type "text/csv".

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.