O Cloud Deployment Manager vai chegar ao fim do suporte em 31 de dezembro de 2025. Se você usa o Deployment Manager, migre para o Infrastructure Manager ou uma tecnologia de implantação alternativa até 31 de dezembro de 2025 para garantir que seus serviços continuem sem interrupções.
Lista todos os manifestos de uma determinada implantação.
Faça o teste agora.
Solicitação
Solicitação HTTP
GET https://www.googleapis.com/deploymentmanager/v2beta1/projects/project/global/deployments/deployment/manifests
Parâmetros
Nome do parâmetro
Valor
Descrição
Parâmetros de caminho
deployment
string
O nome da implantação dessa solicitação.
project
string
O código do projeto dessa solicitação.
Parâmetros de consulta opcionais
filter
string
Uma expressão regular para filtrar os recursos listados.
maxResults
integer
Contagem máxima de resultados a serem retornados.
Os valores aceitáveis são de 0 a 100, inclusive.
(Padrão: 50)
pageToken
string
Especifica um nextPageToken retornado por uma solicitação de lista anterior. Esse
token pode ser usado para solicitar a próxima página de resultados de uma solicitação
de lista anterior.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-04 UTC."],[[["\u003cp\u003eThis is a deprecated version of the Deployment Manager API; users should switch to the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThis API endpoint lists all manifests for a specified deployment, requiring authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a GET operation that takes \u003ccode\u003edeployment\u003c/code\u003e and \u003ccode\u003eproject\u003c/code\u003e as path parameters, while supporting optional query parameters like \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003emaxResults\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns a list of manifests and a \u003ccode\u003enextPageToken\u003c/code\u003e for handling truncated results, if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eTo use this method, authorization with at least one of the specified scopes is required, allowing read-only or broader cloud management access.\u003c/p\u003e\n"]]],[],null,["# Manifests: list\n\n**Caution:** This is a **deprecated** version of the Deployment Manager API. Please use the [latest API version](/deployment-manager/latest) instead.\n\n\n**Requires [authorization](#auth)**\n\nLists all manifests for a given deployment.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/deploymentmanager/v2beta1/projects/project/global/deployments/deployment/manifests\n```\n\n### Parameters\n\n### Authorization\n\nThis request requires authorization with at least one of the following scopes ([read more about authentication and authorization](/deployment-manager/docs/reference/latest/authorization)).\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"manifests\": [\n manifests Resource\n ],\n \"nextPageToken\": string\n}\n```\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/deploymentmanager/v2beta1/deploymentmanager.manifests.list)."]]