Cloud Deployment Manager will reach end of support on December 31, 2025. If you currently use Deployment Manager, please migrate to Infrastructure Manager or an alternative deployment technology by December 31, 2025 to ensure your services continue without interruption.
Stay organized with collections
Save and categorize content based on your preferences.
Caution: This is a deprecated
version of the Deployment Manager API. Please use the
latest API version instead.
A manifest is a read-only fully expanded list of all resources for a deployment. For each update made to the deployment, Deployment Manager creates a new manifest file.
For a list of methods for this resource, see the end of this page.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eThis documentation is for a deprecated version of the Deployment Manager API, and users should use the latest version instead.\u003c/p\u003e\n"],["\u003cp\u003eA manifest represents a read-only, fully expanded list of all resources within a deployment, with a new manifest created for each update.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of a manifest include its configuration (\u003ccode\u003econfig\u003c/code\u003e), expanded configuration (\u003ccode\u003eevaluatedConfig\u003c/code\u003e), unique ID (\u003ccode\u003eid\u003c/code\u003e), associated imported files (\u003ccode\u003eimports\u003c/code\u003e), creation timestamp (\u003ccode\u003einsertTime\u003c/code\u003e), and layout (\u003ccode\u003elayout\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe manifest resource contains two methods that allow the user to get information on a specific manifest, as well as list all manifests for a given deployment.\u003c/p\u003e\n"]]],[],null,["# Manifests\n\n**Caution:** This is a **deprecated** version of the Deployment Manager API. Please use the [latest API version](/deployment-manager/latest) instead.\nA manifest is a read-only fully expanded list of all resources for a deployment. For each update made to the deployment, Deployment Manager creates a new manifest file.\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n```text\n{\n \"id\": unsigned long,\n \"selfLink\": string,\n \"insertTime\": string,\n \"name\": string,\n \"config\": string,\n \"imports\": [\n {\n \"name\": string,\n \"content\": string\n }\n ],\n \"evaluatedConfig\": string,\n \"layout\": string\n}\n```\n\nMethods\n-------\n\n[get](/deployment-manager/v2beta2/manifests/get)\n: Gets information about a specific manifest.\n\n[list](/deployment-manager/v2beta2/manifests/list)\n: Lists all manifests for a given deployment."]]