Method: customers.deployments.get
Richiesta HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}
L'URL utilizza la sintassi gRPC Transcoding.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome del deployment .
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Deployment
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/sasportal
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-11-02 UTC.
[null,null,["Ultimo aggiornamento 2022-11-02 UTC."],[[["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."]]],["A `GET` request retrieves a specific deployment using its name within a URL structure: `https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}`. The `name` is a required path parameter, specifying the target deployment. The request body must be empty. A successful response returns a Deployment object, and the process requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. The path parameter is the only action parameter.\n"]]