Method: dynamicParameters.export

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

Export all DynamicParameters.

HTTP request


Path parameters

Parameters
parent

string

Required. Format: projects/{project}/locations/{location}/instances/{instance}/dynamicParameters:export

Request body

The request body must be empty.

Response body

Response message for dynamicParameters.export.

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

JSON representation
{
  "fileContents": string,
  "contentType": string
}
Fields
fileContents

string (bytes format)

Output only. The content of the dynamic parameters CSV file.

A base64-encoded string.

contentType

string

Output only. The content type of the report.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.