Full name: projects.locations.instances.soarNetworks.export
Export SoarNetworks.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
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 |
Required. The filename to export to. |
contentType |
Required. The content type of the file. |
content |
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.