Method: customers.deployments.get

  • Returns a requested deployment based on the provided name.

  • Uses a GET request with the specified URL structure.

  • Requires an empty request body.

  • Responds with a Deployment instance upon success.

  • Needs 'https://www.googleapis.com/auth/sasportal' authorization scope.

Returns a requested deployment.

HTTP request

GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the deployment.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Deployment.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/sasportal