Cloud Deployment Manager akan mencapai akhir dukungan pada 31 Desember 2025. Jika saat ini Anda menggunakan Deployment Manager, migrasikan ke Infrastructure Manager atau teknologi deployment alternatif paling lambat 31 Desember 2025 untuk memastikan layanan Anda berlanjut tanpa gangguan.
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Manifes adalah daftar semua resource untuk deployment yang diperluas sepenuhnya dan hanya dapat dibaca. Untuk setiap update yang dilakukan pada deployment, Deployment Manager akan membuat file manifes baru.
Untuk mengetahui daftar metode untuk resource ini, lihat bagian akhir halaman ini.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-04 UTC."],[[["\u003cp\u003eA manifest is a read-only, fully expanded list of all resources for a deployment, with a new file created for each update.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003econfig\u003c/code\u003e property contains the YAML configuration for the manifest, while \u003ccode\u003eexpandedConfig\u003c/code\u003e provides the fully-expanded configuration, including templates and references.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimports\u003c/code\u003e array details the imported files for the manifest, listing file \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003econtent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe manifest's creation timestamp is available via the \u003ccode\u003einsertTime\u003c/code\u003e property in RFC3339 format, and is provided with a \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eselfLink\u003c/code\u003e, and an \u003ccode\u003eid\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two methods available for the manifests resource: \u003ccode\u003eget\u003c/code\u003e to get information about a specific manifest and \u003ccode\u003elist\u003c/code\u003e to list all manifests for a given deployment.\u003c/p\u003e\n"]]],[],null,["# Manifests\n\nA 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.\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n```text\n{\n \"selfLink\": string,\n \"id\": unsigned long,\n \"name\": string,\n \"config\": {\n \"content\": string\n },\n \"imports\": [\n {\n \"name\": string,\n \"content\": string\n }\n ],\n \"expandedConfig\": string,\n \"insertTime\": string,\n \"layout\": string\n}\n```\n\nMethods\n-------\n\n[get](/deployment-manager/docs/reference/latest/manifests/get)\n: Gets information about a specific manifest.\n\n[list](/deployment-manager/docs/reference/latest/manifests/list)\n: Lists all manifests for a given deployment."]]