Full name: projects.locations.instances.dynamicParameters.export
Export all DynamicParameters.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
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 |
Output only. The content of the dynamic parameters CSV file. A base64-encoded string. |
contentType |
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.