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.
Resource representations
{
  "id": unsigned long,
  "selfLink": string,
  "insertTime": string,
  "name": string,
  "config": string,
  "imports": [
    {
      "name": string,
      "content": string
    }
  ],
  "evaluatedConfig": string,
  "layout": 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. | |
| imports[] | list | [Output Only] The imported files for this manifest. | |
| imports[].content | string | The contents of the file. | |
| imports[].name | string | The name of the file. | |
| insertTime | string | [Output Only] Timestamp when the manifest was created, in RFC3339 text format. | |
| layout | string | [Output Only] The YAML layout for this manifest. | |
| name | string | [Output Only] The name of the manifest. | |
| selfLink | string | [Output Only] Self link for the manifest. |