GoogleApi.Apigee.V1.Api.Organizations.apigee_organizations_environments_apis_revisions_deploy
You're seeing just the function
apigee_organizations_environments_apis_revisions_deploy
, go back to GoogleApi.Apigee.V1.Api.Organizations module for more information.
Link to this function
apigee_organizations_environments_apis_revisions_deploy(connection, name, optional_params \\ [], opts \\ [])
View SourceSpecs
apigee_organizations_environments_apis_revisions_deploy( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Deployment.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deploys a revision of an API proxy. If another revision of the same API proxy revision is currently deployed, set the override
parameter to true
to have this revision replace the currently deployed revision. You cannot invoke an API proxy until it has been deployed to an environment. After you deploy an API proxy revision, you cannot edit it. To edit the API proxy, you must create and deploy a new revision. For a request path organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments
, two permissions are required: apigee.deployments.create
on the resource organizations/{org}/environments/{env}
apigee.proxyrevisions.deploy
on the resource organizations/{org}/apis/{api}/revisions/{rev}
Parameters
-
connection
(type:GoogleApi.Apigee.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Name of the API proxy revision deployment in the following format:organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:override
(type:boolean()
) - Flag that specifies whether the new deployment replaces other deployed revisions of the API proxy in the environment. Setoverride
totrue
to replace other deployed revisions. By default,override
isfalse
and the deployment is rejected if other revisions of the API proxy are deployed in the environment. -
:sequencedRollout
(type:boolean()
) - Flag that specifies whether to enable sequenced rollout. If set totrue
, a best-effort attempt will be made to roll out the routing rules corresponding to this deployment and the environment changes to add this deployment in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The GenerateDeployChangeReport API may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment. -
:serviceAccount
(type:String.t
) - Google Cloud IAM service account. The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com
.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Deployment{}}
on success -
{:error, info}
on failure