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 resource represents a single Google Cloud Platform resource. For example, a Compute Engine instance is a single resource, a BigQuery dataset is a single resource, and so on. You can define a list of resources in your configuration file, which is then deployed using the Deployment Manage service.
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 API version is deprecated; users should switch to the latest API version for Deployment Manager.\u003c/p\u003e\n"],["\u003cp\u003eA resource represents a single Google Cloud Platform entity, like a Compute Engine instance or a BigQuery dataset.\u003c/p\u003e\n"],["\u003cp\u003eResources are defined in a configuration file and deployed using the Deployment Manager service.\u003c/p\u003e\n"],["\u003cp\u003eEach resource has properties such as \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003emanifest\u003c/code\u003e, \u003ccode\u003eurl\u003c/code\u003e, \u003ccode\u003eerrors\u003c/code\u003e, \u003ccode\u003estate\u003c/code\u003e, and \u003ccode\u003eintent\u003c/code\u003e, as described.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides methods to \u003ccode\u003eget\u003c/code\u003e information about a single resource and \u003ccode\u003elist\u003c/code\u003e all resources in a deployment.\u003c/p\u003e\n"]]],[],null,["# Resources\n\n**Caution:** This is a **deprecated** version of the Deployment Manager API. Please use the [latest API version](/deployment-manager/latest) instead.\nA resource represents a single Google Cloud Platform resource. For example, a Compute Engine instance is a single resource, a BigQuery dataset is a single resource, and so on. You can define a list of resources in your configuration file, which is then deployed using the Deployment Manage service.\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```carbon\n{\n \"id\": unsigned long,\n \"name\": string,\n \"type\": string,\n \"manifest\": string,\n \"url\": string,\n \"errors\": [\n string\n ],\n \"state\": string,\n \"intent\": string\n}\n```\n\nMethods\n-------\n\n[get](/deployment-manager/v2beta1/resources/get)\n: Gets information about a single resource.\n\n[list](/deployment-manager/v2beta1/resources/list)\n: Lists all resources in a given deployment."]]