Method: soarNetworks.export

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

Export SoarNetworks.

HTTP request


Path parameters

Parameters
parent

string

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

Request body

The request body must be empty.

Response body

The SoarNetworks to export.

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

JSON representation
{
  "fileName": string,
  "contentType": string,
  "content": string
}
Fields
fileName

string

Required. The filename to export to.

contentType

string

Required. The content type of the file.

content

string

Required. The CSV file content.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.