Referensi API ini diatur berdasarkan jenis resource. Setiap jenis resource memiliki satu atau beberapa representasi data dan satu atau beberapa metode.
Jenis resource
Deployment
Untuk mengetahui detail Resource Deployment, lihat halaman representasi resource.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
URI yang relatif terhadap https://www.googleapis.com/deploymentmanager/v2beta1/projects, kecuali jika dinyatakan lain | ||
hapus |
DELETE /project/global/deployments/deployment
|
Menghapus deployment dan semua resource terkait. |
get |
GET /project/global/deployments/deployment
|
Mendapatkan informasi tentang deployment tertentu. |
insert |
POST /project/global/deployments
|
Membuat deployment dan semua resource yang dijelaskan oleh manifes deployment. |
list |
GET /project/global/deployments
|
Mencantumkan semua deployment untuk project tertentu. |
Manifes
Untuk mengetahui detail Resource Manifes, lihat halaman representasi resource.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
URI yang relatif terhadap https://www.googleapis.com/deploymentmanager/v2beta1/projects, kecuali jika dinyatakan lain | ||
get |
GET /project/global/deployments/deployment/manifests/manifest
|
Mendapatkan informasi tentang manifes tertentu. |
list |
GET /project/global/deployments/deployment/manifests
|
Mencantumkan semua manifes untuk deployment tertentu. |
Operasi
Untuk mengetahui detail Resource Operasi, lihat halaman representasi resource.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
URI yang relatif terhadap https://www.googleapis.com/deploymentmanager/v2beta1/projects, kecuali jika dinyatakan lain | ||
get |
GET /project/global/operations/operation
|
Mendapatkan informasi tentang operasi tertentu. |
list |
GET /project/global/operations
|
Mencantumkan semua operasi untuk project. |
Resource
Untuk detail Resource Resource, lihat halaman representasi resource.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
URI yang relatif terhadap https://www.googleapis.com/deploymentmanager/v2beta1/projects, kecuali jika dinyatakan lain | ||
get |
GET /project/global/deployments/deployment/resources/resource
|
Mendapatkan informasi tentang satu resource. |
list |
GET /project/global/deployments/deployment/resources
|
Mencantumkan semua resource dalam deployment tertentu. |
Jenis
Untuk detail Resource Jenis, lihat halaman representasi resource.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
URI yang relatif terhadap https://www.googleapis.com/deploymentmanager/v2beta1/projects, kecuali jika dinyatakan lain | ||
list |
GET /project/global/types
|
Mencantumkan semua jenis yang valid untuk Deployment Manager. |