Method: customers.deployments.get
HTTP-запрос
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя deployment . |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр Deployment
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/sasportal
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-11-02 UTC.
[null,null,["Последнее обновление: 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"]]