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.
[[["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 API version is deprecated; users should switch to the latest API version.\u003c/p\u003e\n"],["\u003cp\u003eA manifest is a read-only list of all resources for a specific deployment.\u003c/p\u003e\n"],["\u003cp\u003eEach deployment has one manifest file.\u003c/p\u003e\n"],["\u003cp\u003eManifest properties include \u003ccode\u003econfig\u003c/code\u003e, \u003ccode\u003eevaluatedConfig\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, and \u003ccode\u003eselfLink\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAvailable methods include \u003ccode\u003eget\u003c/code\u003e to get info on a specific manifest and \u003ccode\u003elist\u003c/code\u003e to see all manifests for a 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 deployment, there is a single 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```text\n{\n \"id\": unsigned long,\n \"selfLink\": string,\n \"name\": string,\n \"config\": string,\n \"evaluatedConfig\": string\n}\n```\n\nMethods\n-------\n\n[get](/deployment-manager/v2beta1/manifests/get)\n: Gets information about a specific manifest.\n\n[list](/deployment-manager/v2beta1/manifests/list)\n: Lists all manifests for a given deployment."]]