Manifests

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 deployment, there is a single manifest file.

For a list of methods for this resource, see the end of this page.

Resource representations

{
  "id": unsigned long,
  "selfLink": string,
  "name": string,
  "config": string,
  "evaluatedConfig": string
}
Property name Value Description Notes
config string [Output Only] The YAML configuration for this manifest.
evaluatedConfig string [Output Only] The fully-expanded configuration file, including any templates and references.
id unsigned long [Output Only] Unique identifier for the resource; defined by the server.
name string [Output Only] The name of the manifest.

Methods

get
Gets information about a specific manifest.
list
Lists all manifests for a given deployment.