- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- PreviewResult
- Try it!
Export Preview
results.
HTTP request
POST https://config.googleapis.com/v1/{parent=projects/*/locations/*/previews/*}:export
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The preview whose results should be exported. The preview value is in the format: 'projects/{projectId}/locations/{location}/previews/{preview}'. It takes the form |
Request body
The request body must be empty.
Response body
A response to previews.export
call. Contains preview results.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"result": {
object ( |
Fields | |
---|---|
result |
Output only. Signed URLs for accessing the plan files. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
config.googleapis.com/config.previews.export
For more information, see the IAM documentation.
PreviewResult
Contains a signed Cloud Storage URLs.
JSON representation |
---|
{ "binarySignedUri": string, "jsonSignedUri": string } |
Fields | |
---|---|
binary |
Output only. Plan binary signed URL |
json |
Output only. Plan JSON signed URL |