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. |
|
selfLink |
string |
Output only. Self link for the manifest. |