v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Creates a new ArchiveDeployment.

post/v1/{+parent}/archiveDeployments

Path parameters

parentstring required

Required. The Environment this Archive Deployment will be created in.

Request body

labelsobject

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

gcsUristring

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

namestring

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

createdAtstring int64

Output only. The time at which the Archive Deployment was created in milliseconds since the epoch.

updatedAtstring int64

Output only. The time at which the Archive Deployment was updated in milliseconds since the epoch.

operationstring

Output only. A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

Response

Successful response