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.
Lists all resource types for Deployment Manager.
Try it now.
Request
HTTP request
GET https://www.googleapis.com/deploymentmanager/v2beta2/projects/project/global/types
Parameters
Parameter name
Value
Description
Path parameters
project
string
The project ID for this request.
Optional query parameters
filter
string
Sets a filter expression for filtering listed resources, in the form
filter={expression}. Your {expression} must
be in the format: field_name comparison_string literal_string.
The field_name is the name of the field you want to compare.
Only atomic field types are supported (string, number, boolean). The
comparison_string must be either eq (equals) or
ne (not equals). The literal_string is the string
value to filter to. The literal value must be valid for the type of field
you are filtering by (string, number, boolean). For string fields, the
literal value is interpreted as a regular expression
using RE2
syntax. The literal value must match the entire field.
For example, filter=name ne example-instance.
Compute Engine Beta API Only: If you use filtering in the
Beta API, you can also filter
on nested fields. For example, you could filter on instances that have
set the scheduling.automaticRestart field to
true. In particular, use filtering on nested fields to take
advantage of
instance labels
to organize and filter results based on label values.
The Beta API also supports filtering on multiple expressions by providing
each separate expression within parentheses.
For example,
(scheduling.automaticRestart eq true) (zone eq us-central1-f).
Multiple expressions are treated as AND expressions meaning
that resources must match all expressions to pass the filters.
maxResults
unsigned integer
The maximum number of results per page that should be returned.
If the number of available results is larger than maxResults,
Compute Engine returns a nextPageToken that can be used to get
the next page of results in subsequent list requests.
Acceptable values are 0 to 500, inclusive.
(Default: 500)
pageToken
string
Specifies a page token to use. Set pageToken to the
nextPageToken returned by a previous list request to get
the next page of results.
[[["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 available at [/deployment-manager/latest].\u003c/p\u003e\n"],["\u003cp\u003eThis endpoint lists all resource types for Deployment Manager and requires authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eproject\u003c/code\u003e path parameter is required, and optional query parameters include \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003emaxResults\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e to customize the results.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is needed, requiring one of the following scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/ndev.cloudman.readonly\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/ndev.cloudman\u003c/code\u003e, or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform.read-only\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe successful response will contain a JSON object with a list of resource types and a token, \u003ccode\u003enextPageToken\u003c/code\u003e, for paginated results if needed.\u003c/p\u003e\n"]]],[],null,["# Types: 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 resource types for Deployment Manager.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/deploymentmanager/v2beta2/projects/project/global/types\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 \"types\": [\n types 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/v2beta2/deploymentmanager.types.list)."]]