Infrastructure Manager API: projects. Creates and manages Google Cloud Platform resources and infrastructure. See: https://cloud.google.com/infrastructure-manager/docsdocs/reference/rest/v1/projects
Infrastructure Manager API: projects. Creates and manages Google Cloud Platform resources and infrastructure. See: https://cloud.google.com/infrastructure-manager/docsdocs/reference/rest/v1/projects
(locations-deployments-create$ auth parameters body)
Required parameters: parent
Optional parameters: deploymentId, requestId
Body:
{:serviceAccount string, :labels {}, :latestRevision string, :stateDetail string, :errorCode string, :lockState string, :name string, :errorLogs string, :createTime string, :state string, :tfVersion string, :updateTime string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :importExistingResources boolean, :artifactsGcsBucket string, :deleteLogs string, :annotations {}, :workerPool string, :deleteBuild string, :deleteResults {:content string, :artifacts string, :outputs {}}, :tfVersionConstraint string, :quotaValidation string, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}}
Creates a Deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/create Required parameters: parent Optional parameters: deploymentId, requestId Body: {:serviceAccount string, :labels {}, :latestRevision string, :stateDetail string, :errorCode string, :lockState string, :name string, :errorLogs string, :createTime string, :state string, :tfVersion string, :updateTime string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :importExistingResources boolean, :artifactsGcsBucket string, :deleteLogs string, :annotations {}, :workerPool string, :deleteBuild string, :deleteResults {:content string, :artifacts string, :outputs {}}, :tfVersionConstraint string, :quotaValidation string, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}} Creates a Deployment.
(locations-deployments-delete$ auth parameters)
Required parameters: name
Optional parameters: requestId, force, deletePolicy
Deletes a Deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/delete Required parameters: name Optional parameters: requestId, force, deletePolicy Deletes a Deployment.
(locations-deployments-deleteState$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:lockId string}
Deletes Terraform state file in a given deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/deleteState Required parameters: name Optional parameters: none Body: {:lockId string} Deletes Terraform state file in a given deployment.
(locations-deployments-exportLock$ auth parameters)
Required parameters: name
Optional parameters: none
Exports the lock info on a locked deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/exportLock Required parameters: name Optional parameters: none Exports the lock info on a locked deployment.
(locations-deployments-exportState$ auth parameters body)
Required parameters: parent
Optional parameters: none
Body:
{:draft boolean}
Exports Terraform state file from a given deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/exportState Required parameters: parent Optional parameters: none Body: {:draft boolean} Exports Terraform state file from a given deployment.
(locations-deployments-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details about a Deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/get Required parameters: name Optional parameters: none Gets details about a Deployment.
(locations-deployments-getIamPolicy$ auth parameters)
Required parameters: resource
Optional parameters: options.requestedPolicyVersion
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/getIamPolicy Required parameters: resource Optional parameters: options.requestedPolicyVersion Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
(locations-deployments-importState$ auth parameters body)
Required parameters: parent
Optional parameters: none
Body:
{:lockId string}
Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/importState Required parameters: parent Optional parameters: none Body: {:lockId string} Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.
(locations-deployments-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists Deployments in a given project and location.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists Deployments in a given project and location.
(locations-deployments-lock$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{}
Locks a deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/lock Required parameters: name Optional parameters: none Body: {} Locks a deployment.
(locations-deployments-patch$ auth parameters body)
Required parameters: name
Optional parameters: updateMask, requestId
Body:
{:serviceAccount string, :labels {}, :latestRevision string, :stateDetail string, :errorCode string, :lockState string, :name string, :errorLogs string, :createTime string, :state string, :tfVersion string, :updateTime string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :importExistingResources boolean, :artifactsGcsBucket string, :deleteLogs string, :annotations {}, :workerPool string, :deleteBuild string, :deleteResults {:content string, :artifacts string, :outputs {}}, :tfVersionConstraint string, :quotaValidation string, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}}
Updates a Deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/patch Required parameters: name Optional parameters: updateMask, requestId Body: {:serviceAccount string, :labels {}, :latestRevision string, :stateDetail string, :errorCode string, :lockState string, :name string, :errorLogs string, :createTime string, :state string, :tfVersion string, :updateTime string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :importExistingResources boolean, :artifactsGcsBucket string, :deleteLogs string, :annotations {}, :workerPool string, :deleteBuild string, :deleteResults {:content string, :artifacts string, :outputs {}}, :tfVersionConstraint string, :quotaValidation string, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}} Updates a Deployment.
(locations-deployments-revisions-exportState$ auth parameters body)
Required parameters: parent
Optional parameters: none
Body:
{}
Exports Terraform state file from a given revision.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/exportState Required parameters: parent Optional parameters: none Body: {} Exports Terraform state file from a given revision.
(locations-deployments-revisions-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details about a Revision.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/get Required parameters: name Optional parameters: none Gets details about a Revision.
(locations-deployments-revisions-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists Revisions of a deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists Revisions of a deployment.
(locations-deployments-revisions-resources-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details about a Resource deployed by Infra Manager.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/resources/get Required parameters: name Optional parameters: none Gets details about a Resource deployed by Infra Manager.
(locations-deployments-revisions-resources-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists Resources in a given revision.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/revisions/resources/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists Resources in a given revision.
(locations-deployments-setIamPolicy$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:policy {:version integer, :bindings [Binding], :auditConfigs [AuditConfig], :etag string}, :updateMask string}
Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/setIamPolicy Required parameters: resource Optional parameters: none Body: {:policy {:version integer, :bindings [Binding], :auditConfigs [AuditConfig], :etag string}, :updateMask string} Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
(locations-deployments-testIamPermissions$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:permissions [string]}
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/testIamPermissions Required parameters: resource Optional parameters: none Body: {:permissions [string]} Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
(locations-deployments-unlock$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:lockId string}
Unlocks a locked deployment.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/deployments/unlock Required parameters: name Optional parameters: none Body: {:lockId string} Unlocks a locked deployment.
(locations-get$ auth parameters)
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/get
Required parameters: name
Optional parameters: none
Gets information about a location.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/get Required parameters: name Optional parameters: none Gets information about a location.
(locations-list$ auth parameters)
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/list
Required parameters: name
Optional parameters: filter, pageSize, pageToken
Lists information about the supported locations for this service.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/list Required parameters: name Optional parameters: filter, pageSize, pageToken Lists information about the supported locations for this service.
(locations-operations-cancel$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{}
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/operations/cancel Required parameters: name Optional parameters: none Body: {} Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
(locations-operations-delete$ auth parameters)
Required parameters: name
Optional parameters: none
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/operations/delete Required parameters: name Optional parameters: none Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
(locations-operations-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/operations/get Required parameters: name Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
(locations-operations-list$ auth parameters)
Required parameters: name
Optional parameters: filter, pageSize, pageToken
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/operations/list Required parameters: name Optional parameters: filter, pageSize, pageToken Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
(locations-previews-create$ auth parameters body)
Required parameters: parent
Optional parameters: previewId, requestId
Body:
{:serviceAccount string, :labels {}, :errorCode string, :logs string, :name string, :errorStatus {:code integer, :message string, :details [{}]}, :errorLogs string, :createTime string, :state string, :tfVersion string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :build string, :artifactsGcsBucket string, :deployment string, :annotations {}, :previewMode string, :workerPool string, :tfVersionConstraint string, :previewArtifacts {:content string, :artifacts string}, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}}
Creates a Preview.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/create Required parameters: parent Optional parameters: previewId, requestId Body: {:serviceAccount string, :labels {}, :errorCode string, :logs string, :name string, :errorStatus {:code integer, :message string, :details [{}]}, :errorLogs string, :createTime string, :state string, :tfVersion string, :tfErrors [{:resourceAddress string, :httpResponseCode integer, :errorDescription string, :error Status}], :build string, :artifactsGcsBucket string, :deployment string, :annotations {}, :previewMode string, :workerPool string, :tfVersionConstraint string, :previewArtifacts {:content string, :artifacts string}, :terraformBlueprint {:gcsSource string, :gitSource GitSource, :inputValues {}}} Creates a Preview.
(locations-previews-delete$ auth parameters)
Required parameters: name
Optional parameters: requestId
Deletes a Preview.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/delete Required parameters: name Optional parameters: requestId Deletes a Preview.
(locations-previews-export$ auth parameters body)
Required parameters: parent
Optional parameters: none
Body:
{}
Export Preview results.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/export Required parameters: parent Optional parameters: none Body: {} Export Preview results.
(locations-previews-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details about a Preview.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/get Required parameters: name Optional parameters: none Gets details about a Preview.
(locations-previews-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists Previews in a given project and location.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/previews/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists Previews in a given project and location.
(locations-terraformVersions-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details about a TerraformVersion.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/terraformVersions/get Required parameters: name Optional parameters: none Gets details about a TerraformVersion.
(locations-terraformVersions-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists TerraformVersions in a given project and location.
https://cloud.google.com/infrastructure-manager/docsapi/reference/rest/v1/projects/locations/terraformVersions/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists TerraformVersions in a given project and location.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close