Manifests

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

Resource representations



{
  "selfLink": string,
  "id": unsigned long,
  "name": string,
  "config": {
    "content": string
  },
  "imports": [
    {
      "name": string,
      "content": string
    }
  ],
  "expandedConfig": string,
  "insertTime": string,
  "layout": string
}
Property name Value Description Notes
config nested object Output only. The YAML configuration for this manifest.
config.content string The contents of the file.
expandedConfig string Output only. The fully-expanded configuration file, including any templates and references.
id unsigned long
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. Creation timestamp in RFC3339 text format.
layout string Output only. The YAML layout for this manifest.
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.